      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*/
      .kZcAkD {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 2.125rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .kZcAkD {
          font-size: 1.0625rem;
          line-height: 1.5rem;
        }
      } /*!sc*/
      data-styled.g7[id="Text__Subtitle1-sc-1fwf07x-5"] {
        content: "kZcAkD,";
      } /*!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*/
      .iGDHXW {
        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: #0c6cf2;
        border-color: transparent;
      } /*!sc*/
      @media (max-width: 768px) {
        .iGDHXW {
          font-size: 0.875rem;
          line-height: 143%;
          padding: 0.625rem 0.875rem;
        }
      } /*!sc*/
      .iGDHXW:disabled {
        cursor: not-allowed;
      } /*!sc*/
      .iGDHXW:hover:not(:disabled),
      .iGDHXW:focus:not(:disabled) {
        background-color: #1656b9;
      } /*!sc*/
      .iPhpme {
        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;
        border: 1px solid #dfe3eb;
        border-color: #dfe3eb;
        background: #ffffff;
      } /*!sc*/
      @media (max-width: 768px) {
        .iPhpme {
          font-size: 0.875rem;
          line-height: 143%;
          padding: 0.625rem 0.875rem;
        }
      } /*!sc*/
      .iPhpme:disabled {
        cursor: not-allowed;
      } /*!sc*/
      .iPhpme:hover:not(:disabled),
      .iPhpme:focus:not(:disabled) {
        color: #144699;
        border-color: #b1b8c7;
        border: 1px solid #65a5ff;
        background: #ecf5fe;
      } /*!sc*/
      data-styled.g42[id="Button__BaseButton-sc-1e82yhp-0"] {
        content: "Robga,bfWGLd,iGDHXW,iPhpme,";
      } /*!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/img/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.g46[id="Select__SelectElement-sc-g2tp7l-0"] {
        content: "drvzGQ,";
      } /*!sc*/
      .jBFYud {
        display: block;
        color: inherit;
      } /*!sc*/
      data-styled.g48[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.g53[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.g54[id="Containers__Wrap-sc-yamifu-7"] {
        content: "cTFaVA,";
      } /*!sc*/
      .fiUryp {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
      } /*!sc*/
      @media (max-width: 768px) {
        .fiUryp {
          flex-direction: column;
        }
      } /*!sc*/
      data-styled.g55[id="Containers__WrapColumns-sc-yamifu-8"] {
        content: "fiUryp,";
      } /*!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.g56[id="common__Container-sc-vh1h5x-0"] {
        content: "bglkeI,";
      } /*!sc*/
      .XGDCq {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-block: 16px 37px;
      } /*!sc*/
      data-styled.g57[id="common__TopLogoAndSocialNavs-sc-vh1h5x-1"] {
        content: "XGDCq,";
      } /*!sc*/
      .hjiHPs {
        display: flex;
        align-items: center;
        gap: 24px;
        margin: 0 auto;
      } /*!sc*/
      data-styled.g58[id="common__SocialLogos-sc-vh1h5x-2"] {
        content: "hjiHPs,";
      } /*!sc*/
      @media (max-width: 768px) {
        .bhJvLK {
          display: none;
        }
      } /*!sc*/
      data-styled.g59[id="common__TopSocialLogos-sc-vh1h5x-3"] {
        content: "bhJvLK,";
      } /*!sc*/
      .GEyFZ {
        opacity: 1 !important;
      } /*!sc*/
      data-styled.g60[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.g61[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.g62[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.g63[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.g64[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.g65[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.g66[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.g67[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.g68[id="common__Badges-sc-vh1h5x-12"] {
        content: "fVuEEi,";
      } /*!sc*/
      .gfYUJZ {
        display: flex;
        flex-direction: column;
      } /*!sc*/
      data-styled.g69[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.g70[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.g71[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.g72[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.g73[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.g74[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.g75[id="light__TopLogoSplitter-sc-1pe8hfc-1"] {
        content: "fDUcsU,";
      } /*!sc*/
      .kBkjND {
        width: fit-content;
        margin-bottom: 10px;
      } /*!sc*/
      data-styled.g80[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.g81[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.g82[id="light__Row-sc-1pe8hfc-8"] {
        content: "jxhjvL,";
      } /*!sc*/
      .hRDTyu {
        color: #121d33;
        margin-bottom: 32px;
      } /*!sc*/
      data-styled.g83[id="light__ColumnTitle-sc-1pe8hfc-9"] {
        content: "hRDTyu,";
      } /*!sc*/
      .bicpyz {
        margin-top: 24px;
      } /*!sc*/
      data-styled.g84[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.g85[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.g99[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.g100[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.g112[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.g113[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.g116[id="DesktopSearchNav__Component-sc-x03xav-5"] {
        content: "dkGeye,";
      } /*!sc*/
      .cXeQwg {
        font-size: 14px;
        width: auto;
        height: 44px;
        padding: 10px 14px;
      } /*!sc*/
      data-styled.g117[id="LoginButton__Component-sc-9q8gbu-0"] {
        content: "cXeQwg,";
      } /*!sc*/
      .iWYOhS {
        height: 44px;
      } /*!sc*/
      data-styled.g118[id="LoginButton__CustomLink-sc-9q8gbu-1"] {
        content: "iWYOhS,";
      } /*!sc*/
      .bjiMYA {
        width: auto;
        font-size: 14px;
        height: 44px;
        padding: 10px 14px;
      } /*!sc*/
      data-styled.g119[id="SignupButton__Component-sc-4rqyau-0"] {
        content: "bjiMYA,";
      } /*!sc*/
      .bULFpB {
        height: 44px;
      } /*!sc*/
      data-styled.g120[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.g129[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.g130[id="MegaMenu__Column-sc-fwgpnb-1"] {
        content: "RGxGb,";
      } /*!sc*/
      .dqOpVz {
        color: #121d33;
        margin-bottom: 1.25rem;
        text-transform: capitalize;
      } /*!sc*/
      data-styled.g131[id="MegaMenu__ColumnTitle-sc-fwgpnb-2"] {
        content: "dqOpVz,";
      } /*!sc*/
      .jZYVsR {
        margin-bottom: 1rem;
      } /*!sc*/
      .jZYVsR:last-child {
        margin-bottom: 0;
      } /*!sc*/
      data-styled.g133[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/img/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.g134[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.g135[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.g136[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.g137[id="EllipsisMenu__Menu-sc-s24ovs-2"] {
        content: "lPHhw,";
      } /*!sc*/
      .RTHjV {
        padding: 0.5rem;
      } /*!sc*/
      data-styled.g138[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.g140[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.g142[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.g143[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.g144[id="Header__DesktopContainer-sc-ra9ecu-2"] {
        content: "gEHDuZ,";
      } /*!sc*/
      @media (max-width: 1023px) {
        .gqdMyY {
          display: none;
        }
      } /*!sc*/
      data-styled.g145[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.g146[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.g147[id="Header__SearchNav-sc-ra9ecu-5"] {
        content: "iNftKp,";
      } /*!sc*/
      .gwBQOS {
        margin-right: 1.25rem;
      } /*!sc*/
      data-styled.g148[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.g149[id="Header__BlockchainLogo-sc-ra9ecu-7"] {
        content: "hniuyH,";
      } /*!sc*/
      .byzGyb {
        display: inline-flex;
        align-items: center;
      } /*!sc*/
      data-styled.g150[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.g151[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*/
      .enVDqg {
        color: #ffffff;
        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*/
      .enVDqg:hover,
      .enVDqg:focus {
        color: #ffffff;
        background-color: rgba(240, 242, 247, 0.1);
      } /*!sc*/
      .enVDqg:after {
        content: "";
        position: absolute;
        bottom: -1.45rem;
        left: 0;
        border: 1px solid #ffffff;
        width: 100%;
      } /*!sc*/
      data-styled.g152[id="Header__Link-sc-ra9ecu-10"] {
        content: "bfnluS,enVDqg,";
      } /*!sc*/
      .cqUgyq {
        position: absolute;
        top: 5rem;
        visibility: hidden;
      } /*!sc*/
      data-styled.g154[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.g155[id="Header__MobileMenuTrigger-sc-ra9ecu-13"] {
        content: "cbNqqR,";
      } /*!sc*/
      .jFecpy {
        -ms-overflow-style: none;
      } /*!sc*/
      data-styled.g178[id="Layout__LayoutContainer-sc-1jcfs2f-0"] {
        content: "jFecpy,";
      } /*!sc*/
      .kggSSD {
        background-color: #121d33;
        background-image: url(static/img/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.g470[id="Banner-sc-n86mvl-0"] {
        content: "kggSSD,";
      } /*!sc*/
      .eiTaAa {
        background-size: cover;
        background-image: url(static/img/banner/banner-bg-pay.svg);
      } /*!sc*/
      @media (max-width: 768px) {
        .eiTaAa {
          flex-direction: column;
          text-align: center;
        }
        .eiTaAa a {
          align-self: center;
        }
      } /*!sc*/
      data-styled.g473[id="Banner__PayBanner-sc-n86mvl-3"] {
        content: "eiTaAa,";
      } /*!sc*/
      .kllnNN {
        display: flex;
        gap: 0.5rem;
        flex-direction: column;
      } /*!sc*/
      @media (max-width: 768px) {
        .kllnNN {
          align-self: center;
          text-align: center;
        }
      } /*!sc*/
      data-styled.g474[id="Banner__PayBannerWrap-sc-n86mvl-4"] {
        content: "kllnNN,";
      } /*!sc*/
      .hoqpmc {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.3;
      } /*!sc*/
      data-styled.g475[id="Banner__PayBannerTitle-sc-n86mvl-5"] {
        content: "hoqpmc,";
      } /*!sc*/
      .fZqbhA {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.2;
      } /*!sc*/
      data-styled.g476[id="Banner__PayBannerSubtitle-sc-n86mvl-6"] {
        content: "fZqbhA,";
      } /*!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.g479[id="Banner__BannerWrap-sc-n86mvl-9"] {
        content: "kqNoyW,";
      } /*!sc*/
      .jmbefj {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1.25rem;
      } /*!sc*/
      data-styled.g481[id="Banner__ColumnsWrap-sc-n86mvl-11"] {
        content: "jmbefj,";
      } /*!sc*/
      .iDChTj {
        background-color: #121d33;
        color: #ffffff;
        background-image: url("static/img/wallet/wallet-hero-gradient.jpg");
        background-repeat: no-repeat;
        background-size: clamp(64rem, 115vw, 100rem);
        background-position: bottom right;
        height: 100%;
        max-height: clamp(39rem, 60vw, 42rem);
      } /*!sc*/
      .iDChTj .Text__H1-sc-1fwf07x-0 {
        color: #ffffff;
      } /*!sc*/
      @media (max-width: 1023px) {
        .iDChTj {
          max-height: 50rem;
        }
      } /*!sc*/
      @media (max-width: 768px) {
        .iDChTj {
          max-height: none;
        }
      } /*!sc*/
      data-styled.g1421[id="Hero__HeroWrapper-sc-vnexeg-0"] {
        content: "iDChTj,";
      } /*!sc*/
      .gDZrCs {
        height: 100%;
        width: 100%;
      } /*!sc*/
      data-styled.g1422[id="Hero__Iframe-sc-vnexeg-1"] {
        content: "gDZrCs,";
      } /*!sc*/
      .iFTgVI {
        position: relative;
        max-width: 100%;
        width: 45%;
        display: flex;
        height: 520px;
      } /*!sc*/
      @media (max-width: 768px) {
        .iFTgVI {
          width: 453px;
          padding-bottom: 20px;
          align-self: center;
        }
      } /*!sc*/
      .iFTgVI .Hero__Iframe-sc-vnexeg-1 {
        width: 100%;
        position: relative;
        margin: 0 auto;
        max-width: clamp(26rem, 40vw, 28rem);
      } /*!sc*/
      @media (max-width: 479px) {
        .iFTgVI .Hero__Iframe-sc-vnexeg-1 {
          max-width: 20rem;
        }
      } /*!sc*/
      data-styled.g1423[id="Hero__IFrameContainer-sc-vnexeg-2"] {
        content: "iFTgVI,";
      } /*!sc*/
      .gePFcm .Hero__Iframe-sc-vnexeg-1 {
        top: 2rem;
      } /*!sc*/
      @media (max-width: 1023px) {
        .gePFcm .Hero__Iframe-sc-vnexeg-1 {
          top: 7.5rem;
        }
      } /*!sc*/
      @media (max-width: 768px) {
        .gePFcm .Hero__Iframe-sc-vnexeg-1 {
          margin-bottom: -140px;
          top: 0;
        }
      } /*!sc*/
      data-styled.g1424[id="Hero__HeroWrap-sc-vnexeg-3"] {
        content: "gePFcm,";
      } /*!sc*/
      .kfPbAo {
        max-width: 40rem;
        width: 55%;
      } /*!sc*/
      @media (max-width: 1023px) {
        .kfPbAo {
          width: 100%;
        }
      } /*!sc*/
      data-styled.g1425[id="Hero__BaseColumn-sc-vnexeg-4"] {
        content: "kfPbAo,";
      } /*!sc*/
      .iQXrKN {
        padding: 5rem 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      } /*!sc*/
      @media (max-width: 1023px) {
        .iQXrKN {
          padding: 2.5rem 0;
          width: 60%;
        }
      } /*!sc*/
      @media (max-width: 768px) {
        .iQXrKN {
          width: 100%;
          text-align: center;
          align-items: center;
        }
      } /*!sc*/
      data-styled.g1426[id="Hero__HeroColumn-sc-vnexeg-5"] {
        content: "iQXrKN,";
      } /*!sc*/
      .jUHBzw {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
      } /*!sc*/
      data-styled.g1427[id="Hero__Title-sc-vnexeg-6"] {
        content: "jUHBzw,";
      } /*!sc*/
      .hXbzgn {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 1.5rem;
      } /*!sc*/
      data-styled.g1428[id="Hero__SubTitle-sc-vnexeg-7"] {
        content: "hXbzgn,";
      } /*!sc*/
      .fKNEYk {
        display: flex;
        gap: 1rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .fKNEYk {
          text-align: center;
          justify-content: center;
        }
      } /*!sc*/
      data-styled.g1429[id="Hero__Buttons-sc-vnexeg-8"] {
        content: "fKNEYk,";
      } /*!sc*/
      .imdyFq {
        top: 0;
      } /*!sc*/
      data-styled.g1430[id="pay__LayoutWrapper-sc-15vzf22-0"] {
        content: "imdyFq,";
      } /*!sc*/
      .hdRVfk {
        margin-bottom: 1.5rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .hdRVfk {
          margin-bottom: 0.75rem;
          font-size: 2.5rem;
          line-height: 130%;
        }
      } /*!sc*/
      data-styled.g1431[id="pay__Title2-sc-15vzf22-1"] {
        content: "hdRVfk,";
      } /*!sc*/
      .gXamey {
        margin-bottom: 2rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .gXamey {
          font-size: 1rem;
          line-height: 1.5rem;
          margin-bottom: 1.5rem;
        }
      } /*!sc*/
      data-styled.g1432[id="pay__Sub2-sc-15vzf22-2"] {
        content: "gXamey,";
      } /*!sc*/
      .gLGNIR {
        color: #7349f2;
        display: inline-block;
        margin-bottom: 1.5rem;
      } /*!sc*/
      .gLGNIR svg {
        height: 2rem;
        width: 2rem;
      } /*!sc*/
      data-styled.g1433[id="pay__Icon-sc-15vzf22-3"] {
        content: "gLGNIR,";
      } /*!sc*/
      .fIcYyt {
        background-color: #efecfe;
        border-radius: 1.25rem;
        padding: 0.75rem;
      } /*!sc*/
      data-styled.g1434[id="pay__IconBg-sc-15vzf22-4"] {
        content: "fIcYyt,";
      } /*!sc*/
      .lbzLP {
        margin-bottom: 0;
      } /*!sc*/
      data-styled.g1435[id="pay__CardIconBg-sc-15vzf22-5"] {
        content: "lbzLP,";
      } /*!sc*/
      .yBGMj {
        height: 100%;
        width: 100%;
        object-fit: contain;
      } /*!sc*/
      data-styled.g1436[id="pay__Img-sc-15vzf22-6"] {
        content: "yBGMj,";
      } /*!sc*/
      .eahjSX {
        position: relative;
        max-width: 100%;
        width: 100%;
        display: flex;
      } /*!sc*/
      data-styled.g1437[id="pay__ImageContainer-sc-15vzf22-7"] {
        content: "eahjSX,";
      } /*!sc*/
      .bLLMLu {
        background-color: #ffffff;
      } /*!sc*/
      data-styled.g1438[id="pay__OneClickSection-sc-15vzf22-8"] {
        content: "bLLMLu,";
      } /*!sc*/
      .cpecLA {
        gap: 2rem;
        max-width: 35.75rem;
        text-align: center;
      } /*!sc*/
      data-styled.g1439[id="pay__OneClickWrap-sc-15vzf22-9"] {
        content: "cpecLA,";
      } /*!sc*/
      .fsZibr {
        background-color: rgba(239, 236, 254, 0.5);
        background-image: url(static/img/pay/keys-background.svg);
        background-repeat: no-repeat;
        background-size: 70rem;
        background-position: left center;
      } /*!sc*/
      @media (max-width: 768px) {
        .fsZibr {
          background-size: cover;
        }
      } /*!sc*/
      data-styled.g1441[id="pay__DriveConversionBackground-sc-15vzf22-11"] {
        content: "fsZibr,";
      } /*!sc*/
      .eKdosn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 13.6875rem 2.5rem 9.1875rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .eKdosn {
          align-items: flex-start;
          flex-direction: column-reverse;
          padding: 10rem 1rem 0;
          gap: 6.5rem;
        }
      } /*!sc*/
      @media (max-width: 620px) {
        .eKdosn {
          padding-top: 8rem;
          gap: 4rem;
        }
      } /*!sc*/
      data-styled.g1442[id="pay__DriveConversionWrap-sc-15vzf22-12"] {
        content: "eKdosn,";
      } /*!sc*/
      .hZhhXx {
        flex: 0 0 25.1875rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .hZhhXx {
          flex-basis: 100%;
          text-align: center;
          padding: 0 1rem;
        }
      } /*!sc*/
      data-styled.g1443[id="pay__DriveConversionContent-sc-15vzf22-13"] {
        content: "hZhhXx,";
      } /*!sc*/
      .dlbqlC {
        background: #ffffff;
      } /*!sc*/
      data-styled.g1445[id="pay__CodeBackground-sc-15vzf22-15"] {
        content: "dlbqlC,";
      } /*!sc*/
      .imfXEP {
        display: flex;
        align-items: center;
        justify-content: flex-end;
      } /*!sc*/
      @media (max-width: 768px) {
        .imfXEP {
          align-items: flex-start;
          flex-direction: column-reverse;
          text-align: center;
          padding: 6.5rem 1rem;
          gap: 2.5rem;
        }
      } /*!sc*/
      @media (max-width: 620px) {
        .imfXEP {
          padding: 5.5rem 0 0;
        }
      } /*!sc*/
      data-styled.g1446[id="pay__CodeWrap-sc-15vzf22-16"] {
        content: "imfXEP,";
      } /*!sc*/
      .lbFLGN {
        width: 100%;
        max-width: 25.1875rem;
        padding: 15rem 0;
      } /*!sc*/
      @media (max-width: 768px) {
        .lbFLGN {
          max-width: 100%;
          padding: 0;
          text-align: center;
          width: 100%;
        }
      } /*!sc*/
      data-styled.g1447[id="pay__KeysContent-sc-15vzf22-17"] {
        content: "lbFLGN,";
      } /*!sc*/
      .exBTyc {
        display: flex;
        gap: 1rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .exBTyc {
          text-align: center;
          justify-content: center;
        }
      } /*!sc*/
      data-styled.g1448[id="pay__Buttons-sc-15vzf22-18"] {
        content: "exBTyc,";
      } /*!sc*/
      .cvDCN {
        padding-block: 80px;
        background-color: rgba(239, 236, 254, 0.3);
        background-image: url(static/img/pay/case-studies-background.svg);
        background-size: cover;
        background-position: left top;
      } /*!sc*/
      @media (max-width: 768px) {
        .cvDCN {
          background-size: cover;
        }
      } /*!sc*/
      data-styled.g1450[id="pay__CaseStudiesContainer-sc-15vzf22-20"] {
        content: "cvDCN,";
      } /*!sc*/
      .ekyetI {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 56px;
      } /*!sc*/
      data-styled.g1451[id="pay__CaseStudiesSectionHead-sc-15vzf22-21"] {
        content: "ekyetI,";
      } /*!sc*/
      .dgMVrD {
        max-width: 65rem;
        gap: 24px;
      } /*!sc*/
      @media (max-width: 1023px) {
        .dgMVrD {
          flex-direction: column;
        }
      } /*!sc*/
      data-styled.g1452[id="pay__CaseStudies-sc-15vzf22-22"] {
        content: "dgMVrD,";
      } /*!sc*/
      .jrimTP {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding: 24px;
        border-radius: 32px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 4px 40px 0px rgba(37, 11, 115, 0.08),
          0px 2px 4px 0px rgba(37, 11, 115, 0.12);
      } /*!sc*/
      @media (max-width: 1023px) {
        .jrimTP {
          align-items: flex-start;
        }
      } /*!sc*/
      data-styled.g1453[id="pay__CaseStudy-sc-15vzf22-23"] {
        content: "jrimTP,";
      } /*!sc*/
      .ezWWNi {
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
      } /*!sc*/
      @media (max-width: 1023px) {
        .ezWWNi {
          justify-content: start;
        }
      } /*!sc*/
      @media (max-width: 620px) {
        .ezWWNi {
          justify-content: center;
          align-self: center;
        }
        .ezWWNi img {
          max-width: 100px;
        }
      } /*!sc*/
      data-styled.g1454[id="pay__CaseStudyLogoWrapper-sc-15vzf22-24"] {
        content: "ezWWNi,";
      } /*!sc*/
      .dRBIdr {
        font-size: 1rem;
        font-weight: 500;
        line-height: 135%;
        color: #121515;
      } /*!sc*/
      data-styled.g1455[id="pay__CaseStudyDescription-sc-15vzf22-25"] {
        content: "dRBIdr,";
      } /*!sc*/
      .ecptWO {
        font-size: 1rem;
        font-weight: 500;
        line-height: 150%;
        color: #677184;
        flex-grow: 1;
        width: 100%;
      } /*!sc*/
      data-styled.g1456[id="pay__CaseStudyWriter-sc-15vzf22-26"] {
        content: "ecptWO,";
      } /*!sc*/
      .cqtPaa {
        width: 100%;
      } /*!sc*/
      data-styled.g1457[id="pay__CastStudyLoadMore-sc-15vzf22-27"] {
        content: "cqtPaa,";
      } /*!sc*/
      .dRAUug {
        background: linear-gradient(
          180deg,
          #fff 0%,
          rgba(239, 236, 254, 0.4) 100%
        );
        display: flex;
        flex-direction: column;
      } /*!sc*/
      data-styled.g1458[id="pay__PartnerWithLeadingSection-sc-15vzf22-28"] {
        content: "dRAUug,";
      } /*!sc*/
      .cxTTaW {
        padding: 5rem 0;
        align-items: center;
        gap: 4rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .cxTTaW {
          padding: 5rem 0 4rem;
          flex-direction: column;
        }
      } /*!sc*/
      @media (max-width: 620px) {
        .cxTTaW {
          padding: 3rem 0 1.5rem;
          gap: 1.5rem;
        }
      } /*!sc*/
      data-styled.g1459[id="pay__PartnerWithLeadingWrap-sc-15vzf22-29"] {
        content: "cxTTaW,";
      } /*!sc*/
      .cZEfbi {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        text-align: center;
        padding: 0 0.5rem;
      } /*!sc*/
      data-styled.g1460[id="pay__Card-sc-15vzf22-30"] {
        content: "cZEfbi,";
      } /*!sc*/
      .dVYaPz {
        box-sizing: border-box;
        display: flex;
        width: 100%;
        max-width: 65rem;
        padding: 40px;
        flex-direction: row;
        justify-content: stretch;
        align-items: center;
        border-radius: 32px;
        background: #ffffff;
        box-shadow: 0 4px 40px 0 rgba(37, 11, 115, 0.08),
          0 2px 4px 0 rgba(37, 11, 115, 0.12);
        margin-bottom: 5rem;
      } /*!sc*/
      @media (max-width: 1023px) {
        .dVYaPz {
          display: grid;
          grid-template-columns: 1fr 53px 1fr;
          justify-items: center;
          align-items: center;
        }
      } /*!sc*/
      @media (max-width: 620px) {
        .dVYaPz {
          flex-direction: column;
          display: flex;
          max-width: 382px;
          margin-bottom: 3rem;
        }
      } /*!sc*/
      data-styled.g1461[id="pay__SecurityWrapBottom-sc-15vzf22-31"] {
        content: "dVYaPz,";
      } /*!sc*/
      .boCJIl {
        color: #0c6cf2;
        cursor: pointer;
      } /*!sc*/
      data-styled.g1462[id="pay__Link-sc-15vzf22-32"] {
        content: "boCJIl,";
      } /*!sc*/
      .YnhzQ {
        background: linear-gradient(
          180deg,
          #ffffff 0%,
          rgba(239, 236, 254, 0.2) 100%
        );
        padding: 7.5rem 0 2.5rem 0;
      } /*!sc*/
      @media (max-width: 768px) {
        .YnhzQ {
          padding-top: 5rem;
        }
      } /*!sc*/
      @media (max-width: 620px) {
        .YnhzQ {
          padding-top: 3rem;
        }
      } /*!sc*/
      data-styled.g1463[id="pay__OneClickWorldSection-sc-15vzf22-33"] {
        content: "YnhzQ,";
      } /*!sc*/
      .fiZSSj {
        height: 41.5rem;
        width: 100%;
        background-color: #ffffff;
        background: no-repeat center;
        background-size: auto 100%;
      } /*!sc*/
      @media (max-width: 620px) {
        .fiZSSj {
          height: 37rem;
        }
      } /*!sc*/
      data-styled.g1464[id="pay__WorldSection-sc-15vzf22-34"] {
        content: "fiZSSj,";
      } /*!sc*/
      .fLwTgH {
        width: 100%;
        max-width: 25.125rem;
      } /*!sc*/
      @media (max-width: 768px) {
        .fLwTgH {
          max-width: 100%;
          text-align: center;
        }
      } /*!sc*/
      data-styled.g1465[id="pay__PartnerColumn-sc-15vzf22-35"] {
        content: "fLwTgH,";
      } /*!sc*/
      .iBNQBo {
        position: relative;
        width: 100%;
        display: flex;
      } /*!sc*/
      .iBNQBo > * {
        margin: 0 auto;
        width: 11.5rem;
        height: 11.5rem;
      } /*!sc*/
      data-styled.g1466[id="pay__PartnerImageContainer-sc-15vzf22-36"] {
        content: "iBNQBo,";
      } /*!sc*/
      .dmKjGn {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
      } /*!sc*/
      data-styled.g1467[id="pay__CardText-sc-15vzf22-37"] {
        content: "dmKjGn,";
      } /*!sc*/
      .cnsuXV {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.5rem;
        color: #50596b;
        max-width: 105px;
      } /*!sc*/
      @media (max-width: 620px) {
        .cnsuXV {
          max-width: initial;
        }
      } /*!sc*/
      .mUwQz {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.5rem;
        color: #50596b;
        max-width: initial;
      } /*!sc*/
      @media (max-width: 620px) {
        .mUwQz {
          max-width: initial;
        }
      } /*!sc*/
      data-styled.g1468[id="pay__CardSubHeading-sc-15vzf22-38"] {
        content: "cnsuXV,mUwQz,";
      } /*!sc*/
      .fxVNTP {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 3.25rem;
        color: #121d33;
      } /*!sc*/
      data-styled.g1469[id="pay__CardHeading-sc-15vzf22-39"] {
        content: "fxVNTP,";
      } /*!sc*/
      .hXoMhx {
        box-sizing: border-box;
        width: 1px;
        margin: 20px 0;
        background: #f0f2f7;
        height: 144px;
      } /*!sc*/
      @media (max-width: 1023px) {
        .hXoMhx.middle {
          display: none;
        }
      } /*!sc*/
      @media (max-width: 620px) {
        .hXoMhx {
          display: none;
        }
      } /*!sc*/
      data-styled.g1470[id="pay__Divider-sc-15vzf22-40"] {
        content: "hXoMhx,";
      } /*!sc*/
      @media (max-width: 1023px) {
        .lpsama {
          box-sizing: border-box;
          width: 144px;
          margin: 40px;
          background: #f0f2f7;
          height: 1px;
        }
      } /*!sc*/
      @media (max-width: 620px) {
        .lpsama {
          display: none;
        }
      } /*!sc*/
      data-styled.g1471[id="pay__DividerLaptop-sc-15vzf22-41"] {
        content: "lpsama,";
      } /*!sc*/
      @media (max-width: 1023px) {
        .jAPooE {
          box-sizing: border-box;
          width: 144px;
          margin: 20px;
          background: transparent;
          height: 1px;
        }
      } /*!sc*/
      @media (max-width: 620px) {
        .jAPooE {
          display: none;
        }
      } /*!sc*/
      data-styled.g1472[id="pay__DividerLaptopEmpty-sc-15vzf22-42"] {
        content: "jAPooE,";
      } /*!sc*/
      .hOrrib {
        display: none;
      } /*!sc*/
      @media (max-width: 620px) {
        .hOrrib {
          display: flex;
          box-sizing: border-box;
          width: 144px;
          margin: 20px;
          background: #f0f2f7;
          height: 1px;
        }
      } /*!sc*/
      data-styled.g1473[id="pay__DividerMobile-sc-15vzf22-43"] {
        content: "hOrrib,";
      } /*!sc*/
      .cnzrUK {
        display: flex;
        gap: 2rem;
        padding-top: 3rem;
        padding-bottom: 1rem;
        flex-wrap: wrap;
        justify-content: space-around;
      } /*!sc*/
      @media (max-width: 1023px) {
        .cnzrUK {
          margin-top: 7rem;
          justify-content: center;
        }
      } /*!sc*/
      @media (max-width: 768px) {
        .cnzrUK {
          margin-top: 0;
          padding-top: 1rem;
        }
      } /*!sc*/
      @media (max-width: 620px) {
        .cnzrUK {
          margin-top: 0;
        }
      } /*!sc*/
      @media (max-width: 479px) {
        .cnzrUK {
          margin-top: 0;
        }
      } /*!sc*/
      data-styled.g1474[id="pay__LogosWrapper-sc-15vzf22-44"] {
        content: "cnzrUK,";
      } /*!sc*/
      .cihocn {
        align-self: center;
        display: flex;
        align-items: center;
      } /*!sc*/
      .cihocn img {
        max-height: 50px;
        min-height: 10px;
        max-width: 120px;
      } /*!sc*/
      @media (max-width: 620px) {
        .cihocn img {
          max-width: 70px;
          max-height: 30px;
        }
      } /*!sc*/
      data-styled.g1475[id="pay__ImageWrapper-sc-15vzf22-45"] {
        content: "cihocn,";
      } /*!sc*/
      .hCTnrG {
        overflow: hidden;
      } /*!sc*/
      data-styled.g1476[id="pay__MetaMaskImage-sc-15vzf22-46"] {
        content: "hCTnrG,";
      } /*!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;
      }
