.psp_container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1157px; }

.psp_hero {
  background: #EBF3FC;
  padding: 140px 0 92px; }
  @media screen and (max-width: 560px) {
    .psp_hero {
      padding: 100px 0 70px; } }
  .psp_hero h1 {
    text-align: center;
    margin-bottom: 26px; }
    .psp_hero h1::first-letter {
      text-transform: uppercase; }
    @media screen and (max-width: 560px) {
      .psp_hero h1 {
        font-size: 28px !important; } }
  .psp_hero p {
    text-align: center;
    margin-bottom: 65px; }
    @media screen and (max-width: 560px) {
      .psp_hero p {
        margin-bottom: 76px; } }
  .psp_hero a {
    margin: 0 auto;
    display: flex;
    width: fit-content; }

.psp_logos {
  padding: 67px 0 90px;
  overflow: hidden; }
  @media screen and (max-width: 560px) {
    .psp_logos {
      padding-bottom: 35px; } }
  .psp_logos h2 {
    font-family: 'Poppins-SemiBold', Sans-serif !important;
    font-size: 16px !important;
    margin-bottom: 48px;
    text-align: center; }
    @media screen and (max-width: 560px) {
      .psp_logos h2 {
        max-width: 90%;
        margin: 0 auto 16px; } }
  .psp_logos .psp_logos_row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
    margin-bottom: 24px; }
    @media screen and (max-width: 1200px) {
      .psp_logos .psp_logos_row {
        margin-bottom: 12px;
        width: 1200px;
        max-width: unset;
        left: 50%;
        transform: translateX(-50%); } }
    @media screen and (max-width: 560px) {
      .psp_logos .psp_logos_row {
        width: 100%;
        flex-wrap: wrap;
        left: unset;
        transform: unset; }
        .psp_logos .psp_logos_row svg {
          width: calc(50% - 8px);
          max-width: unset !important; } }
    .psp_logos .psp_logos_row:before {
      content: "";
      display: block;
      width: 160px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
      z-index: 2; }
      @media screen and (max-width: 1200px) {
        .psp_logos .psp_logos_row:before {
          display: none; } }
    .psp_logos .psp_logos_row:after {
      content: "";
      display: block;
      width: 160px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
      z-index: 2; }
      @media screen and (max-width: 1200px) {
        .psp_logos .psp_logos_row:after {
          display: none; } }
    @media screen and (max-width: 1560px) {
      .psp_logos .psp_logos_row {
        gap: 32px; } }
    @media screen and (max-width: 1200px) {
      .psp_logos .psp_logos_row {
        gap: 16px; } }
    .psp_logos .psp_logos_row:last-child {
      margin-bottom: 0; }
    .psp_logos .psp_logos_row svg {
      max-width: 150px; }

