@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --quantum-zenith-design-system---zenith-red: #e30110;
  --quantum-zenith-design-system---black: #0d0d0d;
}

.quantum-zenith-design-system--nav-link_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.quantum-zenith-design-system--nav-logo_content {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #00000080;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: none;
  position: absolute;
  top: 57px;
}

.quantum-zenith-design-system--mobile-group_links {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 20px;
  text-decoration: none;
}

.quantum-zenith-design-system--mobile-group_links:hover {
  background-color: #0000001f;
}

.quantum-zenith-design-system--nav-logo_trigger {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quantum-zenith-design-system--c-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.quantum-zenith-design-system--c-img.quantum-zenith-design-system--cc-cover {
  object-fit: cover;
}

.quantum-zenith-design-system--nav-dropdown_list {
  width: 256px !important;
}

.quantum-zenith-design-system--nav-dropdown_list.w--open {
  background-color: #00000080;
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.quantum-zenith-design-system--c-nav {
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px solid #0003;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.quantum-zenith-design-system--c-nav:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9), .quantum-zenith-design-system--c-nav:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  background-color: #0000;
  border-bottom-color: #fff3;
}

.quantum-zenith-design-system--c-nav:where(.w-variant-41132b6b-4e7d-cc48-4010-7a771a41d769) {
  border-bottom-color: #0000;
}

.quantum-zenith-design-system--nav-link_logomobile {
  display: none;
}

.quantum-zenith-design-system--nav-logo_contentitem {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 20px;
  text-decoration: none;
}

.quantum-zenith-design-system--nav-logo_contentitem:hover {
  background-color: #0000001f;
}

.quantum-zenith-design-system--qz-group_pill {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  background-color: #0003;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 16px 0 16px 16px;
  font-weight: 500;
  display: flex;
}

.quantum-zenith-design-system--qz-group_pill:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.quantum-zenith-design-system--mobilenav-link_wrapper {
  flex-flow: column;
  display: flex;
}

.quantum-zenith-design-system--c-container {
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.quantum-zenith-design-system--c-container:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9), .quantum-zenith-design-system--c-container:where(.w-variant-41132b6b-4e7d-cc48-4010-7a771a41d769) {
  padding-left: 5%;
  padding-right: 5%;
}

.quantum-zenith-design-system--c-container:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  padding-right: 40px;
}

.quantum-zenith-design-system--c-container.quantum-zenith-design-system--cc-full {
  padding-left: 0%;
  padding-right: 0%;
}

.quantum-zenith-design-system--nav-logo_wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.quantum-zenith-design-system--c-nav_mobile {
  display: none;
}

.quantum-zenith-design-system--c-cta_btn {
  text-transform: uppercase;
  background-color: #e30110;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.quantum-zenith-design-system--c-cta_btn:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
  font-family: Inter, sans-serif;
}

.quantum-zenith-design-system--c-cta_btn:where(.w-variant-41132b6b-4e7d-cc48-4010-7a771a41d769), .quantum-zenith-design-system--c-cta_btn:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  display: none;
}

.quantum-zenith-design-system--nav-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.quantum-zenith-design-system--nav-holder:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  justify-content: space-between;
  align-items: center;
}

.quantum-zenith-design-system--nav-link_holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.quantum-zenith-design-system--nav-link_holder:where(.w-variant-41132b6b-4e7d-cc48-4010-7a771a41d769), .quantum-zenith-design-system--nav-link_holder:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.quantum-zenith-design-system--slot {
  display: contents;
}

.quantum-zenith-design-system--icon {
  position: relative;
}

.quantum-zenith-design-system--icon:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
  color: #fff;
  position: relative;
}

.quantum-zenith-design-system--icon:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  color: #fff;
}

.quantum-zenith-design-system--c-logo_dark:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9), .quantum-zenith-design-system--c-logo_dark:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8), .quantum-zenith-design-system--c-logo-image {
  display: none;
}

.quantum-zenith-design-system--c-logo-image:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
  display: inline-flex;
}

.quantum-zenith-design-system--c-logo-image:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  display: block;
}

.quantum-zenith-design-system--text-block-2:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
  color: #fff;
  font-family: Inter, sans-serif;
}

.quantum-zenith-design-system--text-block-2:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  color: #fff;
}

.quantum-zenith-design-system--site-dropdown {
  position: relative;
}

.quantum-zenith-design-system--nav-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  border-top: 4px solid #0000;
  border-bottom: 4px solid #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 32px 20px 28px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.quantum-zenith-design-system--nav-link:hover {
  background-color: #231f200d;
}

.quantum-zenith-design-system--nav-link.w--current {
  border-bottom-color: var(--quantum-zenith-design-system---zenith-red);
  color: var(--quantum-zenith-design-system---zenith-red);
  background-color: #e301100d;
}

.quantum-zenith-design-system--footer-header_text {
  color: #00000080;
  text-transform: uppercase;
  font-weight: 500;
}

.quantum-zenith-design-system--footer-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.quantum-zenith-design-system--footer-link:hover {
  color: #585858;
}

