/* Responsive Menu Navbar */
@media (max-width: 1199px) {
  /*====================================== SECTION MENU NAVBAR ======================================*/
  header {
    background-color: transparent;
  }

  .menu-lang {
    margin-right: 1rem;
  }

  .nav-hamburger {
    display: flex;
  }

  .container-nav .nav-logo a img {
    width: 84px;
  }

  .container-nav {
    position: relative;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }

  .hide-menu {
    width: 100%;
  }

  /* #navigation {
    background-color: var(--c-transparent);
    transition: all 0.5s;
  } */

  /* .scroll#navigation {
    background-color: var(--c-primary) !important;
  } */

  .nav-menu .menu-nav {
    display: none !important;
  }

  .menu-container-mobile .nav-header {
    position: relative;
    top: 1rem;
    left: 1rem;
  }

  .menu-container-mobile .nav-header .image {
    max-width: 64px !important;
  }

  .menu-container-mobile .nav-logo-mobile {
    position: absolute;
    top: 1rem;
    left: 1rem;
  }

  .menu-container-mobile .nav-logo-mobile .image {
    max-width: 104px;
  }

  .menu-container-mobile .nav-close {
    z-index: 999;
    top: 1rem;
    right: 1rem;
  }

  .menu-container-mobile nav {
    position: relative;
    max-height: 100%;
    height: 100%;
    padding-top: 6rem;
    padding-bottom: 2rem;
    margin: 0 0 0 0;
    align-items: start;
    overflow-y: auto;
    background-image: url("../images/general/graph-hais-13.png");
    background-size: 128px;
    background-repeat: no-repeat;
    background-position: bottom right;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .menu-container-mobile .menu-nav-mobile {
    width: 100%;
    height: auto;
    justify-content: start;
    margin: 0 0.5rem 0 0.5rem;
    padding: 0 1rem 1rem 0.5rem;
  }

  .menu-mobile-li .accordion-button,
  .submenu-mobile li a,
  .menu-mobile-li .menu-mobile-unsub {
    position: relative;
    background-color: var(--c-transparent);
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 1rem 0.5rem !important;
    gap: 8px;
    transition: all 0.5s;
  }

  .submenu-mobile li a {
    width: auto;
    color: var(--c-black);
  }

  .menu-mobile-li .accordion-button.collapsed::before {
    width: 0 !important;
  }

  .menu-mobile-li .accordion-button::before,
  .menu-mobile-li .menu-mobile-unsub::before {
    content: "";
    bottom: 0;
    left: 0;
    background-color: var(--c-primary);
    height: 1px;
    width: 0;
    transition: all 0.5s;
  }

  .menu-mobile-li:hover .accordion-button::before,
  .menu-mobile-li:hover .menu-mobile-unsub::before {
    width: 24px;
  }

  .menu-nav-mobile .menu-mobile-li.active .accordion-button {
    color: var(--c-primary);
  }

  .menu-mobile-li .accordion-button:not(.collapsed),
  .menu-mobile-li.active .accordion-button:not(.collapsed) {
    background-color: var(--c-primary);
    color: var(--c-white);
  }

  .menu-mobile-li .accordion-button:not(.collapsed)::before {
    background-color: var(--c-white);
    width: 24px;
  }

  .menu-nav-mobile > li.cursor-none.active a {
    color: var(--c-primary);
    font-size: 20px;
    font-weight: 700;
  }

  .menu-nav-mobile li .accordion-item {
    border: 0;
    background-color: var(--c-transparent);
  }

  .menu-mobile-li.active .menu-mobile-unsub,
  .submenu-mobile li:hover a {
    color: var(--c-primary);
  }

  .menu-nav-mobile li .accordion-item .accordion-body {
    padding: 0 1rem;
  }

  .submenu-mobile > li a::before {
    content: "";
    background-color: var(--c-primary);
    height: 1px;
    width: 0;
    transition: all 0.5s;
  }

  .submenu-mobile > li:hover a::before {
    width: 24px;
  }

  .submenu-mobile > li.active a,
  .submenu-mobile > li.active:hover a,
  .menu-mobile-li.active .menu-mobile-unsub,
  .menu-mobile-li:hover .menu-mobile-unsub {
    color: var(--c-primary) !important;
  }

  .submenu-mobile > li.active a::before,
  .menu-mobile-li.active .menu-mobile-unsub::before {
    width: 24px;
  }

  .menu-mobile-li .menu-mobile-unsub {
    color: var(--c-black);
  }

  .mega-menu {
    display: none !important;
  }

  .mega-menu--chevron {
    display: none;
  }

  .menu-container-mobile {
    height: 100vh;
    opacity: 1;
    visibility: visible;
    padding-top: 72px;
    transform: translateY(100%);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .menu-container-mobile.is-open {
    transform: translateY(0);
  }

  .menu-container-mobile nav {
    padding-top: 0.5rem;
    background-image: none;
    height: auto;
    max-height: none;
  }
}

@media (max-width: 991px) {
  .sidebar-screen {
    display: none;
  }

  .no-scroll {
    overflow: hidden;
  }

  .menu-bottombar-mobile {
    z-index: 901;
    display: block;
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, 0) scale(1);
    box-shadow:
      0px 20px 50px rgba(0, 0, 0, 0.12),
      0px 6px 20px rgba(0, 0, 0, 0.26);
    border-radius: var(--rd-lg);
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
  }

  .text-wrapper {
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .text-track {
    display: flex;
    align-items: center;
    gap: 0;
  }

  .text-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: none;
  }

  .text-item.is-hidden {
    visibility: hidden;
    width: 0;
    opacity: 0;
  }

  .menu-bottombar-mobile.hide {
    bottom: 0px;
    transform: translate(-50%, 120%) scale(0.8);
    opacity: 0;
  }

  .menu-bottombar-mobile .notif-indicator--o {
    top: -2px;
    left: auto;
    right: -5px;
  }

  section.section-hero {
    min-height: 50vh;
  }

  .container-nav .nav-lang {
    padding-left: 0;
    border-left: 0;
  }

  /*====================================== SECTION HOMEPAGE - 992 ======================================*/
  .about-timeline {
    min-height: 60vh;
  }

  .about-timeline--content {
    margin-top: 4rem;
  }

  .car-box {
    width: 78px;
  }

  .quote-photo-left {
    top: 10%;
    left: 2%;
  }

  .quote-photo-left .image {
    max-width: 200px;
  }

  .quote-photo-right {
    top: 26%;
    right: 2%;
  }

  .quote-photo-right .image {
    max-width: 155px;
  }

  .section-home-quote-testi .home-quote-wrapper .quote-photo-bottom {
    top: 50%;
    bottom: auto;
  }

  .quote-text-center {
    top: 55%;
    max-width: 520px;
  }

  .business-card--wrapper {
    height: 240px;
  }

  .achievement-gallery--item {
    height: 254px;
  }

  .what-new-card--link {
    min-height: 260px;
  }

  .section-home-footer-link {
    margin-bottom: -4rem;
  }

  .footer-link--card {
    height: 264px;
  }

  /*====================================== SECTION ABOUT - Vision - 992 ======================================*/
  .vision-mission--content {
    padding-right: 0;
  }

  .vision-mission--image figure {
    height: 320px;
  }

  .section-vision-value::before {
    bottom: 100px;
  }

  .vision-value--image figure {
    height: 200px;
  }

  /*====================================== SECTION OUR BUSINESS - Motor Sports Business Unit - 992 ======================================*/
  .motorsport-b-stats {
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--rd-md);
  }

  .motorsport-b-stats--item {
    max-width: 100%;
    transform: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .motorsport-b-stats--item-inner {
    transform: none;
    align-items: flex-start;
    text-align: left;
  }

  /*====================================== SECTION OUR BUSINESS - ACTIVITIES - 992 ======================================*/
  .racing-filter {
    flex-direction: column;
    align-items: stretch;
  }

  .activity-products--filter .gr-filter-input--wrapper {
    flex: auto;
  }

  .activity-products--filter .gr-filter-select--wrapper {
    flex-shrink: 1;
  }

  .racing-card--link {
    grid-template-columns: 1fr;
    min-height: 196px;
    padding: 24px;
  }

  .racing-card--content {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 1rem;
  }

  /*====================================== SECTION OUR BUSINESS - RACING PARTS - 992 ======================================*/
  .performance-card {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 0 32px 0;
  }

  .performance-card--car {
    max-height: 240px;
  }

  .performance-card--header {
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }

  .swiper-parts-prev,
  .swiper-parts-next {
    top: 28px;
  }

  #modalDetailParts .modal-dialog {
    max-width: 720px;
  }

  .modal-parts-detail--hero {
    max-width: 25rem !important;
  }

  /*====================================== SECTION FOOTER - 992 ======================================*/
  .footer-t {
    max-width: 640px;
    transform: translateY(5px);
  }

  .site-footer--logo {
    margin: -8px auto 32px auto;
  }

  .site-footer--nav {
    row-gap: 16px;
  }

  .site-footer--title {
    margin: 0 0 24px;
  }

  .site-footer--menu li:not(:last-child) {
    margin-bottom: 14px;
  }

  .site-footer--divider {
    margin: 24px 0 36px;
  }

  .site-footer--brands {
    gap: 32px;
  }

  /*====================================== SECTION CONTACT - Tablet ======================================*/
  .section-contact-hero {
    min-height: 420px;
    border-radius: 0 0 5rem 0;
  }

  .contact-hero-pagination-pos {
    right: 2rem;
    bottom: 1.5rem;
  }

  .contact-main--info {
    width: 45%;
    padding: 3rem 1.5rem 2rem 1.5rem;
  }

  .contact-main--form-wrap {
    width: 55%;
    padding: 3rem 0 2rem 1.5rem;
  }
}

