* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  color: #343840;
}

h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.75rem;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: #fff;
  box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.08);
  z-index: 9;
}
.header > .content {
  max-width: 70rem;
  height: 5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.logo {
  margin-right: 5rem;
  height: 2.5rem;
}
.top-nav {
  margin: 0;
  list-style: none;
  display: flex;
}
.nav-btn {
  display: flex;
  align-items: center;
  background: #fff;
  border: none;
  min-width: 5rem;
  height: 5rem;
  line-height: 5rem;
  margin-right: 2.5rem;
  cursor: pointer;
}
.nav-btn i {
  font-size: 0.75rem;
  margin-left: 4px;
}

/* top nav panel */
.top-nav-panel {
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  box-shadow: 0px 0.75rem 1.5rem 0px rgba(0, 0, 0, 0.05);
}
.top-nav-panel .container {
  margin: 0 auto;
  padding: 2.5rem;
  max-width: 70rem;
}

.top-nav-col {
  width: 12.25rem;
  margin-right: 2.5rem;
}

.top-nav-col-title {
  font-size: 0.75rem;
}

.top-nav-icons {
  margin-right: 0.375rem;
  color: #2462f2;
  font-size: 1.25rem;
}

.top-nav-col a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #72798a;
}

a {
  transition: color ease-in-out 0.3s;
}

a:hover {
  color: #2462f2;
}

.dropdown-content {
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100%;
  display: none;
  position: absolute;
  background-color: #fff;
}
.top-nav-dropdown:hover .dropdown-content {
  display: block;
}

#products-panel {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#products-panel a {
  margin-bottom: 1rem;
}

#solution-panel {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#solution-panel a {
  margin-right: 2.5rem;
}

section .container {
  max-width: 70rem;
}

/* section intro */
.intro {
  width: 100vw;
  position: relative;
  top: 0;
  left: 0;
  height: 62rem;
  text-align: center;
  overflow: hidden;
}
.intro-title {
  margin-top: 15rem;
}
.intro-title h1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 7.5rem;
  color: #fff;
}
.intro-title h2 {
  margin-top: 1.25rem;
  color: #fff;
}
.intro svg {
  position: absolute;
  top: -32rem;
  left: 50%;
  margin-left: -38rem;
  width: 76rem;
  height: 76rem;
  z-index: -1;
}
#bg-asset-left {
  position: absolute;
  width: 25rem;
  top: 24rem;
  left: 18rem;
  opacity: 0.5;
}
#bg-asset-right {
  position: absolute;
  top: 14.375rem;
  right: 14rem;
}
/* section general */
.section-title {
  margin-bottom: 3.5rem;
  text-align: center;
}
.accordion {
  flex: 1;
  min-width: 20rem;
}
.accordion-icons {
  margin-right: 0.75rem;
  color: #2462f2;
  font-size: 2rem;
}
.accordion-item {
  border: none;
  border-bottom: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}
.accordion-body {
  padding-top: 0;
  padding-left: 4.075rem;
  background: var(--bs-accordion-active-bg);
}
.accordion {
  --bs-accordion-bg: none;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
/* section 1 */
.section-1 {
  width: 100%;
  height: 53.5rem;
  padding: 3.5rem 0;
  background: url("./images/section-1-bg.png") center center no-repeat;
  background-size: cover;
}
.section-1 .container {
  margin: 0 auto;
  padding: 0;
  max-width: 70rem;
  overflow: hidden;
}
.section-1 .container img {
  height: 27.375rem;
}
#enterprise-accordion {
  margin-right: 2.5rem;
}
#enterprise-accordion button {
  padding: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

/* section 2 */
.section-2 {
  width: 100%;
  height: 53.5rem;
  padding: 3.5rem 0;
  background: url("./images/section-2-bg.png") center center no-repeat;
  background-size: cover;
}
.section-2 .container {
  margin: 0 auto;
  padding: 0;
  max-width: 70rem;
}
.section-2 .container img {
  height: 27.375rem;
}
#space-accordion {
  margin-left: 2.5rem;
}
#space-accordion button {
  padding: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

/* section 3 */
.section-3 {
  width: 100%;
  height: 53.5rem;
  padding: 3.5rem 0;
  background: url("./images/section-3-bg.png") center center no-repeat;
  background-size: cover;
}
.section-3 .container {
  margin: 0 auto;
  padding: 0;
  max-width: 70rem;
}
.section-3 .container img {
  height: 27.375rem;
}
#av-accordion {
  margin-right: 2.5rem;
}
#av-accordion button {
  padding: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
/* section 4 */
.section-4 {
  width: 100%;
  height: 52.5rem;
  padding: 3.5rem 0;
  background: url("./images/section-4-bg.png") center center no-repeat;
  background-size: cover;
}
.section-4 .container {
  margin: 0 auto;
  padding: 0;
  max-width: 70rem;
}
.section-4-card {
  width: 22.5rem;
  height: 18.875rem;
  padding: 2.5rem 2rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0px 1.125rem 2.5rem 0px rgba(74, 130, 183, 0.15);
  text-align: center;
}
.section-4-icons {
  display: block;
  margin-bottom: 0.75rem;
  color: #2462f2;
  font-size: 7rem;
}
.section-4 p {
  margin-top: 0.75rem;
  color: #808080;
}

/* section 5 */
.section-5 {
  width: 100%;
  height: 25rem;
  padding: 3.5rem 0;
  background: url("./images/section-5-bg.png") center center no-repeat;
  background-size: cover;
}
.section-5 .container {
  margin: 0 auto;
  padding: 0;
  max-width: 70rem;
}
.section-5-img {
  width: 100%;
}

/* footer */
.footer {
  width: 100%;
  height: 25rem;
  padding: 3.5rem 0;
}
.footer .container {
  margin: 0 auto;
  padding: 0;
  max-width: 70rem;
}
.footer-col {
  width: 8.75rem;
  margin-right: 2.5rem;
}
.footer-col-title {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer-col a {
  display: block;
  margin-bottom: 0.375rem;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #72798a;
}
hr {
  margin: 2.5rem 0;
  border-color: #ccc;
}
.footer-info span,
.footer-info a {
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #72798a;
}
.footer-info span {
  margin: 0 0.25rem;
}
.footer .copyright-text,
.footer a {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #72798a;
  text-decoration: none;
}

@media (max-width: 1280px) {
  html,
  body {
    font-size: 12px;
  }
}

/* Remove after all pages done */
.top-nav-col a {
  cursor: not-allowed;
  opacity: 0.3;
}

.clickable {
  opacity: 1 !important;
  cursor: pointer !important;
}
