@font-face {
  font-family: Nhaasgroteskdspro;
  src: url('../fonts/NHaasGroteskDSPro-35XLt.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nhaasgroteskdspro;
  src: url('../fonts/NHaasGroteskDSPro-45Lt.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nhaasgroteskdspro;
  src: url('../fonts/NHaasGroteskDSPro-65Md.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nhaasgroteskdspro;
  src: url('../fonts/NHaasGroteskDSPro-25Th.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nhaasgroteskdspro;
  src: url('../fonts/NHaasGroteskDSPro-55Rg.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --brand: #c3efff;
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --navy: #0b2943;
  --base-color-neutral--white: #fff;
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --text-color--text-primary: var(--base-color-neutral--black);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --untitled-ui--white: white;
  --radius-sm: .625rem;
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --base-color-neutral--neutral-lightest: #eee;
  --nav-border: 10rem;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Nhaasgroteskdspro, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: #0b2943;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-primary {
  color: var(--brand);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  letter-spacing: -1px;
  font-size: 6rem;
  font-weight: 300;
  line-height: .9;
}

.heading-style-h1.text-align-center {
  letter-spacing: -1px;
  max-width: 74%;
  font-weight: 300;
}

.heading-style-h1.text-align-center.align-center {
  letter-spacing: -.96px;
  justify-content: center;
  align-items: center;
  max-width: 72%;
  max-height: 400px;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-large {
  height: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.padding-global.hero {
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-global.strategy {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}

.padding-global.padding-section-medium.horizontal-small {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global.footer {
  padding: 5rem 2rem 2rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  font-weight: 500;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
  font-weight: 500;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  justify-content: flex-start;
  align-items: center;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.heading-style-h4.max-slider {
  max-width: 400px;
}

.heading-style-h4.text-weight-light {
  font-weight: 400;
}

.heading-style-h4.text-weight-light.resource.inherit {
  color: inherit;
}

.heading-style-h4.max-width {
  max-width: 84%;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  background-color: #f9f9f9;
  border: 1px #000;
  border-radius: 5px;
  min-height: 2.875rem;
  margin-bottom: 0;
  padding: .9375rem 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.form_input.message {
  resize: none;
  min-height: 9.625rem;
}

.heading-style-h6 {
  letter-spacing: 1.6px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h6.text-weight-semibold {
  font-weight: 700;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  color: var(--navy);
  letter-spacing: -.72px;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: .9;
}

.heading-style-h2.max-width-small {
  max-width: 75%;
}

.heading-style-h2.text-color-primary {
  color: var(--brand);
  font-weight: 500;
  display: none;
}

.heading-style-h2.text-color-primary.max-width-small {
  max-width: 60%;
}

.heading-style-h2.text-weight-light {
  font-weight: 400;
}

.heading-style-h2.text-weight-light.text-align-center {
  color: var(--base-color-neutral--white);
}

.page-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-large.relative {
  position: relative;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--navy);
  outline-color: var(--navy);
  outline-offset: 0px;
  height: 3.125rem;
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .625rem;
  outline-width: 1px;
  outline-style: solid;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.button:where(.w-variant-bb4431ab-3247-28cc-609b-8a3fef0410d3) {
  background-color: var(--brand);
  color: #000;
}

.button:hover {
  border: 1px none var(--navy);
  outline-offset: 0px;
  color: var(--navy);
  background-color: #c3efff00;
  outline: 1px solid #0b2943;
}

.button:hover:where(.w-variant-bb4431ab-3247-28cc-609b-8a3fef0410d3) {
  border-color: var(--brand);
  outline-color: var(--brand);
  color: var(--brand);
  background-color: #9ec7d600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button.brand {
  background-color: var(--brand);
  color: #000;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  line-height: 1;
}

.button.brand:hover {
  background-color: #9ec7d6;
}

.button.brand.form:hover {
  border-style: none;
  border-color: var(--brand);
  outline-color: var(--brand);
  color: var(--brand);
  background-color: #9ec7d600;
}

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

.text-size-medium {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-size-medium.max-width-small {
  max-width: 28.7rem;
  font-weight: 500;
}

.text-size-medium.text-weight-medium {
  margin-bottom: 0;
}

.text-size-medium.opacity-80.max-insight {
  letter-spacing: -.2px;
  max-width: 58%;
}

.text-size-medium.text-weight-regular {
  font-weight: 500;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 0 100%, #2d62ff4d, #0000 50%), radial-gradient(circle at 100% 60%, #2d62ff4d, #1110 20%), radial-gradient(circle at 100% 100%, #d600c433, #0000 45%);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.section-hero {
  background-image: url('../images/image-6-1_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-companies {
  opacity: .8;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.hero-content-wrap {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.brands-wrap {
  grid-column-gap: 3.625rem;
  grid-row-gap: 3.625rem;
  display: flex;
}

.strategy-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.strategy-content-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.strategy-image-wrap {
  aspect-ratio: 1;
  border-radius: .625rem;
  width: 100%;
  overflow: hidden;
}

.strategy-image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  transform: scale(1.1);
}

.tag-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.square {
  background-color: #79b7cd;
  width: .459375rem;
  height: .459375rem;
}

.square.light, .square.color-light {
  background-color: #c3efff;
}

.text-wrap-large {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-wrap-large.max-width-small {
  max-width: 27.375rem;
}

.text-wrap-large.full {
  height: 100%;
}

.focus-area-types {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  border-radius: .625rem;
  flex-flow: column;
  width: 100%;
  max-height: 214.47px;
  position: relative;
  overflow: hidden;
}

.keyfocus-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  padding: 1.5rem;
}

.item-content-wrap {
  z-index: 1;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.focus-area-icon {
  width: 52.48px;
}

.keyfocus-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.keyfocus-bg.one {
  max-height: 100%;
  inset: 0%;
}

.wrap-semireg {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.keyfocus-item-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.riskmanagement-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.riskmanagement-right-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rm-text-wrap {
  border-top-color: #000;
  border-bottom: 1px solid #00000080;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: .5rem;
}

.rm-text-wrap.top {
  border-top: 1px solid #00000080;
}

.light {
  opacity: .6;
}

.section-insigts {
  color: var(--base-color-neutral--white);
  background-image: url('../images/10.svg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.text-wrap-medium {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-wrap-medium.max-width-small {
  max-width: 27.375rem;
}

.insight-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.insight-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: .625rem;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.icon-lg {
  width: 2rem;
}

.icon-lg.inherit-color {
  color: inherit;
}

.insight-card-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.insights-slides-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  margin-top: 7.5rem;
  display: flex;
}

.swiper-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-slide.news {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  max-width: 100%;
  color: var(--untitled-ui--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: none;
}

.slider-image-wrap {
  aspect-ratio: 3 / 2;
  border: 1px solid #ffffff80;
  border-radius: 1.125rem;
  width: 100%;
  padding: .5rem .625rem;
}

.slider-image {
  border-radius: var(--radius-sm);
  object-fit: cover;
  width: 100%;
}

.slide-conten-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: .5rem;
  font-weight: 500;
  display: flex;
}

.button-secondary {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  opacity: .7;
  color: #f9f9f9;
  border-bottom: 1px solid #f9f9f900;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.arrow-icon {
  width: 22px;
  color: inherit;
}

.insight-left-wrap {
  width: 100%;
}

.resources-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.resoruce-block {
  color: #000;
  border: 1px solid #00000080;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
}

.resoruce-block.w--open {
  border-bottom-width: 1px;
  border-bottom-color: #0000;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.resoruce-block.hover {
  transition: all .22s;
}

.resoruce-block.hover:hover {
  background-color: var(--navy);
  color: var(--base-color-neutral--white);
}

.icon {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
}

.section-resources {
  display: none;
}

.section-footer {
  min-height: 700px;
  color: var(--base-color-neutral--white);
  background-color: #0b2943;
  background-image: linear-gradient(#0000, #0000 70% 80%, #00000080);
  position: relative;
}

.footer-main {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  display: flex;
}

.form-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.form-block {
  width: 100%;
}

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

.form-main, .form-left-wrap {
  width: 100%;
}

.input-wrap {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.bi-form-input {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 654px;
  display: flex;
}

.footer-links-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-logo-wrap {
  max-width: 156px;
}

.footer-logo {
  color: var(--brand);
}

.footer-links-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.footer-links-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  max-width: 125px;
  display: flex;
}

.footer-link {
  opacity: .7;
  color: var(--brand);
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color .225s;
}

.footer-link:hover {
  opacity: 91;
}

.footer-link.title {
  opacity: 1;
  font-weight: 700;
}

.lion-icon {
  opacity: 1;
  max-width: 622px;
  max-height: 300px;
  color: var(--brand);
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: auto auto 0% -16%;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.show-tablet {
  display: none;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar07_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #fff3;
  border: 0 solid #000;
  border-radius: 10rem;
  align-items: center;
  min-height: 4.33rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  box-shadow: 0 4px 20px #0000001a;
}

.navbar.old {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_logo-link {
  padding-left: 0;
}

.uui-navbar07_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar07_menu-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--navy);
  white-space: nowrap;
  align-items: center;
  padding: 0 10px 0 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.nav-link:hover {
  color: #526a92;
}

.nav-link.w--current {
  color: #000;
}

.uui-navbar07_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar07_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.nav-button {
  padding: 0;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet {
  display: none;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray700);
}

.uui-navbar07_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-logo_component {
  grid-column-gap: .473125rem;
  grid-row-gap: .473125rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 32px;
  height: 2.33rem;
  display: flex;
  overflow: visible;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.lion-logo {
  flex: none;
  max-width: 30px;
  height: 100%;
}

.uui-navbar07_item-heading {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.insight-blur {
  max-height: 918px;
  display: none;
  position: absolute;
  inset: 0%;
}

.abs {
  width: 737.844px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.keyfoucsarea-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-title-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  font-weight: 500;
  display: flex;
}

.swiper-pagination {
  display: none;
}

.input {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-size: .875rem;
  display: flex;
}

.input:focus {
  border: 1px solid #e3f9eb;
}

.input::placeholder {
  color: #0009;
}

.input.u-bg-white.location {
  max-width: 369px;
  padding-left: 0;
  padding-right: 0;
}

.input.u-bg-white.location:focus {
  border-color: #45cc85;
}

.input.hover {
  border-radius: 5px;
}

.input.hover:hover {
  background-color: var(--navy);
  color: var(--base-color-neutral--neutral-lightest);
}

.drop-down-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: .75rem;
  display: flex;
}

.drop-down-list.first {
  padding-top: 4px;
}

.dropdown-form {
  border: 1px solid #0006;
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 2.75rem;
  max-height: 2.75rem;
  padding: .75rem .75rem 1rem;
  display: flex;
}

.dropdown-form.w--open {
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-radius: .75rem .75rem 0 0;
  padding-top: .75rem;
  padding-bottom: 1rem;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.dropdown-link.u-font-medium {
  opacity: .5;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
}

.dropdown-link.u-font-medium.inherit {
  color: inherit;
  transition-property: all;
  transition-duration: .18s;
  transition-timing-function: ease;
}

.dropdown-link.u-font-medium.inherit:hover {
  opacity: .8;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  position: absolute;
  inset: 105% 0% auto;
}

.dropdown-list.u-bg-neutral.u-rounded-sm.u-outline {
  border-radius: 1rem;
}

.dropdown-list.u-bg-neutral.u-rounded-sm.u-outline.w--open {
  border: 1px solid #ececec;
  overflow: hidden;
}

.dropdown-list.u-bg-neutral.u-rounded-sm.u-outline.u-mt-8 {
  background-color: #fff;
  height: 0;
}

.dropdown-list.u-bg-neutral.u-rounded-sm.u-outline.u-mt-8.w--open {
  background-color: #fff0;
  border-color: #0006;
  border-top-style: none;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 0 0 .3125rem .3125rem;
  height: auto;
  margin-top: 0;
  position: static;
}

.text-sm {
  letter-spacing: -.00875rem;
  font-size: .875rem;
  line-height: 1.4;
  transition: color .3s;
}

.text-sm.u-font-medium.dropdown {
  color: #0009;
}

.nav-input {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-size: .875rem;
  display: flex;
}

.nav-input:focus {
  border: 1px solid #e3f9eb;
}

.nav-input::placeholder {
  color: #0009;
}

.nav-input.u-bg-white.location {
  max-width: 369px;
  padding-left: 0;
  padding-right: 0;
}

.nav-input.u-bg-white.location:focus {
  border-color: #45cc85;
}

.nav-mobile {
  display: none;
}

.opacity-80 {
  opacity: .8;
}

.nav-main {
  z-index: 99999999;
  justify-content: center;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: fixed;
  inset: 2rem 0% auto;
}

.nav-link-icon {
  color: #0b2943;
  width: 18px;
  height: 18px;
  display: flex;
}

.nav-link-iconwrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resources-main-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.insight-slot {
  height: 100%;
}

.lion-log-text {
  flex: none;
  max-width: 87.25px;
  height: 100%;
}

.logo-text {
  width: 100%;
  min-width: 90px;
  overflow: hidden;
}

.hero-brand-logo {
  max-width: 135.5px;
  max-height: 25px;
}

.hero-brand-logo._2 {
  max-width: 156.922px;
}

.hero-brand-logo._3 {
  max-width: 32.6038px;
}

.hero-brand-logo._4 {
  max-width: 73.1002px;
}

.success-message {
  border: 1px solid var(--base-color-neutral--neutral-light);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--brand);
  background-color: #fdfdfd0d;
  border-radius: .5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.error-message {
  border: 1px solid var(--navy);
  color: var(--navy);
  background-color: #ffc7c7;
  border-radius: .5rem;
  padding: 1rem;
  font-weight: 600;
}

.swiper-image-outer-wrap {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.success-message-2 {
  text-align: left;
  background-color: #ddd0;
  border: 1px solid #fff;
  border-radius: 10px;
}

.text-block {
  text-align: center;
}

.error-message-2 {
  background-color: #000;
}

.footer-light {
  background-color: #061624;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #fff;
  text-align: center;
  flex: 1;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.text-block-2 {
  color: #fff;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  background-color: #061624;
  font-size: 2rem;
}

.grid {
  color: #111827;
  grid-template-rows: auto;
  place-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 600;
}

.section {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/image-6-1_1.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
}

.heading {
  font-size: 56px;
}

.paragraph {
  color: #0b2943;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.bold-text {
  color: var(--navy);
  font-weight: 500;
}

.div-block {
  background-color: #fff9;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  min-width: 200px;
  height: 48%;
  margin-bottom: 16px;
  padding: 20px;
}

.heading-2 {
  font-size: 0;
  font-weight: 500;
}

.bold-text-2 {
  color: #0b2943;
  font-size: 16px;
  font-weight: 500;
}

.bold-text-3 {
  color: #2563eb;
  font-size: 30px;
  font-weight: 500;
}

.bold-text-4 {
  color: #0b2943;
  font-size: 30px;
  font-weight: 500;
}

.heading-3 {
  padding-top: 16px;
}

.heading-4 {
  padding-top: 16px;
  font-size: 0;
}

.bold-text-5 {
  color: #16a34a;
  font-size: 14px;
  font-weight: 500;
}

.div-block-2 {
  background-color: #fff9;
  border-radius: 12px;
  padding: 20px;
}

.button-2 {
  margin-top: 16px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 16px;
  display: flex;
}

.button-3 {
  border: 1px solid var(--navy);
  pointer-events: auto;
  color: var(--navy);
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border-radius: .625rem;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-3:hover {
  background-color: var(--navy);
  color: var(--base-color-neutral--white);
  font-weight: 600;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-4 {
  text-align: center;
}

.fund-basics {
  padding-top: 80px;
  padding-bottom: 80px;
}

.paragraph-2 {
  color: #737b8c;
  margin-top: 10px;
  font-size: 18px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-5 {
  margin-top: 40px;
}

.div-block-6 {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
}

.heading-5 {
  text-align: left;
}

.common-heading {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
}

.bold-text-6 {
  font-weight: 400;
}

.custom-small-text {
  color: #737b8c;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
}

.custom-medium-text {
  color: #737b8c;
  text-align: left;
  margin-top: 16px;
  font-size: 16px;
}

.section-2 {
  background-image: url('../images/10.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.custom-sub-heading-tittle {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.details {
  margin-top: 24px;
}

.heading-9 {
  color: #fff;
  text-align: center;
}

.div-block-7 {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-top: 34px;
  padding: 20px;
}

.heading-10 {
  color: #0b2943;
  font-size: 20px;
  font-weight: 500;
}

.div-block-8 {
  border: 1px #0ea5e9;
  border-bottom: 1px solid #0ea5e94d;
  padding-bottom: 10px;
}

.div-block-9 {
  padding: 20px 0;
}

.grid-4 {
  grid-template-rows: auto;
}

.div-block-10 {
  border: 1px #e5e7eb;
  border-bottom-style: solid;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.mute-text {
  color: #475569;
  font-weight: 500;
}

.div-block-11 {
  background-color: #fff1f2;
  border: 1px solid #fecaca;
  border-radius: 12px;
  margin-top: 24px;
  padding: 20px;
}

.text-block-4 {
  color: #b91c1c;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
  display: flex;
}

.div-block-12 {
  background-color: #fff1f2;
  border: 1px solid #fecaca;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 10px;
  display: inline-block;
}

.div-block-13 {
  padding-top: 16px;
}

.text-block-5 {
  color: #737b8c;
  font-size: 14px;
  line-height: 1.7;
}

.div-block-14 {
  margin-top: 48px;
  margin-bottom: 0;
}

.div-block-15 {
  margin-bottom: 38px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-16 {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: 100%;
  padding: 20px;
}

.heading-11 {
  color: #0b2943;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-6 {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.heading-12 {
  margin-top: 16px;
  font-weight: 500;
}

.bold-text-7 {
  color: #0b2943;
  font-size: 36px;
  font-weight: 500;
}

.text-block-7 {
  color: #059669;
  margin-top: 6px;
  margin-bottom: 6px;
}

.text-block-8 {
  color: #737b8c;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 12px;
}

.div-block-17 {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-top: 24px;
  padding: 20px;
}

.text-block-9 {
  color: #6b7280;
  margin-top: 6px;
  font-size: 14px;
}

.heading-13 {
  color: #0b2943;
  font-size: 20px;
  font-weight: 500;
}

.div-block-18 {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-top: 16px;
  padding: 16px;
}

.div-block-19 {
  justify-content: space-between;
  display: flex;
}

.text-block-10 {
  color: #6b7280;
  margin-top: 5px;
  font-size: 13px;
}

.text-block-11 {
  color: #111827;
  font-weight: 500;
}

.div-block-20 {
  margin-top: 48px;
}

.div-block-21 {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-top: 32px;
  padding: 20px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 16px;
}

.text-block-12 {
  color: #059669;
  text-align: center;
  font-size: 24px;
}

.text-block-13 {
  color: #737b8c;
  margin-bottom: 6px;
  font-size: 14px;
}

.div-block-22 {
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  min-height: 300px;
  margin-top: 20px;
  padding: 20px;
}

.div-block-23 {
  text-align: center;
}

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

.div-block-24 {
  margin-top: 32px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-25 {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
}

.heading-14 {
  padding-bottom: 16px;
  font-weight: 500;
}

.text-block-14 {
  color: #737b8c;
  font-size: 14px;
}

.text-block-15 {
  padding-bottom: 6px;
}

.section-4 {
  background-image: url('../images/10.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-26 {
  text-align: center;
}

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
  font-size: 1rem;
}

.div-block-27 {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
}

.div-block-28 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-4 {
  color: var(--background-color--background-primary);
  background-color: #fff;
}

.button-4:hover {
  background-color: #e9edf0;
  border-radius: 12px;
}

.text-block-16 {
  color: #737b8c;
  font-size: .9rem;
}

.text-block-17 {
  color: #6b7280;
  margin-top: 6px;
  font-size: .9rem;
}

.heading-15 {
  color: #0b2943;
  font-size: 1.2rem;
  font-weight: 500;
}

.heading-16 {
  color: #fff;
}

.paragraph-3 {
  color: #fff;
  margin-top: 6px;
  font-size: 1.2rem;
}

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

.div-block-29 {
  text-align: center;
}

.div-block-30 {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-top: 24px;
  padding: 20px;
}

.div-block-31 {
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.heading-17 {
  color: var(--navy);
  font-size: 18px;
  font-weight: 500;
}

.text-block-18 {
  color: #737b8c;
  margin-top: 16px;
  font-size: 16px;
}

.heading-18 {
  font-size: 40px;
}

.code-embed {
  min-height: 0;
  max-height: none;
}

@media screen and (min-width: 1440px) {
  .lion-icon {
    max-height: 400px;
    inset: auto auto 0% 0%;
  }

  .common-heading {
    white-space: normal;
    word-break: normal;
    font-size: 24px;
  }

  .custom-medium-text {
    margin-top: 16px;
  }

  .container-2 {
    max-width: 1032px;
  }

  .section-2 {
    background-image: url('../images/10.svg');
    background-position: 0 0;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-6 {
    color: #fff;
    text-align: center;
  }

  .heading-7 {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
  }

  .heading-8 {
    font-weight: 500;
  }

  .custom-sub-heading-tittle {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
  }

  .details {
    margin-top: 24px;
  }

  .div-block-21 {
    background-color: #fff;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 16px;
  }

  .text-block-12 {
    color: #059669;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
  }

  .text-block-13 {
    color: #737b8c;
    margin-bottom: 6px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-content-wrap {
    margin-bottom: 0;
  }

  .nav-link {
    padding-right: 20px;
  }

  .section-2 {
    background-image: url('../images/10.svg');
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full {
    display: block;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h3.card {
    font-size: 2rem;
  }

  .heading-style-h1.text-align-center.align-center {
    z-index: 0;
    letter-spacing: -2.28px;
    text-wrap: pretty;
    max-width: none;
    font-size: 4.5rem;
    line-height: 1.1;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .padding-global.padding-section-large.bottom-less {
    padding-bottom: 2.5rem;
  }

  .padding-global.strategy {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .padding-global.padding-section-medium.horizontal-small {
    padding: 5rem 1rem 2.5rem;
  }

  .padding-global.footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .heading-style-h4.text-weight-light.resource {
    font-size: 1.5rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-large {
    line-height: 1;
  }

  .text-size-large.text-color-primary.text-weight-bold {
    font-weight: 700;
  }

  .heading-style-h2 {
    letter-spacing: -.48px;
    font-size: 3rem;
  }

  .heading-style-h2.max-width-small {
    max-width: 65%;
  }

  .heading-style-h2.max-width-small.sml {
    max-width: 78%;
  }

  .heading-style-h2.text-color-primary.max-width-small {
    max-width: 45%;
  }

  .button {
    justify-content: center;
    align-items: center;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.max-width-small.opacity-80 {
    max-width: 24.6rem;
  }

  .text-size-medium.opacity-80.max-insight {
    max-width: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .hero-content-wrap {
    justify-content: center;
    align-items: stretch;
    padding-top: 7.5rem;
  }

  .strategy-wrap {
    justify-content: center;
    align-items: flex-end;
  }

  .strategy-content-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .strategy-content-wrap.left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: auto;
  }

  .text-wrap-large {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .keyfocus-item {
    padding: 1rem;
  }

  .focus-area-icon {
    width: 30px;
  }

  .keyfocus-item-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    height: 100%;
  }

  .riskmanagement-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: row;
  }

  .riskmanagement-right-wrap {
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-wrap-medium.tablet-large {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .insight-wrap.z-index-1 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .insight-card {
    max-height: none;
  }

  .icon-lg {
    height: 2rem;
  }

  .insight-card-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .swiper-slide.news {
    flex: none;
    max-width: 100%;
  }

  .slider-image-wrap {
    aspect-ratio: 1;
  }

  .slider-image {
    height: 100%;
  }

  .resoruce-block {
    height: 58px;
    padding: 1rem;
  }

  .footer-main {
    grid-column-gap: 7.2rem;
    grid-row-gap: 7.2rem;
  }

  .form-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .form {
    justify-content: center;
    align-items: center;
  }

  .bi-form-input {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta-wrap.z-index-1 {
    max-width: 492px;
  }

  .footer-links-wrap {
    justify-content: space-between;
    align-items: flex-start;
  }

  .lion-icon {
    max-width: 377.4px;
    max-height: 464.4px;
    display: none;
    top: 28rem;
    left: -5.5rem;
  }

  .hide-tablet-2 {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--navy);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--navy);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--navy);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin-left: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    transform: scale(.75);
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar {
    z-index: 50;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 3.125rem;
    max-height: 3.125px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .navbar.w--open {
    background-color: #ffffff80;
    border-radius: 1.25rem 1.25rem 0 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar.old {
    margin-top: 248px;
    display: none;
  }

  .navbar.noshadow {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #ffffff80;
    border-style: none;
  }

  .uui-navbar07_menu {
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    -webkit-text-fill-color: inherit;
    background-color: #fff3;
    background-clip: border-box;
    border-radius: 20px;
    align-items: flex-start;
    height: auto;
    margin-top: 1rem;
    margin-left: 0;
    padding: 74px 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-link {
    width: 100%;
    color: var(--untitled-ui--gray900);
    padding: 0;
    font-size: 1.125rem;
  }

  .nav-link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar07_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .nav-button.w--open {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    padding: 0;
  }

  .uui-button-secondary-gray.show-tablet {
    display: block;
  }

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .lion-logo {
    max-width: 5488px;
    height: auto;
    max-height: 26px;
  }

  .keyfoucsarea-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .footer-title-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .swiper-pagination {
    margin-top: 1.5rem;
    display: none;
  }

  .drop-down-list.nav {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-bottom: 0;
    padding-left: .75rem;
  }

  .nav-input {
    z-index: 1;
    margin-right: 0;
    position: absolute;
    inset: 0%;
  }

  .nav-input.navbar {
    z-index: 998;
    border-radius: var(--nav-border);
    min-height: 3.125rem;
    max-height: none;
    box-shadow: none;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: static;
    inset: 0%;
    overflow: hidden;
  }

  .dropdonw-nav {
    z-index: 1;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-height: 3.125rem;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdonw-nav.w--open {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .navlist {
    background-color: #ddd0;
    width: 100%;
    height: 0;
    margin-top: -50px;
    padding: 0;
    position: static;
    inset: 0%;
    overflow: hidden;
  }

  .navlist.w--open {
    z-index: 999;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: #ffffff80;
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    padding: 1rem 1.5rem 2rem;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .logo-wrap {
    z-index: 999;
    justify-content: flex-start;
    align-items: center;
    width: 92%;
    max-height: 3.125rem;
    padding-left: .75rem;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .nav-mobile {
    z-index: 99999;
    min-height: 3.125rem;
    margin-top: 1.5rem;
    display: flex;
    position: fixed;
    inset: 0% 1rem auto;
  }

  .resources-main-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .lion-log-text {
    height: auto;
    max-height: 26px;
  }

  .nav-links-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
    overflow: visible;
  }

  .nav-mob-wrap {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .div-block {
    width: 100%;
  }

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

  .grid-3, .grid-7, .grid-8 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-32, .div-block-33 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h4.max-width.riskmanagement {
    max-width: none;
    font-size: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .heading-style-h2.max-width-small.sml {
    max-width: none;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .button:where(.w-variant-bb4431ab-3247-28cc-609b-8a3fef0410d3), .button.brand {
    width: 100%;
  }

  .text-size-medium.max-width-small.opacity-80 {
    max-width: none;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .hero-companies {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
  }

  .brands-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .strategy-wrap, .keyfocus-item-wrap, .riskmanagement-wrap, .insight-card-wrap {
    flex-flow: row;
  }

  .swiper-slide.news {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border: 1px solid #ffffff80;
    border-radius: 18px;
    padding: .5rem .625rem;
  }

  .slider-image-wrap {
    border-style: none;
    padding: 0;
  }

  .slide-conten-wrap {
    padding: .5rem;
  }

  .footer-main {
    grid-column-gap: 12.5rem;
    grid-row-gap: 12.5rem;
  }

  .bi-form-input {
    flex-flow: column;
  }

  .footer-links-wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-links-wrapper {
    flex-flow: column;
    order: -1;
  }

  .footer-links-block {
    max-width: none;
  }

  .lion-icon {
    max-height: 350px;
    left: -7.5rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .menu-icon_component {
    transform: scale(.65);
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar.noshadow {
    min-height: 3.125rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-link {
    font-size: .875rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .swiper-pagination {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .nav-input.navbar {
    min-height: 3.125rem;
  }

  .resources-main-wrap {
    flex-flow: column;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

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

  .div-block-19 {
    flex-flow: wrap;
  }

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

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .heading-style-h3.large-mobile {
    font-size: 2rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1.text-align-center.align-center {
    letter-spacing: -1.44px;
    max-width: none;
    max-height: 250px;
    font-size: clamp(2rem, 12.5vw, 5rem);
  }

  .padding-global.padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .padding-global.hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.strategy {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h4.text-weight-light.resource {
    font-size: 1.25rem;
  }

  .text-size-large.text-color-primary.text-weight-bold.brands {
    font-size: .905625rem;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .heading-style-h2.max-width-small, .heading-style-h2.text-color-primary.max-width-small, .text-size-medium.opacity-80.max-insight {
    max-width: none;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .hero-companies {
    flex-flow: column;
  }

  .hero-content-wrap {
    padding-top: 8.5rem;
  }

  .brands-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .strategy-wrap, .keyfocus-item-wrap, .riskmanagement-wrap {
    flex-flow: column;
  }

  .rm-text-wrap {
    padding-left: 0;
  }

  .insight-wrap.z-index-1 {
    flex-flow: column;
  }

  .icon-lg {
    width: 2rem;
  }

  .insight-card-wrap {
    flex-flow: column;
  }

  .resoruce-block.hover {
    justify-content: space-between;
    align-items: center;
  }

  .footer-main {
    grid-column-gap: 7.4rem;
    grid-row-gap: 7.4rem;
  }

  .form-wrap {
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.8rem;
    flex-flow: column;
  }

  .footer-links-wrap {
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-links-wrapper {
    flex-flow: column;
    order: -1;
    width: 100%;
  }

  .lion-icon {
    display: block;
    position: static;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .insight-blur {
    display: none;
  }

  .swiper-pagination {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .drop-down-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown-link.u-font-medium.inherit {
    font-size: 1rem;
  }

  .logo-wrap {
    width: 86%;
  }

  .nav-mobile {
    max-width: 100%;
  }

  .resources-main-wrap {
    flex-flow: column;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

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

  .div-block-3 {
    text-align: center;
    justify-content: center;
  }

  .grid-2, .grid-3 {
    grid-template-columns: 1fr;
  }

  .mute-text {
    word-break: normal;
  }

  .grid-5, .grid-6, .grid-7, .grid-8 {
    grid-template-columns: 1fr;
  }

  .div-block-32, .div-block-33 {
    width: auto;
  }

  .div-block-34 {
    margin-top: 10px;
  }

  .div-block-35 {
    text-align: center;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-0f2217f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-0f2217f9 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-0f2217f9, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-0f2217f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-0f2217f9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-0f2217f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-0f2217f9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-0f2217f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-0f2217f9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-0f2217f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-0f2217f9 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-0f2217f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-0f2217f9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-0f2217f9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-0f2217f9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-0f2217f9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-0f2217f9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-0f2217f9, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-0f2217f9, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-0f2217f9, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-0f2217f9, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-0f2217f9, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-0f2217f9 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-0f2217f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-0f2217f9 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-0f2217f9, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-0f2217f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-0f2217f9 {
  justify-self: start;
}

#w-node-_927a25cf-1ce7-e589-1ca5-e538c3269839-8e2539a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39f7cede-c657-6ee4-70d6-52f95f6ae16d-8e2539a3, #w-node-_573ee16e-b4de-935f-e82b-d110927e94ae-8e2539a3, #w-node-_440fce52-ab74-b03f-5a3c-6139463c18e4-8e2539a3, #w-node-_3dacd62b-dc78-ea51-4bd2-59b65d60cd56-8e2539a3 {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_39f7cede-c657-6ee4-70d6-52f95f6ae16d-8e2539a3, #w-node-_573ee16e-b4de-935f-e82b-d110927e94ae-8e2539a3, #w-node-_440fce52-ab74-b03f-5a3c-6139463c18e4-8e2539a3, #w-node-_3dacd62b-dc78-ea51-4bd2-59b65d60cd56-8e2539a3 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d25747f5-ee6e-6062-deaf-a5cd0bf319fb-8e2539a3 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Nhaasgroteskdspro';
  src: url('../fonts/NHaasGroteskDSPro-35XLt.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgroteskdspro';
  src: url('../fonts/NHaasGroteskDSPro-45Lt.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgroteskdspro';
  src: url('../fonts/NHaasGroteskDSPro-65Md.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgroteskdspro';
  src: url('../fonts/NHaasGroteskDSPro-25Th.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgroteskdspro';
  src: url('../fonts/NHaasGroteskDSPro-55Rg.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}