*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}

body,
html {
  /* height: 100%; */
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.accordion {
  color: #040c20;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.accordion.is-active {
  border-bottom: 2px solid transparent;
  transition: border-bottom 0s;
}

.accordion-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  font-size: 18px;

  svg {
    height: 35px;
    width: 35px;
    margin-right: 1rem;
  }

  h5 {
    font-weight: 600;
    font-size: 18px;
  }
}

p.home > a {
  color: rgb(5, 96, 124) !important;
  text-decoration: underline;
}

p.services > a {
  color: rgb(5, 96, 124) !important;
  text-decoration: underline;
}

.accordion:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  font-size: 14px;
  color: #040c20;
  float: right;
  margin-left: 5px;
}

.is-active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 2px solid #040c202e;
  margin-bottom: 1rem;

  div {
    padding: 0 1rem 2rem;
  }
}

.bgmd {
  font-family: "bgmd", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.h1-title {
  background: linear-gradient(182.73deg, #089ecc -101%, #62bbe4 21.15%, #9dd1e8 143.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 40px;
  line-height: 73%;

  @media (min-width: 376px) {
    font-size: 45px;
  }

  @media (min-width: 750px) {
    font-size: 60px;
  }

  @media (min-width: 1024px) {
    font-size: 75px;
  }

  @media (min-width: 1240px) {
    font-size: 88px;
  }

  @media (min-width: 1440px) {
    font-size: 102px;
  }
}

.industry-solutions {
  background: linear-gradient(180deg, #ebf3fa, #ffffff);
  width: 100%;
  position: relative;
}

.industry-solutions-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 4rem 1rem;
  position: relative;
  z-index: 10;

  @media (min-width: 855px) {
    padding: 4rem 2rem;
  }

  @media (min-width: 1024px) {
    padding: 8rem 2vw;
  }
}

.is-globe {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 60%;
}

.is-h2 {
  font-size: 42px;
  color: #040c20;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  text-transform: uppercase;
  line-height: 73%;

  @media (min-width: 550px) {
    font-size: 52px;
    margin-bottom: 1.5rem;
  }

  @media (min-width: 1024px) {
    font-size: 68px;
    margin-bottom: 1.5rem;
  }

  @media (min-width: 1330px) {
    font-size: 68px;
    margin-bottom: 1.5rem;
  }
}

.is-accordion {
  margin-top: 4rem;
  @media (min-width: 675px) {
    display: none;
  }
}

.is-grid {
  display: none;
  grid-template-columns: 1fr;

  margin-top: 4rem;
  padding: 2rem 4rem;
  gap: 6rem;

  @media (min-width: 675px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  @media (min-width: 1170px) {
    gap: 7rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.linecard-box {
  background: linear-gradient(180deg, #ffffff, #ebf3fa);
  width: 100%;
  position: relative;
  padding-bottom: 5rem;
}

.linecard-box-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 10;

  @media (min-width: 855px) {
    padding: 0 2rem;
  }

  @media (min-width: 1024px) {
    padding: 0 2vw 8rem;
  }
}

.lettercard-h2 {
  z-index: 20;
  font-size: 42px;
  line-height: 73%;
  text-transform: uppercase;

  background: linear-gradient(182.73deg, #089ecc -101%, #62bbe4 21.15%, #9dd1e8 143.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 1rem 0;

  @media (min-width: 830px) {
    margin: 2rem 0;
  }

  @media (min-width: 1024px) {
    font-size: 58px;
    line-height: 73%;
    margin: 3rem 0;
  }
}

.lettercard-box-container {
  background: #040c20;
  border-radius: 24px;
  position: relative;
  overflow: hidden;

  svg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;

    @media (min-width: 1024px) {
      bottom: 0;
      right: 0;
    }
  }

  div {
    position: relative;
    z-index: 10;
    padding: 3rem 2rem;
    text-align: center;
  }
}
.is-grid-card {
  p {
    font-size: 18px;
    letter-spacing: 0.018rem;
  }

  @media (min-width: 1024px) {
    p {
      font-size: 18px;
      letter-spacing: 0.018rem;
    }
  }
}

.lettercard-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
  justify-items: center;
  margin: 0 2rem;

  @media (min-width: 575px) {
    grid-template-columns: 1fr 1fr;
    margin: 0 0;
  }

  @media (min-width: 720px) {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 2rem;
  }

  @media (min-width: 1024px) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.is-grid-card-heading {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;

  svg {
    width: 44px;
    position: absolute;
    left: -55px;
  }
}

.industry-title {
  font-size: 22px;
  font-weight: 600;
}

.linecard-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #ebf3fa;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  margin: 2rem 0;

  svg {
    position: relative;
    margin-left: 0.5rem;
  }

  @media (min-width: 780px) {
    font-size: 20px;
  }
}

.h1-inner-title {
  background: linear-gradient(182.73deg, #089ecc -101%, #62bbe4 21.15%, #9dd1e8 143.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 38px;
  line-height: 73%;

  @media (min-width: 750px) {
    font-size: 60px;
  }

  @media (min-width: 1024px) {
    font-size: 70px;
  }
}

.h1-subtitle {
  font-size: 24px;
  line-height: 73%;
  margin-top: 2rem;

  @media (min-width: 750px) {
    font-size: 28px;
  }

  @media (min-width: 1024px) {
    font-size: 35px;
  }

  @media (min-width: 1440px) {
    font-size: 44px;
  }
}

.h1-inner-subtitle {
  font-size: 2.5rem;
  font-size: 22px;
  line-height: 88%;
  margin-top: 2rem;

  @media (min-width: 550px) {
    font-size: 28px;
    max-width: 65%;
  }

  @media (min-width: 1024px) {
    font-size: 40px;
  }
}

.page-body {
  background: #ebf3fa;
  z-index: 99;

  @media (min-width: 1024px) {
    padding-bottom: 4rem;
  }
}

.blue-gradient {
  background: linear-gradient(#ebf3fa, #ffffff);
}

.mcis-dark-logo {
  background: #ffffff;
  width: 100%;
  padding: 4rem 2rem 0;
  @media (min-width: 1024px) {
    padding: 0rem 2rem;
  }
}

.mcis-dark-logo-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0rem;
}

.mcis-dark-logo-inner > svg {
  width: 280px;
  margin-bottom: -2px;
  max-width: 500px;
  @media (min-width: 780px) {
    width: 340px;
  }
  @media (min-width: 1024px) {
    width: 460px;
  }
  @media (min-width: 1320px) {
    width: 500px;
  }
}

.lmr-section {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0 2rem;

  @media (min-width: 1024px) {
    padding: 4rem 2rem;
  }

  @media (min-width: 1440px) {
    padding: 6rem 2rem 0;
  }
}

.lmr-section-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 4rem 0 0;
  width: 100%;
  postion: relative;
  z-index: 10;

  @media (min-width: 1024px) {
    padding: 4rem 0 0;
  }
}

.lmr-h3 {
  font-size: 28px;
  line-height: 73%;

  @media (min-width: 780px) {
    font-size: 42px;
  }

  @media (min-width: 1024px) {
    font-size: 52px;
  }

  @media (min-width: 1440px) {
    font-size: 72px;
  }
}

.lmr-h3-subline {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 39px;
  text-transform: uppercase;

  background: linear-gradient(180deg, #089ecc 0%, #62bbe4 50%, #9dd1e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

  @media (min-width: 1024px) {
    font-size: 20px;
    margin-top: 10px;
  }

  @media (min-width: 1440px) {
    font-size: 24px;
    margin-top: 20px;
  }
}

.lmr-flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  align-items: start;

  @media (min-width: 1024px) {
    flex-direction: row;
    gap: 4rem;
    margin-top: 8rem;
    margin-bottom: -6rem;
  }
}

.waves {
  position: absolute;
  right: 0;
  top: 5rem;
  width: 270px;
  z-index: -1;

  @media (min-width: 500px) {
    width: 300px;
  }

  @media (min-width: 1024px) {
    width: 400px;
  }

  @media (min-width: 1440px) {
    width: 600px;
  }
}

.page-body-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 4rem 1rem;

  @media (min-width: 855px) {
    padding: 4rem 2rem;
  }

  @media (min-width: 1024px) {
    padding: 4rem 2vw 0;
  }
}

.lmr-right {
  flex: 1;
  p {
    font-size: 18px !important;
  }

  @media (min-width: 1024px) {
    max-width: 80%;
    margin: 0 auto 0;
  }

  @media (min-width: 1100px) {
    max-width: 70%;
  }
  @media (min-width: 1200px) {
    max-width: 60%;
  }
  @media (min-width: 1300px) {
    max-width: 55%;
  }
}

.lmr-left {
  /* flex: 1; */
  margin-left: 2rem;
}

.lmr-left img {
  margin-left: -2rem;
  width: 200px;
  z-index: 10;
  display: none;

  @media (min-width: 500px) {
    margin-left: -2.2rem;
  }

  @media (min-width: 1024px) {
    margin-left: 0;
    margin-top: -4rem;
    width: 250px;
    display: block;
  }
}

.mobile-r7 {
  margin-left: -4rem;
  width: 180px;
  z-index: 10;
  float: left;
  padding-right: 2rem;

  @media (min-width: 510px) {
    display: none;
  }
}

h2.services {
  font-weight: 600;
  color: #040c20;
  font-size: 28px;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
}

h3.services {
  font-weight: 600;
  color: #040c20;
  font-size: 24px;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
}

.services-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 5rem 2rem;

  @media (min-width: 1024px) {
    margin: 5rem 0;
    max-width: 900px;
  }
}

.services-logo-spread {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
  gap: 5rem;
  margin-bottom: 5rem;
  align-items: center;
  justify-items: center;

  @media (min-width: 600px) {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
    margin: 0 0 2.5rem;
  }

  @media (min-width: 800px) {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
    margin: 0 2rem 2.5rem;
  }

  img {
    max-height: 80px;
    width: auto;
  }
}

h3 > svg {
  margin-right: 0rem;
  height: auto;
  width: 50px;
}

.services-logo-spread-2 {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
  gap: 5rem;
  margin-bottom: 5rem;
  align-items: center;
  justify-items: center;

  @media (min-width: 600px) {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin: 0 2rem 5rem;
  }

  @media (min-width: 800px) {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin: 0 6rem 2.5rem;
  }

  img {
    max-height: 80px;
  }
}

.services-logo-link {
  display: inline-flex;
  align-items: center;
  color: #040c20;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 14px;
  padding: 0.85rem 1.75rem;
  border: 3px solid #040c20;
  border-radius: 14px;

  svg {
    margin-left: 0.25rem;
  }
}

p.services {
  font-size: 16px;
  color: #040c20;
  letter-spacing: 0.25px;
  line-height: 26px;
}

p.home {
  font-size: 18px;
  color: #040c20;
}

.si-body {
  display: flex;
  flex-direction: column;
  align-items: start;
  /* margin-top: 2rem; */
  gap: 2rem;

  @media (min-width: 780px) {
    flex-direction: row;
    margin-top: 2.5rem;
  }

  @media (min-width: 1024px) {
    flex-direction: row;
    margin-top: 0rem;
    align-items: center;
  }
}

.si-body-copy {
  flex: 1;
  margin-bottom: 2rem;

  h3 {
    font-size: 24px;
    font-weight: 600;
    color: #040c20;
    margin-bottom: 1.5rem;
    letter-spacing: 0.03px;
  }

  a {
    color: #089ecc;
    text-decoration: underline;
  }

  @media (min-width: 1024px) {
    margin-bottom: 0;
  }
}

.si-body-img {
  flex: 1;
  display: flex;
  justify-content: end;

  @media (min-width: 1024px) {
    margin-top: 0;
  }

  img {
    width: 450px;
  }
}

.services-quote {
  background: #040c20;
  border-radius: 16px;
  padding: 3rem 2rem;
  color: #ebf3fa;
  margin-top: 6rem;
}

.city-state-zip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;

  @media (min-width: 650px) {
    grid-template-columns: 1fr 1fr;
  }
}

.state-zip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;

  @media (min-width: 650px) {
    grid-template-columns: 1fr 1fr;
  }
}

