body[class*="page-user-"]{
background-color: #011C3C;
font-family: "Manrope", "Noto Sans JP", sans-serif !important;
color: #ffff;
}

body,
body * {
  font-family: "Manrope", "Noto Sans JP", sans-serif !important;
}

header .navbar-brand:focus-visible{
  outline:none
}
main {
  position: relative;
}
.marq-logistics.layout-content {
  padding: 0;
}

  .error-page.error-403,
  .error-page.error-404 {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: "Matter", "Figtree", Arial;
    font-weight: 430;
    max-width: 100%;
    flex-direction: column;
    text-align: center;
  }


#block-marq-log-content {
  width: 100%;
        min-height: calc(100vh - 170px);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-family: "Matter", "Figtree", Arial;
        font-weight: 430;
        max-width: 100%;
        flex-direction: column;

}
.paragraph--type--bp-simple {
  background:#F3F4F7;
  padding-left: 4.75rem;
padding-right: 1rem;
}

.paragraph--type--bp-simple .col-12{
  padding:0
}
.stat-value sup{
  font-size: 12px;
  vertical-align: super;
  position: relative;
  top: -11px;
  color: #021c3d;
}
sup a {
  color: #021c3d;
}
.footnotes {
  color:#021C3D;
  font-size:11px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  letter-spacing: 0.165px;
  padding-left: 0;
display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

header[role="banner"] {
  display: flex;
  align-items: center;
  padding: 3.75rem;
  background: #021c3d;
margin-bottom: -1px;
}

header .navbar-brand {
  display: flex;
  align-items: center;
  width: 6.25rem;
  border: none;
}

.ares-promote-menu li a.active {
  border-bottom: 2px solid #0744f7;
}
footer {
  width: 100%;
  /* padding: 14px; */
}

#block-marqfootermenu {
  width: 100%;
}
.menu--marq-header-menu {
  margin-left: auto;
}

.ares-promote-menu {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ares-promote-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.hero-banner {
  background: #021c3d;
  color: #ffffff;
  width: 100%;
  padding: 3.75rem;
}

.hero-banner__inner {
  display: flex;
  min-height: 520px;
  justify-content: space-between;
  padding-bottom: 3.75rem;
}

.hero-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 492px;
}

.hero-banner__heading {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
}

.hero-banner__text {
  max-width: 520px;
  font-size: 14px;
  line-height: 18.62px;
  margin-bottom: 28px;
  font-weight: 300;
}

.hero-banner__cta {
  display: flex;
  height: 40px;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #0744f7;
  max-width: 215px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
.forward-arrow-icon {
  display: flex;
}
.forward-arrow-icon::after {
  font-family: "material icons";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  content: "\e5c8";
}

.hero-banner__cta:hover {
  color: #ffffff;
}

.hero-banner__media {
  position: relative;
  overflow: hidden;
  /* width: 50%; */
  max-width: 653px;
}

.hero-banner__video {
  width: 100%;
  height: 100%;
}

.frame-stats {
  background: #ffffff;
  width: 100%;
  padding: 3.75rem;
  padding-top: 5.3rem;
}

.frame-stats__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.frame-stats__heading {
  display: block;
}

.frame-stats__heading h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  color: #021c3d;
  max-width: 520px;
}

.frame-stats__heading:before {
  content: url("/themes/custom/marq_log/assets/frame-icon.svg");
  position: relative;
  top: 1.2rem;
  right: 0.5rem;
}

.frame-stats__stats {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  position: relative;
  margin-top: 2.2rem;
}

.stat-item {
  display: flex;
  align-items: center;
  padding: 0;
  border-top: 1px solid #dce3f0;
  line-height: 3.75rem;
  flex-wrap: nowrap;
}

.stat-value {
  font-size: 56px;
  font-weight: 700;
  color: #021c3d;
  min-width: 321px;
}

.stat-label {
  font-size: 14px;
  line-height: 17.5px;
  color: #0744f7;
  padding-left: 24px;
  font-weight: 600;
}

.three-image-grid-section {
  width: 100%;
  background: #ffffff;
  padding: 3.75rem 0;
}

.three-image-grid__left {
  display: grid;
  gap: 20px;
}

/* Make images behave properly */
.three-image-grid__left img {
  width: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 713/350;
}