/*Mobile General*/
@media (max-width: 767px) {
  /*====================================== SECTION COMPONENT - Mobile General ======================================*/
  h1 {
    font-size: 2.25rem;
    line-height: 1.1;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  h4 {
    font-size: 1.375rem;
    line-height: 1.35;
  }

  h5 {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  h6 {
    font-size: 1.125rem;
    line-height: 1.35;
  }

  p {
    font-size: 1rem;
    line-height: 1.45;
  }

  .f-xxxl {
    font-size: 2.5rem !important;
  }

  .f-xxl {
    font-size: 2rem !important;
  }

  .f-xl {
    font-size: 1.75rem !important;
  }

  .f-lg {
    font-size: 1.5rem !important;
  }

  .f-sl {
    font-size: 1.25rem !important;
    line-height: 1.3;
  }

  .f-md {
    font-size: 1.125rem !important;
  }

  .f-base {
    font-size: 1rem !important;
  }

  .f-sm {
    font-size: 0.875rem !important;
  }

  .f-xs {
    font-size: 0.75rem !important;
  }

  .f-xxs {
    font-size: 0.5rem !important;
  }

  .btn {
    padding: 12px 14px;
    line-height: 1.25;
  }

  .modal-header {
    padding: 1.5rem 1.5rem 1rem 1rem;
  }

  .modal-body {
    padding: 1rem;
  }

  section {
    padding: 1rem 0;
  }

  .section-hero-top {
    padding-top: 7rem;
  }

  .hero-pad {
    padding-top: 6rem;
  }

  .subject-title {
    max-width: 100%;
  }

  .hero-container::before {
    background: linear-gradient(
      148deg,
      rgba(25, 68, 149, 1) 0%,
      rgb(54 97 166 / 90%) 60% 60%,
      rgb(38 79 152 / 40%) 100%,
      rgb(38 79 151 / 0%) 100%
    );
  }

  .hero-container::after {
    height: 128px;
  }

  .hero-container .hero-wrapper {
    gap: 0.5rem !important;
  }

  .breadcrumb-list {
    font-size: 16px;
  }

  .breadcrumb-list li + li::before {
    margin: 0 0.25rem;
  }

  .about-content-wrapper {
    padding: 1.5rem 1rem;
  }

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

  .empty-page--asset {
    max-width: 240px !important;
  }

  header nav .container-nav {
    max-width: 100%;
    padding: 0.5rem 1rem;
  }

  .container-nav .nav-logo {
    max-width: 4rem;
  }

  .container-nav .nav-logo a img {
    width: 64px;
  }

  .nav-hamburger .bar-middle {
    width: 12px;
  }

  .cta-swiper-wrapper {
    max-width: 92px;
  }

  .hero-page-br,
  .section-br {
    border-radius: 0 0 2rem 0;
  }

  .hero-page--container {
    padding: 4rem 0 2rem 0;
  }

  .hero-page--wrap {
    min-height: 200px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 1.5rem !important;
    height: 1.5rem !important;
    padding: 16px;
  }

  .related-page-card--link {
    min-height: 180px;
  }

  .related-page-card--content {
    padding: 1rem;
    align-items: center;
    gap: 1rem;
  }

  /*====================================== SECTION HOME - Mobile GENERAL ======================================*/
  section.section-home-brand .subject-title {
    margin-top: 0;
    transform: translateY(0);
  }

  .home-brand-t {
    transform: translateY(-46px);
  }

  .home-brand-container {
    margin-top: -48px;
  }

  .about-timeline--content {
    margin-top: 3rem;
  }

  .about-timeline--line {
    left: 32px;
  }

  .timeline-line--car {
    width: 40px;
  }

  .about-timeline {
    padding-left: 3rem;
    padding-bottom: 2rem;
  }

  .tl-content-l,
  .tl-content-r {
    margin-right: 0;
    margin-left: 2.5rem;
    text-align: right;
    margin-bottom: 0.5rem;
  }

  .row-tl-b {
    flex-direction: column-reverse;
  }

  .car-box {
    width: 64px;
  }

  .quote-photo-left {
    top: 6%;
    left: 1%;
  }

  .quote-photo-left .image {
    max-width: 155px;
  }

  .quote-photo-right {
    top: 18%;
    right: 1%;
  }

  .quote-photo-right .image {
    max-width: 135px;
  }

  .quote-text-center {
    top: 50%;
    max-width: 320px;
  }

  .section-home-quote-testi .quote-home--headline::before {
    font-size: 4rem;
    top: -0.75rem;
    left: -0.5rem;
  }

  .section-home-quote-testi .quote-home--headline::after {
    font-size: 4rem;
    bottom: -2.5rem;
    right: -0.5rem;
  }

  section.section-home-what-new {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .what-new-row > .what-new-card,
  .what-new-row > .what-new-card:nth-child(1),
  .what-new-row > .what-new-card:nth-child(2) {
    grid-column: span 6;
  }

  .what-new-row > .what-new-card .what-new-card--link {
    min-height: 224px;
  }

  .what-new-row > .what-new-card:nth-child(5) {
    grid-column: span 12;
  }

  .what-new-row > .what-new-card:nth-child(5) .what-new-card--link {
    min-height: 86px;
  }

  .what-new-card--see-all .what-new-card--content {
    flex-direction: row;
  }

  /*====================================== SECTION ABOUT - OVERVIEW - Mobile GENERAL ======================================*/
  .overview-desc--image {
    height: 260px;
  }

  .overview-gallery--item {
    height: 200px;
  }

  .achievement-year--label {
    gap: 1rem;
  }

  .achievement-year--toggle {
    width: 2.25rem;
    height: 2.25rem;
  }

  /*====================================== SECTION ABOUT - MESSAGE FROM PRESIDENT - Mobile GENERAL ======================================*/
  .section-president-hero {
    padding: 5rem 0 0 0;
  }

  .president-hero--wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    padding-bottom: 0;
    gap: 1.5rem;
  }

  .president-hero--left {
    width: 100%;
    align-self: auto;
    text-align: center;
    padding-bottom: 0;
    order: 1;
  }

  .president-hero--photo-figure {
    align-self: center;
    order: 3;
  }

  .president-hero--photo {
    width: 220px;
  }

  .president-hero--right {
    width: 100%;
    align-self: auto;
    text-align: center;
    padding-bottom: 0;
    padding-left: 0;
    order: 2;
  }

  .president-message--quote-wrap::before {
    left: -12px;
    top: -24px;
    font-size: 2rem;
  }

  .president-message--body p:last-child::after {
    font-size: 2rem;
    bottom: -1rem;
  }

  /*====================================== SECTION ABOUT - Vision - Mobile GENERAL ======================================*/

  .vision-mission--image figure {
    height: 260px;
  }

  .section-vision-value::before {
    bottom: 80px;
  }

  .vision-value--image figure {
    height: 120px;
  }

  /*====================================== SECTION ABOUT - History - Mobile GENERAL ======================================*/
  .history-tl--container {
    padding-left: 44px !important;
  }

  .history-tl {
    gap: 1rem;
    position: relative;
  }

  .history-tl--item {
    position: relative;
  }

  .history-tl--item:nth-child(2) .history-tl--card-inner {
    flex-direction: column-reverse;
  }

  .history-tl--item > .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  .history-tl--col-marker {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    order: -1;
    position: absolute;
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
  }

  .history-tl--marker {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    justify-content: center !important;
    height: auto;
  }

  .history-tl--marker.history-tl--marker-left {
    flex-direction: row-reverse;
  }

  .history-tl--year {
    writing-mode: initial;
  }

  .history-tl--year p {
    font-size: 0.65rem !important;
  }

  .history-tl--col-card {
    flex: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .history-path--car {
    width: 26px;
    left: 0;
  }

  .history-tl--card {
    padding: 1rem 1rem 1rem 2rem;
  }

  .history-tl--gallery {
    aspect-ratio: 5 / 3;
    max-height: 280px;
  }

  .history-tl--card-inner {
    flex-direction: column;
    align-items: start;
  }

  .history-tl--card-media {
    flex: 0 0 auto;
    width: 100%;
  }

  .history-tl--text {
    padding: 0;
  }

  .history-car--image {
    max-width: 100%;
  }
  /*====================================== SECTION ABOUT - Associated Companies - Mobile GENERAL ======================================*/

  .company-card {
    min-height: 100%;
  }

  .company-card::before,
  .company-card--reverse::before {
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.65) 55%,
      rgba(0, 0, 0, 0.2) 100%
    );
  }

  .company-card--wrapper {
    min-height: 100%;

    flex-direction: column;
    justify-content: flex-end;
    padding: 1.25rem;
  }

  .company-card--reverse .company-card--wrapper {
    flex-direction: column;
  }

  .company-card--logo {
    right: 1rem;
    padding: 1rem 0.75rem;
  }

  .company-card--reverse .company-card--logo {
    left: auto;
    right: 1rem;
  }

  .company-card--logo img {
    max-width: 90px;
    max-height: 40px;
  }

  .company-card--body {
    max-width: 100%;
  }

  .company-card--reverse .company-card--body {
    text-align: left;
    align-items: flex-start;
  }

  .company-card--reverse .company-card--socials {
    justify-content: flex-start;
  }

  /*====================================== SECTION OUR BUSINESS - Accessory Business Unit - GR - Mobile GENERAL ======================================*/
  .gr-intro--logo {
    margin: 0 auto;
    width: 180px;
  }

  .gr-products--filter {
    flex-wrap: wrap;
  }

  .gr-filter-select--wrapper,
  .gr-filter-input--wrapper,
  .gr-filter-select {
    width: 100%;
  }

  /*====================================== SECTION OUR BUSINESS - Conversion Business - Mobile GENERAL ======================================*/

  .conv-modal--thumbs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }

  /*====================================== SECTION OUR BUSINESS - RACING PARTS - Mobile GENERAL ======================================*/
  .modal-title--thumb img {
    height: 32px;
  }

  .modal-title--parts h2 {
    font-size: 20px;
  }

  /*====================================== SECTION NEWS DETAIL - Mobile GENERAL ======================================*/

  .hero-article-detail.hero-page--wrap {
    min-height: 320px;
  }

  .hero-article-detail .hero-page--bottom {
    padding-bottom: 2rem;
  }

  .article-detail--follow-us {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-related--header {
    gap: 1.25rem;
  }

  .article-related--swiper-wrap .swiper-article-prev,
  .article-related--swiper-wrap .swiper-article-next {
    display: none;
  }

  /*====================================== SECTION ARTICLE- Mobile General ======================================*/
  .section-article-featured {
    margin-top: -4rem;
  }

  .what-new-card--link {
    min-height: 300px;
  }

  .article-filter {
    position: static;
    padding-bottom: 0;
  }

  .article-filter--col {
    position: static;
  }

  .article-filter--ornament {
    display: none;
  }

  .article-filter--tab {
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: var(--c-disabled);
    border-radius: 50px;
    padding: 0.25rem;
    gap: 0.25rem;
    border: none;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .article-filter--tab::-webkit-scrollbar {
    display: none;
  }

  .article-filter--tab .nav-item {
    flex: 1;
    min-width: max-content;
    padding: 0;
    border-bottom: none;
  }

  .article-filter--item {
    justify-content: center;
    border: none;
    border-radius: var(--rd-xl);
    padding: 0.625rem 0.5rem;
    margin-bottom: 0;
    background-color: transparent;
    color: var(--c-info);
    width: 100%;
  }

  .article-filter--item.active,
  .article-filter--item.active:focus,
  .article-filter--item.active:hover {
    border-radius: var(--rd-xl);
    margin-bottom: 0;
    background-color: var(--c-primary);
    color: var(--c-white);
    box-shadow: 0 2px 10px rgba(21, 143, 201, 0.35);
  }

  .article-filter--item.active .article-filter--label {
    color: var(--c-white);
  }

  .article-filter--item .arrow-icon {
    display: none;
  }

  .article-filter--label {
    font-size: 12px;
  }

  .what-new-card--content {
    padding: 1rem;
  }

  .news-list-card--image {
    height: 180px;
  }

  /*====================================== SECTION CONTACT - Mobile General ======================================*/
  .section-contact-hero {
    min-height: 400px;
  }

  .contact-hero-pagination-pos {
    right: 1.5rem;
    bottom: 1.25rem;
  }

  .section-contact-main {
    padding-top: 1rem;
    margin-top: 0;
  }

  .contact-hero--pagination .swiper-pagination-bullet {
    width: 1rem;
  }

  .contact-hero--pagination .swiper-pagination-bullet-active {
    width: 2rem;
  }

  .contact-main--wrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .contact-main--info {
    width: 100%;
    padding: 2.5rem 1.5rem;
    border-radius: var(--rd-xl);
  }

  .contact-main--form-wrap {
    width: 100%;
    padding: 0;
  }

  .contact-map--iframe {
    height: 320px;
  }

  /*====================================== SECTION FOOTER - Mobile General ======================================*/
}

/*Phone View - MAX / PRO Devices GENERAL */
@media (max-width: 575px) {
  .menu-container-mobile .menu-nav-mobile {
    margin-left: 0;
  }

  .menu-mobile-li .accordion-button,
  .submenu-mobile li a,
  .menu-mobile-li .menu-mobile-unsub {
    font-size: 16px;
  }

  /*====================================== SECTION COMPONENT - Mobile MAX / PRO DEVICES GENERAL
======================================*/
  .related-page-card--link {
    min-height: 160px;
  }

  /*====================================== SECTION HOMEPAGE -  Mobile MAX / PRO DEVICES GENERAL
======================================*/
  section.section-hero {
    min-height: 400px;
  }

  .hero-content {
    bottom: 0;
    flex-direction: column;
    transform: translate(-50%, -30%);
    align-items: start;
    gap: 8px;
  }

  .home-brand-t {
    transform: translateY(-42px);
  }

  section.section-home-brand {
    padding-top: 0;
  }

  section.section-home-brand .subject-title {
    transform: translateY(-48px);
  }

  .home-brand-container {
    margin-top: -32px;
  }

  .brand-card--gr,
  .brand-card--modellista {
    margin: 0 auto;
  }

  .brand-card--wrapper {
    aspect-ratio: 11 / 12;
  }

  .about-timeline--content {
    margin-top: 3rem;
  }

  .about-timeline--line {
    left: 32px;
  }

  .timeline-line--car {
    width: 40px;
  }

  .about-timeline {
    padding-left: 3rem;
    padding-bottom: 2rem;
  }

  .tl-content-l,
  .tl-content-r {
    margin-right: 0;
    margin-left: 2.5rem;
    text-align: right;
    margin-bottom: 0.5rem;
  }

  .row-tl-b {
    flex-direction: column-reverse;
  }

  .car-box {
    width: 50px;
  }

  .quote-photo-left {
    top: 4%;
    left: 0%;
  }

  .quote-photo-left .image {
    max-width: 125px;
  }

  .quote-photo-right {
    top: 13%;
    right: 0%;
  }

  .quote-photo-right .image {
    max-width: 110px;
  }

  .quote-text-center {
    top: 46%;
    max-width: 310px;
  }

  .section-home-quote-testi .quote-home--headline::before {
    font-size: 3rem;
    top: -0.5rem;
    left: -0.5rem;
  }

  .section-home-quote-testi .quote-home--headline::after {
    font-size: 3rem;
    bottom: -2rem;
    right: -0.5rem;
  }

  .business-card--wrapper {
    height: 100%;
  }

  .business-card--title {
    margin: 0;
  }

  .business-card--content {
    gap: 24px;
  }

  .business-card--cta,
  .business-card--cta button {
    width: 100%;
  }

  .achievement-gallery {
    flex-direction: column;
  }

  .achievement-gallery--clip {
    height: 160px;
  }

  .what-new-row > .what-new-card .what-new-card--link {
    min-height: 204px;
  }

  .footer-link--card {
    height: auto;
  }

  .footer-link--card:nth-child(2) {
    padding-bottom: 2rem;
  }

  .footer-link--card:nth-child(2) .footer-link--panel-content {
    padding-top: 1.5rem;
  }

  .footer-link--panels {
    flex-direction: column;
  }

  .footer-link--panel-content .footer-link--panel-wrapper {
    margin-top: 0;
  }

  .footer-link--panel-content {
    padding: 2.5rem 2rem;
  }

  .footer-link--card:nth-child(2) .footer-link--panel-logo {
    max-width: 128px;
  }

  .section-home-footer-link {
    margin-bottom: -4rem;
  }

  /*====================================== SECTION ABOUT - MESSAGE FROM PRESIDENT - Mobile MAX / PRO DEVICES GENERAL ======================================*/
  .section-president-hero {
    padding: 8rem 0 0 0;
  }

  .president-hero--wrap {
    gap: 1rem;
  }

  .president-hero--photo {
    width: 320px;
  }

  /*====================================== SECTION ABOUT - Associated Companies - Mobile MAX / PRO DEVICES GENERAL ======================================*/
  .company-card {
    min-height: 100%;
  }

  .company-card--wrapper {
    min-height: 100%;
    padding: 3rem 1rem 1rem 1rem;
  }

  .company-card--logo {
    padding: 0.75rem 0.6rem;
  }

  .company-card--logo img {
    max-width: 78px;
    max-height: 34px;
  }

  /*====================================== SECTION ABOUT - Associated Companies - Mobile MAX / PRO DEVICES GENERAL ======================================*/
  .merch-card--link {
    aspect-ratio: 11 / 12;
  }
  /*====================================== SECTION OUR BUSINESS - Motor Sports Business Unit - Mobile MAX / PRO DEVICES GENERAL ======================================*/
  .motorsport-b-stats--item-inner {
    padding: 1.25rem;
  }

  .motorsport-b-sub-card--title {
    left: 1.25rem;
  }

  .motorsport-b-sub-card--link {
    aspect-ratio: 11 / 12;
  }

  .motorsport-b-sub-card.motorsport-b-sub-card-activities,
  .motorsport-b-sub-card.motorsport-b-sub-card-parts {
    margin: 0 auto;
  }
  /*====================================== SECTION OUR BUSINESS - ACTIVITIES - Mobile MAX / PRO DEVICES GENERAL ======================================*/
  .activity-products--filter {
    gap: 0.75rem;
  }

  .activity-products--filter .gr-filter-select--wrapper {
    margin-left: auto;
    max-width: 124px !important;
  }

  .racing-card--link {
    min-height: 148px;
    flex-direction: row;
    padding: 16px;
    align-items: flex-end;
  }

  .racing-card--link::after {
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.55) 45%,
      rgba(0, 0, 0, 0.1) 100%
    );
  }

  .racing-card--content {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 0.5rem;
  }

  .racing-card--content .btn {
    display: none;
    margin-left: auto;
  }

  /*====================================== SECTION OUR BUSINESS - RACING PARTS - Mobile MAX / PRO DEVICES GENERAL ======================================*/
  .performance-card {
    padding: 0 0 24px 0;
  }

  .performance-card--header {
    /* flex-direction: column; */
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .performance-card--car img {
    max-height: 160px;
  }

  .performance-part--image {
    width: 80px;
    height: 80px;
  }

  .swiper-parts-prev,
  .swiper-parts-next {
    display: none;
    top: 24px;
    width: 32px;
    height: 32px;
  }

  #modalDetailParts .modal-body::after {
    height: 80px;
    margin-top: -80px;
  }

  .modal-parts-item {
    grid-template-columns: 1fr;
    padding: 24px 0;
    gap: 16px;
  }

  .modal-parts-item--image {
    max-width: 140px;
    margin-inline: auto;
  }

  .modal-parts-item--content .parts-item--title {
    text-align: center;
  }

  /*====================================== SECTION ARTICLE - Mobile MAX / PRO DEVICES GENERAL ======================================*/
  .section-article-featured {
    margin-top: -3rem;
  }

  .what-new-card--link {
    min-height: 260px;
  }

  .news-list-card--image {
    height: 210px;
  }

  .article-filter--item {
    padding: 0.625rem 0.5rem;
  }

  .article-filter--label {
    font-size: 11px;
  }

  .article-pagination--btn {
    width: 2rem;
    height: 2rem;
    font-size: 12px;
  }

  /*====================================== SECTION FOOTER - Mobile MAX / PRO DEVICES GENERAL
======================================*/
  .site-footer {
    border-top: 1px solid var(--c-white);
  }

  .footer-t {
    max-width: 360px;
    transform: translateY(1px);
  }

  .site-footer--logo {
    max-width: 124px;
    margin: 0 auto 32px auto;
  }

  .site-footer--divider {
    margin: 24px 0 36px;
  }

  .site-footer--brands {
    flex-wrap: nowrap;
  }

  .site-footer--brands .footer-brands--image {
    max-width: 128px;
  }

  /*====================================== SECTION 404 - Mobile MAX / PRO DEVICES GENERAL
======================================*/
  .notfound-layout--title {
    top: 15%;
  }

  .notfound-layout---img {
    bottom: -16px;
  }

  .notfound-layout--title .image {
    transform: scale(1.5);
  }

  .notfound-layout--desc {
    bottom: 24px;
  }

  .notfound-layout--desc .notfound-desc--wrapper p.f-lg {
    font-size: 24px !important;
  }

  .notfound-layout--desc .notfound-desc--wrapper p.f-md {
    font-size: 18px !important;
  }

  /*====================================== SECTION 503 - Mobile MAX / PRO DEVICES GENERAL
======================================*/
  .mt-layout--title {
    margin-bottom: -7rem;
  }

  .mt-layout--title h1 {
    font-size: 14rem;
    line-height: 1;
  }

  .mt-layout--desc {
    margin-top: -3rem;
  }

  /*====================================== SECTION CONTACT - Phone MAX / PRO ======================================*/
  .section-contact-hero {
    min-height: 380px;
  }

  .contact-hero-pagination-pos {
    right: 1rem;
    bottom: 1rem;
  }

  .contact-hero--pagination-wrap {
    padding: 0.5rem 0.75rem;
  }

  .contact-main--info {
    padding: 1.5rem 1.25rem;
    gap: 1rem;
  }

  .contact-main--form-wrap {
    padding: 0;
  }

  .contact-map--iframe {
    height: 260px;
  }
}