.quantum-zenith-design-system--footer-link_header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.quantum-zenith-design-system--check-holder {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.quantum-zenith-design-system--footer-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.quantum-zenith-design-system--footer-upper {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.quantum-zenith-design-system--footer-lower {
  background-color: #fff;
  background-image: url('../images/lower-gb.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 240px;
}

.quantum-zenith-design-system--new-footer_container {
  z-index: 1;
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.quantum-zenith-design-system--new-footerupper_holder {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.quantum-zenith-design-system--footerupper-lhs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.quantum-zenith-design-system--footer-header {
  color: #fff;
  font-size: 48px;
  line-height: 100%;
}

.quantum-zenith-design-system--footer-body {
  color: #fff;
  font-size: 16px;
}

.quantum-zenith-design-system--footer-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--quantum-zenith-design-system---zenith-red);
  cursor: pointer;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 10px solid #e30110;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 16px;
  transition: border-color .2s;
  display: flex;
}

.quantum-zenith-design-system--footer-button:hover {
  border-color: #be0612;
}

.quantum-zenith-design-system--footer-button.quantum-zenith-design-system--cc-centered {
  text-decoration: none;
}

.quantum-zenith-design-system--footer-button_text {
  color: #fff;
  font-size: 20px;
}

.quantum-zenith-design-system--footer-details_holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 70%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.quantum-zenith-design-system--footer-details_lhs {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.quantum-zenith-design-system--footer-details_rhs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.quantum-zenith-design-system--footer-logo_holder {
  width: 50%;
}

.quantum-zenith-design-system--footer-rc_text {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.quantum-zenith-design-system--footer-social_section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quantum-zenith-design-system--newfooter-link_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quantum-zenith-design-system--foter-privacy_holder {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
}

.quantum-zenith-design-system--footer-lower_ctatext {
  font-size: 43px;
  font-weight: 700;
  line-height: 100%;
}

.quantum-zenith-design-system--c-highlight {
  color: var(--quantum-zenith-design-system---zenith-red);
}

.quantum-zenith-design-system--footer-privacy {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.quantum-zenith-design-system--footer-lowcta_holder {
  width: 29%;
}

.quantum-zenith-design-system--text-block-6 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.quantum-zenith-design-system--footer-image_holder {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.quantum-zenith-design-system--c-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.quantum-zenith-design-system--new-footerupper_container {
  z-index: 1;
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.quantum-zenith-design-system--icon-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.quantum-zenith-design-system--icon-link:hover {
  color: #2a2a2a;
}

.quantum-zenith-design-system--iconlink-text {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.quantum-zenith-design-system--text-block {
  font-family: Inter, sans-serif;
}

.quantum-zenith-design-system--dropdown-toggle-prime {
  padding: 0;
}

.quantum-zenith-design-system--dropdown-toggle-prime.w--open {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.quantum-zenith-design-system--nav-dropdown {
  text-transform: uppercase;
  display: inline-block;
}

.quantum-zenith-design-system--nav-dropdown:hover {
  background-color: #231f200d;
}

.quantum-zenith-design-system--nav-dropdown_item {
  width: 100%;
}

.quantum-zenith-design-system--dropdown-link {
  overflow-wrap: normal;
  width: 100%;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  transition: color .2s, background-color .2s;
}

.quantum-zenith-design-system--dropdown-link.w--current {
  color: var(--quantum-zenith-design-system---zenith-red);
  text-decoration: none;
}

.quantum-zenith-design-system--button-link_big {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #868686;
  letter-spacing: -.01em;
  text-underline-offset: .15em;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-decoration-thickness: .1em;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.quantum-zenith-design-system--button-link_big:where(.w-variant-ae760166-fcb2-495f-27b5-778efa233a44) {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 72px;
  font-size: 24px;
  line-height: 29px;
}

.quantum-zenith-design-system--button-link_big:hover {
  color: var(--quantum-zenith-design-system---zenith-red);
}

.quantum-zenith-design-system--link-big_icon {
  width: 40px;
  height: 40px;
}

.quantum-zenith-design-system--body-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.quantum-zenith-design-system--uc-h1 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 10px;
  font-size: 72px;
  font-weight: 500;
  line-height: 110%;
}

.quantum-zenith-design-system--uc-h1.quantum-zenith-design-system--cc-left {
  color: #000;
}

.quantum-zenith-design-system--leader-content_name {
  z-index: auto;
  color: #000;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}

.quantum-zenith-design-system--leader-content_name.quantum-zenith-design-system--c-leaders {
  margin-top: 0;
  margin-bottom: 0;
}

.quantum-zenith-design-system--text-button {
  color: #e30110;
  font-size: 20px;
  text-decoration: none;
}

.quantum-zenith-design-system--leader-content_holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.quantum-zenith-design-system--leader-card {
  grid-template-rows: auto;
  grid-template-columns: 25% 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.quantum-zenith-design-system--hero-content_text {
  max-width: 50%;
}

.quantum-zenith-design-system--leader-card_image {
  height: 300px;
}

.quantum-zenith-design-system--leader-content_lhs {
  width: 40%;
  max-width: 306px;
}

.quantum-zenith-design-system--leader-card_content {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.quantum-zenith-design-system--bod-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.quantum-zenith-design-system--leader-content-description {
  color: #666;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.quantum-zenith-design-system--text-red {
  color: #d8232a;
}

.quantum-zenith-design-system--bod-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.quantum-zenith-design-system--leader-title {
  color: #d8232a;
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 500;
}

.quantum-zenith-design-system--mngt-name {
  color: #000;
  font-size: 20px;
  line-height: 150%;
}

.quantum-zenith-design-system--mngt-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.quantum-zenith-design-system--mngt-img {
  width: 100%;
  height: 450px;
}

.quantum-zenith-design-system--mngt-header {
  color: #fff;
  font-size: 64px;
  line-height: 100%;
}

.quantum-zenith-design-system--mngt-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quantum-zenith-design-system--c-container-2 {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.quantum-zenith-design-system--mngt-title {
  color: #d8232a;
  text-transform: uppercase;
}

.quantum-zenith-design-system--mngt-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quantum-zenith-design-system--mngt-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quantum-zenith-design-system--mngt-dark_bg {
  z-index: -1;
  background-image: url('../images/mngt-darkbg_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto;
}

.quantum-zenith-design-system--mngt-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.quantum-zenith-design-system--c-announcement {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
}

.quantum-zenith-design-system--announcement-label {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quantum-zenith-design-system--announcement-label_text {
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 140%;
}

.quantum-zenith-design-system--marquee {
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: hidden;
}

.quantum-zenith-design-system--marquee__track {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  display: flex;
}

.quantum-zenith-design-system--marquee__item {
  white-space: nowrap;
  flex-flow: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quantum-zenith-design-system--marquee__paragraph {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.quantum-zenith-design-system--code-embed {
  padding-right: 4rem;
}

.quantum-zenith-design-system--c-announcement-container {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 15% 1fr;
  grid-auto-columns: 1fr;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  display: grid;
}

.quantum-zenith-design-system--repeated-page_wrapper {
  color: #1e1e1e;
}

.quantum-zenith-design-system--h1 {
  letter-spacing: -.03em;
  font-size: 72px;
  font-weight: 500;
  line-height: 120%;
}

.quantum-zenith-design-system--news-hero_inner, .quantum-zenith-design-system--news-hero_heading {
  padding-top: 80px;
  padding-bottom: 80px;
}

.quantum-zenith-design-system--news-hero_filters {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.quantum-zenith-design-system--news-filter {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  justify-content: flex-start;
  align-items: center;
  min-width: 220px;
  padding: 16px 24px;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.quantum-zenith-design-system--news-filter_btn {
  width: 24px;
  height: 24px;
}

.quantum-zenith-design-system--filter-label {
  color: #7c7c7c;
}

.quantum-zenith-design-system--filter-value {
  color: #494949;
  font-weight: 500;
}

.quantum-zenith-design-system--filter-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.quantum-zenith-design-system--news-level {
  margin-top: 8px;
}

.quantum-zenith-design-system--news-level_content {
  color: #d4d4d4;
  background-color: #1e1e1e;
  padding: 20px 40px;
}

.quantum-zenith-design-system--c-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.quantum-zenith-design-system--c-tab {
  color: #4d4d4d;
  text-align: center;
  height: 64px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: color .2s;
}

.quantum-zenith-design-system--c-tab.quantum-zenith-design-system--cc-active {
  color: var(--quantum-zenith-design-system---zenith-red);
}

.quantum-zenith-design-system--tab-indicator {
  background-color: var(--quantum-zenith-design-system---zenith-red);
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.quantum-zenith-design-system--tab-indicator.quantum-zenith-design-system--cc-3 {
  width: 33%;
}

.quantum-zenith-design-system--news-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quantum-zenith-design-system--news-card {
  border: 1px solid #dfdfdf;
}

.quantum-zenith-design-system--news-card_img {
  height: 320px;
}

.quantum-zenith-design-system--news-card_content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.quantum-zenith-design-system--news-card_tags {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: row;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: auto;
}

.quantum-zenith-design-system--news-card_tag {
  color: #494949;
  background-color: #f4f4f4;
  flex: none;
  padding: 4px 8px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.quantum-zenith-design-system--news-card_tag.quantum-zenith-design-system--cc-active {
  background-color: var(--quantum-zenith-design-system---zenith-red);
  color: #fff;
}

.quantum-zenith-design-system--news-card_date {
  color: #64748b;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.quantum-zenith-design-system--news-card_date.quantum-zenith-design-system--cc-sm {
  font-size: 14px;
}

.quantum-zenith-design-system--news-card_details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1e1e1e;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.quantum-zenith-design-system--news-card_title {
  letter-spacing: -.01em;
  font-size: 24px;
  line-height: 150%;
}

.quantum-zenith-design-system--news-card_sub {
  color: #494949;
}

.quantum-zenith-design-system--news-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.quantum-zenith-design-system--c-pagination {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.quantum-zenith-design-system--pagination-num {
  color: #494949;
  border: 1px solid #dfe3e8;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.quantum-zenith-design-system--pagination-num:hover {
  background-color: #f0f0f0;
}

.quantum-zenith-design-system--pagination-num.quantum-zenith-design-system--cc-active {
  border-color: var(--quantum-zenith-design-system---zenith-red);
  color: var(--quantum-zenith-design-system---zenith-red);
}

.quantum-zenith-design-system--pagination-btn {
  background-color: var(--quantum-zenith-design-system---zenith-red);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.quantum-zenith-design-system--pagination-btn:hover {
  background-color: var(--quantum-zenith-design-system---black);
}

.quantum-zenith-design-system--pagination-btn.quantum-zenith-design-system--cc-disabled {
  color: #757575;
  background-color: #f1f1f1;
}

.quantum-zenith-design-system--i-20 {
  width: 20px;
  height: 20px;
}

.quantum-zenith-design-system--uc-red {
  color: var(--quantum-zenith-design-system---zenith-red);
}

.quantum-zenith-design-system--c-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--quantum-zenith-design-system---zenith-red);
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 56px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.quantum-zenith-design-system--c-btn:hover {
  background-color: #000;
}

.quantum-zenith-design-system--c-btn.quantum-zenith-design-system--cc-ghost {
  color: #1e1e1e;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.quantum-zenith-design-system--c-btn.quantum-zenith-design-system--cc-black {
  color: #fff;
  text-transform: none;
  background-color: #000;
  border: 1px solid #dfdfdf;
}

.quantum-zenith-design-system--c-btn.quantum-zenith-design-system--cc-black:hover {
  background-color: var(--quantum-zenith-design-system---zenith-red);
}

.quantum-zenith-design-system--c-btn.quantum-zenith-design-system--cc-disabled {
  color: #757575;
  background-color: #eaeaea;
}

.quantum-zenith-design-system--news-item_info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.quantum-zenith-design-system--section.quantum-zenith-design-system--cc-gray {
  background-color: #f4f4f4;
}

.quantum-zenith-design-system--shared-page_heading, .quantum-zenith-design-system--news-body, .quantum-zenith-design-system--news-suggestion {
  padding-top: 80px;
  padding-bottom: 80px;
}

.quantum-zenith-design-system--news-sugg_heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  font-size: 48px;
  font-weight: 500;
  line-height: 116.67%;
  display: flex;
}

.quantum-zenith-design-system--news-sugg_action {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.quantum-zenith-design-system--news-sugg_controls {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.quantum-zenith-design-system--i-24 {
  width: 24px;
  height: 24px;
}

.quantum-zenith-design-system--news-sugg_grid {
  margin-left: -5%;
  margin-right: -5%;
  padding-top: 80px;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.quantum-zenith-design-system--swiper-wrapper {
  display: flex;
}

.quantum-zenith-design-system--gallery-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quantum-zenith-design-system--gallery-grid_item {
  cursor: pointer;
  border: 1px solid #dfdfdf;
}

.quantum-zenith-design-system--gallery-item_img {
  height: 320px;
  position: relative;
}

.quantum-zenith-design-system--gallery-item_body {
  padding: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.quantum-zenith-design-system--gallery-item_indicators {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: stretch;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quantum-zenith-design-system--gallery-item_pagebtn {
  background-color: #fff3;
  border-radius: 6px;
  width: 6px;
  height: 6px;
  transition: background-color .2s;
}

.quantum-zenith-design-system--gallery-item_pagebtn.quantum-zenith-design-system--cc-active {
  background-color: #fff;
}

.quantum-zenith-design-system--gallery-item_pagination {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  padding-bottom: 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.quantum-zenith-design-system--gallery-item_cover {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.quantum-zenith-design-system--c-popup {
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  transition: transform .4s, background-color .1s, opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.quantum-zenith-design-system--popup-container {
  background-color: #fff;
  padding: 32px;
  transition: transform .4s;
  position: relative;
}

.quantum-zenith-design-system--popup-close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 64px;
  transition: transform .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%);
}

.quantum-zenith-design-system--i-32 {
  width: 32px;
  height: 32px;
}

.quantum-zenith-design-system--gallery-slider_body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding-top: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  position: relative;
}

.quantum-zenith-design-system--gallery-slider_img {
  max-width: 1080px;
  height: 520px;
}

.quantum-zenith-design-system--gallery-page_pagination {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.quantum-zenith-design-system--gallery-slider_title {
  max-width: 520px;
}

.quantum-zenith-design-system--gallery-slider_pagination {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  padding-bottom: 24px;
  position: absolute;
  top: -40px;
  right: 24px;
}

.quantum-zenith-design-system--gallery-slider_pagebtn {
  background-color: #fff3;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  transition: background-color .2s;
}

.quantum-zenith-design-system--gallery-slider_pagebtn.quantum-zenith-design-system--cc-active {
  background-color: #fff;
}

.quantum-zenith-design-system--kh-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quantum-zenith-design-system--i-72 {
  width: 72px;
  height: 72px;
}

.quantum-zenith-design-system--faq-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 40px;
  height: 40px;
  color: var(--quantum-zenith-design-system---zenith-red);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.quantum-zenith-design-system--c-item_disc {
  background-color: var(--quantum-zenith-design-system---zenith-red);
  width: 12px;
  height: 12px;
}

.quantum-zenith-design-system--download-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.quantum-zenith-design-system--download-forms_heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  letter-spacing: -.02em;
  justify-content: flex-start;
  align-items: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.quantum-zenith-design-system--download-forms_wrapper {
  background-color: #f4f4f499;
  margin-top: 40px;
  padding: 8px;
}

.quantum-zenith-design-system--download-form_block {
  color: #868686;
  letter-spacing: -.01em;
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  height: 96px;
  padding: 32px;
  font-size: 24px;
  line-height: 120%;
  display: flex;
}

.quantum-zenith-design-system--i-40 {
  width: 40px;
  height: 40px;
}

.quantum-zenith-design-system--df-block_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quantum-zenith-design-system--faq-hero {
  color: #fff;
  height: 428px;
  position: relative;
}

.quantum-zenith-design-system--faq-hero_bg {
  position: absolute;
  inset: 0%;
}

.quantum-zenith-design-system--faq-h_content {
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.quantum-zenith-design-system--uc-eyebrow {
  letter-spacing: -.011em;
  font-size: 20px;
  font-weight: 300;
}

.quantum-zenith-design-system--faq-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.quantum-zenith-design-system--faq-wrapper {
  background-color: #fff;
  padding: 40px;
}

.quantum-zenith-design-system--faq-block {
  color: #1e1e1e;
  cursor: pointer;
  border: 1px solid #dfdfdf;
  padding: 24px 32px;
}

.quantum-zenith-design-system--faq-title {
  letter-spacing: -.03em;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  line-height: 135%;
  display: flex;
}

.quantum-zenith-design-system--faq-ans {
  color: #4d4d4d;
  letter-spacing: -.01em;
  padding-top: 16px;
  font-size: 18px;
  line-height: 135%;
}

.quantum-zenith-design-system--faq-btn_line {
  width: 24px;
  height: 24px;
  transition: transform .2s;
}

.quantum-zenith-design-system--faq-btn_line.quantum-zenith-design-system--cc-cross {
  transform: rotate(90deg);
}

.quantum-zenith-design-system--faq-block_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quantum-zenith-design-system--faq-links {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.quantum-zenith-design-system--faq-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quantum-zenith-design-system--faq-fallback {
  background-color: var(--quantum-zenith-design-system---black);
  color: #fff;
  margin-top: 80px;
  padding: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}

.quantum-zenith-design-system--maxw-sm {
  max-width: 420px;
}

.quantum-zenith-design-system--bg-img {
  position: absolute;
  inset: 0%;
}

.quantum-zenith-design-system--faq-fallback_inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.quantum-zenith-design-system--faq-tabs {
  margin-bottom: 40px;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: auto;
}

.quantum-zenith-design-system--faq-tab {
  color: #4d4d4d;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  height: 64px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-flex;
}

.quantum-zenith-design-system--faq-tab:hover {
  background-color: #fafafa;
}

.quantum-zenith-design-system--faq-tab.w--current {
  color: #1e1e1e;
  background-color: #fff;
}

.quantum-zenith-design-system--privacy-section {
  background-color: #f4f4f4;
  padding-top: 80px;
  padding-bottom: 80px;
}

.quantum-zenith-design-system--privacy-hero {
  color: #fff;
  height: 566px;
  position: relative;
}

.quantum-zenith-design-system--privacy-content {
  background-color: #fff;
  padding: 80px;
}

.quantum-zenith-design-system--last-updated {
  color: #494949;
  margin-bottom: 40px;
  font-size: 16px;
}

.quantum-zenith-design-system--privacy-text {
  color: #1e1e1e;
  font-size: 18px;
  line-height: 140%;
}

.hero-section {
  z-index: 0;
  background-image: url('../images/hero-image.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  max-height: 1080px;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.c-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.why-section {
  margin-top: 200px;
  margin-bottom: 80px;
}

.c-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #e30110;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.c-cta:hover {
  background-color: #e2333f;
}

.c-cta.uc-white {
  color: #000;
  background-color: #fff;
}

.c-cta.uc-black {
  background-color: #000;
}

.c-cta.uc-black:hover {
  background-color: #1d1d1d;
}

.c-cta.calculator-cta {
  margin-top: 40px;
}

.c-cta.cc-center {
  justify-content: center;
  align-items: center;
}

.c-cta.cc-black-abs {
  background-color: #0d0d0d;
  position: absolute;
  top: 81%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.cta-btn_icon {
  width: 24px;
  height: 24px;
}

.c-img-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-text_holder {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.c-container {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.hero-text {
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 100%;
}

.hero-text.uc-white {
  color: #fff;
}

.body-text {
  font-size: 16px;
  line-height: 150%;
}

.body-text.uc-white {
  color: #fff;
}

.body-text.uc-white_muted {
  color: #1e1e1eb3;
}

.body-text.uc-black_muted {
  color: #ccc;
}

.body-text.uc-red_muted {
  color: #ffffffb3;
}

.body-text.uc-muted {
  color: #ccc;
}

.body-text.uc-center {
  text-align: center;
}

.body-text.uc-grey {
  color: #494949;
}

.body-text.cc-white {
  color: #fff;
}

.body {
  color: #000;
  font-family: Interdisplay, Arial, sans-serif;
}

.hero-bodytext_holder {
  width: 80%;
}

.license-block {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.license-lhs {
  background-color: #ffffff4d;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.license-rhs {
  width: 80px;
  height: 80px;
}

.license-text {
  font-size: 20px;
  font-weight: 500;
}

.license-text.uc-white {
  color: #fff;
}

.why-upper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.h1.c-title-case {
  text-transform: capitalize;
}

.h1.uc-white {
  color: #fff;
}

.h1.uc-center {
  text-align: center;
}

.red-highlighter {
  color: var(--quantum-zenith-design-system---zenith-red);
}

.why-upper_lhs {
  width: 40%;
}

.why-upper_rhs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 38%;
  display: flex;
}

.why-lower {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.why-lower_lhs {
  width: 50%;
}

.why-lower_rhs {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  background-image: url('../images/red-stirped.jpg'), linear-gradient(to bottom, var(--quantum-zenith-design-system---zenith-red), var(--quantum-zenith-design-system---zenith-red));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 56px;
  display: flex;
}

.body-text_lg {
  font-size: 24px;
  line-height: 150%;
}

.body-text_lg.uc-white {
  color: #fff;
}

.trusted-section {
  background-color: #e61e2b;
  padding-top: 80px;
}

.trusted-upper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.trusted-upper_lhs {
  width: 50%;
}

.trusted-upper_rhs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.trusted-lower {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1560px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.trusted-lower_white {
  background-color: #fff;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  height: 513px;
  padding: 32px;
  display: flex;
}

.trusted-lower_black {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/black-stirped.jpg'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.trusted-lower_red {
  background-image: url('../images/red-stirped.jpg'), linear-gradient(to bottom, var(--quantum-zenith-design-system---zenith-red), var(--quantum-zenith-design-system---zenith-red));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  height: 513px;
  padding: 32px;
  display: flex;
}

.trusted-lower_img {
  width: 100%;
}

.trusted-lower_textholder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.h2.uc-white {
  color: #fff;
}

.move-section {
  padding-top: 80px;
}

.move-holder {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.move-lhs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.move-rhs {
  background-color: #000;
  height: 614px;
}

.service-section {
  margin-top: 80px;
}

.service-upper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.update-header_rhs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.service-left {
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.service-left.service-swiper_prev {
  cursor: pointer;
}

.service-right {
  background-color: #e30110;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.service-right.service-swiper_next {
  cursor: pointer;
}

.service-swiper_controller {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: none;
}

.service-block_holder {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-slider {
  width: 100%;
  overflow: hidden;
}

.service-slider_wrapper {
  display: flex;
}

.service-slide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: none;
  width: 305px;
  display: flex;
}

.h3 {
  font-size: 20px;
}

.service-slide_text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.service-slide_image {
  height: 200px;
}

.hashed-section {
  background-image: url('../images/hashed-bg.jpg');
  background-position: 50%;
  background-size: cover;
  height: 380px;
}

.service-cta_holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ahead-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ahead-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  display: flex;
}

.ahead-body_text {
  text-align: center;
  width: 30%;
}

.ahead-market_block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.market-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: url('../images/market-bg.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  width: 100%;
  padding: 24px 10px;
  display: flex;
}

.market-block_below {
  background-color: #fff;
  padding: 10px;
}

.marketer {
  border-bottom: 1.5px solid #f7f7f7;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.marketer-icon {
  width: 28px;
  height: 28px;
}

.markerter-lhs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.markerter-name {
  overflow-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  overflow: hidden;
}

.marketer-rhs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-gain-pill {
  color: #248005;
  background-color: #2480051a;
  padding: 10px 8px;
}

.marketer-rhs_price {
  color: #404040;
  font-size: 12px;
}

.c-lose-pill {
  color: #e30110;
  background-color: #d8232a1a;
  padding: 10px 8px;
}

.ahead-cta_holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.knowledge-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.knowledge-lhs {
  background-image: url('../images/knowledge-bg.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  min-height: 521px;
  padding: 56px;
  display: flex;
}

.knowledge-rhs {
  background-image: url('../images/knowledge-black-bg.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.knowlege-holders {
  display: flex;
}

.knowledge-lhs_upper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.knowledge-rhs-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff1a;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 32px;
  display: flex;
}

.knowledge-rhs-item:hover {
  background-color: #ffffff1a;
}

.knowledge-item_textholder {
  width: 65%;
}

.market-header {
  margin-left: 8px;
  font-size: 20px;
}

.h3-copy {
  font-size: 20px;
}

.licence-bodytext {
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.license-text_holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-7 {
  font-size: 13px;
}

.white-fade {
  z-index: 1;
  background-image: linear-gradient(#fff0, #fff);
  height: 330px;
  position: absolute;
  inset: auto 0% 0%;
}

.c-container_relative {
  z-index: 2;
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.why-lower_circular {
  width: 50%;
}

.why-circular_holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.why-lower_textholder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 40px;
  display: flex;
}

.move-lhs_upper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.service-lower {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  margin-top: -86px;
}

.service-brick_holder {
  flex-flow: column;
  display: flex;
}

.c-container-2 {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.abt-hero_holder {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
}

.hero-lhs {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.abt-hero_header {
  letter-spacing: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
}

.hero-rhs {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.hero-body_text {
  letter-spacing: -.22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.abt-header_highlighted {
  color: var(--quantum-zenith-design-system---zenith-red);
  font-size: 32px;
  line-height: 100%;
}

.abt-hero_lower {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -5%;
  margin-right: -5%;
  display: grid;
}

.abt-lower_lhs {
  min-height: 356px;
}

.abt-lower_lhs-copy {
  height: 356px;
}

.abt-lower-rhs {
  background-image: url('../images/abtred-bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 80px;
}

.abt-rhs_text {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 140%;
  display: flex;
}

.difference-section {
  background-image: url('../images/diff-bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.diff-holder {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.diff-lhs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.diff-rhs {
  max-height: 540px;
}

.diff-header {
  font-size: 56px;
  line-height: 100%;
}

.c-highlighter {
  color: var(--quantum-zenith-design-system---zenith-red);
}

.diff-img_holder {
  width: 144px;
}

.values-name {
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 16px;
  line-height: 140%;
}

.values-inner-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #dfdfdf;
  border: 1px solid #dfdfdf;
  grid-template-rows: 178px 346px 68px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vision-block_img {
  width: 50%;
  height: 300px;
}

.grid-filler-2 {
  background-color: #fff;
  background-image: url('../images/values-pattern.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.values-baseline {
  background-color: #e30110;
  background-image: url('../images/values-baseline-pattern.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-img-3 {
  opacity: 1;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: relative;
}

.values-baseline_text {
  color: #fff9;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.mission-block_img {
  width: 50%;
  height: 300px;
}

.c-img-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.vision-head {
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
}

.vision-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-right: 8px solid #dfdfdf;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.values-heading-2 {
  background-color: #fff;
  background-image: url('../images/values-header-pattern.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.values-card {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.text-red {
  color: #d8232a;
}

.vision-body {
  font-size: 16px;
}

.uc-h2-2 {
  color: #1e1e1e;
  margin-bottom: 20px;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}

.uc-h2-2.cc-white {
  color: #fff;
  text-transform: capitalize;
  text-wrap: pretty;
  max-width: none;
}

.uc-h2-2.cc-why-join {
  color: #fff;
  text-align: left;
  font-size: 56px;
}

.uc-h2-2.cc-opening {
  letter-spacing: -.02em;
  font-size: 56px;
}

.mission-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-left: 8px solid #dfdfdf;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-white {
  color: #fff;
}

.vision-mision_section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mission-textholder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 80%;
  margin-left: 80px;
  display: flex;
}

.vision-textholder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.edge-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.edge-content_holder {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.edge-block_holders {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.edge-block {
  border-top: 6px solid var(--quantum-zenith-design-system---zenith-red);
  background-image: url('../images/edge-card_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 356px;
  padding: 24px 16px 16px;
}

.edge-block_inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-flow: column;
  height: 100%;
  padding: 24px;
  display: flex;
}

.edgeblock-head {
  font-size: 24px;
  line-height: 140%;
}

.edge-heading {
  color: #fff;
  font-size: 56px;
  line-height: 100%;
}

.black-bg {
  z-index: -1;
  background-color: #000;
  background-image: url('../images/edgeblack-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 373px;
  position: absolute;
  inset: 0% 0% auto;
}

.sustainaibility-hero_holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
}

.hero-lhs-2 {
  width: 60%;
}

.sus-hero_header {
  letter-spacing: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
}

.lead-hero_holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
}

.c-img-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sus-text_holder {
  width: 50%;
}

.body-text-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.body-text-2.uc-white {
  color: #fff;
}

.sus-img {
  position: absolute;
  inset: 0%;
}

.sus-text {
  z-index: 2;
  position: relative;
}

.sus-hero-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #000, #fff0);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.lead-img_holder {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1560px;
  height: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.bod-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-content_text {
  max-width: 50%;
}

.uc-h1 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 10px;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 110%;
}

.uc-h1.cc-left {
  color: #000;
}

.bod-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.leader-card_content {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.leader-content_lhs {
  width: 40%;
}

.uc-h3 {
  z-index: auto;
  color: #000;
  font-family: Interdisplay, Arial, sans-serif;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}

.uc-h3.c-leaders {
  margin-top: 0;
  margin-bottom: 0;
}

.uc-h3.c-opening-heading {
  color: #1e1e1e;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 150%;
}

.leader-title {
  color: #d8232a;
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 500;
}

.leader-content-description {
  color: #666;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.leader-card_image {
  height: 300px;
}

.leader-card {
  grid-template-rows: auto;
  grid-template-columns: 25% 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.c-img-6 {
  opacity: 1;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: relative;
}

.c-img-6.cc-cover {
  object-fit: cover;
}

.leader-content_holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.text-button {
  color: var(--quantum-zenith-design-system---zenith-red);
  font-size: 20px;
  text-decoration: none;
}

.mngt-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mngt-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.mngt-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mngt-name {
  color: #000;
  font-size: 20px;
  line-height: 150%;
}

.c-img-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mngt-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.mngt-header {
  color: #fff;
  font-size: 64px;
  line-height: 100%;
}

.mngt-title {
  color: #d8232a;
  text-transform: uppercase;
}

.mngt-dark_bg {
  z-index: -1;
  background-image: url('../images/mngt-darkbg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto;
}

.mngt-img {
  width: 100%;
  height: 450px;
}

.mngt-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cal-hero {
  justify-content: center;
  align-items: center;
  height: 75vh;
  padding-top: 100px;
  display: flex;
}

.cal-hero_holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding-bottom: 20px;
  display: flex;
}

.hero-heading {
  text-align: center;
  font-size: 64px;
  line-height: 120%;
}

.hero-headline {
  font-size: 32px;
  line-height: 120%;
}

.hero-body_holder {
  width: 70%;
}

.calculator-section {
  background-image: url('../images/cal-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.calculator-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.calculator-lhs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 55%;
  padding: 80px;
  display: flex;
}

.calculator-rhs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  padding: 80px;
  display: flex;
}

.cal-lhs_head {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.buy-breakdown {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.calc-submit {
  background-color: #000;
  padding: 16px 20px;
}

.calc-header {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.calc-highlighted {
  color: var(--quantum-zenith-design-system---zenith-red);
  font-size: 20px;
  font-weight: 500;
}

.calc-breakdown {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.breakdown-head {
  color: #9c9da2;
  font-size: 16px;
}

.commision-lhs {
  color: #595b60;
  font-size: 16px;
}

.commision-rhs {
  color: #595b60;
  font-size: 20px;
}

.text-block-13, .text-block-14 {
  font-size: 20px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.calc-input_title {
  font-weight: 400;
}

.cal-rhs_head {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.result-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #dfdfdf;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  padding: 24px 12px;
  display: flex;
}

.net-image {
  border: 2px solid #dfdfdf;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.net-heading {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.net-text_head {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.net-text_body {
  color: #969696;
}

.text-block-15 {
  background-color: #4949491a;
  padding: 10px 14.5px;
}

.text-block-16 {
  color: #595b60;
  font-size: 26px;
}

.text-span {
  color: #595b6080;
}

.form-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.c-img-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.calcabt-section {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1560px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.calcabt-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.calc-abt_section {
  z-index: 0;
  position: sticky;
  top: 0;
}

.calcabt-outer {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1560px;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.calcabt-head {
  color: #1e1e1e;
  font-size: 48px;
  line-height: 120%;
}

.calcabt-body {
  color: #3d3d3d;
  font-size: 20px;
  line-height: 140%;
}

.howto-section {
  z-index: 1;
  background-color: #fff;
}

.howto-holder {
  border-top: 1px solid #dfdfdf;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.howto-lhs {
  width: 30%;
  position: sticky;
  top: 20px;
}

.howto-rhs {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  display: grid;
}

.howto-block {
  background-image: url('../images/block-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #dfdfdf;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 375px;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 0;
}

.howto-textblock_head {
  font-size: 24px;
}

.howto-textblock_body {
  color: #5c6570;
  font-size: 16px;
}

.howto-textblock {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.ht-lhs_text {
  font-size: 48px;
  line-height: 120%;
}

.howto-block_number {
  color: var(--quantum-zenith-design-system---zenith-red);
  font-size: 32px;
  line-height: 140%;
}

.below-abt {
  position: relative;
}

.service-hero_holder {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
}

.service-hero_header {
  letter-spacing: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
}

.c-img-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.body-text-3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.body-text-3.uc-white {
  color: #fff;
}

.sus-img_holder {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1560px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  top: 0;
}

.services-img_holder {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1560px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  top: 0;
}

.services-img {
  position: absolute;
  inset: 0%;
}

.services-text {
  z-index: 2;
  position: relative;
}

.services-hero-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #000, #fff0);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.services-section_holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  background-color: #e30110;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 10px solid #e30110;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 16px;
  transition: border-color .2s;
  display: flex;
}

.footer-button:hover {
  border-color: #be0612;
}

.footer-button_text {
  color: #fff;
  font-size: 20px;
}

.services-section {
  background-image: url('../images/serviclg-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-top: 1px solid #dfdfdf;
  justify-content: space-between;
}

.service-block_lhs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.service-block_rhs {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-top: 1px solid #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 30%;
  display: flex;
}

.service-block_highlight {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #c5c5c5;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.service-block-heading {
  color: #1e1e1e;
  font-size: 40px;
  line-height: 120%;
}

.service-block_body {
  font-size: 16px;
  line-height: 120%;
}

.service-block_body.cc-mid {
  color: #494949;
  font-weight: 500;
}

.service-body_section {
  color: #666;
}

.serviceblock-rhs_imgholder {
  width: 100%;
  height: 300px;
}

.service-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.service-inner {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  padding: 40px 80px;
  display: flex;
}

.service-cta {
  padding-top: 80px;
  padding-bottom: 80px;
}

.service-cta_block {
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
}

.service-cta_overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, #000000d1 38%, #fff0);
  position: absolute;
  inset: 0%;
}

.service-blockcta_holder {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: relative;
}

.servicecta-header {
  color: #fff;
  font-size: 48px;
  line-height: 100%;
}

.service-img {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.trading-hero {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  top: 0;
}

.trading-img {
  position: absolute;
  inset: 0%;
}

.trading-text {
  z-index: 2;
  width: 100%;
  position: relative;
}

.trading-section_holder {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.trading-text_lhs {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.trading-text_rhs {
  width: 30%;
}

.trading-herotext {
  color: #fff;
  font-size: 64px;
  line-height: 120%;
}

.daily-section, .gain-lose-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.join-team_lhs {
  background-image: linear-gradient(#00000080, #00000080), url('../images/invest-anywhere.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 56px 86px 56px 56px;
  display: flex;
}

.team-benefit {
  background-color: #0d0d0d;
  border-bottom: 1px solid #333;
  grid-template-rows: auto;
  grid-template-columns: 10% 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 45px 40px;
  display: grid;
}

.join-paragraph {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.c-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #e30110;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  margin-top: 20px;
  padding: 10px 40px;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 20px;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.c-link:hover {
  background-color: #be0612;
}

.c-link.c-join_btn {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.c-container-3 {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.link-text {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-text.c-join_btn {
  text-transform: capitalize;
  font-size: 32px;
  line-height: 100%;
}

.join-icon {
  background-color: #d8232a;
  width: 12px;
  height: 12px;
}

.c-join_team {
  background-color: #f4f4f4;
  padding-top: 80px;
  padding-bottom: 80px;
}

.join-team_inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.download-forms_wrapper {
  background-color: #f4f4f499;
  margin-top: 40px;
  padding: 8px;
}

.df-block_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.download-form_block {
  color: #868686;
  letter-spacing: -.01em;
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  height: 96px;
  padding: 32px;
  font-size: 24px;
  line-height: 120%;
  display: flex;
}

.faq-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #e30110;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 21px;
  height: 21px;
  display: grid;
}

.i-21 {
  width: 21px;
  height: 21px;
}

.resource_wrapper {
  background-color: #f4f4f499;
  margin-top: 40px;
  padding: 8px;
}

.resource-block_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resources {
  padding-top: 50px;
  padding-bottom: 50px;
}

.resource-hero_holder {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
}

.resource-form_block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #868686;
  letter-spacing: -.01em;
  cursor: pointer;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 96px;
  padding: 32px;
  font-size: 24px;
  line-height: 120%;
  display: flex;
}

.single-resource {
  color: #868686;
}

.career-holding {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 160px;
  padding-bottom: 60px;
  display: grid;
}

.career-lhs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 232px auto 232px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career-rhs {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.hero-lhs-copy, .career-rhs_upper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.career-header_highlighted {
  color: var(--quantum-zenith-design-system---zenith-red);
  font-size: 32px;
  line-height: 100%;
}

.career-hero_header {
  letter-spacing: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 100%;
}

.career-rhs_lower {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.look-section {
  background-image: url('../images/look-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.what-we_holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: grid;
}

.criteria-wrapper {
  border: 1px solid #ff11ff12;
}

.criteria-benefit {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  grid-template-rows: auto;
  grid-template-columns: 10% 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 45px 40px;
  display: grid;
}

.join-paragraph_black {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.look-lhs {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.looklhs-upper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.looklhs-lower {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.why-join_cards {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0d0d0d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 16px;
  display: grid;
}

.why-join_mark {
  background-color: #d8232a;
  width: 12px;
  height: 12px;
  margin-top: 2.5px;
}

.why-join_top {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/why-join-bg.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 500px;
}

.c-why_join {
  background-color: #f4f4f4;
}

.uc-h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.why-join_banner {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  top: -150px;
}

.why-join_header {
  background-color: #d8232a;
  padding: 40px 64px;
}

.why-join_card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 5% 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 24px;
  display: grid;
}

.why-join_bottom {
  background-color: #f4f4f4;
  width: 100%;
}

.why-join_desc {
  opacity: .6;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
}

.div-block-3 {
  background-color: red;
  height: 75px;
}

.c-container-4 {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.opening-dropdown_toggle {
  border: 1px solid #dfdfdf;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.opening-dropdown {
  width: 256px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 24px;
}

.opening-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.opening-cards {
  border-bottom: 1px solid #dfdfdf;
}

.dropdown-label {
  color: #7c7c7c;
  font-size: 20px;
  line-height: 150%;
}

.opening-dept {
  color: #d8232a;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.c-opening {
  padding-top: 60px;
  padding-bottom: 60px;
}

.link-text-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-text-2.cc-opening {
  line-height: 100%;
}

.opening-detail {
  color: #494949;
  font-size: 20px;
  line-height: 150%;
}

.opening-dropdown_text {
  color: #494949;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.opening-seperator {
  background-color: #d8232a;
  width: 8px;
  height: 8px;
  margin-top: 2.5px;
}

.opening-card {
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  justify-content: space-between;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

.contact-hero {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 60vh;
  max-height: 1080px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  top: 0;
}

.contact-text {
  z-index: 2;
  width: 100%;
  position: relative;
}

.contact-lhs {
  width: 50%;
  position: sticky;
  top: 5px;
}

.contact-form {
  background-color: #000;
  padding: 40px;
}

.form-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-input {
  color: #fff;
  background-color: #191919;
  border: 1px solid #191919;
  height: 50px;
  margin-bottom: 0;
}

.text-area {
  color: #fff;
  background-color: #191919;
  border: 1px solid #191919;
  height: 240px;
  min-height: 240px;
  margin-bottom: 0;
}

.contact-submit {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #e30110;
  background-image: url('../images/btm-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #e30110;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 16px;
  transition: border-color .2s;
  display: flex;
}

.contact-submit:hover {
  border-color: #be0612;
}

.contact-submit-text {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  font-size: 20px;
}

.form-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contact-rhs {
  width: 50%;
  position: sticky;
  top: 5px;
}

.contact-form_lhs {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid #dfdfdf;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  padding: 80px 40px;
  display: flex;
}

.form-section {
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.contact-meta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-meta_head {
  color: #494949;
  font-size: 18px;
  line-height: 150%;
}

.contact-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.contact-meta_body {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.map-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.map-holder {
  height: 300px;
  position: relative;
}

.c-img-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-texthero {
  width: 45%;
}

.contact-section_holder {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.c-img-11 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer-lhs {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.cta-btn_icon-2 {
  width: 24px;
  height: 24px;
}

.footer-link_header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.check-holder {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.c-footer {
  background-image: url('../images/footer-bg.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.footer-terms_holder.uc-hide_desktop {
  display: none;
}

.footer-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-links-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lhs-upper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-links_holder {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-links_holder.uc-hide_desktop {
  display: none;
}

.footer-holder {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.body-text-4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.body-text-4.uc-muted {
  color: #666;
}

.body-text-4.uc-muted.uc-hide_desktop {
  display: none;
}

.body-text-4.uc-muted.c-italic {
  font-style: italic;
}

.rhs-upper {
  width: 80%;
  height: 218px;
}

.footer-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #585858;
}

.c-container_footer {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.rhs-lower {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e6e6e6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 69px 80px;
  display: flex;
}

.c-cta-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #e30110;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.c-cta-2:hover {
  background-color: #e2333f;
}

.c-h4 {
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.footer-link_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 400px;
  display: flex;
}

.lhs-lower {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer-rhs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  display: flex;
}

.footer-lhs_texholder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.tab-disclaimer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: none;
}

.disclaimer-italics {
  color: #666;
  font-style: italic;
}

.what-we_heading {
  letter-spacing: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 100%;
}

.career-hero_body {
  font-size: 16px;
  line-height: 150%;
}

.career-hero_body.uc-white {
  color: #fff;
}

.career-hero_body.uc-white_muted {
  color: #1e1e1eb3;
}

.career-hero_body.uc-black_muted {
  color: #ccc;
}

.career-hero_body.uc-red_muted {
  color: #ffffffb3;
}

.career-hero_body.uc-muted {
  color: #ccc;
}

.career-hero_body.uc-center {
  text-align: center;
}

.career-hero_body.uc-grey {
  color: #494949;
}

.career-hero_body.cc-white {
  color: #fff;
}

.contact-metatext_heading {
  color: #494949;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.corporate-hero {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 80vh;
  max-height: 1080px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  top: 0;
}

.corporate-img {
  position: absolute;
  inset: 0%;
}

.corporate-text {
  z-index: 2;
  width: 100%;
  position: relative;
}

.corporate-section_holder {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.corporate-herotext {
  color: #fff;
  font-size: 64px;
  line-height: 120%;
}

.contact-submit-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #e30110;
  background-image: url('../images/btm-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #e30110;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  padding: 16px;
  transition: border-color .2s;
  display: flex;
}

.contact-submit-copy:hover {
  border-color: #be0612;
}

.corporate-text_lhs {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-4 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.uc-h5-copy {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.docs-lhs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 5% 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  padding: 20px;
  display: grid;
}

.why-join_mark-copy {
  background-color: #d8232a;
  width: 12px;
  height: 12px;
  margin-top: 2.5px;
}

.why-join_text-copy {
  width: 100%;
}

.docs-detail_holder {
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.docs-wrapper {
  background-color: #f4f4f499;
  padding: 8px;
}

.gallery-wrapper, .knowledge-wrapper {
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .quantum-zenith-design-system--mobilenav-link_holder {
    padding: 32px;
  }

  .quantum-zenith-design-system--c-hamburger_close {
    width: 30px;
    height: 30px;
  }

  .quantum-zenith-design-system--c-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .quantum-zenith-design-system--c-img:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    display: inline-block;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-logo {
    width: 90%;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-logo:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    display: none;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-logo-white {
    width: 90%;
    display: none;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-logo-white:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    display: inline-flex;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_dark {
    display: block;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_dark:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9), .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_dark:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8), .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_close {
    display: none;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_close:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    display: inline-flex;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_white {
    display: none;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_white:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    display: inline-block;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_white:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
    display: block;
  }

  .quantum-zenith-design-system--mobile-cta_holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .quantum-zenith-design-system--nav-dropdown_list {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background-color: #00000080;
  }

  .quantum-zenith-design-system--mobile-dropdown_toggle {
    width: 100%;
  }

  .quantum-zenith-design-system--c-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quantum-zenith-design-system--c-nav:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
    background-color: #0000;
  }

  .quantum-zenith-design-system--nav-link_logomobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .quantum-zenith-design-system--nav-link_logomobile:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8), .quantum-zenith-design-system--nav-link_logomobile:where(.w-variant-41132b6b-4e7d-cc48-4010-7a771a41d769) {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .quantum-zenith-design-system--c-nav_mobileholder {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .quantum-zenith-design-system--mobilenav-link_wrapper {
    margin-top: 24px;
  }

  .quantum-zenith-design-system--mobile-group_dropdown {
    text-transform: uppercase;
    background-color: #0003;
    width: 100%;
  }

  .quantum-zenith-design-system--c-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quantum-zenith-design-system--c-nav_mobile {
    background-color: #fff;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .quantum-zenith-design-system--c-cta_btn {
    font-size: 14px;
  }

  .quantum-zenith-design-system--c-cta_btn:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    font-family: Inter, sans-serif;
  }

  .quantum-zenith-design-system--c-cta_btn:where(.w-variant-41132b6b-4e7d-cc48-4010-7a771a41d769) {
    display: none;
  }

  .quantum-zenith-design-system--mobile-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quantum-zenith-design-system--mobile-group_text {
    font-weight: 500;
  }

  .quantum-zenith-design-system--c-hamburger {
    width: 30px;
    height: 30px;
  }

  .quantum-zenith-design-system--nav-link_holder {
    display: none;
  }

  .quantum-zenith-design-system--slot {
    display: contents;
  }

  .quantum-zenith-design-system--nav-link {
    width: auto;
  }

  .quantum-zenith-design-system--footer-upper {
    flex-flow: column;
  }

  .quantum-zenith-design-system--footer-lower {
    background-size: auto;
  }

  .quantum-zenith-design-system--new-footerupper_holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .quantum-zenith-design-system--footerupper-lhs {
    width: 100%;
  }

  .quantum-zenith-design-system--footer-details_holder {
    grid-template-columns: 1fr;
  }

  .quantum-zenith-design-system--footer-lower_ctatext {
    font-size: 28px;
  }

  .quantum-zenith-design-system--footer-privacy {
    width: 66%;
  }

  .quantum-zenith-design-system--c-img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .quantum-zenith-design-system--c-img-cover:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    display: inline-block;
  }

  .quantum-zenith-design-system--leader-content_holder {
    width: auto;
  }

  .quantum-zenith-design-system--leader-card {
    grid-template-columns: 30% 1fr;
  }

  .quantum-zenith-design-system--leader-content_lhs {
    width: 100%;
    max-width: none;
  }

  .quantum-zenith-design-system--leader-card_content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .quantum-zenith-design-system--leader-content-description {
    width: 100%;
  }

  .quantum-zenith-design-system--c-container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quantum-zenith-design-system--mngt-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quantum-zenith-design-system--c-announcement {
    grid-template-columns: 40% 1fr;
  }

  .quantum-zenith-design-system--news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quantum-zenith-design-system--news-sugg_heading {
    flex-flow: column;
  }

  .quantum-zenith-design-system--news-sugg_action {
    justify-content: space-between;
  }

  .quantum-zenith-design-system--gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quantum-zenith-design-system--popup-container {
    max-width: 90vw;
  }

  .quantum-zenith-design-system--popup-close {
    transform: translate(0%, -100%);
  }

  .hero-section {
    justify-content: center;
    align-items: flex-end;
  }

  .c-cta.c-full {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .c-img-2 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .hero-text_holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .c-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .license-block {
    inset: 89% auto auto 50%;
  }

  .why-upper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .why-upper_lhs, .why-upper_rhs {
    width: 100%;
  }

  .why-lower {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .why-lower_lhs, .why-lower_rhs {
    width: 100%;
  }

  .trusted-upper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .trusted-upper_lhs, .trusted-upper_rhs {
    width: 100%;
  }

  .move-holder {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .move-lhs {
    width: 100%;
  }

  .service-section {
    margin-top: 0;
  }

  .service-upper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .service-swiper_controller {
    display: flex;
  }

  .service-block_holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
  }

  .service-slide {
    width: auto;
  }

  .hashed-section {
    height: 380px;
  }

  .service-cta_holder {
    justify-content: center;
    align-items: center;
  }

  .ahead-body_text {
    width: 70%;
  }

  .ahead-market_block {
    flex-flow: column;
    align-items: stretch;
  }

  .market-block {
    width: auto;
    min-width: auto;
  }

  .ahead-cta_holder {
    justify-content: center;
    align-items: center;
  }

  .licence-bodytext {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 510px;
  }

  .white-fade {
    display: none;
  }

  .c-container_relative {
    padding-left: 40px;
    padding-right: 40px;
  }

  .why-lower_circular {
    width: 100%;
  }

  .why-lower_textholder {
    width: 70%;
  }

  .move-lhs_upper {
    width: 100%;
  }

  .c-container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .abt-hero_holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-lhs {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .abt-hero_header {
    text-align: center;
    font-size: 70px;
  }

  .hero-rhs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 60%;
  }

  .hero-body_text.cc-center {
    text-align: center;
  }

  .abt-hero_lower, .diff-holder {
    grid-template-columns: 1fr;
  }

  .diff-lhs {
    width: 100%;
  }

  .values-inner-2 {
    grid-template-rows: 178px 300px 300px 68px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-filler-2 {
    display: none;
  }

  .c-img-4 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .values-lottie-2 {
    width: 144px;
    height: 144px;
  }

  .mission-textholder {
    width: 30%;
  }

  .sustainaibility-hero_holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .hero-lhs-2 {
    width: auto;
  }

  .sus-hero_header {
    font-size: 70px;
  }

  .lead-hero_holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .c-img-5 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .leader-card_content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .leader-content_lhs, .leader-content-description {
    width: 100%;
  }

  .leader-card {
    grid-template-columns: 30% 1fr;
  }

  .mngt-grid {
    grid-template-columns: 1fr 1fr;
  }

  .c-img-7 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .hero-headline.c-highlighter {
    font-size: 30px;
  }

  .c-img-8 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .calcabt-holder {
    width: 60%;
  }

  .howto-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .howto-lhs {
    width: 100%;
  }

  .howto-rhs {
    background-color: #fff;
    width: 100%;
  }

  .service-hero_holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .service-hero_header {
    text-align: center;
    font-size: 70px;
  }

  .c-img-9 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .service-block_lhs, .service-block_rhs {
    width: 100%;
  }

  .service-inner {
    flex-flow: column;
  }

  .join-team_lhs {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .team-benefit {
    background-color: #000;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-text.c-join_btn {
    text-transform: capitalize;
  }

  .join-team_inner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: 500px auto;
    grid-template-columns: 1fr;
  }

  .resource-hero_holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .career-holding {
    grid-template-columns: 1fr;
  }

  .career-rhs {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .hero-lhs-copy, .career-rhs_upper {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .career-hero_header {
    text-align: center;
    font-size: 70px;
  }

  .career-rhs_lower {
    justify-content: flex-start;
    align-items: center;
  }

  .criteria-benefit {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .look-lhs {
    width: 100%;
  }

  .looklhs-upper {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .looklhs-lower {
    justify-content: flex-start;
    align-items: center;
  }

  .why-join_banner {
    flex-flow: column;
  }

  .c-container-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-holder {
    flex-flow: column;
  }

  .contact-rhs, .contact-form_lhs {
    width: 100%;
  }

  .c-img-10 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .contact-texthero {
    width: 100%;
  }

  .c-img-11 {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .c-img-11:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    display: inline-block;
  }

  .footer-lhs {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-right: 0;
  }

  .rhs-upper {
    width: 100%;
  }

  .c-container_footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-container_footer.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .rhs-lower {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lhs-lower.desktop-disclaimer {
    display: none;
  }

  .footer-rhs {
    width: 100%;
  }

  .tab-disclaimer {
    background-color: #e6e6e6;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .what-we_heading {
    text-align: left;
    font-size: 70px;
  }

  .career-hero_body {
    text-align: center;
  }

  .corporate-herotext {
    font-size: 50px;
  }

  .corporate-text_lhs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .quantum-zenith-design-system--mobile-cta_holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .quantum-zenith-design-system--c-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quantum-zenith-design-system--footer-upper {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .quantum-zenith-design-system--footer-lower {
    background-size: auto;
  }

  .quantum-zenith-design-system--new-footer_container {
    position: static;
  }

  .quantum-zenith-design-system--footer-button.quantum-zenith-design-system--cc-centered {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .quantum-zenith-design-system--footer-details_holder {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
  }

  .quantum-zenith-design-system--footer-details_lhs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .quantum-zenith-design-system--footer-details_rhs {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .quantum-zenith-design-system--footer-logo_section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .quantum-zenith-design-system--footer-logo_holder {
    width: 30%;
  }

  .quantum-zenith-design-system--footer-rc_text {
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .quantum-zenith-design-system--newfooter-link_block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quantum-zenith-design-system--foter-privacy_holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .quantum-zenith-design-system--footer-lower_ctatext {
    font-size: 39px;
  }

  .quantum-zenith-design-system--footer-privacy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .quantum-zenith-design-system--footer-lowcta_holder {
    width: 50%;
  }

  .quantum-zenith-design-system--footer-image_holder {
    height: 200px;
    position: static;
  }

  .quantum-zenith-design-system--new-footerupper_container {
    background-color: #000;
    padding-top: 52px;
    padding-bottom: 52px;
    position: static;
  }

  .quantum-zenith-design-system--button-link_big:where(.w-variant-ae760166-fcb2-495f-27b5-778efa233a44) {
    justify-content: space-between;
  }

  .quantum-zenith-design-system--uc-h1 {
    font-size: 40px;
  }

  .quantum-zenith-design-system--leader-card {
    grid-template-columns: 40% 1fr;
  }

  .quantum-zenith-design-system--hero-content_text {
    max-width: none;
  }

  .quantum-zenith-design-system--leader-card_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quantum-zenith-design-system--c-container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quantum-zenith-design-system--announcement-label_text {
    display: none;
  }

  .quantum-zenith-design-system--c-announcement-container {
    grid-template-columns: 10% 1fr;
  }

  .quantum-zenith-design-system--h1 {
    font-size: 40px;
  }

  .quantum-zenith-design-system--news-hero_inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .quantum-zenith-design-system--news-hero_heading {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .quantum-zenith-design-system--news-filter {
    font-size: 18px;
  }

  .quantum-zenith-design-system--news-grid {
    grid-template-columns: 1fr;
  }

  .quantum-zenith-design-system--news-card_img {
    height: 300px;
  }

  .quantum-zenith-design-system--shared-page_heading {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .quantum-zenith-design-system--gallery-grid {
    grid-template-columns: 1fr;
  }

  .quantum-zenith-design-system--popup-container {
    padding: 20px;
  }

  .quantum-zenith-design-system--gallery-slider_body {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20px;
  }

  .quantum-zenith-design-system--gallery-slider_title {
    max-width: none;
    font-size: 24px;
  }

  .quantum-zenith-design-system--kh-grid {
    grid-template-columns: 1fr;
  }

  .quantum-zenith-design-system--download-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .quantum-zenith-design-system--download-form_block {
    padding-left: 24px;
  }

  .quantum-zenith-design-system--faq-hero {
    height: 500px;
  }

  .quantum-zenith-design-system--faq-h_content {
    justify-content: flex-end;
    align-items: center;
  }

  .quantum-zenith-design-system--faq-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .quantum-zenith-design-system--faq-wrapper {
    padding: 0;
  }

  .quantum-zenith-design-system--faq-block {
    padding-left: 24px;
  }

  .quantum-zenith-design-system--faq-title {
    font-size: 20px;
  }

  .quantum-zenith-design-system--faq-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .quantum-zenith-design-system--faq-fallback {
    font-size: 24px;
  }

  .quantum-zenith-design-system--faq-fallback_inner {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .quantum-zenith-design-system--faq-tabs {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quantum-zenith-design-system--privacy-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .quantum-zenith-design-system--privacy-hero {
    height: 500px;
  }

  .quantum-zenith-design-system--privacy-content {
    padding: 56px 24px;
  }

  .quantum-zenith-design-system--privacy-text {
    font-size: 18px;
  }

  .c-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .trusted-lower {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 32px;
    display: flex;
  }

  .trusted-lower_white, .trusted-lower_red {
    width: 100%;
    height: 308px;
  }

  .move-lhs {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .service-upper {
    width: 50%;
  }

  .knowledge-lhs, .knowledge-rhs {
    width: 100%;
  }

  .knowlege-holders {
    flex-flow: column;
  }

  .c-container_relative {
    padding-left: 30px;
    padding-right: 30px;
  }

  .why-lower_textholder {
    width: 90%;
  }

  .move-lhs_upper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .c-container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-body_text {
    font-size: 16px;
  }

  .vision-block_img {
    width: 100%;
    height: auto;
  }

  .mission-block_img {
    width: 100%;
  }

  .vision-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .uc-h2-2 {
    font-size: 32px;
  }

  .uc-h2-2.cc-why-join, .uc-h2-2.cc-opening {
    font-size: 36px;
  }

  .mission-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
  }

  .mission-textholder {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-left: 0;
    padding: 40px;
  }

  .vision-textholder {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
  }

  .edge-block_holders {
    grid-template-columns: 1fr;
  }

  .uc-h1 {
    font-size: 40px;
  }

  .leader-card_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .uc-h3.c-opening-heading {
    font-size: 28px;
  }

  .leader-card {
    grid-template-columns: 40% 1fr;
  }

  .hero-heading {
    font-size: 50px;
  }

  .hero-headline.c-highlighter {
    font-size: 24px;
  }

  .calculator-grid {
    flex-flow: column;
  }

  .calculator-lhs, .calculator-rhs {
    width: 100%;
  }

  .calcabt-holder {
    width: 90%;
  }

  .howto-rhs {
    flex-flow: column;
    display: flex;
  }

  .footer-button.cc-centered {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .service-cta {
    justify-content: center;
    align-items: flex-end;
  }

  .service-cta_block {
    height: 650px;
  }

  .service-blockcta_holder {
    width: 100%;
  }

  .c-container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-text.c-join_btn {
    font-size: 24px;
  }

  .download-form_block, .resource-form_block {
    padding-left: 24px;
  }

  .what-we_holder {
    flex-flow: column;
    display: flex;
  }

  .look-lhs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .looklhs-upper {
    justify-content: center;
    align-items: flex-start;
  }

  .why-join_card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .c-container-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-opening {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-lhs, .contact-rhs {
    width: 100%;
  }

  .corporate-section_holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: stretch;
  }

  .corporate-text_lhs {
    width: 100%;
  }

  .docs-lhs {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .docs-detail_holder {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .quantum-zenith-design-system--mobilenav-link_holder {
    padding-left: 16px;
    padding-right: 16px;
  }

  .quantum-zenith-design-system--logo-holder {
    height: 30px;
  }

  .quantum-zenith-design-system--nav-link_logomobile {
    justify-content: flex-start;
    align-items: center;
  }

  .quantum-zenith-design-system--c-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quantum-zenith-design-system--newfooter-link_block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: auto;
    min-height: 0;
  }

  .quantum-zenith-design-system--footer-lowcta_holder {
    width: 90%;
  }

  .quantum-zenith-design-system--body-text {
    font-size: 14px;
  }

  .quantum-zenith-design-system--uc-h1 {
    text-align: center;
    text-wrap: balance;
    font-size: 40px;
  }

  .quantum-zenith-design-system--uc-h1.quantum-zenith-design-system--cc-left {
    text-align: left;
  }

  .quantum-zenith-design-system--leader-content_name {
    font-size: 20px;
  }

  .quantum-zenith-design-system--leader-card {
    grid-template-columns: 1fr;
  }

  .quantum-zenith-design-system--hero-content_text {
    max-width: none;
  }

  .quantum-zenith-design-system--leader-card_content {
    padding: 24px 0;
  }

  .quantum-zenith-design-system--c-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quantum-zenith-design-system--mngt-grid {
    grid-template-columns: 1fr;
  }

  .quantum-zenith-design-system--c-announcement {
    grid-template-columns: 50% 1fr;
  }

  .quantum-zenith-design-system--announcement-label {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .quantum-zenith-design-system--announcement-label_text, .quantum-zenith-design-system--marquee__paragraph {
    font-size: 12px;
  }

  .quantum-zenith-design-system--news-hero_filters {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .quantum-zenith-design-system--download-form_block, .quantum-zenith-design-system--faq-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .why-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .c-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text.uc-white {
    font-size: 48px;
  }

  .body-text {
    font-size: 14px;
  }

  .hero-bodytext_holder {
    width: 100%;
  }

  .h1 {
    font-size: 32px;
  }

  .why-lower_rhs {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 32px;
  }

  .body-text_lg {
    font-size: 20px;
  }

  .trusted-section {
    padding-top: 40px;
  }

  .trusted-lower {
    justify-content: center;
    align-items: stretch;
  }

  .move-section {
    height: 1060px;
  }

  .move-rhs {
    height: 335px;
  }

  .service-upper {
    width: 100%;
  }

  .ahead-header {
    text-align: center;
  }

  .ahead-body_text {
    width: 100%;
  }

  .markerter-lhs {
    width: 30%;
  }

  .c-container_relative {
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-lower_textholder {
    width: 100%;
  }

  .c-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .abt-hero_header {
    font-size: 45px;
  }

  .hero-rhs {
    width: 100%;
  }

  .values-inner-2 {
    grid-template-rows: 100px 300px 300px 300px 300px 68px;
    grid-template-columns: 1fr;
  }

  .values-heading-2 {
    padding-top: 0;
  }

  .uc-h2-2 {
    text-align: center;
    text-wrap: pretty;
    font-size: 40px;
  }

  .uc-h2-2.cc-white {
    text-align: left;
    font-size: 32px;
    line-height: 120%;
  }

  .uc-h2-2.cc-why-join {
    font-size: 24px;
  }

  .uc-h2-2.cc-opening {
    text-align: left;
  }

  .sus-hero_header {
    font-size: 45px;
  }

  .sus-text_holder {
    width: 100%;
  }

  .body-text-2 {
    font-size: 14px;
  }

  .hero-content_text {
    max-width: none;
  }

  .uc-h1 {
    text-align: center;
    text-wrap: balance;
    font-size: 40px;
  }

  .uc-h1.cc-left {
    text-align: left;
  }

  .leader-card_content {
    padding: 20px;
  }

  .uc-h3 {
    font-size: 20px;
  }

  .leader-card, .mngt-grid {
    grid-template-columns: 1fr;
  }

  .hero-heading {
    font-size: 32px;
  }

  .calculator-lhs, .calculator-rhs {
    padding: 24px;
  }

  .service-hero_header {
    font-size: 45px;
  }

  .body-text-3 {
    font-size: 14px;
  }

  .services-img_holder {
    padding-bottom: 30px;
  }

  .services-section_holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .trading-hero {
    padding-bottom: 30px;
  }

  .trading-section_holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .trading-text_lhs, .trading-text_rhs {
    width: 100%;
  }

  .join-team_lhs {
    padding: 20px;
  }

  .team-benefit {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
  }

  .c-link.c-join_btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-link.c-opening_link {
    width: fit-content;
    margin-top: 30px;
  }

  .c-container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-text {
    font-size: 14px;
  }

  .download-form_block, .resource-form_block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .career-hero_header {
    font-size: 45px;
  }

  .criteria-benefit {
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-join_cards {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .why-join_top {
    height: 324px;
  }

  .why-join_header {
    padding: 20px;
  }

  .why-join_bottom {
    height: auto;
  }

  .c-container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .opening-dropdown_toggle {
    justify-content: space-between;
  }

  .opening-dropdown {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .link-text-2 {
    font-size: 14px;
  }

  .opening-card {
    flex-flow: column;
    padding: 30px 20px;
  }

  .opening-card.is-1st {
    border-top-width: 0;
  }

  .contact-hero {
    padding-bottom: 30px;
  }

  .contact-submit {
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .contact-submit-text {
    font-size: 16px;
  }

  .map-holder {
    justify-content: center;
    align-items: flex-end;
  }

  .contact-texthero {
    width: 100%;
  }

  .contact-section_holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-terms_holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .footer-terms_holder.uc-hide_desktop {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .footer-links-holder {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .footer-terms {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .social-links_holder.uc-hide_mobile {
    display: none;
  }

  .social-links_holder.uc-hide_desktop {
    display: flex;
  }

  .body-text-4 {
    font-size: 14px;
  }

  .body-text-4.uc-muted.uc-hide_desktop {
    display: block;
  }

  .footer-link.uc-hide_mobile {
    display: none;
  }

  .c-container_footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rhs-lower {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 24px;
  }

  .footer-link_block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: auto;
    min-height: 0;
  }

  .tab-disclaimer {
    display: none;
  }

  .what-we_heading {
    font-size: 45px;
  }

  .career-hero_body {
    font-size: 14px;
  }

  .corporate-hero {
    padding-bottom: 30px;
  }

  .corporate-section_holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .corporate-text_rhs {
    width: 100%;
  }

  .contact-submit-copy {
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .corporate-text_lhs {
    width: 100%;
  }
}

#w-node-_8b74e63d-2d9c-c5ba-e1c8-f2dc0c2533ff-63eedd14 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8b74e63d-2d9c-c5ba-e1c8-f2dc0c253419-63eedd14 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_367fe0f0-daa8-38c7-ab73-1a0feed50e00-34e19370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b65ac8fe-37f8-7afd-5994-4d171d387093-34e19370 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c168db10-428d-a1d3-0054-930966cce7ba-34e19370 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_74d1fec6-7cd9-db5f-4834-cc8b76f4385f-34e19370 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9f198426-8f20-bf07-9e63-e2a24c87d3b9-34e19370 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_61687832-bf63-3653-7b28-eee5947d4df0-c690f5bb, #w-node-_8070f304-f230-6bf5-8a1e-1b27125e9e22-c690f5bb, #w-node-_39f421b9-02aa-6f9d-8d4a-6242d8c1603e-c690f5bb, #w-node-_555c6c46-8e22-7489-3b33-e4d15a04ca2a-c690f5bb, #w-node-_78244832-e749-ed4d-961a-e5d868013280-c690f5bb, #w-node-e2d52dfb-d97d-cb6a-ed28-682124ebc453-de3b9f3a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f7d89227-cb85-b77d-97d0-e4ce511292af-de3b9f3a {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_4c1c257b-c4c7-43d5-e5a0-cc8981627ee6-de3b9f3a {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_6c464412-a069-a0fe-1ae9-7a64aa26609e-de3b9f3a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_37ef60df-9d24-0fe2-e3b6-af1f1ac7e4b2-a10f4380, #w-node-_37ef60df-9d24-0fe2-e3b6-af1f1ac7e4b7-a10f4380, #w-node-_37ef60df-9d24-0fe2-e3b6-af1f1ac7e4bc-a10f4380, #w-node-_37ef60df-9d24-0fe2-e3b6-af1f1ac7e4c1-a10f4380, #w-node-_37ef60df-9d24-0fe2-e3b6-af1f1ac7e4c6-a10f4380, #w-node-abef54b9-0869-7543-e68c-c10756c2b554-56c2b551, #w-node-_8f9df6d0-4ece-a9be-4a45-0260e34024e3-e34024df, #w-node-_8f9df6d0-4ece-a9be-4a45-0260e34024e4-e34024df {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_8b74e63d-2d9c-c5ba-e1c8-f2dc0c2533ff-63eedd14 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8b74e63d-2d9c-c5ba-e1c8-f2dc0c253419-63eedd14 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8b74e63d-2d9c-c5ba-e1c8-f2dc0c2533ff-63eedd14, #w-node-_8b74e63d-2d9c-c5ba-e1c8-f2dc0c253419-63eedd14 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}