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

@media (max-width: 991px) {
  /*====================================== SECTION MENU NAVBAR - 991px ======================================*/

  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: 0.5rem;
    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: 100%;
    opacity: 1;
    visibility: visible;
    padding-top: 92px;
    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);
  }

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

  .empty-page--asset {
    max-width: 180px;
  }

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

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

  .car-box {
    width: 104px;
  }

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

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

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

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

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

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

  .section-home-commitment {
    margin-top: -20svh;
  }

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

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

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

  .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 ABOUT - MESSAGE FROM PRESIDENT - 992 ======================================*/
  .president-message--quote-wrap {
    max-width: 480px;
  }

  /*====================================== SECTION ABOUT - History - 992 ======================================*/

  .section-history-car::after {
    height: 200px;
  }

  /*====================================== SECTION ABOUT - Company Policy - 992 ======================================*/
  .policy-framework--grid {
    grid-template-columns: 1fr 292px 1fr;
    padding: 2em 0 4rem 0;
  }

  .pf-gear {
    max-width: 160px;
  }

  .pf-gear-left {
    left: -10px;
    top: 24px;
  }

  .pf-item--label-left::before {
    right: -110px;
  }

  .pf-gear-right {
    left: 145px;
    top: 24px;
  }

  .pf-item--label-right.pf-item--label-right-center::before {
    left: -100px;
  }

  .pf-item--label-right::before {
    left: -62px;
  }

  .pf-gear-top {
    max-width: 85px;
    left: 106px;
    top: -38px;
  }

  .pf-gear-top i {
    font-size: 85px;
  }

  .pf-gear-top .pf-gear--image {
    width: 85px;
    height: 85px;
  }

  .pf-gear-top .pf-gear--label {
    font-size: 0.67rem;
  }

  .gr-product-card--image {
    aspect-ratio: 2 / 1;
  }

  /*====================================== 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;
    padding: 1.5rem;
  }

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

  .gr-filter-input--wrapper,
  .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;
  }

  .cta-banner {
    min-height: 180px;
  }

  /*====================================== 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;
  }

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

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

  /*====================================== SECTION OUR BUSINESS - CIRCUIT - 992 ======================================*/
  .circuit-detail--driver {
    width: 100%;
  }

  /*====================================== SECTION OUR COMMITMENT - 992 ======================================*/
  .commit-journey--image {
    min-height: 400px;
  }

  .design-content--image .image {
    height: 20rem;
  }

  .commit-journey--bg {
    width: 240px;
  }

  .commit-value--track {
    gap: 16px;
  }

  .value-image--wrapper {
    aspect-ratio: 16 / 10;
  }

  .commit-value--image {
    width: 240px;
  }

  .design-content--image.skeleton-card .skeleton-picture {
    height: 20rem;
  }

  .commit-journey--photo.skeleton-card .journey-photo-wrapper {
    min-height: 120px;
  }

  /*====================================== SECTION GR MERCH - 992 ======================================*/
  .gr-merch-card {
    padding: 0.5rem;
  }

  /*====================================== SECTION NEWS DETAIL - 992 ======================================*/

  .hero-article-detail .hero-page--top {
    padding-top: 7rem;
  }

  /*====================================== SECTION CONTACT - 992 ======================================*/
  .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;
  }

  /*====================================== 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;
  }
}

/*Mobile General*/
@media (max-width: 767px) {
  header nav {
    padding: 8px 0px 0px 0px;
  }

  /*====================================== 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;
  }

  .back-btn {
    width: var(--icon-base);
    height: var(--icon-base);
    font-size: 1rem;
  }

  .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: 140px;
  }

  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 ======================================*/

  .hero-content {
    bottom: 4rem;
  }

  .hero-image--pagination-pos {
    bottom: 2rem;
  }

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

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

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

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

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

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

  .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-home-quote-testi .quote-home--headline {
    font-size: 1.15rem !important;
  }

  .section-home-commitment {
    margin-top: -22.5svh;
  }

  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: auto;
  }

  .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: 92px;
  } */

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

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

  .overview-desc--brand-item {
    max-width: 180px;
  }

  .overview-desc--brand-item img {
    height: 60px;
  }

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

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

  .overview-table--row {
    flex-direction: column;
    gap: 0.5rem;
  }

  .overview-table--label {
    flex: 0 0 auto;
    max-width: none;
  }

  .overview-table--brand-logo {
    max-width: 120px;
  }

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

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

  .achievement-year--trigger {
    padding: 0.75rem 0rem;
  }

  .related-page-card.skeleton-card .skeleton-picture.xl-4 {
    height: 10rem;
  }

  /*====================================== SECTION ABOUT - MESSAGE FROM PRESIDENT - Mobile GENERAL ======================================*/
  .section-president-hero {
    padding: 6rem 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 {
    margin-top: -40px;
    align-self: center;
    order: 3;
  }

  .president-hero--photo {
    max-width: 280px;
  }

  .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 ======================================*/

  .value-block--list {
    columns: 1;
  }

  .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.75rem !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 2.5rem;
  }

  .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--wrapper {
    z-index: -1;
  }

  .history-car--image {
    max-width: 100%;
    margin-top: 0rem;
  }

  .section-history-car::after {
    height: 140px;
    background: linear-gradient(
      to top,
      var(--c-white) 0%,
      var(--c-white) 50%,
      rgba(255, 255, 255, 0.7) 60%,
      rgba(255, 255, 255, 0.3) 80%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .section-history-tl {
    padding-bottom: 6rem;
  }

  .section-history-tl::after {
    height: 150px;
  }

  /*====================================== SECTION ABOUT - Comapny Policy - Mobile GENERAL ======================================*/
  .section-policy-tagline .line-divider--inner {
    height: 4px;
  }

  .section-policy-tagline .policy-tagline--text {
    margin: 2rem 0rem;
  }

  .policy-framework--grid {
    display: none;
  }

  .pf-simple-info {
    background: linear-gradient(to left, transparent, var(--c-grey) 55px);
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
  }

  .pf-simple-badges .pf-badge {
    background: linear-gradient(to left, transparent, var(--c-grey));
  }

  .section-policy-tagline .policy-tagline--text h2 {
    font-size: 1.25rem !important;
  }

  /*====================================== 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 GR PARTS - Motor Sports Business Unit - Mobile GENERAL ======================================*/

  .gr-modal--accessory-thumb {
    aspect-ratio: 3 / 2;
  }

  /*====================================== 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 {
    margin-left: auto;
    width: 100%;
  }

  .activity-products--filter-selects,
  .gr-products--filter-selects {
    width: 100%;
  }

  .activity-products--filter-selects .gr-filter-select--wrapper,
  .gr-products--filter-selects .gr-filter-select--wrapper {
    width: auto;
    flex: 1;
  }

  .previous-models-banner--link {
    height: 180px;
    padding: 1rem;
  }

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

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

  .conv-modal--item:nth-child(3n + 1) {
    aspect-ratio: 16 / 9;
  }

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

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

  /*====================================== SECTION OUR BUSINESS - CIRCUIT - Mobile GENERAL ======================================*/

  .hero-page-circuit .hero-page--top {
    top: 16px;
  }

  .circuit-card--link {
    padding: 1rem;
  }

  .circuit-card--lap {
    right: 8px;
  }

  .circuit-detail-head {
    aspect-ratio: 12 / 6;
    padding: 1rem 0rem 1rem 0rem;
  }

  .circuit-detail-head .circuit-detail--desc,
  .circuit-detail-head .circuit-detail--race,
  .circuit-detail-head .circuit-detail--inside {
    padding: 0rem 1rem 0rem 1rem;
  }

  .modal-content-circuit {
    max-width: 1140px;
    padding: 0 1rem;
  }

  .circuit-detail--driver-nav {
    width: 24px;
  }

  #modalCircuitDetail .modal-body .circuit-modal--wrapper {
    padding: 1rem;
  }

  .article-body--image {
    height: 180px;
  }

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

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

  .article-filter-pos {
    position: sticky;
    top: 5rem;
    z-index: 2;
  }

  .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: 0.5rem 0.75rem 1rem 0.75rem;
  }

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

  .what-new-card--bottom {
    gap: 1rem;
  }

  /*====================================== SECTION NEWS DETAIL - Mobile GENERAL ======================================*/
  .hero-article-detail .hero-page--top {
    padding-top: 6rem;
  }

  .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 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: 1.25rem;
    border-radius: var(--rd-xl);
  }

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

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

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

  /*====================================== SECTION 404 - Mobile Geeneral ======================================*/
  .error-page--code h2 {
    font-size: 6rem;
  }
}

