/* input(2,43): run-time error CSS1019: Unexpected token, found ' '
input(2,43): run-time error CSS1019: Unexpected token, found ' '
input(2,43): run-time error CSS1063: Expected calculation unit, found ' '
input(2,43): run-time error CSS1064: Expected calculation product, found ' '
input(2,43): run-time error CSS1065: Expected calculation sum, found ' '
input(2,43): run-time error CSS1034: Expected closing parenthesis, found ' '
input(2,43): run-time error CSS1042: Expected function, found ' '
input(2,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(18,50): run-time error CSS1019: Unexpected token, found ' '
input(18,50): run-time error CSS1019: Unexpected token, found ' '
input(18,50): run-time error CSS1063: Expected calculation unit, found ' '
input(18,50): run-time error CSS1064: Expected calculation product, found ' '
input(18,50): run-time error CSS1065: Expected calculation sum, found ' '
input(18,50): run-time error CSS1034: Expected closing parenthesis, found ' '
input(18,50): run-time error CSS1042: Expected function, found ' '
input(18,50): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(30,50): run-time error CSS1019: Unexpected token, found ' '
input(30,50): run-time error CSS1019: Unexpected token, found ' '
input(30,50): run-time error CSS1063: Expected calculation unit, found ' '
input(30,50): run-time error CSS1064: Expected calculation product, found ' '
input(30,50): run-time error CSS1065: Expected calculation sum, found ' '
input(30,50): run-time error CSS1034: Expected closing parenthesis, found ' '
input(30,50): run-time error CSS1042: Expected function, found ' '
input(30,50): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' */
.careerSalary {
  margin-top: calc(clamp(2.5rem, 4.494vw + 1.396rem, 6.25rem)); }
  .careerSalary .grid-container .salarycontentWrap {
    max-width: 70rem;
    width: 100%; }
    .careerSalary .grid-container .salarycontentWrap h3 {
      font-family: 'ABCDiatype';
      font-style: normal;
      font-weight: 700;
      /* or 58px */
      letter-spacing: -0.025em;
      font-size: clamp(2.5rem, calc(2.5rem + (50 - 40) * ((100vw - 24.5625rem) / (1023 - 393))), 3.125rem);
      line-height: 100%; }
      @media print, screen and (min-width: 64em) {
        .careerSalary .grid-container .salarycontentWrap h3 {
          font-size: clamp(3.125rem, calc(3.125rem + (60 - 50) * ((100vw - 64rem) / (1728 - 1024))), 3.75rem); } }
      .careerSalary .grid-container .salarycontentWrap h3 + p {
        margin-top: calc(clamp(2.25rem, 0.375vw + 2.158rem, 2.563rem)); }
    .careerSalary .grid-container .salarycontentWrap p {
      font-family: 'UntitledSerif';
      font-style: normal;
      font-weight: 400;
      line-height: 123.6%;
      letter-spacing: -0.01em;
      font-size: clamp(1.125rem, calc(1.125rem + (22 - 18) * ((100vw - 24.5625rem) / (1023 - 393))), 1.375rem); }
      @media print, screen and (min-width: 64em) {
        .careerSalary .grid-container .salarycontentWrap p {
          font-size: clamp(1.375rem, calc(1.375rem + (27 - 22) * ((100vw - 64rem) / (1728 - 1024))), 1.6875rem); } }
      .careerSalary .grid-container .salarycontentWrap p + p {
        margin-top: calc(clamp(1.25rem, 0.974vw + 1.011rem, 2.063rem)); }