/*Mobile (Small Phone - Normal Phone)*/
@media (max-width: 399px) {
  /*====================================== SECTION HOME - Mobile SMALL - Normal ======================================*/
  .hero-content {
    transform: translate(-50%, -25%);
  }

  .home-brand-t {
    transform: translateY(-26px);
  }

  .what-new-row > .what-new-card,
  .what-new-row > .what-new-card:nth-child(1),
  .what-new-row > .what-new-card:nth-child(2) {
    grid-column: span 12;
  }

  .what-new-row > .what-new-card .what-new-card--link {
    min-height: 180px;
  }

  /*====================================== SECTION SECTION OUR BUSINESS - RACING PARTS - Mobile SMALL - Normal ======================================*/
  .racing-card--content {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
  }

  /*====================================== SECTION 404 - MOBILE Small - Normal ======================================*/

  /*====================================== SECTION 503 - MOBILE Small - Normal ======================================*/
}

/*Phone View - MAX / PRO Devices*/
@media (min-width: 400px) and (max-width: 575px) {
  /*====================================== SECTION COMPONENT - Mobile MAX / PRO DEVICES
======================================*/

  /*====================================== SECTION HOME - Mobile MAX / PRO DEVICES ======================================*/
  .home-brand-t {
    transform: translateY(-32px);
  }
}