/*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: 3rem;
    flex-direction: column;
    transform: translate(-50%, -30%);
    align-items: start;
    gap: 8px;
  }

  .hero-content.hero-content-video {
    bottom: 0;
  }

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

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

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

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

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

  section.section-home-brand .subject-title {
    max-width: 19rem;
    margin-top: 12px;
    transform: translateY(-48px);
  }

  section.section-home-brand .subject-title .f-base {
    font-size: 14px !important;
  }

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

  .merch-card-grparts,
  .merch-card-modellista,
  .motorsport-b-sub-card.motorsport-b-sub-card-activities,
  .motorsport-b-sub-card.motorsport-b-sub-card-parts {
    margin: 0 auto;
  }

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

  .section-home-brand .motorsport-b-sub-card.brand-card--gr,
  .section-home-brand .motorsport-b-sub-card.brand-card--modellista {
    margin: 0 auto 32px auto;
  }

  .brand-card--modellista {
    transform: none;
  }

  .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: 80px;
  }

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

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

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

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

  .section-home-quote-testi .quote-home--headline.f-lg {
    font-size: 1rem;
  }

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

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

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

  .section-home-commitment {
    margin-top: -22.5svh;
  }

  .business-card--link {
    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 {
    height: 180px;
  }

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

  .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: 7rem 0 0 0;
  }

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

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

  .president-message--quote-wrap::before {
    left: 0;
  }

  .president-message--quote-wrap {
    padding: 0 1rem;
  }

  /*====================================== 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;
  }

  .gr-product-card--image {
    aspect-ratio: 3 / 2;
    max-height: 224px;
    margin: 0 auto;
  }

  /*====================================== 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;
  }

  /*====================================== SECTION OUR BUSINESS - Accessory Business Unit - GR - Mobile MAX / PRO DEVICES GENERAL ======================================*/
  .gr-modal--accessory-wrapper > .gr-modal--accessory-item {
    flex: 1 1 calc(50% - 0.75rem);
  }

  .previous-models-banner--link {
    height: 148px;
    padding: 1rem;
  }
  /*====================================== SECTION OUR BUSINESS - ACTIVITIES - Mobile MAX / PRO DEVICES GENERAL ======================================*/
  .activity-products--filter {
    gap: 0.75rem;
  }

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

  .activity-products--filter-selects .gr-filter-select--wrapper,
  .gr-products--filter-selects .gr-filter-select--wrapper {
    margin-left: 0;
    max-width: none !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;
  }

  .cta-banner {
    min-height: 140px;
  }

  .cta-banner--content {
    padding: 1.5rem;
  }

  /*====================================== SECTION OUR BUSINESS - CIRCUIT - Mobile MAX / PRO DEVICES GENERAL ======================================*/
  .circuit-card {
    aspect-ratio: 12 / 7;
  }

  .circuit-card--date {
    padding: 0.15rem 0.625rem 0.25rem 0.625rem;
  }

  .circuit-card--date span {
    font-size: 0.75rem !important;
    font-weight: var(--f-w-bold) !important;
  }

  .modal-content-circuit {
    padding: 0;
  }

  .circuit-detail-head .circuit-detail--image .image::before {
    opacity: 1;
  }

  .circuit-detail-head {
    aspect-ratio: auto;
    padding: 3rem 0rem 1rem 0rem;
  }

  .circuit-detail-head .circuit-detail--desc,
  .circuit-detail-head .circuit-detail--race,
  .circuit-detail-head .circuit-detail--inside {
    padding: 0rem 1rem 0rem 1rem;
    align-items: start;
  }
  .circuit-detail--inside {
    flex-direction: column;
  }

  .circuit-detail--driver-swiper {
    height: 160px;
  }

  /*====================================== 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-ipad .modal-body::after {
    height: 80px;
    margin-top: -65px;
  }

  .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 OUR BUSINESS - Motor Sports Business Unit - Mobile MAX / PRO DEVICES GENERAL ======================================*/
  .motorsport-b-intro--logo {
    max-width: 180px;
  }

  /*====================================== SECTION GR MERCH - Mobile MAX / PRO DEVICES GENERAL ======================================*/

  .gr-merch-card--image {
    padding: 1rem;
  }

  /*====================================== SECTION OUR COMMITMENT - Mobile MAX / PRO DEVICES GENERAL ======================================*/
  .design-content--image .image {
    height: 12.5rem;
  }

  .commit-journey--image .image {
    max-width: 240px !important;
    transform: translateX(36px);
  }

  .row-journey {
    flex-direction: column-reverse;
  }

  .commit-value--slider::before {
    left: -2px;
  }

  .commit-value--slider::after {
    right: -2px;
  }

  .commit-value--track {
    gap: 12px;
  }

  .value-image--wrapper {
    aspect-ratio: 16 / 12;
  }

  .commit-value--image {
    width: 180px;
  }

  .design-content--image.skeleton-card .skeleton-picture {
    height: 12rem;
  }

  /*====================================== 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 NEWS DETAIL - Mobile MAX / PRO DEVICES GENERAL ======================================*/
  .hero-article-detail .hero-page--top {
    padding-top: 5.5rem;
  }

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

  .footer-t {
    overflow: hidden;
    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
======================================*/
  .error-page--code h2 {
    font-size: 5rem;
  }

  /*====================================== 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 {
    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;
  }

  /*====================================== 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(-88px);
  }

  .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 ======================================*/

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

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

  /*====================================== SECTION OUR COMMITMENT - Mobile MAX / PRO DEVICES GENERAL ======================================*/

  .commit-value--track {
    gap: 16px;
  }

  .value-image--wrapper {
    aspect-ratio: 16 / 10;
  }

  .commit-value--image {
    width: 224px;
  }

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

/*Phone FOLD Unfolded View*/
@media (min-width: 0) and (max-width: 316px) {
  /*====================================== SECTION OUR BUSINESS - CIRCUIT - MOBILE Folded ======================================*/
  .circuit-card {
    aspect-ratio: 12 / 9;
  }

  .circuit-card--link {
    padding: 0.75rem 0.5rem;
  }

  .circuit-card--date {
    padding: 0 0.5rem 0.25rem 0.5rem;
  }

  .circuit-card--date span {
    font-size: 0.625rem !important;
  }

  .circuit-card--lap {
    right: 4px;
    top: 4px;
  }
}

@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-home-quote-testi .quote-home--headline {
    font-size: 1.75rem !important;
  }

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

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

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

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

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

  .related-page-card.skeleton-card .skeleton-picture.xl-4 {
    height: 11rem;
  }

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

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

  .president-hero--photo {
    max-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%;
    width: 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-modal--accessory-thumb {
    aspect-ratio: 4 / 3;
  }

  .previous-models-banner--link {
    height: 196px;
    padding: 1rem;
  }

  /*====================================== SECTION OUR BUSINESS - Motor Sports Business Unit - iPad Portrait ======================================*/
  .motorsport-b-intro--logo {
    max-width: 240px;
  }

  /*====================================== SECTION OUR BUSINESS - CIRCUIT - iPad Portrait ======================================*/

  .circuit-card {
    aspect-ratio: 12 / 4;
  }

  .modal-content-circuit {
    max-width: 1140px;
    padding: 0 1rem;
  }

  .circuit-detail-head {
    aspect-ratio: 12 / 5;
    padding: 1rem 0rem 1rem 0rem;
  }

  .circuit-detail-head .circuit-detail--desc,
  .circuit-detail-head .circuit-detail--race,
  .circuit-detail-head .circuit-detail--inside {
    padding: 0rem 1rem 0rem 1rem;
  }

  #modalCircuitDetail .modal-body .circuit-modal--wrapper {
    padding: 1.5rem;
  }

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

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

  /*====================================== SECTION 404 - iPad Portrait ======================================*/
  .error-page--container {
    background-position: center left;
  }

  .error-page--code h2 {
    font-size: 8rem;
  }
}