.state {
  position: relative;
}

.state-arrow {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-30%);
  pointer-events: none;
  z-index: 10;
}

select {
  padding: 0.75rem 0.75rem;
  border-radius: 5px;
  margin-bottom: 1rem;
  border: none;
  width: 100%;
  height: 44px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.flex {
  display: flex;
}

.locations-select {
}

.location-onsite,
.location-remote {
  display: flex;
  align-items: center;
}

.location-onsite {
  margin-right: 1.5rem;
}

textarea {
  padding: 0.75rem 0.75rem;
  border-radius: 5px;
  margin-bottom: 1rem;
  border: none;
  width: 100%;
}

form {
  margin-top: 2rem;
}

.form-company {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;

  @media (min-width: 650px) {
    grid-template-columns: 1fr 1fr;
  }
}

form > div {
  margin-bottom: 1rem;
}

.form-name {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  @media (min-width: 650px) {
    grid-template-columns: 1fr 1fr;
  }
}

.flex-1 {
  flex: 1;
}

form input {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
  border: none;
}

form label {
  font-size: 14px;
  font-weight: 600;
  color: #ebf3fa;
  margin-bottom: 0.5rem;
  display: block;
  letter-spacing: 0.05em;
}
.breadcrumbs {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #040c20;
  margin-bottom: 3rem;
  display: none;
  align-items: center;
  opacity: 75%;

  a {
    text-decoration: none;
    color: #040c20;
  }

  svg {
    height: 14px;
    width: 6px;
    margin: 0 0.5rem;
  }

  @media (min-width: 650px) {
    display: flex;
  }
}

.service-page-columns {
  display: flex;
  flex-direction: row;
  align-items: start;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 4rem;
}

.service-page-layout-left {
  flex: 1;

  @media (min-width: 855px) {
    margin-right: 2rem;
  }
  @media (min-width: 1024px) {
    margin-right: 5rem;
  }

  @media (min-width: 1440px) {
    margin-right: 8rem;
  }
}

.services-logo-spread-alt {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  margin-bottom: 3rem;

  @media (min-width: 650px) {
    margin: 0 4rem 3rem;
    padding: 0;
  }
}

.nfpa {
  width: 275px;
  padding: 0 0 2rem;

  @media (min-width: 675px) {
    margin-top: -3rem;
    float: right;
    padding: 0 2rem 2rem;
  }
}

.nfpb {
  width: 215px;
  padding: 0 0 2rem;

  @media (min-width: 675px) {
    margin-top: -3rem;
    float: right;
    padding: 0 2rem 2rem;
  }
}

.ibwave {
  margin-top: -1rem;
}

.body-lock {
  overflow: hidden;

  @media (min-width: 1024px) {
    overflow: visible;
  }
}

.service-page-layout-right {
  display: none;

  @media (min-width: 1024px) {
    display: block;
    position: sticky;
    top: 0;
    padding-top: 2rem;
    margin-top: -2rem;
  }
}

.contact-page-layout-right {
  display: none;

  @media (min-width: 1024px) {
    display: block;
    top: 0;
    padding-top: 2rem;
    margin-top: -2rem;
  }
}

.service-page-layout-right-inner {
  padding-right: 4rem;
  padding-left: 2rem;
  border-radius: 14px;
}

.service-menu-heading {
  font-size: 18px;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
  color: #040c20;
  font-weight: 600;
}

.industries-menu-link,
.services-menu-link {
  position: relative;
  display: flex;
}

body {
  background: #040c20;
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100dvh;
}

footer {
  background-color: #040c20;
  color: #ebf3fa;
  display: flex;
  flex-direction: column;
  padding: 4rem 1rem;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 90;

  @media (min-width: 1024px) {
    padding: 4rem 2rem;
  }
}

.footer-logo {
  display: flex;
  height: 60px;
  width: 234px;
  align-self: center;

  @media (min-width: 1024px) {
    align-self: flex-start;
  }
}

.footer-links {
  font-size: 15px;
  letter-spacing: 0.06em;
  padding: 2.5rem 0 3.5rem;
  align-self: center;
  display: flex;
  flex-direction: column;
  width: 100%;

  @media (min-width: 1024px) {
    flex-direction: row;
    align-self: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 2.5rem 0 6rem;
  }
}

.footer-links a {
  color: #ebf3fa;
  text-decoration: none;
}

.footer-contact {
  display: flex;
  flex-direction: column;
}

.location-sidebar p {
  font-weight: 600 !important;
}

.contact-sidebar a {
  color: #040c20;
  text-decoration: none;
}

.sidebar-contact-tel,
.sidebar-contact-email {
  font-weight: 600;
  text-align: left;
}

.sidebar-contact-tel {
  margin-bottom: 0.25rem;
}

.footer-contact-tel,
.footer-contact-email {
  font-weight: 600;
  text-align: center;

  @media (min-width: 1024px) {
    text-align: left;
  }
}

.footer-contact-tel {
  margin-bottom: 0.25rem;
}

.footer-locations {
  margin-top: 0.75rem;
  text-align: center;

  @media (min-width: 1024px) {
    text-align: left;
  }
}

.footer-heading {
  font-size: 16px;
  letter-spacing: 0.06em;
}

.location > h5,
.footer-services > h5,
.footer-industries-etc > h5 {
  font-size: 16px;
  letter-spacing: 0.06em;
}

.contact-sidebar a {
  font-weight: 400;
  letter-spacing: 0.005rem;
}

.sidebar-locations {
  margin-top: 1rem;
}

.location > p {
  font-size: 15px;
}

.sidebar-contact-tel,
.sidebar-contact-email {
  font-weight: 600;
  text-align: left;
  font-weight: 500 !important;
}

.location-sidebar > h5 {
  font-size: 16px;
}
.location-sidebar > p {
  font-weight: 400 !important;
  letter-spacing: 0.04em;
}

div.location-sidebar.location-lake-forest {
  margin-top: 1.5rem !important;
}

.location-lake-forest {
  margin-top: 1.25rem;
}

.footer-contact-tel svg,
.footer-contact-email svg {
  margin-right: 0.25rem;
}

.footer-contact-email {
  margin: 1rem 0;
}

h4.quote {
  font-weight: 600;
  color: #ebf3fa;
  font-size: 24px;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
}

.nav-menu-services {
  background: linear-gradient(160deg, #ebf3fa 0%, #9dd1e8 100%);
  width: 360px;
  position: absolute;
  border-radius: 5px;
  top: 44px;
  padding: 1.25rem 1.4rem;
  right: -132%;
  box-shadow: 0 0 23px 0px rgba(0, 0, 0, 0.25);
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: -9999;
}

.nav-menu-industries {
  background: linear-gradient(160deg, #ebf3fa 0%, #9dd1e8 100%);
  width: 250px;
  position: absolute;
  border-radius: 5px;
  top: 44px;
  padding: 1.25rem 1.4rem;
  left: -55%;
  box-shadow: 0 0 23px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  display: none;
  transition: opacity 0.25s ease;
  z-index: -9999;
}

.nav-menu-more {
  background: linear-gradient(160deg, #ebf3fa 0%, #9dd1e8 100%);
  width: 280px;
  position: absolute;
  border-radius: 5px;
  top: 44px;
  padding: 1.25rem 1.4rem;
  left: -105px;
  box-shadow: 0 0 23px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  display: none;
  transition: opacity 0.25s ease;
  z-index: -9999;
}

.nav-menu-services-link,
.nav-menu-industries-link,
.nav-menu-more-link {
  display: flex;
  align-items: start;
  transition: all 0.35s ease;
  align-items: center;
  color: #040c20 !important;
}

.nav-menu-more-link {
  margin-right: 0 !important;
}

svg.nav-menu-arrow-services {
  transform: rotate(90deg);
  margin-left: 5px;
}

svg.nav-menu-arrow {
  transform: rotate(90deg);
  margin-left: 10px;
}

.nav-menu-services-link > svg,
.nav-menu-industries-link > svg {
  margin-right: 8px;
  fill: #040c20;
  max-height: 22px;
  max-width: 26px;
  transition: all 0.35s ease;
}

.white {
  color: #ebf3fa !important;
  fill: #ebf3fa !important;
}

.services-arrow-contain {
  position: relative;
  top: -30px;
  left: 92.5%;
  transform: translateX(-50%);
  opacity: 0.95;
}

.pointer {
  cursor: pointer;
}

.industries-arrow-contain {
  position: relative;
  top: -30px;
  left: 92.5%;
  transform: translateX(-50%);
  opacity: 0.95;
}

.more-arrow-contain {
  position: relative;
  top: -30px;
  left: 92.5%;
  transform: translateX(-50%);
  opacity: 0.95;
}

form > button.form-submit-button {
  margin-top: 2rem;
  background: linear-gradient(180deg, #089ecc 0%, #62bbe4 50%, #9dd1e8 100%);
  color: #ebf3fa;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: background 0.5s ease;
  font-weight: 600;
  border: none;
  pointer: cursor;
}

.arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ecf3fa;
}

.nav-menu-services.open,
.nav-menu-industries.open,
.nav-menu-more.open {
  opacity: 0.95;
  z-index: 1000;
  display: block;
}

.nav-menu-services > ul,
.nav-menu-industries > ul,
.nav-menu-more > ul {
  list-style: none;
}

.nav-menu-services > ul > li,
.nav-menu-industries > ul > li,
.nav-menu-more > ul > li {
  margin-bottom: 1.3rem;
}

.nav-menu-services > ul > li:last-child,
.nav-menu-industries > ul > li:last-child,
.nav-menu-more > ul > li:last-child {
  margin-bottom: 0.3rem;
}

.nav-menu-services > ul > li > a,
.nav-menu-industries > ul > li > a,
.nav-menu-more > ul > li > a {
  color: #ebf3fa;
  text-decoration: none;
}

h5 > a {
  color: #62bbe4 !important;
}

.footer-industries-etc-linecard {
  margin: 1.75rem 0 !important;
}

.location-torrance > h5,
.location-lake-forest > h5 {
  margin-bottom: 0.25rem;
}

.footer-services,
.footer-industries-etc {
  display: none;

  @media (min-width: 1024px) {
    display: flex;
    flex-direction: column;
  }
}

.footer-services > ul,
.industries-list > ul {
  list-style: none;
  margin-top: 0.75rem;
}

.footer-services > ul > li,
.industries-list > ul > li {
  margin-bottom: 0.75rem;
}

.footer-logo-above {
  @media (min-width: 1440px) {
  }
}

.footer-services > ul > li > a,
.industries-list > ul > li > a {
  font-size: 15px;
}

.bold {
  font-weight: 600;
}

.white {
  color: #ebf3fa;
}

.pacific {
  color: #089ecc;
}

.ice {
  color: #62bbe4 !important;
}

.copyright {
  font-size: 13px;
  text-align: center;
  opacity: 75%;
}

.content {
  background-color: #f0f0f0;
  overflow: hidden;
  position: relative;
}

.header {
  overflow: hidden;
}

.header-blue {
  width: 100%;
}

.menu {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  padding: 16px 1rem;
  max-width: 1440px;
  margin: 0 auto;
}

.nav-menu-links {
  display: none;
  z-index: 1000;

  @media (min-width: 1140px) {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }
}

.nav-menu-buttons {
  display: none;
  z-index: 1000;

  @media (min-width: 750px) {
    display: flex;
    align-items: center;
  }
}

.nav-menu-links > a,
.nav-menu-links > div {
  color: #ebf3fa;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-right: 1rem;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  transition: border-bottom 0.3s ease;
  position: relative;

  @media (min-width: 1240px) {
    margin-right: 2rem;
  }

  @media (min-width: 1440px) {
    margin-right: 3rem;
  }
}

.nav-menu-links > a:last-child {
  margin-right: 0;
}

.nav-menu-links > a:hover,
.nav-menu-links > a:hover {
  /* border-bottom: 2px solid #9dd1e8; */
  transition: border-bottom 0.3s ease;
}

.nav-menu-buttons > a,
.nav-menu-buttons > div {
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.75rem 1rem;
  border-radius: 5px;
}

.contact-us-button {
  background: linear-gradient(180deg, #089ecc 0%, #62bbe4 50%, #9dd1e8 100%);
  color: #ebf3fa;
  transition: background 0.5s ease;
}

.hero-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  justify-content: center;
  position: relative;
  z-index: 400;

  @media (min-width: 500px) {
    flex-direction: row;
    justify-content: start;
    margin-top: 2rem;
  }

  @media (min-width: 750px) {
    margin-top: 3.5rem;
  }

  @media (min-width: 1024px) {
    margin-top: 4rem;
    display: none;
  }
}

.hero-button-container-desktop {
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  justify-content: center;

  @media (min-width: 500px) {
    flex-direction: row;
    justify-content: start;
    margin-top: 2rem;
  }

  @media (min-width: 750px) {
    margin-top: 3.5rem;
  }

  @media (min-width: 1024px) {
    display: flex;
    margin-top: 4rem;
  }
}

.hero-buttons {
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  justify-content: center;
  display: flex;

  @media (min-width: 500px) {
    flex-direction: row;
    justify-content: start;
    margin-top: 2rem;
  }

  @media (min-width: 1024px) {
    margin-top: 3.5rem;
  }
}

.black {
  color: #040c20 !important;
  fill: #040c20 !important;
}

.hero-contact-cta {
  background: linear-gradient(180deg, #089ecc 0%, #62bbe4 50%, #9dd1e8 100%);
  color: #ebf3fa;
  padding: 1rem 3rem;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: background 0.5s ease;
  font-weight: 600;

  @media (min-width: 500px) {
    padding: 0.95rem 2rem;
  }
}

.hero-shop-cta {
  margin-top: 0.75rem;
  background: transparent;
  color: #ebf3fa;
  padding: 0.95rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: background 0.5s ease;
  font-weight: 600;
  display: flex;
  align-items: center;

  @media (min-width: 500px) {
    margin-top: 0;
  }
}
.hero-shop-cta:hover {
  transition: transform 0.5s ease;
}

.hero-shop-cta > svg {
  transform: translateX(0);
  transition: transform 0.35s ease;
}

.hero-shop-cta:hover > svg {
  transform: translateX(0.3rem);
  transition: transform 0.35s ease;
}

.hero-shop-cta > svg {
  margin-left: 0.35rem;
}

.shop-products-button {
  background-color: #ebf3fa;
  color: #040c20;
  margin-right: 1rem;
}

.uppercase {
  text-transform: uppercase;
}

.logo {
  display: flex;
}

.logo-link {
  display: flex;
  height: 65px;
  width: 215px;

  @media (min-width: 1250px) {
    height: 90px;
    width: 270px;
  }
}

.logo-link > svg {
  width: auto;
}

.mobile-nav-button-container {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.mobile-nav-button {
  display: flex;
  margin-left: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  @media (min-width: 1024px) {
    display: none;
  }
}

#hamburger-icon {
  margin: auto 0;
  /* display: none; */
  cursor: pointer;
  margin-left: 2rem;

  @media (min-width: 1140px) {
    display: none;
  }
}

.hamburger {
  width: 35px;
  height: 2px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-5px, -6px);
}

.mobile-menu {
  /* display: none; */
  opacity: 0;
  position: absolute;
  top: 86px;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #040c20;
  transition: all 0.25s ease;
  z-index: -1000;
  font-size: 16px;
  font-weight: 600;

  @media (min-width: 500px) {
    top: 92px;
    height: 100dvh;
  }

  @media (min-width: 1140px) {
    opacity: 0;
    z-index: -1000;
  }
}

.mobile-menu.open {
  display: flex;
  opacity: 1;
  flex-direction: column;
  transition: opacity 0.25s ease;
  z-index: 1000;
  align-items: center;
  justify-content: flex-start;

  @media (min-width: 1140px) {
    opacity: 0;
    z-index: -1000;
  }
}

.menu-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 2rem;
  min-height: calc(100dvh - 86px);
  overflow: scroll;

  @media (min-width: 500px) {
    min-height: calc(100dvh - 92px);
  }
}

.mobile-nav-shop,
.mobile-nav-contact {
  font-size: 18px !important;
  width: 60%;
  text-align: center;
  padding: 1rem 0;
  border-radius: 8px;
}

.mobile-nav-contact {
  background: linear-gradient(180deg, #089ecc 0%, #62bbe4 50%, #9dd1e8 100%);
  color: #ffffff;
}

.mobile-nav-shop {
  background-color: #ebf3fa;
  color: #040c20 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.75rem !important;
}

.menu-items > a {
  color: #ebf3fa;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 1rem 0;
}

.contact-info {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  font-size: 18px;
  justify-content: center;
  align-items: center;
}

.contact-info a {
  color: #ebf3fa;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
}

.contact-info svg {
  margin-right: 0.5rem;
}

.mobile-phone-number {
  margin-bottom: 1.5rem;
}

.homepage-hero {
  background: #040c20;
  padding-top: 2.5rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 2.5rem;

  @media (min-width: 1024px) {
    padding-top: 2rem;
  }

  @media (min-width: 1440px) {
    padding-top: 5rem;
  }
}

.real-homepage-hero {
  background: #040c20;
  padding-top: 2.5rem;
  position: relative;
  overflow: hidden;

  @media (min-width: 1024px) {
    padding-top: 5rem;
  }
}

.hero-images-wrapper {
  position: relative;
}

.homepage-hero-wrapper {
  width: 100%;
  max-width: 1440px;
  /* overflow: hidden; */
  position: relative;
  margin: 0 auto;
  padding: 0 1rem;

  @media (min-width: 1024px) {
    padding: 0 2vw;
  }
}

.hero-copy {
  z-index: 10;
  position: relative;
  padding-bottom: 2rem;

  @media (min-width: 1024px) {
    padding-bottom: 7rem;
  }

  @media (min-width: 1240px) {
    padding-bottom: 6rem;
  }
}

.ellipse-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;

  @media (min-width: 1024px) {
    bottom: 0;
    right: -2.5%;
    left: auto;
  }
}

.homepage-ellipse-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;

  @media (min-width: 1024px) {
    bottom: 0;
    right: -2.5%;
    left: auto;
  }
}

.homepage-ellipse {
  /* position: absolute; */
  background: radial-gradient(50% 50% at 50% 50%, #039ecd 0%, rgba(3, 158, 205, 0) 100%);
  width: 1000px;
  height: 1000px;
}

.show-1440 {
  display: none;

  @media (min-width: 1024px) {
    display: block;
  }
}

.globeoverlay {
  position: absolute;
  width: 500px;
  height: 500px;
  right: 0;
  top: 0;

  background: radial-gradient(45.64% 45.64% at 47.92% 47.09%, rgba(17, 25, 45, 0) 0%, #040c20 100%);
  mix-blend-mode: normal;
  opacity: 5%;

  @media (min-width: 1024px) {
    width: 1273px;
    height: 1272px;
    right: 0rem;
    bottom: 0rem;
  }
}

.globe-container {
  position: absolute;
  top: 0;
  right: -20rem;
  z-index: 60;

  @media (min-width: 1024px) {
    top: -4rem;
    right: -9rem;
  }
}

.bgglobe {
  width: 1100px;
  height: 1100px;
  opacity: 34%;
}

.hero-images {
  margin-top: 1rem;
  margin-right: -1rem;
  z-index: 70;
  position: relative;
  margin-bottom: 3.5rem;

  @media (min-width: 600px) {
    margin-top: 1rem;
    margin-right: -1rem;
    margin-bottom: 3.5rem;
  }

  @media (min-width: 750px) {
    margin: 2rem auto 0;
  }

  @media (min-width: 1024px) {
    /* margin-right: 0; */
    margin-right: -7vw;
    margin-top: -6.5rem;
  }

  @media (min-width: 1270px) {
    margin-right: 0;
    margin-top: -6.3rem;
    z-index: 66;
  }
}

.mobile {
  display: block !important;
  @media (min-width: 1024px) {
    display: none !important;
  }
}

.mobile-sm {
  display: none !important;
  @media (min-width: 575px) {
    display: block !important;
  }
}

.hero-content {
  display: flex;
  flex-direction: column;

  @media (min-width: 1024px) {
    flex-direction: row;
    padding-top: 2.5rem;
  }
}

.desktop {
  display: none;
  @media (min-width: 1024px) {
    display: block;
  }
}

.hero-desktop {
  display: none;
  @media (min-width: 1340px) {
    display: block;
    max-width: 620px;
    margin-top: 3rem;
  }
}

.tablet-hero {
  max-width: 500px;
  width: 100%;

  display: none;
  @media (min-width: 1024px) {
    display: block;
  }
  @media (min-width: 1340px) {
    display: none;
  }
}

.hero-image-clouds {
  z-index: 0;
  border-radius: 20px;
  height: 460px;
  width: 100%;
  position: absolute;
  top: 8rem;
  left: 4rem;
  right: auto;
  display: none;

  @media (min-width: 1024px) {
    display: block;
    top: 4rem;
    right: 3rem;
    height: 770px;
    width: 370px;
    left: auto;
  }

  @media (min-width: 1440px) {
    height: 800px;
    border-radius: 20px;
    top: 4rem;
    right: 3rem;
  }
}

.hero-image-converse {
  position: absolute;
  z-index: 5;
  width: auto;
  border-radius: 14px;
  height: auto;
  width: 305px;
  left: 0;
  top: 7rem;

  @media (min-width: 1024px) {
    width: 400px;
    right: 8rem;
    top: 20rem;
  }

  @media (min-width: 1530px) {
    width: 470px;
    right: 8rem;
    top: 22rem;
  }
}
.globe {
  margin-left: -10rem;
  margin-top: -20rem;
  height: 180px;
  width: 180px;
  z-index: 100;

  @media (min-width: 1024px) {
    top: -3rem;
    right: -1rem;
    height: 380px;
    width: 380px;
  }

  @media (min-width: 1530px) {
    top: -3rem;
    right: -1rem;
    height: 420px;
    width: 420px;
  }
}

.hero-bullet-points {
  color: #ebf3fa;
  font-size: 18px;
  margin: 0 0 4rem;
  font-weight: 500;
  letter-spacing: 0.06em;

  @media (min-width: 750px) {
    margin: 4rem 0;
  }

  @media (min-width: 1024px) {
    font-size: 24px;
    margin-top: 6rem;
  }
}

.hero-bullet-points > ul {
  list-style: none;
  padding: 0;
}

.hero-bullet-points > ul > li {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;

  @media (min-width: 1440px) {
    margin-bottom: 1.25rem;
  }
}

.hero-bullet-points > ul > li > svg {
  height: 28px;
  width: 28px;
  margin-right: 0.75rem;

  @media (min-width: 1440px) {
    height: 28px;
    width: 28px;
  }

  @media (min-width: 1530px) {
    height: 32px;
    width: 32px;
  }
}

.strategic-solutions {
  margin-top: -2rem;
  z-index: 60;
  /* position: absolute; */
  background: url("img/ss-globe.webp"), #ebf3fa;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  display: flex;
  width: 100%;
  height: 640px;
}

.ss-h2 {
  font-size: 42px;
  color: #040c20;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  text-transform: uppercase;
  line-height: 73%;
  margin-left: -6px;

  @media (min-width: 1024px) {
    font-size: 58px;
    margin-bottom: 1.5rem;
  }

  @media (min-width: 1330px) {
    font-size: 74px;
    margin-bottom: 1.5rem;
  }
}

.h2-subline {
  font-size: 18px;
  font-weight: 600;
  color: #040c20;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.strategic-solutions-inner {
  padding: 3rem 1rem;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;

  @media (min-width: 1024px) {
    padding: 8rem 2rem;
    flex-direction: row;
  }
}

.ss-body-text {
  font-size: 16px;
  color: #040c20;
  line-height: 1.5;
  margin-bottom: 2rem;
  font-weight: 600;
  letter-spacing: 0.04rem;

  @media (min-width: 1024px) {
    font-size: 20px;
  }
}

.ss-list {
  list-style: none;
  padding: 0;
  letter-spacing: 0.04rem;

  li {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 16px;

    @media (min-width: 1024px) {
      font-size: 18px;
    }
  }
}

.ss-right {
  margin-top: 2rem;
  @media (min-width: 1024px) {
    margin-top: 4rem;
    margin-left: 12%;
  }
}

.work-location {
  max-width: 600px;
  margin-top: 1rem;
}

.si-h2 {
  font-size: 32px;
  color: #040c20;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  text-transform: uppercase;
  line-height: 73%;
  margin-left: -6px;

  @media (min-width: 550px) {
    font-size: 42px;
    margin-bottom: 1.5rem;
  }

  @media (min-width: 1024px) {
    font-size: 52px;
    margin-bottom: 1.5rem;
  }

  @media (min-width: 1330px) {
    font-size: 68px;
    margin-bottom: 1.5rem;
  }
}

.work-location input {
  margin: 0;
  padding: 0;
  width: auto;
  height: 20px;
  width: 20px;
}

.work-location label {
  margin: 0;
  padding: 0;
  width: auto;
  margin-left: 0.5rem;
  font-weight: 500;
}

@font-face {
  font-family: "bgmd";
  src: url("../font/bgmd.woff2") format("woff2"), url("../font/bgmd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/Montserrat-Regular.woff2") format("woff2"), url("../font/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../font/Montserrat-Medium.woff2") format("woff2"), url("../font/Montserrat-Medium.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../font/Montserrat-SemiBold.woff2") format("woff2"), url("../font/Montserrat-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/Montserrat-Bold.woff2") format("woff2"), url("../font/Montserrat-Bold.woff") format("woff");
}

.service-page-layout-right > div > ul {
  list-style: none;
  font-size: 15px;
}

.service-page-layout-right > div > ul > li {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: start;
  border-bottom: 2px solid #dceef7;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}

.service-page-layout-right > div > ul > li:first-child {
  margin-top: 0rem;
}

.service-page-layout-right > div > ul > li > svg {
  margin-right: 0.45rem;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.service-page-layout-right > div > ul > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.service-page-layout-right > div > ul > li > a {
  color: #040c20;
  text-decoration: none;
  font-weight: 600;
}

.service-page-layout-right > div > ul > li > a.active {
  color: #62bbe4;
}

.services-dropdown-button {
  background: #ebf3fa;
  padding: 1rem;
  border: 2px solid #040c20;
  cursor: pointer;
  border-radius: 16px;
  width: 100%;
  max-width: 550px;
  font-weight: 600;
  color: #040c20;
  margin: 0 auto 2rem;
}

.services-dropdown-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: -4rem auto 0;
  text-align: center;

  @media (min-width: 1024px) {
    display: none;
  }
}

.services-dropdown-icon {
  transform: rotate(90deg);
  margin-top: -2px;
  margin-left: 0.15rem;
}

.services-dropdown-content {
  display: none;
  position: absolute;
  background-color: #ecf3fb;
  min-width: 160px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
  right: 0;
  left: 0;

  a {
    text-decoration: none;
    text-align: left;
    font-weight: 500;
    color: #040c20;
  }
}

.show {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
  text-align: center;
  margin: 0 auto 0;
  border-radius: 16px;
  border: 2px solid #ecf3fb;
  padding: 2rem;

  a {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #040c2012;

    &:last-child {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0;
    }
  }
}

h3 > a {
  color: #62bbe4;
  text-decoration: none;
}

.linecard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;

  @media (min-width: 650px) {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 1rem;
  }

  @media (min-width: 1024px) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  @media (min-width: 1440px) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

img.tait {
  max-height: 60px !important;
}

.card > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.seamless-integrations {
  background: #ffffff;
  color: #040c20;
  padding: 2rem 2rem;
}

.seamless-integrations-inner {
  max-width: 1440px;
  width: 100%;
  margin: -8rem auto 0;

  @media (min-width: 1024px) {
    padding: 4rem 2rem;
    margin: 0;
  }

  @media (min-width: 1240px) {
    margin: -10rem auto 0;
    padding: 4rem 2rem;
  }
}

.si-flex {
  display: flex;
  flex-direction: column;
  align-items: start;

  @media (min-width: 1024px) {
    flex-direction: row;
    align-items: end;
    margin-bottom: 4rem;
  }
}

.si-right {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2rem;
  flex: 1;

  p {
    max-width: 620px;
    font-weight: 500;
  }

  @media (min-width: 1024px) {
    margin-left: 3rem;
    margin-bottom: 0;
  }

  @media (min-width: 1440px) {
    margin-left: 6rem;
    margin-bottom: 2rem;
  }
}

.si-img {
  margin-bottom: 2rem;
  flex: 1;
  z-index: 90;

  @media (min-width: 1024px) {
    margin-bottom: 0;
  }
}

swiper-slide > img,
swiper-slide > a > img {
  border-radius: 14px;
  object-fit: cover;
  border-radius: 16px;
}

.homepage-globe {
  position: absolute;
  right: -2rem;
  top: -10rem;
  height: 375px;
  width: 375px;
  animation: rotating 100s linear infinite;
  transform-origin: center;
  z-index: 0;

  svg {
    fill: #040c20;
    filter: opacity(0.5);
  }

  @media (min-width: 750px) {
    right: -2rem;
    top: -15rem;
    width: 500px;
    height: 500px;
  }

  @media (min-width: 1024px) {
    top: -4rem;
    right: -4rem;
    svg {
      fill: #ebf3fa;
      filter: opacity(1);
    }
  }

  @media (min-width: 1280px) {
    top: -4rem;
    height: 425px;
    width: 500px;
    height: 500px;
  }

  @media (min-width: 1440px) {
    right: -6rem;
    height: 500px;
    width: 500px;
  }
}

.homepage-radio {
  animation: float-deep 200s ease-in-out infinite;
}

@-webkit-keyframes rotating {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 3s linear infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float-deep {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}

.swiper {
  position: inherit !important;
}

:root {
  --swiper-navigation-size: 44px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 8px;
  --swiper-navigation-color: #ebf3fa;
}

.swiper-wrap {
  margin-top: 2rem;
  z-index: 99999;
  position: relative;
  width: calc(100vw - 2rem);

  @media (min-width: 1024px) {
    margin-top: 23rem;
    width: 450px;
    right: 5rem;
  }

  @media (min-width: 1140px) {
    margin-top: 23rem;
    width: 500px;
    right: 5rem;
  }

  @media (min-width: 1250px) {
    margin-top: 20rem;
    width: 550px;
    right: 5rem;
  }

  @media (min-width: 1440px) {
    width: 600px;
    right: 5rem;
  }
}

.mm-ad {
  transform: rotate(90deg);
  margin-top: -4px;
}

.more-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 1000;
  position: relative;
  border: none;
  width: 100%;
  padding-top: 1rem;
  a {
    color: #ebf3fa;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
  }
}

/* Show the menu when the .show class is added */
.more-menu.show {
  display: flex;
}

#more-btn {
  display:none !important;
}