/*Phone Medium*/
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================== SECTION HOMEPAGE - Mobile MAX / PRO DEVICES GENERAL ======================================*/

  section.section-home-brand .subject-title {
    margin-top: 0;
    transform: translateY(-96px);
  }

  .home-brand-t {
    transform: translateY(-60px);
  }

  .achievement-gallery--item {
    height: 180px;
  }

  /*====================================== SECTION OUR BUSINESS - ACTIVITIES - Mobile MAX / PRO DEVICES GENERAL ======================================*/
  .racing-card--link {
    min-height: 160px;
  }

  /*====================================== SECTION OUR BUSINESS - RACING PARTS - Mobile MAX / PRO DEVICES GENERAL ======================================*/

  #modalDetailParts .modal-dialog {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .modal-parts-item {
    grid-template-columns: 160px 1fr;
  }

  /*====================================== SECTION 404 - MOBILE Medium ======================================*/
}

/*Phone FOLD Unfolded View*/
@media (min-width: 0) and (max-width: 316px) {
  /*====================================== SECTION 503 - MOBILE Folded ======================================*/
}

@media (max-width: 767px) and (min-height: 750px) {
}

/* Portrait iPad */
@media (min-width: 768px) and (max-width: 991px) {
  /*====================================== SECTION COMPPONENT - iPad Portrait ======================================*/

  .menu-container-mobile {
    width: 50%;
  }

  .modal-body {
    padding: 1.5rem;
  }

  .related-page-card--link {
    min-height: 180px;
  }

  /*====================================== SECTION NAVBAR - iPad Portrait ======================================*/

  /*====================================== SECTION HOME - iPad Portrait ======================================*/

  /*====================================== SECTION ABOUT - OVERVIEW - iPad Portrait ======================================*/

  .overview-desc--image {
    height: 300px;
  }

  .overview-gallery--item {
    height: 180px;
  }

  .achievement-card--media {
    height: 220px;
  }

  /*====================================== SECTION ABOUT - MESSAGE FROM PRESIDENT - iPad Portrait ======================================*/
  .section-president-hero {
    padding: 3rem 0 0 0;
  }

  .president-hero--wrap {
    min-height: 360px;
  }

  .president-hero--photo {
    width: 260px;
  }

  .president-hero--left {
    padding-bottom: 2rem;
  }

  .president-hero--right {
    padding-bottom: 2.5rem;
    padding-left: 1rem;
  }
  /*====================================== SECTION ABOUT - History - iPad Portrait ======================================*/
  .history-tl--text {
    padding: 0.5rem;
  }

  .history-tl--card {
    padding: 1.5rem;
  }

  .history-tl--card-inner {
    gap: 1rem;
  }

  .history-tl--card-media {
    flex: 0 0 55%;
  }
  /*====================================== SECTION ABOUT - Associated Companies - iPad Portrait ======================================*/
  .company-card--body {
    max-width: 300px;
  }

  .company-card--logo img {
    max-width: 110px;
    max-height: 48px;
  }

  /*====================================== SECTION OUR BUSINESS - Accessory Business Unit - GR - iPad Portrait ======================================*/
  .gr-intro--logo {
    width: 280px;
  }

  /*====================================== SECTION ARTICLE - iPad Portrait ======================================*/
  .section-article-featured {
    margin-top: -6rem;
  }

  .news-list-card--image {
    height: 160px;
  }

  /*====================================== SECTION 404 - iPad Portrait ======================================*/
}

