/* Common xs1 and xs2 */
@media all and (max-width: 767px) {
  .comp-section-404 {
    padding: 56px 0 48px 0; }
    .comp-section-404 .c-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px; }
      .comp-section-404 .c-wrapper .c-container-02 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px; }
      .comp-section-404 .c-wrapper .c-container-03 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        width: 100%; }
        .comp-section-404 .c-wrapper .c-container-03 .c-item-01 {
          display: flex;
          gap: 8px;
          overflow-x: auto;
          width: calc(100% + 48px);
          padding: 0 24px; }
          .comp-section-404 .c-wrapper .c-container-03 .c-item-01 .c-unit-01 {
            display: flex;
            padding: 8px 8px 8px 16px;
            align-items: center;
            border-radius: 64px;
            border: 1px solid #D7D5E1;
            white-space: nowrap; }
        .comp-section-404 .c-wrapper .c-container-03 .c-item-03 {
          display: flex;
          flex-direction: column;
          gap: 8px;
          width: 100%; }
          .comp-section-404 .c-wrapper .c-container-03 .c-item-03 .c-unit-01 {
            order: 2;
            display: flex;
            padding: 12px 16px;
            justify-content: center;
            align-items: center;
            border: 1px solid #221F44; }
          .comp-section-404 .c-wrapper .c-container-03 .c-item-03 .c-unit-02 {
            order: 1;
            display: flex;
            padding: 12px 16px;
            justify-content: center;
            align-items: center;
            background: #E94034; }

  .comp-section-404 .c-wrapper .c-container-02 .c-item-01 {
    color: #221F44;
    font-family: "Outfit";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; }
  .comp-section-404 .c-wrapper .c-container-02 .c-item-02 {
    color: #221F44;
    font-family: "Outfit";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; }
  .comp-section-404 .c-wrapper .c-container-03 .c-item-01 .c-unit-01 {
    color: #221F44;
    font-family: "Outfit";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase; }
  .comp-section-404 .c-wrapper .c-container-03 .c-item-02 {
    color: #000;
    font-family: "Outfit";
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .comp-section-404 .c-wrapper .c-container-03 .c-item-03 .c-unit-01 {
    color: #221F44;
    font-family: "Outfit";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .comp-section-404 .c-wrapper .c-container-03 .c-item-03 .c-unit-02 {
    color: #FFF;
    font-family: "Outfit";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase; } }
/* Common  sm - md - lg */
@media all and (min-width: 768px) {
  .comp-section-404 {
    padding: 264px 0 120px 0; }
    .comp-section-404 .c-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 48px; }
      .comp-section-404 .c-wrapper .c-container-02 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px; }
        .comp-section-404 .c-wrapper .c-container-02 .c-item-01, .comp-section-404 .c-wrapper .c-container-02 .c-item-02 {
          width: 840px; }
      .comp-section-404 .c-wrapper .c-container-03 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px; }
        .comp-section-404 .c-wrapper .c-container-03 .c-item-01 {
          display: flex;
          gap: 8px; }
          .comp-section-404 .c-wrapper .c-container-03 .c-item-01 .c-unit-01 {
            display: flex;
            padding: 12px 20px;
            justify-content: center;
            align-items: center;
            border-radius: 9999px;
            border: 1px solid #D7D5E1; }
        .comp-section-404 .c-wrapper .c-container-03 .c-item-03 {
          display: flex;
          gap: 8px; }
          .comp-section-404 .c-wrapper .c-container-03 .c-item-03 .c-unit-01 {
            display: flex;
            padding: 12px 16px;
            justify-content: center;
            align-items: center;
            border: 1px solid #221F44; }
          .comp-section-404 .c-wrapper .c-container-03 .c-item-03 .c-unit-02 {
            display: flex;
            padding: 12px 16px;
            justify-content: center;
            align-items: center;
            background: #E94034; }

  .comp-section-404 .c-wrapper .c-container-02 .c-item-01 {
    color: #221F44;
    text-align: center;
    font-family: "Outfit";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; }
  .comp-section-404 .c-wrapper .c-container-02 .c-item-02 {
    color: #76758F;
    text-align: center;
    font-family: "Outfit";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; }
  .comp-section-404 .c-wrapper .c-container-03 .c-item-01 .c-unit-01 {
    color: #221F44;
    font-family: "Outfit";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .comp-section-404 .c-wrapper .c-container-03 .c-item-02 {
    color: #000;
    font-family: "Outfit";
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .comp-section-404 .c-wrapper .c-container-03 .c-item-03 .c-unit-01 {
    color: #221F44;
    font-family: "Outfit";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .comp-section-404 .c-wrapper .c-container-03 .c-item-03 .c-unit-02 {
    color: #FFF;
    font-family: "Outfit";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase; } }
/* Common SM1 and SM2 */

/*# sourceMappingURL=404.css.map */