/* 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 ======================================*/
  .what-new-card--link {
    min-height: 240px;
  }

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

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

  /*====================================== SECTION ABOUT - GR PARTS - iPad LANDSCAPE ======================================*/

  .gr-modal--accessory-thumb {
    aspect-ratio: 4 / 3;
  }

  /*====================================== SECTION OUR COMMITMENT - iPad LANDSCAPE ======================================*/
  .design-content--image .image {
    height: 25rem;
  }

  /*====================================== 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 ======================================*/
  .quote-photo-left .image {
    max-width: 272px;
  }

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

  .gr-modal--accessory-thumb {
    aspect-ratio: 4 / 3;
  }

  /*====================================== 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) {
  /*====================================== COMPONENT NAV - iPad Pro - Portrait ======================================*/
  .mega-menu--expand-list .mega-menu--card.is-active {
    flex: 1.4;
  }

  .mega-menu--expand-list .mega-menu--card:hover:not(.is-active) {
    flex: 1.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;
  }

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

  .section-home-commitment {
    margin-top: -20svh;
  }
}

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

  /*====================================== SECTION OUR BUSINESS - CIRCUIT - Small Laptop ======================================*/

  .modal-content-circuit {
    max-width: 1140px;
    padding: 0 1rem;
  }

  /*====================================== 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 ======================================*/
}