.psp_response_example {
  /* Syntax highlighting colors to match the screenshot */
  /* Scrollbar styling */
  /* Sync scroll */ }
  .psp_response_example .psp_response_example_image {
    padding: 0 20px; }
  .psp_response_example .mui-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    max-width: 474px;
    width: 100%;
    margin: 0 auto; }
  .psp_response_example .mui-card-header {
    padding: 16px 16px 16px 16px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .psp_response_example .mui-username {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.57;
    color: rgba(0, 0, 0, 0.6);
    margin: 0; }
  .psp_response_example .mui-copy-button {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgba(0, 0, 0, 0.54); }
  .psp_response_example .mui-copy-button:hover {
    background-color: rgba(0, 0, 0, 0.04); }
  .psp_response_example .mui-copy-icon {
    width: 18px;
    height: 18px;
    fill: currentColor; }
  .psp_response_example .mui-code-container {
    display: flex;
    background-color: #ffffff;
    max-height: 500px;
    overflow: hidden; }
  .psp_response_example .mui-line-numbers {
    background-color: #ebf3fc;
    border-right: 1px solid #e0e0e0;
    padding: 16px 12px;
    min-width: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-family: 'Roboto Mono', 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    user-select: none;
    overflow-y: auto; }
  .psp_response_example .mui-code-content {
    flex: 1;
    overflow: auto;
    padding: 16px; }
  .psp_response_example .mui-code-pre {
    margin: 0;
    font-family: 'Roboto Mono', 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e;
    white-space: pre-wrap;
    overflow: visible; }
  .psp_response_example .syntax-key {
    color: #374151; }
  .psp_response_example .syntax-string {
    color: #059669;
    word-break: break-word; }
  .psp_response_example .syntax-number {
    color: #059669; }
  .psp_response_example .syntax-boolean {
    color: #059669; }
  .psp_response_example .syntax-bracket {
    color: #1e1e1e; }
  .psp_response_example .mui-line-numbers::-webkit-scrollbar,
  .psp_response_example .mui-code-content::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  .psp_response_example .mui-line-numbers::-webkit-scrollbar-track,
  .psp_response_example .mui-code-content::-webkit-scrollbar-track {
    background: transparent; }
  .psp_response_example .mui-line-numbers::-webkit-scrollbar-thumb,
  .psp_response_example .mui-code-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px; }
  .psp_response_example .mui-line-numbers::-webkit-scrollbar-thumb:hover,
  .psp_response_example .mui-code-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3); }
  .psp_response_example .mui-line-numbers {
    overflow-y: hidden; }

.psp_response_example {
  padding: 90px 0 220px 0; }
  @media screen and (max-width: 560px) {
    .psp_response_example {
      padding-top: 35px;
      padding-bottom: 120px; } }
  .psp_response_example .psp_container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 560px) {
      .psp_response_example .psp_container {
        flex-direction: column; } }
  .psp_response_example h3 {
    color: #0E2E4D;
    font-family: "Poppins-Bold", Sans-serif !important;
    font-size: 34px !important;
    font-style: normal; }
    .psp_response_example h3::first-letter {
      text-transform: uppercase; }
    @media screen and (max-width: 560px) {
      .psp_response_example h3 {
        font-size: 22px !important;
        max-width: 90%;
        margin: 0 auto 16px;
        text-align: center; } }
  .psp_response_example p {
    color: #0E2E4D;
    font-family: "IBMPlexSans-Regular", Sans-serif !important;
    font-size: 18px !important;
    font-style: normal;
    line-height: 1.4;
    max-width: 473px; }
    @media screen and (max-width: 560px) {
      .psp_response_example p {
        display: none; } }

.psp_how_it_works {
  margin-bottom: 220px;
  padding: 0 20px; }
  @media screen and (max-width: 560px) {
    .psp_how_it_works {
      margin-bottom: 110px; } }
  .psp_how_it_works .psp_container {
    max-width: 1624px;
    border-radius: 40px;
    background-color: rgba(244, 245, 249, 0.5);
    position: relative;
    background-image: url("../../images/instagram_api_how_it_works_bg.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 120px 130px 200px 230px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 1560px) {
      .psp_how_it_works .psp_container {
        padding: 90px 60px 140px 120px; } }
    @media screen and (max-width: 1100px) {
      .psp_how_it_works .psp_container {
        flex-direction: column;
        background: none;
        align-items: center;
        padding: 0; } }
    .psp_how_it_works .psp_container > a {
      display: none; }
      @media screen and (max-width: 560px) {
        .psp_how_it_works .psp_container > a {
          display: block;
          margin-top: 56px; } }
  .psp_how_it_works .psp_how_it_works_title h3 {
    position: relative;
    color: #2B4666;
    font-family: 'Poppins-Bold', Sans-serif !important;
    font-size: 34px !important;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 24px; }
    .psp_how_it_works .psp_how_it_works_title h3:before {
      content: "";
      display: block;
      width: 69px;
      height: 12px;
      background: url("../../images/how_it_works_decoration.svg") left center no-repeat;
      margin-bottom: 13px; }
    @media screen and (max-width: 1100px) {
      .psp_how_it_works .psp_how_it_works_title h3 {
        display: flex;
        font-size: 28px !important;
        align-items: center;
        margin-bottom: 73px; }
        .psp_how_it_works .psp_how_it_works_title h3:before {
          content: "";
          display: block;
          width: 39px;
          height: 46px;
          background-image: url("../../images/api_documentation_decoration_left.svg");
          background-repeat: no-repeat;
          background-position: center center;
          margin-right: 25px; }
        .psp_how_it_works .psp_how_it_works_title h3:after {
          content: "";
          display: block;
          width: 39px;
          height: 46px;
          background-image: url("../../images/api_documentation_decoration_right.svg");
          background-repeat: no-repeat;
          background-position: center center;
          margin-left: 25px; } }
  .psp_how_it_works .psp_how_it_works_title a {
    font-family: "IBMPlexSans-Bold", Sans-serif !important; }
  @media screen and (max-width: 1560px) {
    .psp_how_it_works .psp_how_it_works_title a {
      display: none; } }
  .psp_how_it_works .psp_how_it_works_steps {
    position: relative; }
    @media screen and (max-width: 1560px) {
      .psp_how_it_works .psp_how_it_works_steps {
        max-width: 600px; } }
    .psp_how_it_works .psp_how_it_works_steps:before {
      content: "";
      display: block;
      width: 1px;
      height: calc(100% - 80px);
      position: absolute;
      left: 42px;
      top: 42px;
      background: #C0D9F6;
      z-index: 1; }
    @media screen and (max-width: 1100px) {
      .psp_how_it_works .psp_how_it_works_steps {
        max-width: 600px;
        text-align: center; }
        .psp_how_it_works .psp_how_it_works_steps:before {
          display: none; } }
  .psp_how_it_works .psp_how_it_works_step {
    margin-bottom: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 560px) {
      .psp_how_it_works .psp_how_it_works_step {
        margin-bottom: 32px; } }
    .psp_how_it_works .psp_how_it_works_step:last-child {
      margin-bottom: 0; }
    .psp_how_it_works .psp_how_it_works_step .psp_how_it_works_step_num {
      color: #FFF;
      text-align: center;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #C0D9F6;
      font-family: 'Poppins-Bold', Sans-serif !important;
      font-size: 26px;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.52px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 85px;
      min-width: 85px;
      height: 85px;
      background: url("../../images/step_num_bg.svg") no-repeat center center;
      margin-right: 40px; }
    .psp_how_it_works .psp_how_it_works_step .psp_how_it_works_step_text h3 {
      color: #2B4666 !important;
      font-family: 'Poppins-Bold', Sans-serif !important;
      font-size: 34px !important;
      font-style: normal;
      line-height: 1.2;
      margin-bottom: 12px; }
    .psp_how_it_works .psp_how_it_works_step .psp_how_it_works_step_text p {
      color: #2B4666;
      font-family: "IBMPlexSans-Regular", Sans-serif !important;
      font-size: 20px !important;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5; }
    @media screen and (max-width: 1100px) {
      .psp_how_it_works .psp_how_it_works_step {
        flex-direction: column; }
        .psp_how_it_works .psp_how_it_works_step .psp_how_it_works_step_num {
          min-width: 42px;
          width: 42px;
          height: 42px;
          background-size: contain;
          font-size: 14px;
          margin: 0 0 24px 0; }
        .psp_how_it_works .psp_how_it_works_step .psp_how_it_works_step_text h3 {
          font-size: 22px !important; }
        .psp_how_it_works .psp_how_it_works_step .psp_how_it_works_step_text p {
          font-size: 20px !important; } }

.psp_api_documentation {
  padding-bottom: 60px; }
  .psp_api_documentation .psp_container > a {
    display: flex;
    width: 233px;
    height: 48px;
    padding: 10px 14px 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #C1CDDB;
    background: #FFF;
    margin: 0 auto;
    color: var(--gray700, #0E2E4D);
    text-align: center;
    font-family: "IBMPlexSans-SemiBold", Sans-serif !important;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    transition: ease-in-out 0.3s; }
    .psp_api_documentation .psp_container > a:hover {
      transform: scale(1.05); }
  .psp_api_documentation h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2B4666 !important;
    font-family: 'Poppins-Bold', Sans-serif !important;
    font-size: 34px !important;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 90px; }
    @media screen and (max-width: 560px) {
      .psp_api_documentation h3 {
        font-size: 28px !important;
        text-align: center;
        margin-bottom: 50px; } }
    .psp_api_documentation h3:before {
      content: "";
      display: block;
      width: 39px;
      height: 46px;
      background-image: url("../../images/api_documentation_decoration_left.svg");
      background-repeat: no-repeat;
      background-position: center center;
      margin-right: 25px; }
    .psp_api_documentation h3:after {
      content: "";
      display: block;
      width: 39px;
      height: 46px;
      background-image: url("../../images/api_documentation_decoration_right.svg");
      background-repeat: no-repeat;
      background-position: center center;
      margin-left: 25px; }
  .psp_api_documentation .psp_api_documentation_cards {
    margin-bottom: 70px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 38px; }
    @media screen and (max-width: 560px) {
      .psp_api_documentation .psp_api_documentation_cards {
        flex-direction: column;
        gap: 30px; } }
  .psp_api_documentation .psp_api_documentation_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 20px;
    background: #EBF3FC;
    padding: 12px; }
    @media screen and (max-width: 560px) {
      .psp_api_documentation .psp_api_documentation_card {
        max-width: 320px;
        margin: 0 auto; } }
  .psp_api_documentation .psp_api_documentation_card_image {
    margin-bottom: 16px; }
  .psp_api_documentation .psp_api_documentation_card_text h4 {
    text-align: center;
    font-family: 'Poppins-Bold', Sans-serif !important;
    font-size: 16px !important;
    margin-bottom: 8px; }
  .psp_api_documentation .psp_api_documentation_card_text p {
    text-align: center;
    font-family: 'Poppins-Regular', Sans-serif !important;
    font-size: 14px; }

.psp_faq {
  padding: 60px 0 260px; }
  @media screen and (max-width: 560px) {
    .psp_faq {
      padding-bottom: 80px; } }
  .psp_faq .psp_container {
    max-width: 843px; }
  .psp_faq h2 {
    color: #0E2E4D;
    font-family: "Poppins-Bold", Sans-serif !important;
    font-size: 34px !important;
    font-style: normal;
    margin-bottom: 48px;
    text-align: center; }
  .psp_faq .psp_faq_item {
    padding-bottom: 24px;
    border-bottom: 1px solid #E1E8F0;
    margin-bottom: 24px; }
    @media screen and (max-width: 560px) {
      .psp_faq .psp_faq_item {
        padding: 16px 24px;
        align-items: center;
        gap: 20px;
        align-self: stretch;
        border-radius: 8px;
        background: #F4F5F9;
        border-bottom: unset; } }
    .psp_faq .psp_faq_item:last-child {
      margin-bottom: 0; }
    .psp_faq .psp_faq_item .psp_faq_question {
      color: #0E2E4D;
      cursor: pointer;
      font-family: "IBMPlexSans-Bold", Sans-serif;
      font-size: 20px;
      font-style: normal;
      line-height: normal;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 12px; }
      @media screen and (max-width: 560px) {
        .psp_faq .psp_faq_item .psp_faq_question {
          font-size: 14px;
          margin-bottom: 0; } }
      .psp_faq .psp_faq_item .psp_faq_question:after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        margin-left: 20px;
        background: url("../../images/plus_icon.svg") no-repeat center center; }
    .psp_faq .psp_faq_item .psp_faq_answer {
      display: none; }
      .psp_faq .psp_faq_item .psp_faq_answer p {
        color: #0E2E4D;
        font-family: "IBMPlexSans-Regular", Sans-serif !important;
        font-size: 18px !important;
        font-style: normal;
        line-height: 1.4;
        margin-bottom: 20px; }
        @media screen and (max-width: 560px) {
          .psp_faq .psp_faq_item .psp_faq_answer p {
            font-size: 14px !important; } }
        .psp_faq .psp_faq_item .psp_faq_answer p:last-child {
          margin-bottom: 0; }
      @media screen and (max-width: 560px) {
        .psp_faq .psp_faq_item .psp_faq_answer {
          padding-top: 16px; } }
    @media screen and (max-width: 560px) {
      .psp_faq .psp_faq_item.active .psp_faq_question {
        border-bottom: 1px solid #C1CDDB;
        padding: 16px 0; } }
    .psp_faq .psp_faq_item.active .psp_faq_question:after {
      background: url("../../images/minus_icon.svg") no-repeat center center; }
    .psp_faq .psp_faq_item:first-of-type .psp_faq_answer {
      display: block; }

/*# sourceMappingURL=styles.css.map */