.three-image-grid__left {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

/* First image - top left */
.three-image-grid__left .grid-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

/* Second image - bottom left */
.three-image-grid__left .grid-item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

/* Third image - full right side */
.three-image-grid__left .grid-item:nth-child(3) {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.three-image-grid__left .grid-item:nth-child(3) img {
  height: 100%;
}

.marq-image-text {
  width: 100%;
}

.marq-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.paragraph--type--marq-image-heading-subtext .marq-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.paragraph--type--marq-image-heading-subtext .marq-content {
  display: flex;
  flex-direction: column;
  margin-left: 18%;
  padding-right: 2rem;
  max-width: 444px;
  row-gap: 20px;
}

.paragraph--type--marq-image-heading-subtext.image-right .marq-content {
  margin-left: 3.75rem;
}

.paragraph--type--marq-image-heading-subtext .marq-heading {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  color: #021c3d;
  text-align: left;
}

.paragraph--type--marq-image-heading-subtext .marq-text {
  color: #021c3d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.62px;
  letter-spacing: 0.14px;
}

.paragraph--marq-heading-with-subtext {
  color: #021c3d;
  display: flex;
  max-width: 1440px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 3.75rem;
}
.paragraph--marq-heading-with-subtext-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.paragraph--marq-heading-with-subtext .paragraph__heading {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 35.2px;
}

.paragraph--marq-heading-with-subtext .paragraph__text-below-heading {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.62px;
}

.image-right .marq-image {
  order: 2;
}
.image-right .marq-content {
  order: 1;
}

.paragraph--marq-country-website-region {
  padding: 7.5rem 3rem;
  background-color: #f3f4f7;
padding-bottom:5rem;
}

.marq-region-header {
  width: 49%;
}

.marq-region-header h2 {
  font-size: 2.75rem;
  font-weight: 700;
  color: #0b2b5c;
  margin-bottom: 20px;

  line-height: 110%;
}

.marq-region-subtext {
  font-size: 1.125rem;
  color: #021c3d;
  margin-bottom: 2rem;
}

.marq-region-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.region-item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding-right: 20px;
}

.region-left {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.region-flag {
  max-width: 130px;
  height: 84.5px;
  aspect-ratio: 20/13;
}

.region-name {
  font-weight: 700;
  color: #021c3d;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
  font-size: 1.25rem;
  align-items: center;
}

.region-name:after {
  content: "\e5c8";
  font-family: "Material Icons";
  color: #a8afbd;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  position: relative;
}

.region-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}

.marq-learn-more-container {
  background: #0b4cff;
  padding: 3.75rem;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding-bottom: 7.5rem;
width:100vw
}

.marq-learn-more-heading {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 61.6px;
  flex: 1 1 50%;
}

.marq-learn-more-links {
  flex: 1 1 50%;
}

.marq-learn-more-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.marq-learn-more-link:hover {
  color: #ffff;
}

.marq-learn-more-link:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.marq-learn-more-link span {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.marq-learn-more-link span.forward-arrow-icon::after {
  content: "\e5c8";
  font-family: "Material Icons";
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.marq-learn-more-note {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.footer-inner-wrapper {
  padding: 3.75rem;
  background: #021c3d;
  color: #ffffff;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.footer-logo {
  height: 2.25rem;
}

.footer-social-links {
  width: 100%;
}

.ares-promote-footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.29px;
  letter-spacing: 0.13px;
justify-content: flex-end;
}

.ares-promote-footer-menu li:nth-last-child(1) {
  margin-left: auto;
}

.ares-promote-footer-menu a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 20px 0;
}

.footer-bottom {
  display: flex;
  justify-content: flex-start;
}

.footer-legal {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.29px;
  letter-spacing: 0.13px;
  max-width: 390px;
  opacity: 0.5;
}

.footer-copy {
  opacity: 0.5;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.marq-upcoming-website,.footer-text-cta {
  color: #021C3D;
    text-align: left;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    margin-top: 2rem;
    text-align: left;
}

span.footer-text-cta {
font-weight: 700;
}

.eu-cookie-compliance-banner{
display:none;
}

 div#sliding-popup {
    background: #ffffff;
    opacity: 0.9;
    height: auto;
    width: 100%;
    font-family: "Matter", "Figtree", Arial;
    font-weight: 500;
  }
  .sliding-popup-bottom {
    position: fixed;
  }
  .sliding-popup-bottom,
  .sliding-popup-top {
    z-index: 99999;
    text-align: center;
  }
  div#sliding-popup .eu-cookie-compliance-content {
    padding: 10px 5px 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .eu-cookie-compliance-content {
    margin: 0 auto;
    max-width: 80%;
    display: inline-block;
    text-align: left;
    width: 100%;
  }
  div#sliding-popup .eu-cookie-compliance-message {
    max-width: 70%;
    margin: 10px 0 0;
  }
  .eu-cookie-compliance-message {
    float: left;
    max-width: 60%;
  }
  div#sliding-popup p {
    color: #000000;
  }
  div#sliding-popup .eu-cookie-compliance-message a.privacy-policy-link {
    color: #000000;
    text-decoration: underline;
  }
  .eu-cookie-compliance-buttons {
    display: flex;
    height: min-content;
    justify-content: center;
    align-items: center;
  }
  div#sliding-popup .eu-cookie-compliance-buttons .agree-button {
    width: 150px;
    background: linear-gradient(270deg, #74c8b8 0%, #51b5d2 48%, #194892 100%);
    font-size: 16px;
    margin-top: 1em;
    padding: 10px;
  }

  div#sliding-popup .eu-cookie-compliance-buttons .agree-button::after {
    font-family: "material icons";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    content: "\e5ca";
    position: relative;
    left: 5px;
    top: 3px;
  }
  div#sliding-popup .eu-cookie-compliance-buttons button {
    margin-right: 5px;
    vertical-align: middle;
    overflow: visible;
    width: auto;
    border: none;
    background-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
  }
  div#sliding-popup .eu-cookie-compliance-buttons .decline-button {
    font-size: 30px;
    margin-top: 0.5em;
    width: 40px;
    position: relative;
    left: 10%;
    color: #000000;
  }