/* Landscape iPad Air and another Tab */
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /*====================================== SECTION HOME - iPad LANDSCAPE ======================================*/

  /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/

  /*====================================== SECTION FOOTER ======================================*/
}

/* Landscape iPad Mini and another Tab */
@media only screen and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /*====================================== SECTION HOME PAGE - iPad Mini Landscape ======================================*/

  /*====================================== SECTION 404 - iPad Mini Landscape ======================================*/
}

/* iPad Pro Portrat & Tab 1024 Portrait */
@media only screen and (device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  /*====================================== SECTION HOME - iPad Pro - Portrait ======================================*/

  section.section-hero {
    min-height: 50vh;
  }

  .about-timeline {
    min-height: 50vh;
  }

  .achievement-gallery--item {
    height: 360px;
  }

  .what-new-card--link {
    min-height: 280px;
  }

  .car-box {
    width: 78px;
  }

  .quote-photo-left {
    top: 10%;
    left: 2%;
  }

  .quote-photo-left .image {
    max-width: 200px;
  }

  .quote-photo-right {
    top: 26%;
    right: 2%;
  }

  .quote-photo-right .image {
    max-width: 155px;
  }

  .section-home-quote-testi .home-quote-wrapper .quote-photo-bottom {
    top: 50%;
    bottom: auto;
  }

  .quote-text-center {
    top: 55%;
    max-width: 520px;
  }
}

