
      html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
      } /*!sc*/
      body {
        margin: 0;
      } /*!sc*/
      h1 {
        font-size: 2em;
        margin: 0.67em 0;
      } /*!sc*/
      hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible;
      } /*!sc*/
      pre {
        font-family: monospace, monospace;
        font-size: 1em;
      } /*!sc*/
      a {
        background-color: transparent;
      } /*!sc*/
      abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        text-decoration: underline dotted;
      } /*!sc*/
      b,
      strong {
        font-weight: bolder;
      } /*!sc*/
      code,
      kbd,
      samp {
        font-family: monospace, monospace;
        font-size: 1em;
      } /*!sc*/
      small {
        font-size: 80%;
      } /*!sc*/
      sub,
      sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
      } /*!sc*/
      sub {
        bottom: -0.25em;
      } /*!sc*/
      sup {
        top: -0.5em;
      } /*!sc*/
      img {
        border-style: none;
      } /*!sc*/
      button,
      input,
      optgroup,
      select,
      textarea {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
      } /*!sc*/
      button,
      input {
        overflow: visible;
      } /*!sc*/
      button,
      select {
        text-transform: none;
      } /*!sc*/
      button,
      [type="button"],
      [type="reset"],
      [type="submit"] {
        -webkit-appearance: button;
      } /*!sc*/
      button::-moz-focus-inner,
      [type="button"]::-moz-focus-inner,
      [type="reset"]::-moz-focus-inner,
      [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
      } /*!sc*/
      button:-moz-focusring,
      [type="button"]:-moz-focusring,
      [type="reset"]:-moz-focusring,
      [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
      } /*!sc*/
      fieldset {
        padding: 0.35em 0.75em 0.625em;
      } /*!sc*/
      legend {
        box-sizing: border-box;
        color: inherit;
        display: table;
        max-width: 100%;
        padding: 0;
        white-space: normal;
      } /*!sc*/
      progress {
        vertical-align: baseline;
      } /*!sc*/
      textarea {
        overflow: auto;
      } /*!sc*/
      [type="checkbox"],
      [type="radio"] {
        box-sizing: border-box;
        padding: 0;
      } /*!sc*/
      [type="number"]::-webkit-inner-spin-button,
      [type="number"]::-webkit-outer-spin-button {
        height: auto;
      } /*!sc*/
      [type="search"] {
        -webkit-appearance: textfield;
        outline-offset: -2px;
      } /*!sc*/
      [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
      } /*!sc*/
      ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit;
      } /*!sc*/
      details {
        display: block;
      } /*!sc*/
      summary {
        display: list-item;
      } /*!sc*/
      template {
        display: none;
      } /*!sc*/
      [hidden] {
        display: none;
      } /*!sc*/
      *,
      *:before,
      *:after {
        box-sizing: border-box;
      } /*!sc*/
      html,
      body {
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
      } /*!sc*/
      body {
        font-size: 100%;
        font-style: normal;
        font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
          Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
          sans-serif;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
      } /*!sc*/
      p {
        line-height: 1.5;
        margin: 0;
      } /*!sc*/
      h1,
      h2,
      h3,
      h4,
      h5 {
        margin: 0;
        margin-bottom: 0.5em;
        color: var(--grey900);
        font-weight: 500;
      } /*!sc*/
      h1 {
        font-size: 3.25rem;
        line-height: 1.3em;
      } /*!sc*/
      @media (max-width: 768px) {
        h1 {
          font-size: 2.5rem;
        }
      } /*!sc*/
      h2 {
        font-size: 2.5rem;
        line-height: 1.3;
      } /*!sc*/
      @media (max-width: 768px) {
        h2 {
          font-size: 2rem;
        }
      } /*!sc*/
      h3 {
        font-size: 2rem;
        line-height: 1.4;
      } /*!sc*/
      @media (max-width: 768px) {
        h3 {
          font-size: 1.75rem;
        }
      } /*!sc*/
      h4 {
        font-size: 1.5rem;
        line-height: 1.4;
      } /*!sc*/
      h5 {
        font-size: 1.2rem;
        line-height: 1.5;
      } /*!sc*/
      a {
        text-decoration: none;
        color: var(--grey900);
      } /*!sc*/
      ul,
      ol {
        padding: 0;
        margin: 0;
        list-style: none;
      } /*!sc*/
      li {
        list-style: none;
      } /*!sc*/
      .flex-container {
        display: flex;
        margin: 0px auto;
        width: 100%;
        min-height: 2rem;
      } /*!sc*/
      .scroll-lock {
        max-height: 100vh;
        overflow: hidden;
      } /*!sc*/
      .arrow-down {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid black;
      } /*!sc*/
      :root {
        --siteMaxWidth: 75rem;
        --contentMaxWidth: 62rem;
        --copyMaxWidth: 42rem;
        --smScreen: 48rem;
        --mdScreen: 62rem;
        --lgScreen: 75rem;
        --smBorderRadius: 2px;
        --lgBorderRadius: 4px;
      } /*!sc*/
      #CybotCookiebotDialog #CybotCookiebotDialogHeader {
        display: none;
      } /*!sc*/
      div#CybotCookiebotDialogPoweredByText {
        display: none;
      } /*!sc*/
      #CybotCookiebotDialogFooter button.CybotCookiebotDialogBodyButton {
        border-radius: 0.5rem;
      } /*!sc*/
      div#CybotCookiebotDialog {
        font-family: inherit;
      } /*!sc*/
      #CookiebotWidget .CookiebotWidget-body div.CookiebotWidget-main-logo {
        display: none;
      } /*!sc*/
      data-styled.g1[id="sc-global-eLsHLe1"] {
        content: "sc-global-eLsHLe1,";
      } /*!sc*/
      .eweQWF {
        font-size: 3rem;
        font-weight: 600;
        line-height: 3.625rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .eweQWF {
          font-size: 1.5rem;
          line-height: 1.8125rem;
        }
      } /*!sc*/
      data-styled.g2[id="Text__H1-sc-1fwf07x-0"] {
        content: "eweQWF,";
      } /*!sc*/
      .fDVHbR {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 3.25rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .fDVHbR {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      } /*!sc*/
      data-styled.g3[id="Text__H2-sc-1fwf07x-1"] {
        content: "fDVHbR,";
      } /*!sc*/
      .fiYwYF {
        font-size: 2rem;
        font-weight: 600;
        line-height: 2.625rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .fiYwYF {
          font-size: 1.125rem;
          line-height: 1.5rem;
        }
      } /*!sc*/
      data-styled.g4[id="Text__H3-sc-1fwf07x-2"] {
        content: "fiYwYF,";
      } /*!sc*/
      .gsDrNC {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.875rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .gsDrNC {
          font-size: 1.0625rem;
          line-height: 1.5rem;
        }
      } /*!sc*/
      data-styled.g8[id="Text__Subtitle2-sc-1fwf07x-6"] {
        content: "gsDrNC,";
      } /*!sc*/
      .kqQvWS {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
      } /*!sc*/
      data-styled.g9[id="Text__Body1-sc-1fwf07x-7"] {
        content: "kqQvWS,";
      } /*!sc*/
      .fsgiRc {
        font-weight: 500;
      } /*!sc*/
      data-styled.g10[id="Text__Body1Highlight-sc-1fwf07x-8"] {
        content: "fsgiRc,";
      } /*!sc*/
      .eEitBd {
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0.01em;
        line-height: 1.25rem;
      } /*!sc*/
      data-styled.g14[id="Text__Button2-sc-1fwf07x-12"] {
        content: "eEitBd,";
      } /*!sc*/
      .QNrDC {
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 1rem;
      } /*!sc*/
      data-styled.g15[id="Text__Caption-sc-1fwf07x-13"] {
        content: "QNrDC,";
      } /*!sc*/
      .bLNbMc {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.5rem;
      } /*!sc*/
      data-styled.g17[id="Text__BodyBig-sc-1fwf07x-15"] {
        content: "bLNbMc,";
      } /*!sc*/
      .dUZXcU {
        font-weight: 600;
      } /*!sc*/
      data-styled.g18[id="Text__BodyBold-sc-1fwf07x-16"] {
        content: "dUZXcU,";
      } /*!sc*/
      .Robga {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0.75rem 1.375rem;
        font-size: 1.125rem;
        font-weight: 500;
        letter-spacing: 0.01em;
        line-height: 144%;
        border-radius: 0.5rem;
        border: 0.125rem solid transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
        color: #ffffff;
        background: none;
        border-color: #ffffff;
      } /*!sc*/
      @media (max-width: 768px) {
        .Robga {
          font-size: 0.875rem;
          line-height: 143%;
          padding: 0.625rem 0.875rem;
        }
      } /*!sc*/
      .Robga:disabled {
        cursor: not-allowed;
      } /*!sc*/
      .Robga:hover:not(:disabled),
      .Robga:focus:not(:disabled) {
        color: #ccd2de;
        border-color: #ccd2de;
      } /*!sc*/
      .bfWGLd {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0.75rem 1.375rem;
        font-size: 1.125rem;
        font-weight: 500;
        letter-spacing: 0.01em;
        line-height: 144%;
        border-radius: 0.5rem;
        border: 0.125rem solid transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
        color: #121d33;
        background: #ffffff;
      } /*!sc*/
      @media (max-width: 768px) {
        .bfWGLd {
          font-size: 0.875rem;
          line-height: 143%;
          padding: 0.625rem 0.875rem;
        }
      } /*!sc*/
      .bfWGLd:disabled {
        cursor: not-allowed;
      } /*!sc*/
      .bfWGLd:hover:not(:disabled),
      .bfWGLd:focus:not(:disabled) {
        background-color: #dfe3eb;
      } /*!sc*/
      .grZczV {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0.75rem 1.375rem;
        font-size: 1.125rem;
        font-weight: 500;
        letter-spacing: 0.01em;
        line-height: 144%;
        border-radius: 0.5rem;
        border: 0.125rem solid transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
        color: #0c6cf2;
        background: #ffffff;
      } /*!sc*/
      @media (max-width: 768px) {
        .grZczV {
          font-size: 0.875rem;
          line-height: 143%;
          padding: 0.625rem 0.875rem;
        }
      } /*!sc*/
      .grZczV:disabled {
        cursor: not-allowed;
      } /*!sc*/
      .grZczV:hover:not(:disabled),
      .grZczV:focus:not(:disabled) {
        background-color: #dfe3eb;
      } /*!sc*/
      data-styled.g42[id="Button__BaseButton-sc-1e82yhp-0"] {
        content: "Robga,bfWGLd,grZczV,";
      } /*!sc*/
      .jBFYud {
        display: block;
        color: inherit;
      } /*!sc*/
      data-styled.g47[id="Containers__Container-sc-yamifu-1"] {
        content: "jBFYud,";
      } /*!sc*/
      .hJFbvH {
        background-color: #ffffff;
        color: #50596b;
      } /*!sc*/
      .hJFbvH h1,
      .hJFbvH h2,
      .hJFbvH h3,
      .hJFbvH h4,
      .hJFbvH h5 {
        color: #121d33;
      } /*!sc*/
      data-styled.g52[id="Containers__Section-sc-yamifu-6"] {
        content: "hJFbvH,";
      } /*!sc*/
      .cTFaVA {
        box-sizing: content-box;
        max-width: 62.5rem;
        margin: 0 auto;
        padding: 0 2.5rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .cTFaVA {
          padding: 0 1rem;
        }
      } /*!sc*/
      data-styled.g53[id="Containers__Wrap-sc-yamifu-7"] {
        content: "cTFaVA,";
      } /*!sc*/
      .kggSSD {
        background-color: #121d33;
        background-image: url('../../images/static/banner/banner-bg.svg');
        background-repeat: no-repeat;
        background-size: 90rem;
        background-position: -0.0625rem center;
        color: #ffffff;
        padding: 80px 0;
      } /*!sc*/
      @media (max-width: 768px) {
        .kggSSD {
          padding: 40px 0;
        }
      } /*!sc*/
      data-styled.g55[id="Banner-sc-n86mvl-0"] {
        content: "kggSSD,";
      } /*!sc*/
      .kqNoyW {
        display: flex;
        align-items: center;
        justify-content: center;
      } /*!sc*/
      @media (max-width: 768px) {
        .kqNoyW {
          flex-direction: column;
          align-items: flex-start;
        }
      } /*!sc*/
      data-styled.g64[id="Banner__BannerWrap-sc-n86mvl-9"] {
        content: "kqNoyW,";
      } /*!sc*/
      .djBusV {
        margin: 0 32px 0 0;
      } /*!sc*/
      @media (max-width: 768px) {
        .djBusV {
          margin: 0 0 20px 0;
        }
      } /*!sc*/
      data-styled.g68[id="Banner__Title-sc-n86mvl-13"] {
        content: "djBusV,";
      } /*!sc*/
      .drvzGQ {
        margin-bottom: 0;
        min-width: 100px;
        color: rgba(3, 14, 38, 0.75);
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: right 16px center;
        background-image: url("static/down-arrow.png");
        appearance: none;
        border: none;
        font-size: 1rem;
        font-weight: 500;
        border-radius: 0.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        cursor: pointer;
        outline: none;
        text-align: left;
        background-color: transparent;
        padding: 0;
      } /*!sc*/
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .drvzGQ::-ms-expand {
          display: none;
        }
      } /*!sc*/
      @media (max-width: 768px) {
        .drvzGQ {
          width: auto;
        }
      } /*!sc*/
      .drvzGQ:focus,
      .drvzGQ:focus-visible {
        outline: 0.125rem solid #0c6cf2;
      } /*!sc*/
      data-styled.g76[id="Select__SelectElement-sc-g2tp7l-0"] {
        content: "drvzGQ,";
      } /*!sc*/
      .bglkeI {
        display: flex;
        flex-direction: column;
      } /*!sc*/
      .bglkeI a {
        transition: color 0.5s;
        opacity: 0.5;
        font-weight: 500;
      } /*!sc*/
      .bglkeI a:hover {
        color: #144699;
        opacity: 1;
      } /*!sc*/
      data-styled.g383[id="common__Container-sc-vh1h5x-0"] {
        content: "bglkeI,";
      } /*!sc*/
      .XGDCq {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-block: 16px 37px;
      } /*!sc*/
      data-styled.g384[id="common__TopLogoAndSocialNavs-sc-vh1h5x-1"] {
        content: "XGDCq,";
      } /*!sc*/
      .hjiHPs {
        display: flex;
        align-items: center;
        gap: 24px;
        margin: 0 auto;
      } /*!sc*/
      data-styled.g385[id="common__SocialLogos-sc-vh1h5x-2"] {
        content: "hjiHPs,";
      } /*!sc*/
      @media (max-width: 768px) {
        .bhJvLK {
          display: none;
        }
      } /*!sc*/
      data-styled.g386[id="common__TopSocialLogos-sc-vh1h5x-3"] {
        content: "bhJvLK,";
      } /*!sc*/
      .GEyFZ {
        opacity: 1 !important;
      } /*!sc*/
      data-styled.g387[id="common__SocialLink-sc-vh1h5x-4"] {
        content: "GEyFZ,";
      } /*!sc*/
      .xhNOB {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
      } /*!sc*/
      .xhNOB a {
        opacity: 0.75;
      } /*!sc*/
      @media (max-width: 768px) {
        .xhNOB {
          flex-direction: column;
        }
      } /*!sc*/
      data-styled.g388[id="common__SiteNav-sc-vh1h5x-5"] {
        content: "xhNOB,";
      } /*!sc*/
      .dzUmch {
        flex: 1;
        margin-right: 0.5rem;
        margin-bottom: 4rem;
        line-height: 2.5rem;
      } /*!sc*/
      .dzUmch:last-child {
        margin-right: 0;
      } /*!sc*/
      @media (max-width: 768px) {
        .dzUmch {
          display: none;
        }
      } /*!sc*/
      data-styled.g389[id="common__Column-sc-vh1h5x-6"] {
        content: "dzUmch,";
      } /*!sc*/
      .bxLHse {
        display: flex;
        flex-direction: column;
      } /*!sc*/
      @media (max-width: 768px) {
        .bxLHse {
          display: none;
        }
      } /*!sc*/
      data-styled.g390[id="common__FirstColumn-sc-vh1h5x-7"] {
        content: "bxLHse,";
      } /*!sc*/
      .glpxVB {
        display: flex;
        margin-bottom: 16px;
      } /*!sc*/
      .glpxVB:last-child {
        margin-bottom: 0;
      } /*!sc*/
      data-styled.g391[id="common__Item-sc-vh1h5x-8"] {
        content: "glpxVB,";
      } /*!sc*/
      .bvEHsh {
        display: block !important;
        flex-direction: column;
        margin-top: -8px;
        margin-bottom: 8px;
      } /*!sc*/
      .bvEHsh > span {
        margin-left: 0.5rem;
        width: fit-content;
      } /*!sc*/
      @media (max-width: 768px) {
        .bvEHsh {
          margin-top: 16px;
          margin-bottom: 16px;
        }
      } /*!sc*/
      data-styled.g392[id="common__Career-sc-vh1h5x-9"] {
        content: "bvEHsh,";
      } /*!sc*/
      .enEjWp {
        color: #ffffff;
        background-color: #0c6cf2;
        border-radius: 0.25rem;
        font-weight: 500;
        padding: 0.125rem 0.25rem;
        margin-left: 0.5rem;
        word-wrap: normal;
      } /*!sc*/
      data-styled.g393[id="common__NavBadge-sc-vh1h5x-10"] {
        content: "enEjWp,";
      } /*!sc*/
      .eYoXGW {
        display: none;
      } /*!sc*/
      @media (max-width: 768px) {
        .eYoXGW {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          padding-top: 40px;
          gap: 40px;
        }
      } /*!sc*/
      data-styled.g394[id="common__BottomWrap-sc-vh1h5x-11"] {
        content: "eYoXGW,";
      } /*!sc*/
      .fVuEEi {
        display: flex;
        margin: 0 auto;
      } /*!sc*/
      .fVuEEi a {
        opacity: 1;
      } /*!sc*/
      .fVuEEi a:last-child {
        margin-left: 1rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .fVuEEi svg {
          width: 100%;
        }
      } /*!sc*/
      data-styled.g395[id="common__Badges-sc-vh1h5x-12"] {
        content: "fVuEEi,";
      } /*!sc*/
      .gfYUJZ {
        display: flex;
        flex-direction: column;
      } /*!sc*/
      data-styled.g396[id="common__LangCopyrightColumn-sc-vh1h5x-13"] {
        content: "gfYUJZ,";
      } /*!sc*/
      .laNcJW {
        max-height: 0;
        overflow: hidden;
        transition: all 0ms ease;
        opacity: 0;
      } /*!sc*/
      @media (max-width: 768px) {
        .laNcJW {
          padding: 0;
        }
      } /*!sc*/
      data-styled.g397[id="common__AccordionBody-sc-vh1h5x-14"] {
        content: "laNcJW,";
      } /*!sc*/
      .kTWOCt {
        display: inline-flex;
        align-items: center;
        border: none;
        background-color: transparent;
        color: #353f52;
        cursor: pointer;
        padding: 0;
      } /*!sc*/
      .kTWOCt span {
        margin-right: 0.35rem;
      } /*!sc*/
      .kTWOCt svg {
        transition: transform 300ms ease-in-out;
      } /*!sc*/
      data-styled.g398[id="common__AccordionButtonWrap-sc-vh1h5x-15"] {
        content: "kTWOCt,";
      } /*!sc*/
      .bxSNsu {
        display: none;
        cursor: pointer;
      } /*!sc*/
      .bxSNsu.active .common__AccordionBody-sc-vh1h5x-14 {
        max-height: 100%;
        opacity: 1;
        transition: opacity 500ms ease;
        padding: 0.5rem 0;
      } /*!sc*/
      .bxSNsu.active .common__AccordionButtonWrap-sc-vh1h5x-15 svg {
        transform: rotate(180deg);
      } /*!sc*/
      @media (max-width: 768px) {
        .bxSNsu {
          display: block;
        }
      } /*!sc*/
      data-styled.g399[id="common__Accordion-sc-vh1h5x-16"] {
        content: "bxSNsu,";
      } /*!sc*/
      .zRLCA {
        color: #121d33;
        font-weight: 500;
        padding: 0.5rem 0;
        display: flex;
        justify-content: space-between;
      } /*!sc*/
      .zRLCA p {
        margin-bottom: 0;
      } /*!sc*/
      data-styled.g400[id="common__AccordionHeader-sc-vh1h5x-17"] {
        content: "zRLCA,";
      } /*!sc*/
      .iWFlEr {
        position: relative;
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
      } /*!sc*/
      @media (max-width: 1023px) {
        .iWFlEr {
          padding-top: 5rem;
          padding-bottom: 5rem;
        }
      } /*!sc*/
      @media (max-width: 768px) {
        .iWFlEr {
          padding-top: 2.5rem;
          padding-bottom: 2.5rem;
        }
      } /*!sc*/
      data-styled.g401[id="light__GlobalFooter-sc-1pe8hfc-0"] {
        content: "iWFlEr,";
      } /*!sc*/
      .fDUcsU {
        border-top: solid 1px #121d33;
        flex-grow: 1;
      } /*!sc*/
      @media (max-width: 768px) {
        .fDUcsU {
          display: none;
        }
      } /*!sc*/
      data-styled.g402[id="light__TopLogoSplitter-sc-1pe8hfc-1"] {
        content: "fDUcsU,";
      } /*!sc*/
      .kBkjND {
        width: fit-content;
        margin-bottom: 10px;
      } /*!sc*/
      data-styled.g407[id="light__QrCodeForMobile-sc-1pe8hfc-6"] {
        content: "kBkjND,";
      } /*!sc*/
      .hOglFb {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        color: #121d33;
        margin-bottom: auto;
      } /*!sc*/
      data-styled.g408[id="light__QrCodeLabel-sc-1pe8hfc-7"] {
        content: "hOglFb,";
      } /*!sc*/
      .jxhjvL {
        display: flex;
        align-items: center;
        height: 2.5rem;
      } /*!sc*/
      .jxhjvL li {
        color: #121d33;
        opacity: 0.75;
        font-weight: 500;
      } /*!sc*/
      .jxhjvL svg {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 1.4rem;
        margin-left: 0;
        color: #121d33;
      } /*!sc*/
      .jxhjvL span {
        opacity: 0.75;
        color: #121d33;
        font-weight: 500;
      } /*!sc*/
      .jxhjvL select {
        opacity: 0.75;
        color: #121d33;
        padding-right: 32px;
      } /*!sc*/
      data-styled.g409[id="light__Row-sc-1pe8hfc-8"] {
        content: "jxhjvL,";
      } /*!sc*/
      .hRDTyu {
        color: #121d33;
        margin-bottom: 32px;
      } /*!sc*/
      data-styled.g410[id="light__ColumnTitle-sc-1pe8hfc-9"] {
        content: "hRDTyu,";
      } /*!sc*/
      .bicpyz {
        margin-top: 24px;
      } /*!sc*/
      data-styled.g411[id="light__GuidesTitle-sc-1pe8hfc-10"] {
        content: "bicpyz,";
      } /*!sc*/
      .jfTfST {
        color: #677185;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        transition: color 0.3s ease;
      } /*!sc*/
      .jfTfST:hover,
      .jfTfST:focus {
        color: #353f52;
      } /*!sc*/
      data-styled.g412[id="light__ColumnLink-sc-1pe8hfc-11"] {
        content: "jfTfST,";
      } /*!sc*/
      .kNItSV {
        appearance: none;
        background: none;
        border: none;
        height: 1.4rem;
        padding: 0;
        transform: rotate(0deg);
        transition: transform 500ms ease;
        min-width: 1.5rem;
        color: #ffffff;
        outline: none;
        cursor: pointer;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
      } /*!sc*/
      data-styled.g426[id="ButtonIcon__ButtonContainer-sc-pnabhn-0"] {
        content: "kNItSV,";
      } /*!sc*/
      .cWnlSU:not(focus):not(active) {
        clip: rect(0 0 0 0);
        clip-path: inset(100%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
      } /*!sc*/
      data-styled.g427[id="ButtonIcon__Hidden-sc-pnabhn-1"] {
        content: "cWnlSU,";
      } /*!sc*/
      .cZiNaP {
        background: none;
        border: none;
        padding: 0;
        height: 1.5rem;
        color: #ffffff;
        width: 2.75rem;
        height: 2.75rem;
        border-radius: 2.75rem;
        background-color: rgba(255, 255, 255, 0.1);
        transition: background-color 300ms ease-in-out;
      } /*!sc*/
      .cZiNaP:hover {
        background-color: rgba(255, 255, 255, 0.25);
        cursor: pointer;
      } /*!sc*/
      data-styled.g439[id="DesktopSearchNav__SearchButton-sc-x03xav-1"] {
        content: "cZiNaP,";
      } /*!sc*/
      .dJmYMf {
        background: none;
        border: none;
        padding: 0;
        height: 1.5rem;
        width: 2.75rem;
        height: 2.75rem;
        border-radius: 2.75rem;
        position: absolute;
        top: 0;
        pointer-events: none;
      } /*!sc*/
      data-styled.g440[id="DesktopSearchNav__TransitionAnimation-sc-x03xav-2"] {
        content: "dJmYMf,";
      } /*!sc*/
      .dkGeye {
        position: relative;
        height: 2.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
      } /*!sc*/
      data-styled.g443[id="DesktopSearchNav__Component-sc-x03xav-5"] {
        content: "dkGeye,";
      } /*!sc*/
      .cXeQwg {
        font-size: 14px;
        width: auto;
        height: 44px;
        padding: 10px 14px;
      } /*!sc*/
      data-styled.g444[id="LoginButton__Component-sc-9q8gbu-0"] {
        content: "cXeQwg,";
      } /*!sc*/
      .iWYOhS {
        height: 44px;
      } /*!sc*/
      data-styled.g445[id="LoginButton__CustomLink-sc-9q8gbu-1"] {
        content: "iWYOhS,";
      } /*!sc*/
      .bjiMYA {
        width: auto;
        font-size: 14px;
        height: 44px;
        padding: 10px 14px;
      } /*!sc*/
      data-styled.g446[id="SignupButton__Component-sc-4rqyau-0"] {
        content: "bjiMYA,";
      } /*!sc*/
      .bULFpB {
        height: 44px;
      } /*!sc*/
      data-styled.g447[id="SignupButton__CustomLink-sc-4rqyau-1"] {
        content: "bULFpB,";
      } /*!sc*/
      .gzUOdT {
        background-color: #ffffff;
        border-radius: 0.75rem;
        box-shadow: 0.75rem 1.5rem 4rem rgba(103, 113, 133, 0.4);
        display: flex;
        justify-content: space-between;
        padding: 1.5rem;
      } /*!sc*/
      data-styled.g456[id="MegaMenu__MegaNav-sc-fwgpnb-0"] {
        content: "gzUOdT,";
      } /*!sc*/
      .RGxGb {
        margin-right: 1.25rem;
        width: 8.125rem;
      } /*!sc*/
      .RGxGb:last-child {
        margin-right: 0;
      } /*!sc*/
      data-styled.g457[id="MegaMenu__Column-sc-fwgpnb-1"] {
        content: "RGxGb,";
      } /*!sc*/
      .dqOpVz {
        color: #121d33;
        margin-bottom: 1.25rem;
        text-transform: capitalize;
      } /*!sc*/
      data-styled.g458[id="MegaMenu__ColumnTitle-sc-fwgpnb-2"] {
        content: "dqOpVz,";
      } /*!sc*/
      .jZYVsR {
        margin-bottom: 1rem;
      } /*!sc*/
      .jZYVsR:last-child {
        margin-bottom: 0;
      } /*!sc*/
      data-styled.g460[id="MegaMenu__Item-sc-fwgpnb-4"] {
        content: "jZYVsR,";
      } /*!sc*/
      .jZZsxI {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: top 0.5625rem right 0.1875rem;
        border-radius: 0.25rem;
        color: #677185;
        display: inline-flex;
        align-items: center;
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 0 -0.25rem;
        padding: 0.25rem 0.5rem;
        position: relative;
        transition: background ease 300ms, color ease 300ms,
          padding-right ease 300ms;
        white-space: nowrap;
      } /*!sc*/
      .jZZsxI:hover,
      .jZZsxI:focus {
        background-image: url("static/icons/icon-chevron-right.svg");
        background-color: #f0f2f7;
        color: #353f52;
        padding-right: 1.25rem;
        text-shadow: 0 0 0.0406rem #353f52, 0 0 0.0406rem #353f52;
      } /*!sc*/
      data-styled.g461[id="MegaMenu__Link-sc-fwgpnb-5"] {
        content: "jZZsxI,";
      } /*!sc*/
      .gHfAlT {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0 0.75rem;
        margin-right: 0.5rem;
      } /*!sc*/
      data-styled.g462[id="EllipsisMenu__MegaButton-sc-s24ovs-0"] {
        content: "gHfAlT,";
      } /*!sc*/
      .cTIjEQ {
        position: absolute;
        margin: 0 auto;
        top: 0;
        left: -17.5rem;
        width: 35rem;
        padding-top: 3rem;
        z-index: 50;
      } /*!sc*/
      .cTIjEQ::before {
        content: "";
        border-style: solid;
        border-width: 0 0.75rem 0.75rem 0.75rem;
        border-color: transparent transparent #ffffff transparent;
        position: absolute;
        top: -0.75rem;
        left: 18.25rem;
        margin: 0 auto;
        width: 1.5rem;
        padding-top: 3rem;
      } /*!sc*/
      data-styled.g463[id="EllipsisMenu__MegaMenuContainer-sc-s24ovs-1"] {
        content: "cTIjEQ,";
      } /*!sc*/
      .lPHhw {
        height: 100%;
        position: relative;
        cursor: pointer;
      } /*!sc*/
      .lPHhw svg {
        border-radius: 4px;
        transition: background-color 0.3s ease;
        color: #ffffff;
      } /*!sc*/
      .lPHhw .EllipsisMenu__MegaMenuContainer-sc-s24ovs-1 {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
      } /*!sc*/
      .lPHhw:hover svg,
      .lPHhw:focus svg,
      .lPHhw:focus-within svg {
        background-color: rgba(240, 242, 247, 0.1);
      } /*!sc*/
      .lPHhw:hover .EllipsisMenu__MegaMenuContainer-sc-s24ovs-1,
      .lPHhw:focus .EllipsisMenu__MegaMenuContainer-sc-s24ovs-1,
      .lPHhw:focus-within .EllipsisMenu__MegaMenuContainer-sc-s24ovs-1 {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
      } /*!sc*/
      data-styled.g464[id="EllipsisMenu__Menu-sc-s24ovs-2"] {
        content: "lPHhw,";
      } /*!sc*/
      .RTHjV {
        padding: 0.5rem;
      } /*!sc*/
      data-styled.g465[id="TabletMenu__TableMenuTriggerWrapper-sc-ds1nxt-0"] {
        content: "RTHjV,";
      } /*!sc*/
      .gEaCtl {
        position: relative;
        height: 100%;
        position: relative;
        display: none;
        cursor: pointer;
      } /*!sc*/
      @media (max-width: 1023px) {
        .gEaCtl {
          display: flex;
        }
      } /*!sc*/
      @media (max-width: 620px) {
        .gEaCtl {
          display: none;
        }
      } /*!sc*/
      .gEaCtl svg {
        border-radius: 4px;
        transition: background-color 0.3s ease;
      } /*!sc*/
      .gEaCtl:hover svg,
      .gEaCtl:focus svg,
      .gEaCtl:focus-within svg {
        background-color: rgba(240, 242, 247, 0.1);
      } /*!sc*/
      data-styled.g467[id="TabletMenu__Container-sc-ds1nxt-2"] {
        content: "gEaCtl,";
      } /*!sc*/
      .jnbESr {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        z-index: 2;
        background-color: #121d33;
        position: sticky;
        top: 0;
      } /*!sc*/
      data-styled.g469[id="Header__TopBar-sc-ra9ecu-0"] {
        content: "jnbESr,";
      } /*!sc*/
      .kBSWBi {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 80rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1rem;
        width: 100%;
        height: 4.75rem;
      } /*!sc*/
      data-styled.g470[id="Header__Container-sc-ra9ecu-1"] {
        content: "kBSWBi,";
      } /*!sc*/
      .gEHDuZ {
        display: flex;
        align-items: center;
      } /*!sc*/
      @media (max-width: 620px) {
        .gEHDuZ {
          display: none;
        }
      } /*!sc*/
      data-styled.g471[id="Header__DesktopContainer-sc-ra9ecu-2"] {
        content: "gEHDuZ,";
      } /*!sc*/
      @media (max-width: 1023px) {
        .gqdMyY {
          display: none;
        }
      } /*!sc*/
      data-styled.g472[id="Header__DesktopMenu-sc-ra9ecu-3"] {
        content: "gqdMyY,";
      } /*!sc*/
      .bBnmNq {
        width: 100%;
        justify-content: flex-end;
      } /*!sc*/
      .bBnmNq > * + *:not(:last-child),
      .bBnmNq > *:first-child {
        margin-right: 1.25rem;
      } /*!sc*/
      data-styled.g473[id="Header__DesktopActions-sc-ra9ecu-4"] {
        content: "bBnmNq,";
      } /*!sc*/
      .iNftKp {
        margin-left: auto;
        max-width: 22rem;
      } /*!sc*/
      @media (max-width: 620px) {
        .iNftKp {
          display: none;
        }
      } /*!sc*/
      data-styled.g474[id="Header__SearchNav-sc-ra9ecu-5"] {
        content: "iNftKp,";
      } /*!sc*/
      .gwBQOS {
        margin-right: 1.25rem;
      } /*!sc*/
      data-styled.g475[id="Header__LoginButton-sc-ra9ecu-6"] {
        content: "gwBQOS,";
      } /*!sc*/
      .hniuyH {
        flex-shrink: 0;
        margin-right: 1.5rem;
        color: #ffffff;
      } /*!sc*/
      @media (max-width: 1200px) {
        .hniuyH {
          margin-right: 0.5rem;
        }
      } /*!sc*/
      data-styled.g476[id="Header__BlockchainLogo-sc-ra9ecu-7"] {
        content: "hniuyH,";
      } /*!sc*/
      .byzGyb {
        display: inline-flex;
        align-items: center;
      } /*!sc*/
      data-styled.g477[id="Header__List-sc-ra9ecu-8"] {
        content: "byzGyb,";
      } /*!sc*/
      .kupQqd {
        min-width: 4.75rem;
        margin-right: 1.25rem;
      } /*!sc*/
      .kupQqd:last-child {
        margin-right: 0;
      } /*!sc*/
      @media (max-width: 1200px) {
        .kupQqd {
          margin-right: 0.5rem;
        }
      } /*!sc*/
      data-styled.g478[id="Header__ListItem-sc-ra9ecu-9"] {
        content: "kupQqd,";
      } /*!sc*/
      .bfnluS {
        color: #ccd2de;
        transition: color 500ms ease, background-color 500ms ease;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.25rem 0.5rem;
        border-radius: 0.25rem;
        position: relative;
        width: 100%;
      } /*!sc*/
      .bfnluS:hover,
      .bfnluS:focus {
        color: #ffffff;
        background-color: rgba(240, 242, 247, 0.1);
      } /*!sc*/
      data-styled.g479[id="Header__Link-sc-ra9ecu-10"] {
        content: "bfnluS,";
      } /*!sc*/
      .cqUgyq {
        position: absolute;
        top: 5rem;
        visibility: hidden;
      } /*!sc*/
      data-styled.g481[id="Header__Snitch-sc-ra9ecu-12"] {
        content: "cqUgyq,";
      } /*!sc*/
      .cbNqqR {
        display: none;
        margin-left: 1.25rem;
      } /*!sc*/
      @media (max-width: 620px) {
        .cbNqqR {
          display: flex;
        }
      } /*!sc*/
      data-styled.g482[id="Header__MobileMenuTrigger-sc-ra9ecu-13"] {
        content: "cbNqqR,";
      } /*!sc*/
      .jFecpy {
        -ms-overflow-style: none;
      } /*!sc*/
      data-styled.g505[id="Layout__LayoutContainer-sc-1jcfs2f-0"] {
        content: "jFecpy,";
      } /*!sc*/
      .eDXKgW {
        display: flex;
        flex-direction: column;
        max-height: 100vh;
        min-width: 0;
        overflow-y: auto;
      } /*!sc*/
      data-styled.g969[id="TeamCard__Card-sc-155aapg-0"] {
        content: "eDXKgW,";
      } /*!sc*/
      .hYxNBn {
        background-color: #f8f8f8;
        border-radius: 1rem;
        flex-shrink: 0;
        margin-bottom: 1rem;
        object-fit: cover;
        overflow: hidden;
        width: 100%;
        min-height: auto;
        height: auto !important;
        aspect-ratio: 1/1;
      } /*!sc*/
      @media (max-width: 768px) {
        .hYxNBn {
          margin-bottom: 0.5rem;
        }
      } /*!sc*/
      @supports not (aspect-ratio: 1 / 1) {
        .hYxNBn:before {
          float: left;
          padding-top: 100%;
          content: "";
        }
        .hYxNBn:after {
          display: block;
          content: "";
          clear: both;
        }
      } /*!sc*/
      data-styled.g970[id="TeamCard__Image-sc-155aapg-1"] {
        content: "hYxNBn,";
      } /*!sc*/
      .kWWVIy {
        color: #121d33;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        margin: 4px 0;
      } /*!sc*/
      @media (max-width: 768px) {
        .kWWVIy {
          font-size: 16px;
          line-height: 24px;
        }
      } /*!sc*/
      data-styled.g971[id="TeamCard__Name-sc-155aapg-2"] {
        content: "kWWVIy,";
      } /*!sc*/
      .eOGjhh {
        color: #677185;
        margin: 4px 0;
      } /*!sc*/
      data-styled.g972[id="TeamCard__Title-sc-155aapg-3"] {
        content: "eOGjhh,";
      } /*!sc*/
      .bgsswA {
        color: #50596b;
        margin-top: 16px;
      } /*!sc*/
      data-styled.g973[id="TeamCard__Bio-sc-155aapg-4"] {
        content: "bgsswA,";
      } /*!sc*/
      .kXtrje {
        color: #50596b;
      } /*!sc*/
      data-styled.g974[id="about__DefaultSection-sc-ugfgpo-0"] {
        content: "kXtrje,";
      } /*!sc*/
      .gGRFtk {
        max-width: 35.8125rem;
        padding: 7.5rem 0;
      } /*!sc*/
      @media (max-width: 768px) {
        .gGRFtk {
          padding: 60px 0;
        }
      } /*!sc*/
      data-styled.g975[id="about__Content-sc-ugfgpo-1"] {
        content: "gGRFtk,";
      } /*!sc*/
      .edAPIX {
        color: #ffffff;
        margin-bottom: 1.5rem;
      } /*!sc*/
      data-styled.g976[id="about__Title1-sc-ugfgpo-2"] {
        content: "edAPIX,";
      } /*!sc*/
      .ftYAQc {
        color: #121d33;
        margin-bottom: 1.5rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .ftYAQc {
          margin-bottom: 0.75rem;
        }
      } /*!sc*/
      data-styled.g977[id="about__Title2-sc-ugfgpo-3"] {
        content: "ftYAQc,";
      } /*!sc*/
      .jxzoCj {
        background-color: #121d33;
        background-image: url("../../images/static/about/about-hero-bg.svg");
        background-repeat: no-repeat;
        background-size: 45rem;
        background-position: bottom right;
        color: #dfe3eb;
      } /*!sc*/
      @media (max-width: 768px) {
        .jxzoCj {
          background-size: 360px;
        }
        .jxzoCj .about__Content-sc-ugfgpo-1 {
          padding: 2.5rem 0 8.75rem;
        }
      } /*!sc*/
      data-styled.g980[id="about__HeroContainer-sc-ugfgpo-6"] {
        content: "jxzoCj,";
      } /*!sc*/
      .ekYYJm .about__Content-sc-ugfgpo-1 {
        max-width: 100%;
      } /*!sc*/
      .ekYYJm .about__Sub1-sc-ugfgpo-4,
      .ekYYJm .about__Sub2-sc-ugfgpo-5 {
        max-width: 488px;
      } /*!sc*/
      @media (max-width: 768px) {
        .ekYYJm .about__Content-sc-ugfgpo-1 {
          padding-top: 0;
          padding-bottom: 390px;
        }
      } /*!sc*/
      data-styled.g982[id="about__StatsSection-sc-ugfgpo-8"] {
        content: "ekYYJm,";
      } /*!sc*/
      .ibgHLO {
        background-image: url('../../images/static/about/about-section-bg.png');
        background-repeat: no-repeat;
        background-size: 460px;
        background-position: bottom right;
      } /*!sc*/
      @media (max-width: 768px) {
        .ibgHLO {
          background-size: contain;
          background-position: bottom 60px center;
        }
      } /*!sc*/
      data-styled.g983[id="about__StatsWrap-sc-ugfgpo-9"] {
        content: "ibgHLO,";
      } /*!sc*/
      .bBDiqz {
        align-self: flex-start;
        background-color: #0c6cf2;
        border-radius: 1.25rem;
        color: #ffffff;
        display: inline-flex;
        margin-bottom: 24px;
        padding: 12px;
      } /*!sc*/
      .bBDiqz svg {
        height: 2rem;
        width: 2rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .bBDiqz {
          margin-top: -28px;
        }
      } /*!sc*/
      data-styled.g984[id="about__Icon-sc-ugfgpo-10"] {
        content: "bBDiqz,";
      } /*!sc*/
      .khXCPd {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 25px;
        grid-row-gap: 40px;
        margin: 40px 0;
      } /*!sc*/
      @media (max-width: 768px) {
        .khXCPd {
          grid-template-columns: 1fr;
          grid-row-gap: 20px;
        }
      } /*!sc*/
      data-styled.g985[id="about__StatsGrid-sc-ugfgpo-11"] {
        content: "khXCPd,";
      } /*!sc*/
      .flYjjt {
        background-color: #ecf5fe;
        background-image: url('../../images/static/about/about-bg-shapes-blue.svg');
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 16px;
        color: #0c6cf2;
        min-height: 240px;
        padding: 75px 20px 60px 40px;
      } /*!sc*/
      @media (max-width: 768px) {
        .flYjjt {
          min-height: auto;
          padding: 20px;
        }
      } /*!sc*/
      data-styled.g986[id="about__StatsCard-sc-ugfgpo-12"] {
        content: "flYjjt,";
      } /*!sc*/
      .fRrWoA {
        background-color: #e6faec;
        background-image: url('../../images/static/about/about-bg-shapes-green.svg');
        color: #006633;
      } /*!sc*/
      data-styled.g987[id="about__GreenStatsCard-sc-ugfgpo-13"] {
        content: "fRrWoA,";
      } /*!sc*/
      .iaFIxl {
        background-color: #efecfe;
        background-image: url('../../images/static/about/about-bg-shapes-purple.svg');
        color: #5322e5;
      } /*!sc*/
      data-styled.g988[id="about__PurpleStatsCard-sc-ugfgpo-14"] {
        content: "iaFIxl,";
      } /*!sc*/
      .ZlWsl {
        background-color: #fff2e5;
        background-image: url('../../images/static/about/about-bg-shapes-orange.svg');
        color: #b34400;
      } /*!sc*/
      data-styled.g989[id="about__OrangeStatsCard-sc-ugfgpo-15"] {
        content: "ZlWsl,";
      } /*!sc*/
      .kuRwqY {
        background-color: #fcedeb;
        background-image: url('../../images/static/about/about-bg-shapes-red.svg');
        color: #a50d0d;
      } /*!sc*/
      data-styled.g990[id="about__RedStatsCard-sc-ugfgpo-16"] {
        content: "kuRwqY,";
      } /*!sc*/
      .kZCyBh {
        background-color: #f0f2f7;
        background-image: url('../../images/static/about/about-bg-shapes-grey.svg');
        color: #353f52;
      } /*!sc*/
      data-styled.g991[id="about__GreyStatsCard-sc-ugfgpo-17"] {
        content: "kZCyBh,";
      } /*!sc*/
      .cbbkbW {
        border-top: 1px solid #dfe3eb;
      } /*!sc*/
      @media (max-width: 768px) {
        .cbbkbW .about__Content-sc-ugfgpo-1 {
          padding-bottom: 40px;
        }
      } /*!sc*/
      data-styled.g992[id="about__InvestorsSection-sc-ugfgpo-18"] {
        content: "cbbkbW,";
      } /*!sc*/
      .kNaIUR {
        display: block;
        font-weight: 600;
        font-size: 48px;
        line-height: 58px;
      } /*!sc*/
      @media (max-width: 768px) {
        .kNaIUR {
          font-size: 24px;
          line-height: 29px;
        }
      } /*!sc*/
      data-styled.g993[id="about__StatsNumber-sc-ugfgpo-19"] {
        content: "kNaIUR,";
      } /*!sc*/
      .eUlIhC .about__Content-sc-ugfgpo-1 {
        max-width: 400px;
        padding: 120px 0 40px;
      } /*!sc*/
      @media (max-width: 768px) {
        .eUlIhC .about__Content-sc-ugfgpo-1 {
          padding: 60px 0 40px;
        }
      } /*!sc*/
      data-styled.g994[id="about__InvestorsWrap-sc-ugfgpo-20"] {
        content: "eUlIhC,";
      } /*!sc*/
      .byuUFh {
        background-color: #f0f2f7;
        border-top: 1px solid #f0f2f7;
        border-bottom: 1px solid #f0f2f7;
        color: #353f52;
        display: grid;
        grid-template-columns: 1fr 333px 333px 333px 1fr;
        grid-template-rows: 140px 140px;
        grid-gap: 1px;
        text-align: center;
      } /*!sc*/
      .byuUFh img {
        height: 60px;
        object-fit: contain;
      } /*!sc*/
      @media (max-width: 1200px) {
        .byuUFh {
          grid-template-columns: 1fr 1fr 1fr;
          grid-template-rows: 70px 70px;
          margin-bottom: 60px;
          width: 100%;
        }
        .byuUFh img {
          height: 32px;
        }
      } /*!sc*/
      @media (max-width: 768px) {
        .byuUFh {
          grid-template-columns: 1fr 1fr;
          grid-template-rows: 70px 70px 70px;
        }
      } /*!sc*/
      data-styled.g995[id="about__InvestorsGrid-sc-ugfgpo-21"] {
        content: "byuUFh,";
      } /*!sc*/
      .fJlrXA {
        background-color: #ffffff;
        filter: grayscale(100%);
      } /*!sc*/
      data-styled.g996[id="about__InvestorItem-sc-ugfgpo-22"] {
        content: "fJlrXA,";
      } /*!sc*/
      @media (max-width: 1200px) {
        .ecSAgg {
          display: none;
        }
      } /*!sc*/
      data-styled.g997[id="about__EmptyItem-sc-ugfgpo-23"] {
        content: "ecSAgg,";
      } /*!sc*/
      .edywxb {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        transition: opacity 0.3s ease;
      } /*!sc*/
      .edywxb:hover {
        opacity: 0.6;
      } /*!sc*/
      data-styled.g998[id="about__ExternalLink-sc-ugfgpo-24"] {
        content: "edywxb,";
      } /*!sc*/
      .cfaHhA .about__Content-sc-ugfgpo-1 {
        max-width: 100%;
      } /*!sc*/
      .cfaHhA .about__Sub1-sc-ugfgpo-4 {
        max-width: 658px;
      } /*!sc*/
      data-styled.g1000[id="about__TeamSection-sc-ugfgpo-26"] {
        content: "cfaHhA,";
      } /*!sc*/
      .dHZYjb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      } /*!sc*/
      data-styled.g1001[id="about__TeamRow-sc-ugfgpo-27"] {
        content: "dHZYjb,";
      } /*!sc*/
      .fYTbaA {
        background-color: #f0f2f7;
        border-radius: 20px;
        display: inline-flex;
        margin-top: 28px;
        padding: 8px;
      } /*!sc*/
      data-styled.g1003[id="about__TabsMenu-sc-ugfgpo-29"] {
        content: "fYTbaA,";
      } /*!sc*/
      .lnEEVK {
        background: none;
        background-color: #353f52;
        border: none;
        border-radius: 16px;
        padding: 12px;
        color: #ffffff;
        transition: color 0.3s ease;
      } /*!sc*/
      @media (max-width: 768px) {
        .lnEEVK {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
      } /*!sc*/
      .lnEEVK:hover,
      .lnEEVK:focus {
        color: #ffffff;
        cursor: default;
        outline: none;
      } /*!sc*/
      .hnLWk {
        background: none;
        background-color: transparent;
        border: none;
        border-radius: 16px;
        padding: 12px;
        color: #677185;
        transition: color 0.3s ease;
      } /*!sc*/
      @media (max-width: 768px) {
        .hnLWk {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
      } /*!sc*/
      .hnLWk:hover,
      .hnLWk:focus {
        color: #98a1b2;
        cursor: pointer;
        outline: none;
      } /*!sc*/
      data-styled.g1004[id="about__Tab-sc-ugfgpo-30"] {
        content: "lnEEVK,hnLWk,";
      } /*!sc*/
      .dqPjCR {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 25px;
        grid-row-gap: 60px;
        margin-top: 60px;
      } /*!sc*/
      .dqPjCR > .TeamCard__Card-sc-155aapg-0 {
        cursor: pointer;
      } /*!sc*/
      .dqPjCR > .TeamCard__Card-sc-155aapg-0 .TeamCard__Image-sc-155aapg-1 {
        height: 316px;
      } /*!sc*/
      .dqPjCR > .TeamCard__Card-sc-155aapg-0 .TeamCard__Name-sc-155aapg-2 {
        order: 1;
      } /*!sc*/
      .dqPjCR > .TeamCard__Card-sc-155aapg-0 .TeamCard__Bio-sc-155aapg-4 {
        display: none;
      } /*!sc*/
      @media (max-width: 768px) {
        .dqPjCR {
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 20px;
          grid-row-gap: 40px;
          margin-top: 40px;
        }
        .dqPjCR > .TeamCard__Card-sc-155aapg-0 .TeamCard__Image-sc-155aapg-1 {
          height: 40vw;
        }
        .dqPjCR > .TeamCard__Card-sc-155aapg-0 .TeamCard__Name-sc-155aapg-2 {
          order: 0;
        }
      } /*!sc*/
      data-styled.g1007[id="about__TeamGrid-sc-ugfgpo-33"] {
        content: "dqPjCR,";
      } /*!sc*/
      .DdUau {
        border-radius: 1rem;
        padding-bottom: 1.5rem;
        overflow: hidden;
      } /*!sc*/
      .DdUau button[data-name="close-button"] {
        top: 2.5rem;
        right: 2.25rem;
      } /*!sc*/
      .DdUau .TeamCard__Card-sc-155aapg-0 {
        overflow: hidden;
        padding: 1.5rem;
        max-height: none;
      } /*!sc*/
      @media (max-width: 768px) {
        .DdUau .TeamCard__Bio-sc-155aapg-4 {
          font-size: 0.875rem;
        }
      } /*!sc*/
      data-styled.g1008[id="about__ModalSlider-sc-ugfgpo-34"] {
        content: "DdUau,";
      } /*!sc*/
      .iLdnHc {
        margin-top: 7.5rem;
        padding: 5.7188rem 0;
        background-color: #f7f8fa;
      } /*!sc*/
      @media (max-width: 768px) {
        .iLdnHc {
          padding: 2.5rem 0;
        }
      } /*!sc*/
      data-styled.g1009[id="about__AwardsSection-sc-ugfgpo-35"] {
        content: "iLdnHc,";
      } /*!sc*/
      .fCrvtC {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 3.75rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .fCrvtC {
          flex-direction: column;
          gap: 0;
        }
      } /*!sc*/
      data-styled.g1010[id="about__AwardsWrap-sc-ugfgpo-36"] {
        content: "fCrvtC,";
      } /*!sc*/
      .fWlXXp {
        max-width: 11.5rem;
        margin-bottom: 0;
      } /*!sc*/
      @media (max-width: 768px) {
        .fWlXXp {
          margin-bottom: 2.5rem;
          max-width: unset;
        }
      } /*!sc*/
      data-styled.g1011[id="about__AwardsTitle-sc-ugfgpo-37"] {
        content: "fWlXXp,";
      } /*!sc*/
      .isEJE {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .isEJE {
          justify-content: center;
        }
      } /*!sc*/
      data-styled.g1012[id="about__AwardsLogosWrapper-sc-ugfgpo-38"] {
        content: "isEJE,";
      } /*!sc*/
      .iUfTKy {
        mix-blend-mode: multiply;
      } /*!sc*/
      data-styled.g1013[id="about__AwardsLogo-sc-ugfgpo-39"] {
        content: "iUfTKy,";
      } /*!sc*/
    
      @font-face {
        font-family: "Playfair Display";
        font-style: normal;
        font-weight: 400;
        src: url(https://fonts.gstatic.com/s/playfairdisplay/v39/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtU.woff)
          format("woff");
      }
      @font-face {
        font-family: "Playfair Display";
        font-style: normal;
        font-weight: 400;
        src: url(https://fonts.gstatic.com/s/playfairdisplay/v39/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDTbtXK-F2qC0usEw.woff)
          format("woff");
        unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
      }
      @font-face {
        font-family: "Playfair Display";
        font-style: normal;
        font-weight: 400;
        src: url(https://fonts.gstatic.com/s/playfairdisplay/v39/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDYbtXK-F2qC0usEw.woff)
          format("woff");
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,
          U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309,
          U+0323, U+0329, U+1EA0-1EF9, U+20AB;
      }
      @font-face {
        font-family: "Playfair Display";
        font-style: normal;
        font-weight: 400;
        src: url(https://fonts.gstatic.com/s/playfairdisplay/v39/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDZbtXK-F2qC0usEw.woff)
          format("woff");
        unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
          U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
          U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
          U+A720-A7FF;
      }
      @font-face {
        font-family: "Playfair Display";
        font-style: normal;
        font-weight: 400;
        src: url(https://fonts.gstatic.com/s/playfairdisplay/v39/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtXK-F2qC0s.woff)
          format("woff");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
          U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
          U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
      }    