@media (max-width: 768px) {
  .three-image-grid__left {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 14px;
  }

  /* First image - left top */
  .three-image-grid__left .grid-item:nth-child(1) {
    grid-column: 1;
  }

  /* Second image - right top */
  .three-image-grid__left .grid-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  /* Third image - full width bottom */
  .three-image-grid__left .grid-item:nth-child(3) {
    grid-column: 1 / span 2;
    grid-row: 2;
  }

  .hero-banner,
  .frame-stats {
    padding: 0 14px;
  }

  header[role="banner"] {
    padding: 14px;
  }

  .paragraph--marq-heading-with-subtext {
    padding: 3.75rem 14px;
  }
  .paragraph--marq-heading-with-subtext-wrapper {
    width: 100%;
  }
  .paragraph--marq-country-website-region {
    padding: 3rem 14px;
  }
  .marq-region-header {
    width: 100%;
  }

  .marq-region-header h2 {
    font-size: 28px;
    font-weight: 700;
  }
  .region-flag {
    width: 80px;
    aspect-ratio: 80/52;
    height: auto;
  }
  .region-name {
    font-size: 17px;
  }

  .marq-learn-more-container {
    padding: 0 14px 60px;
    flex-direction: column;
  }

  .marq-learn-more-heading {
    font-size: 32px;
  }

  .marq-learn-more-link span {
    font-size: 17px;
  }

  .marq-learn-more-link span.forward-arrow-icon::after {
    font-size: 28px;
  }
  .footer-inner-wrapper {
    padding: 14px;
  }
  .marq-region-grid {
    grid-template-columns: 1fr;
  }
  .marq-inner {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .frame-heading--with-frame {
    padding-top: 16px;
    padding-left: 16px;
  }

  .frame-heading--with-frame::before {
    height: 20px;
  }

  .frame-heading--with-frame::after {
    width: 20px;
  }

  .frame-heading--with-frame h2 {
    font-size: 28px;
  }
  .hero-banner__inner {
    flex-direction: column-reverse;
    min-height: auto;
  }

  .hero-banner__content {
    /* padding: 32px 0px 0px; */
    max-width: 100%;
    padding-top: 32px;v
  }
  .paragraph--marq-heading-with-subtext .paragraph__heading {
    font-size: 24px;
  }
  .marq-region-subtext {
    font-size: 16px;
  }

  .hero-banner__heading {
    font-size: 28px;
  }
  .paragraph--type--marq-image-heading-subtext {
    margin-bottom: 40px;
  }
  .paragraph--type--marq-image-heading-subtext .marq-content,
  .paragraph--type--marq-image-heading-subtext.image-right .marq-content {
    margin-left: 14px;
    gap: 20px;
  }
  .paragraph--type--marq-image-heading-subtext .marq-heading {
    margin-left: 0;
    font-size: 28px;
  }
  .paragraph--type--marq-image-heading-subtext.image-right .marq-image {
    order: 1;
  }

  .frame-stats__stats {
    margin-top: 0;
  }

  .three-image-grid__left img {
    aspect-ratio: 1/1;
  }
  .three-image-grid-section {
    padding-bottom: 0;
  }
  .frame-stats__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 20px 0 8px;
  }

  .frame-stats__heading h2 {
    font-size: 28px;
  }
  .stat-item {
    padding-top: 10px;
  }

  .stat-value {
    font-size: 32px;
    min-width: unset;
    flex: 50%;
    line-height: 32.5px;
  }

  .stat-label {
    padding-left: 16px;
    flex: 50%;
  }
.paragraph--type--bp-simple {
  padding-left: 2.75rem;
}
.footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
}
.marq-upcoming-website{
font-size: 1rem
}
}

 @media (max-width:1024px) {
    .hero-banner__inner {
        flex-direction: column-reverse;
        min-height: auto;
        padding-bottom: 40px;
    }
    .hero-banner, .frame-stats {
        padding: 0 14px;
    }
    .hero-banner__media {
        max-width: none;
    }
  }