/* Small Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
  /*====================================== SECTION COMPPONENT - Small Laptop ======================================*/
  .related-page-card--link {
    min-height: 204px;
  }

  /*====================================== SECTION FOOTER - Small Laptop ======================================*/
}

/* 11-12 Inch */
@media (min-width: 1025px) and (max-width: 1199px) {
  /*====================================== SECTION 404 - 11-12 Inch ======================================*/
}

/* 11-12 Inch - Notebook */
@media (min-width: 1025px) and (max-width: 1199px) and (max-height: 600px) {
  /*====================================== SECTION 404 - 11-12 Inch - Notebook ======================================*/
}

@media (max-width: 1400px) {
}

/* >15 Inch */
@media (min-width: 1440px) {
  /*====================================== SECTION HOME PAGE >15 Inch ======================================*/

  /*====================================== SECTION FOOTER >15 Inch ======================================*/
}

/* >16 Inch */
@media (min-width: 1550px) {
  /*====================================== SECTION HOME PAGE > 16 Inch ======================================*/

  /*====================================== SECTION 404 - >16 Inch ======================================*/
}

@media (min-width: 1880px) {
  /*====================================== SECTION 404 - >18 Inch ======================================*/
}

@media (min-width: 2500px) {
  /*====================================== SECTION 404 - >25 Inch ======================================*/
}
