/* Branding responsive styles */
/* Breakpoints: xxs max 415px | xs 416-568px | sm 640px | md 767px | lg 1023px | 1064px | xl 1280px | xxl 1880px | 2xl 1920px | 3xl 2500px */
@media (min-width: 1920px) {
  .experience-inner {
    padding: 64px;
  }
  .experience-img {
    width: 400px;
  }
}
@media (min-width: 1880px) {
  .headline,
  h1.headline {
    font-size: 60px;
    line-height: 1.1;
  }
}
@media (max-width: 1280px) {
  .footer-inner-right .footer-rightcontent {
    width: 31.33%;
    margin-right: 10px;
  }
  .clients-logos.bannerClients {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 16px;
    background-position: 50%;
  }
  .newsletter-section-wrapper {
    height: 480px;
  }
  .newsletter-car-img {
    right: 32%;
    transform: translate(50%, -5.5rem);
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .header-nav-desktop {
    display: flex;
  }

  .header-mega-inner {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .header-mega-grid {
    grid-template-columns: 1fr 3fr;
    gap: 24px;
  }

  .header-mega-right {
    border-right: 1px solid var(--header-border);
    padding-right: 24px;
  }

  .header-mega-nav-list {
    min-height: 435px;
  }

  .header-mega-child-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .header-mobile-panel {
    display: none;
  }
  .headline,
  h1.headline {
    text-align: right;
  }
  .header-hamburger {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-hamburger {
    display: flex;
    margin-right: 15px;
  }
  .header-nav-desktop {
    display: none;
  }
  .clients-logos .client_logo_container {
    width: 96px;
    height: 72px;
    margin: 0 16px;
  }
  .experience-grid {
    flex-direction: column-reverse;
  }
  .experience-image-col {
    width: 100%;
    flex-shrink: 0;
    justify-content: center;
  }
  .experience-content-col {
    width: 100%;
    text-align: center;
  }
  .experience-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .newsletter-car-img {height: 170px;}
  #hubspotNewsForm form .input .hs-input, #hubspotNewsForm .hs-input {min-width: 270px;}
  #hubspotNewsForm form .actions .hs-button, #hubspotNewsForm .hs-button{min-width: 180px;}
  .newsletter-heading{font-size: 20px; top: 50px; line-height: 30px; max-width: 430px; }
  .insight-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #boardOfDirector .aboutUsBoxListing,
  #managementTeam .aboutUsBoxListing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .footer-inner-right .footer-rightcontent {
    width: 28%;
    margin-right: 10px;
  }

  .footer-inner-left ul {
    margin-bottom: 25px;
  }

  .footer-end-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .global-banner__info-col{padding: 16px 0 32px 0;}
  .global-banner__img-col, .global-banner__info-col{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .global-banner__img-col {
    padding:  20px 0;
  }
  .global-banner__info-inner {
    margin: 0 auto;
    text-align: center;
  }
  .global-banner__tagline .tagline__text {
    display: none;
  }
  .global-banner__description {
    line-height: 25px;
  }
  .global-banner__cta {
    justify-content: center;
  }
  .contact-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .headline,
  h1.headline {
    font-size: 44px;
    line-height: 54px;
    max-width: 100%;
  }
  .newsletter-pattern-side {
    width: 42%;
    height: 100%;
    flex-shrink: 0;
    background-image: url('../assets/images/newsletter/Patterns.webp');
    background-size: cover;
  }
  .newsletter-gradient-strip {
    top: 50%;
    bottom: auto;
    right: 0;
    width: 100%;
    height: 27%;
    min-height: 0;
    transform: translateY(-50%);
    background-image: url('../assets/images/newsletter/GradientStrip.webp');
  }
  .newsletter-gradient-side {
    width: 58%;
    flex: none;
    min-height: 0;
    background-image: url('../assets/images/newsletter/NewsletterGradient.webp');
    background-position: center;
  }
  .newsletter-form-wrapper {
    top: 50%;
    right: 66.67%;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
    line-height: 32px;
  }
  h3 {font-size: 20px;line-height: 30px;}
  .autocontent{max-width: 100%;}
  .header-vue .header-nav.autocontent{max-width: 100%; padding-left: 16px; padding-right: 16px;}
  .clients-logos .clients-autocontent{max-width: 95%;}
  .clients-logos .client_logo_container {
    width: 80px;
    height: 45px;
    margin: 0 12px;
  }
  .newsletter-gradient-overlay{display: none;}
  .footer,
  #footer {
    padding-top: 34px;
  }
  .footer-inner-right .footer-rightcontent {
    width: 45%;
  }
  .footer-end-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .rightcontent-width {
    width: 100% !important;
  }
  .footer-end-content ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-inner-left ul {
    margin-bottom: 25px;
  }
  .clients-logos.bannerClients {
    padding: 1.75rem 0;
  }
  .clients-heading {
    font-size: 20px;
  }
  #experienceSection{max-width: 100%; padding: 0;} 
  .newsletter-section-wrapper {
    position: relative;
    margin-top: 40px;
    height: 400px;
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
  }
  .newsletter-heading {
    top: 30px;
    right: 50%;
    transform: translateX(50%);
    width: 85%;
    max-width: 227px;
    font-family: 'PoppinsRegular', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin: 0;
    min-width: 227px;
  }
  .newsletter-car-img {
    position: absolute;
    top: 50%;
    right: 40%;
    transform: translate(33.33%, -0.375rem);
    z-index: 10;
    height: 100px;
    object-fit: contain;
  }
  #hubspotNewsForm form .input .hs-input, #hubspotNewsForm .hs-input {
    min-width: 220px;
    height: 40px;
    padding: 0 12px;
    border-radius: 0 10px 10px 0;
  }
  #hubspotNewsForm form .actions .hs-button, #hubspotNewsForm .hs-button {
    min-width: 140px;
    height: 40px;
    border-radius: 10px 0 0 10px;
  }
  .newsletter-gradient-strip{
    transform: translateY(-174%);
    background-position: 50%;
    background-size: cover;
    height: 17%;
    min-height: 69px;
  }
  .insight-section {
    padding: 48px 0;
  }
  .insight-section-title {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .insight-cards-grid, .aboutUsBoxListing,
  #boardOfDirector .aboutUsBoxListing,
  #managementTeam .aboutUsBoxListing {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #boardOfDirector .newBoardDirectorCardStyleSecond,
  #managementTeam .newBoardDirectorCardStyleSecond {
    padding: 16px 20px;
    gap: 16px;
  }
  #boardOfDirector .directorImage {
    width: 72px;
    height: 72px;
    margin-right: 0;
  }
  #boardOfDirector .directorImage img {
    border-radius: 14px;
  }
  .director-modal-inner {
    flex-direction: column;
  }
  .director-modal-image {
    width: 80px;
    height: 80px;
  }
  .teamPopUp .model-content {
    padding: 32px 24px;
  }
  .investorInformation .aboutUsBoxListing { 
    grid-template-columns: repeat(1, 1fr); 
    gap: 20px;
  }
  .insight-card {
    flex-direction: row;
    align-items: stretch;
  }
  .insight-card-image-wrap {
    flex: 0 0 40%;
    height: auto;
    min-height: 160px;
    aspect-ratio: 1;
  }
  .insight-card-content {
    flex: 1;
    min-width: 0;
    padding: 12px 16px;
  }
  .insight-card-type {
    font-size: 11px;
  }
  .insight-card-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .insight-card-cta {
    font-size: 12px;
    margin-top: auto;
  }
  .insight-card-cta::after {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .listRow2Main {
    flex-direction: column;
    margin-right: 5px;
  }
  .office-locations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #hubspotForm fieldset.form-columns-2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (min-width: 640px) {
  .headline,
  h1.headline {
    letter-spacing: -1px;
  }
  .header-vue .header-nav.autocontent {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 639px) {
  .header-logo-svg {
    height: 22px;
  }
  .newsletter-form-wrapper {
    max-width: 280px;
  }
  .experience-stat-box .stat-value {
    font-size: 24px;
    line-height: 24px;
  }
  .experience-img {
    width: 180px;
  }
  .experience-stat-box .stat-label {
    font-size: 10px;
  }
}
@media (max-width: 567px) {
  p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
  h3 {font-size: 20px;line-height: 30px;}
  .insight-section-title {
    font-size: 20px;
    line-height: 28px;
  }
  .clients-logos h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  #hubspotForm fieldset.form-columns-2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .office-locations-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .rocket-launch .content {
      width: 100%;
  }
  .rocket-launch {
    height: 35vh;
  }
  .rocket-launch .text {
    font-size: 12px;
    width: 90%;
  }
  .global-banner__inner , .global-banner {min-height: 50vh;}
}
@media (max-width: 415px) {
  .clients-logos h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
