@charset "UTF-8";
@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1: calc(1 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd1: calc(1 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd1: calc(1 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd1: calc(1 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2: calc(2 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd2: calc(2 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd2: calc(2 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd2: calc(2 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd3: calc(3 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd3: calc(3 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd3: calc(3 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd3: calc(3 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd4: calc(4 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd4: calc(4 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd4: calc(4 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd4: calc(4 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd5: calc(5 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd5: calc(5 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd5: calc(5 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd5: calc(5 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd6: calc(6 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd6: calc(6 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd6: calc(6 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd6: calc(6 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd7: calc(7 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd7: calc(7 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd7: calc(7 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd7: calc(7 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd8: calc(8 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd8: calc(8 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd8: calc(8 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd8: calc(8 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd9: calc(9 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd9: calc(9 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd9: calc(9 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd9: calc(9 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd10: calc(10 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd10: calc(10 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd10: calc(10 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd10: calc(10 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd11: calc(11 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd11: calc(11 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd11: calc(11 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd11: calc(11 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd12: calc(12 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd12: calc(12 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd12: calc(12 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd12: calc(12 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd13: calc(13 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd13: calc(13 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd13: calc(13 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd13: calc(13 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd14: calc(14 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd14: calc(14 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd14: calc(14 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd14: calc(14 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd15: calc(15 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd15: calc(15 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd15: calc(15 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd15: calc(15 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd16: calc(16 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd16: calc(16 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd16: calc(16 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd16: calc(16 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd17: calc(17 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd17: calc(17 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd17: calc(17 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd17: calc(17 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd18: calc(18 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd18: calc(18 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd18: calc(18 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd18: calc(18 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd19: calc(19 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd19: calc(19 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd19: calc(19 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd19: calc(19 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd20: calc(20 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd20: calc(20 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd20: calc(20 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd20: calc(20 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd21: calc(21 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd21: calc(21 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd21: calc(21 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd21: calc(21 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd22: calc(22 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd22: calc(22 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd22: calc(22 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd22: calc(22 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd23: calc(23 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd23: calc(23 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd23: calc(23 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd23: calc(23 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd24: calc(24 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd24: calc(24 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd24: calc(24 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd24: calc(24 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd25: calc(25 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd25: calc(25 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd25: calc(25 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd25: calc(25 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd26: calc(26 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd26: calc(26 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd26: calc(26 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd26: calc(26 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd27: calc(27 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd27: calc(27 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd27: calc(27 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd27: calc(27 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd28: calc(28 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd28: calc(28 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd28: calc(28 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd28: calc(28 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd29: calc(29 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd29: calc(29 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd29: calc(29 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd29: calc(29 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd30: calc(30 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd30: calc(30 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd30: calc(30 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd30: calc(30 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd31: calc(31 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd31: calc(31 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd31: calc(31 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd31: calc(31 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd32: calc(32 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd32: calc(32 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd32: calc(32 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd32: calc(32 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd33: calc(33 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd33: calc(33 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd33: calc(33 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd33: calc(33 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd34: calc(34 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd34: calc(34 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd34: calc(34 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd34: calc(34 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd35: calc(35 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd35: calc(35 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd35: calc(35 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd35: calc(35 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd36: calc(36 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd36: calc(36 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd36: calc(36 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd36: calc(36 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd37: calc(37 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd37: calc(37 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd37: calc(37 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd37: calc(37 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd38: calc(38 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd38: calc(38 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd38: calc(38 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd38: calc(38 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd39: calc(39 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd39: calc(39 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd39: calc(39 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd39: calc(39 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd40: calc(40 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd40: calc(40 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd40: calc(40 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd40: calc(40 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd41: calc(41 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd41: calc(41 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd41: calc(41 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd41: calc(41 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd42: calc(42 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd42: calc(42 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd42: calc(42 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd42: calc(42 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd43: calc(43 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd43: calc(43 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd43: calc(43 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd43: calc(43 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd44: calc(44 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd44: calc(44 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd44: calc(44 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd44: calc(44 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd45: calc(45 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd45: calc(45 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd45: calc(45 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd45: calc(45 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd46: calc(46 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd46: calc(46 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd46: calc(46 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd46: calc(46 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd47: calc(47 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd47: calc(47 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd47: calc(47 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd47: calc(47 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd48: calc(48 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd48: calc(48 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd48: calc(48 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd48: calc(48 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd49: calc(49 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd49: calc(49 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd49: calc(49 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd49: calc(49 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd50: calc(50 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd50: calc(50 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd50: calc(50 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd50: calc(50 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd51: calc(51 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd51: calc(51 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd51: calc(51 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd51: calc(51 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd52: calc(52 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd52: calc(52 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd52: calc(52 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd52: calc(52 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd53: calc(53 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd53: calc(53 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd53: calc(53 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd53: calc(53 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd54: calc(54 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd54: calc(54 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd54: calc(54 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd54: calc(54 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd55: calc(55 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd55: calc(55 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd55: calc(55 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd55: calc(55 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd56: calc(56 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd56: calc(56 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd56: calc(56 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd56: calc(56 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd57: calc(57 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd57: calc(57 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd57: calc(57 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd57: calc(57 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd58: calc(58 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd58: calc(58 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd58: calc(58 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd58: calc(58 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd59: calc(59 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd59: calc(59 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd59: calc(59 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd59: calc(59 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd60: calc(60 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd60: calc(60 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd60: calc(60 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd60: calc(60 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd61: calc(61 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd61: calc(61 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd61: calc(61 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd61: calc(61 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd62: calc(62 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd62: calc(62 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd62: calc(62 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd62: calc(62 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd63: calc(63 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd63: calc(63 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd63: calc(63 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd63: calc(63 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd64: calc(64 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd64: calc(64 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd64: calc(64 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd64: calc(64 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd65: calc(65 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd65: calc(65 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd65: calc(65 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd65: calc(65 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd66: calc(66 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd66: calc(66 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd66: calc(66 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd66: calc(66 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd67: calc(67 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd67: calc(67 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd67: calc(67 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd67: calc(67 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd68: calc(68 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd68: calc(68 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd68: calc(68 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd68: calc(68 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd69: calc(69 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd69: calc(69 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd69: calc(69 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd69: calc(69 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd70: calc(70 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd70: calc(70 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd70: calc(70 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd70: calc(70 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd71: calc(71 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd71: calc(71 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd71: calc(71 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd71: calc(71 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd72: calc(72 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd72: calc(72 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd72: calc(72 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd72: calc(72 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd73: calc(73 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd73: calc(73 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd73: calc(73 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd73: calc(73 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd74: calc(74 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd74: calc(74 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd74: calc(74 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd74: calc(74 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd75: calc(75 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd75: calc(75 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd75: calc(75 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd75: calc(75 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd76: calc(76 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd76: calc(76 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd76: calc(76 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd76: calc(76 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd77: calc(77 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd77: calc(77 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd77: calc(77 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd77: calc(77 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd78: calc(78 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd78: calc(78 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd78: calc(78 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd78: calc(78 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd79: calc(79 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd79: calc(79 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd79: calc(79 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd79: calc(79 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd80: calc(80 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd80: calc(80 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd80: calc(80 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd80: calc(80 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd81: calc(81 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd81: calc(81 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd81: calc(81 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd81: calc(81 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd82: calc(82 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd82: calc(82 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd82: calc(82 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd82: calc(82 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd83: calc(83 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd83: calc(83 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd83: calc(83 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd83: calc(83 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd84: calc(84 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd84: calc(84 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd84: calc(84 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd84: calc(84 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd85: calc(85 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd85: calc(85 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd85: calc(85 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd85: calc(85 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd86: calc(86 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd86: calc(86 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd86: calc(86 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd86: calc(86 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd87: calc(87 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd87: calc(87 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd87: calc(87 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd87: calc(87 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd88: calc(88 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd88: calc(88 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd88: calc(88 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd88: calc(88 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd89: calc(89 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd89: calc(89 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd89: calc(89 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd89: calc(89 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd90: calc(90 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd90: calc(90 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd90: calc(90 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd90: calc(90 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd91: calc(91 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd91: calc(91 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd91: calc(91 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd91: calc(91 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd92: calc(92 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd92: calc(92 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd92: calc(92 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd92: calc(92 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd93: calc(93 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd93: calc(93 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd93: calc(93 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd93: calc(93 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd94: calc(94 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd94: calc(94 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd94: calc(94 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd94: calc(94 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd95: calc(95 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd95: calc(95 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd95: calc(95 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd95: calc(95 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd96: calc(96 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd96: calc(96 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd96: calc(96 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd96: calc(96 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd97: calc(97 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd97: calc(97 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd97: calc(97 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd97: calc(97 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd98: calc(98 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd98: calc(98 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd98: calc(98 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd98: calc(98 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd99: calc(99 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd99: calc(99 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd99: calc(99 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd99: calc(99 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd100: calc(100 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd100: calc(100 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd100: calc(100 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd100: calc(100 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd101: calc(101 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd101: calc(101 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd101: calc(101 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd101: calc(101 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd102: calc(102 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd102: calc(102 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd102: calc(102 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd102: calc(102 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd103: calc(103 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd103: calc(103 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd103: calc(103 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd103: calc(103 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd104: calc(104 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd104: calc(104 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd104: calc(104 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd104: calc(104 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd105: calc(105 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd105: calc(105 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd105: calc(105 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd105: calc(105 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd106: calc(106 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd106: calc(106 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd106: calc(106 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd106: calc(106 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd107: calc(107 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd107: calc(107 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd107: calc(107 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd107: calc(107 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd108: calc(108 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd108: calc(108 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd108: calc(108 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd108: calc(108 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd109: calc(109 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd109: calc(109 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd109: calc(109 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd109: calc(109 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd110: calc(110 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd110: calc(110 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd110: calc(110 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd110: calc(110 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd111: calc(111 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd111: calc(111 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd111: calc(111 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd111: calc(111 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd112: calc(112 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd112: calc(112 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd112: calc(112 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd112: calc(112 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd113: calc(113 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd113: calc(113 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd113: calc(113 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd113: calc(113 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd114: calc(114 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd114: calc(114 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd114: calc(114 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd114: calc(114 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd115: calc(115 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd115: calc(115 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd115: calc(115 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd115: calc(115 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd116: calc(116 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd116: calc(116 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd116: calc(116 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd116: calc(116 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd117: calc(117 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd117: calc(117 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd117: calc(117 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd117: calc(117 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd118: calc(118 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd118: calc(118 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd118: calc(118 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd118: calc(118 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd119: calc(119 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd119: calc(119 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd119: calc(119 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd119: calc(119 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd120: calc(120 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd120: calc(120 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd120: calc(120 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd120: calc(120 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd121: calc(121 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd121: calc(121 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd121: calc(121 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd121: calc(121 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd122: calc(122 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd122: calc(122 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd122: calc(122 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd122: calc(122 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd123: calc(123 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd123: calc(123 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd123: calc(123 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd123: calc(123 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd124: calc(124 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd124: calc(124 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd124: calc(124 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd124: calc(124 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd125: calc(125 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd125: calc(125 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd125: calc(125 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd125: calc(125 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd126: calc(126 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd126: calc(126 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd126: calc(126 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd126: calc(126 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd127: calc(127 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd127: calc(127 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd127: calc(127 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd127: calc(127 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd128: calc(128 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd128: calc(128 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd128: calc(128 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd128: calc(128 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd129: calc(129 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd129: calc(129 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd129: calc(129 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd129: calc(129 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd130: calc(130 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd130: calc(130 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd130: calc(130 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd130: calc(130 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd131: calc(131 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd131: calc(131 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd131: calc(131 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd131: calc(131 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd132: calc(132 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd132: calc(132 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd132: calc(132 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd132: calc(132 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd133: calc(133 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd133: calc(133 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd133: calc(133 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd133: calc(133 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd134: calc(134 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd134: calc(134 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd134: calc(134 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd134: calc(134 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd135: calc(135 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd135: calc(135 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd135: calc(135 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd135: calc(135 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd136: calc(136 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd136: calc(136 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd136: calc(136 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd136: calc(136 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd137: calc(137 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd137: calc(137 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd137: calc(137 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd137: calc(137 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd138: calc(138 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd138: calc(138 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd138: calc(138 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd138: calc(138 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd139: calc(139 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd139: calc(139 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd139: calc(139 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd139: calc(139 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd140: calc(140 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd140: calc(140 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd140: calc(140 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd140: calc(140 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd141: calc(141 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd141: calc(141 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd141: calc(141 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd141: calc(141 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd142: calc(142 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd142: calc(142 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd142: calc(142 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd142: calc(142 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd143: calc(143 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd143: calc(143 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd143: calc(143 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd143: calc(143 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd144: calc(144 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd144: calc(144 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd144: calc(144 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd144: calc(144 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd145: calc(145 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd145: calc(145 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd145: calc(145 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd145: calc(145 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd146: calc(146 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd146: calc(146 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd146: calc(146 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd146: calc(146 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd147: calc(147 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd147: calc(147 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd147: calc(147 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd147: calc(147 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd148: calc(148 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd148: calc(148 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd148: calc(148 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd148: calc(148 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd149: calc(149 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd149: calc(149 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd149: calc(149 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd149: calc(149 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd150: calc(150 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd150: calc(150 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd150: calc(150 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd150: calc(150 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd151: calc(151 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd151: calc(151 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd151: calc(151 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd151: calc(151 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd152: calc(152 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd152: calc(152 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd152: calc(152 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd152: calc(152 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd153: calc(153 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd153: calc(153 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd153: calc(153 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd153: calc(153 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd154: calc(154 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd154: calc(154 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd154: calc(154 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd154: calc(154 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd155: calc(155 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd155: calc(155 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd155: calc(155 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd155: calc(155 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd156: calc(156 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd156: calc(156 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd156: calc(156 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd156: calc(156 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd157: calc(157 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd157: calc(157 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd157: calc(157 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd157: calc(157 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd158: calc(158 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd158: calc(158 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd158: calc(158 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd158: calc(158 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd159: calc(159 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd159: calc(159 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd159: calc(159 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd159: calc(159 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd160: calc(160 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd160: calc(160 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd160: calc(160 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd160: calc(160 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd161: calc(161 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd161: calc(161 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd161: calc(161 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd161: calc(161 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd162: calc(162 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd162: calc(162 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd162: calc(162 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd162: calc(162 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd163: calc(163 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd163: calc(163 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd163: calc(163 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd163: calc(163 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd164: calc(164 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd164: calc(164 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd164: calc(164 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd164: calc(164 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd165: calc(165 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd165: calc(165 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd165: calc(165 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd165: calc(165 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd166: calc(166 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd166: calc(166 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd166: calc(166 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd166: calc(166 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd167: calc(167 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd167: calc(167 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd167: calc(167 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd167: calc(167 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd168: calc(168 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd168: calc(168 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd168: calc(168 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd168: calc(168 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd169: calc(169 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd169: calc(169 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd169: calc(169 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd169: calc(169 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd170: calc(170 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd170: calc(170 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd170: calc(170 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd170: calc(170 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd171: calc(171 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd171: calc(171 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd171: calc(171 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd171: calc(171 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd172: calc(172 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd172: calc(172 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd172: calc(172 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd172: calc(172 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd173: calc(173 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd173: calc(173 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd173: calc(173 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd173: calc(173 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd174: calc(174 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd174: calc(174 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd174: calc(174 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd174: calc(174 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd175: calc(175 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd175: calc(175 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd175: calc(175 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd175: calc(175 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd176: calc(176 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd176: calc(176 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd176: calc(176 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd176: calc(176 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd177: calc(177 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd177: calc(177 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd177: calc(177 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd177: calc(177 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd178: calc(178 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd178: calc(178 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd178: calc(178 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd178: calc(178 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd179: calc(179 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd179: calc(179 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd179: calc(179 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd179: calc(179 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd180: calc(180 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd180: calc(180 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd180: calc(180 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd180: calc(180 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd181: calc(181 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd181: calc(181 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd181: calc(181 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd181: calc(181 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd182: calc(182 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd182: calc(182 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd182: calc(182 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd182: calc(182 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd183: calc(183 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd183: calc(183 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd183: calc(183 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd183: calc(183 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd184: calc(184 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd184: calc(184 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd184: calc(184 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd184: calc(184 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd185: calc(185 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd185: calc(185 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd185: calc(185 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd185: calc(185 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd186: calc(186 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd186: calc(186 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd186: calc(186 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd186: calc(186 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd187: calc(187 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd187: calc(187 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd187: calc(187 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd187: calc(187 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd188: calc(188 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd188: calc(188 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd188: calc(188 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd188: calc(188 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd189: calc(189 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd189: calc(189 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd189: calc(189 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd189: calc(189 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd190: calc(190 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd190: calc(190 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd190: calc(190 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd190: calc(190 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd191: calc(191 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd191: calc(191 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd191: calc(191 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd191: calc(191 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd192: calc(192 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd192: calc(192 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd192: calc(192 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd192: calc(192 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd193: calc(193 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd193: calc(193 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd193: calc(193 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd193: calc(193 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd194: calc(194 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd194: calc(194 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd194: calc(194 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd194: calc(194 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd195: calc(195 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd195: calc(195 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd195: calc(195 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd195: calc(195 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd196: calc(196 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd196: calc(196 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd196: calc(196 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd196: calc(196 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd197: calc(197 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd197: calc(197 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd197: calc(197 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd197: calc(197 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd198: calc(198 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd198: calc(198 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd198: calc(198 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd198: calc(198 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd199: calc(199 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd199: calc(199 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd199: calc(199 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd199: calc(199 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd200: calc(200 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd200: calc(200 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd200: calc(200 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd200: calc(200 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd201: calc(201 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd201: calc(201 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd201: calc(201 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd201: calc(201 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd202: calc(202 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd202: calc(202 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd202: calc(202 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd202: calc(202 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd203: calc(203 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd203: calc(203 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd203: calc(203 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd203: calc(203 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd204: calc(204 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd204: calc(204 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd204: calc(204 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd204: calc(204 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd205: calc(205 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd205: calc(205 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd205: calc(205 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd205: calc(205 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd206: calc(206 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd206: calc(206 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd206: calc(206 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd206: calc(206 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd207: calc(207 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd207: calc(207 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd207: calc(207 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd207: calc(207 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd208: calc(208 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd208: calc(208 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd208: calc(208 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd208: calc(208 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd209: calc(209 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd209: calc(209 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd209: calc(209 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd209: calc(209 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd210: calc(210 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd210: calc(210 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd210: calc(210 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd210: calc(210 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd211: calc(211 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd211: calc(211 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd211: calc(211 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd211: calc(211 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd212: calc(212 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd212: calc(212 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd212: calc(212 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd212: calc(212 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd213: calc(213 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd213: calc(213 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd213: calc(213 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd213: calc(213 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd214: calc(214 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd214: calc(214 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd214: calc(214 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd214: calc(214 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd215: calc(215 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd215: calc(215 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd215: calc(215 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd215: calc(215 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd216: calc(216 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd216: calc(216 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd216: calc(216 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd216: calc(216 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd217: calc(217 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd217: calc(217 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd217: calc(217 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd217: calc(217 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd218: calc(218 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd218: calc(218 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd218: calc(218 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd218: calc(218 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd219: calc(219 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd219: calc(219 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd219: calc(219 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd219: calc(219 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd220: calc(220 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd220: calc(220 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd220: calc(220 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd220: calc(220 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd221: calc(221 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd221: calc(221 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd221: calc(221 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd221: calc(221 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd222: calc(222 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd222: calc(222 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd222: calc(222 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd222: calc(222 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd223: calc(223 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd223: calc(223 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd223: calc(223 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd223: calc(223 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd224: calc(224 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd224: calc(224 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd224: calc(224 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd224: calc(224 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd225: calc(225 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd225: calc(225 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd225: calc(225 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd225: calc(225 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd226: calc(226 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd226: calc(226 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd226: calc(226 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd226: calc(226 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd227: calc(227 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd227: calc(227 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd227: calc(227 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd227: calc(227 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd228: calc(228 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd228: calc(228 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd228: calc(228 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd228: calc(228 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd229: calc(229 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd229: calc(229 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd229: calc(229 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd229: calc(229 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd230: calc(230 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd230: calc(230 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd230: calc(230 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd230: calc(230 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd231: calc(231 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd231: calc(231 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd231: calc(231 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd231: calc(231 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd232: calc(232 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd232: calc(232 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd232: calc(232 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd232: calc(232 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd233: calc(233 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd233: calc(233 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd233: calc(233 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd233: calc(233 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd234: calc(234 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd234: calc(234 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd234: calc(234 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd234: calc(234 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd235: calc(235 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd235: calc(235 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd235: calc(235 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd235: calc(235 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd236: calc(236 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd236: calc(236 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd236: calc(236 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd236: calc(236 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd237: calc(237 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd237: calc(237 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd237: calc(237 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd237: calc(237 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd238: calc(238 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd238: calc(238 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd238: calc(238 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd238: calc(238 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd239: calc(239 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd239: calc(239 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd239: calc(239 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd239: calc(239 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd240: calc(240 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd240: calc(240 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd240: calc(240 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd240: calc(240 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd241: calc(241 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd241: calc(241 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd241: calc(241 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd241: calc(241 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd242: calc(242 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd242: calc(242 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd242: calc(242 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd242: calc(242 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd243: calc(243 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd243: calc(243 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd243: calc(243 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd243: calc(243 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd244: calc(244 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd244: calc(244 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd244: calc(244 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd244: calc(244 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd245: calc(245 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd245: calc(245 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd245: calc(245 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd245: calc(245 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd246: calc(246 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd246: calc(246 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd246: calc(246 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd246: calc(246 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd247: calc(247 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd247: calc(247 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd247: calc(247 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd247: calc(247 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd248: calc(248 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd248: calc(248 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd248: calc(248 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd248: calc(248 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd249: calc(249 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd249: calc(249 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd249: calc(249 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd249: calc(249 / 767 * 100vw);
  }
}

@media print and (min-width: 768px),
screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd250: calc(250 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd250: calc(250 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd250: calc(250 / 2000 * 100vmin);
  }
}

@media (max-width: 767px) {
  :root {
    --pd250: calc(250 / 767 * 100vw);
  }
}

.page-id-581 .main_body {
  width: 100%;
  max-width: 100%;
}

.page-id-581 .main_body .section.pdb0 {
  padding-bottom: 0;
}

.page-id-581 h3 {
  color: #267cd7;
  padding-bottom: 0.3em;
  padding-left: 0;
}

.page-id-581 h3:before,
.page-id-581 h3:after {
  content: none;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.container {
  row-gap: 0;
}

.row:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .row {
    row-gap: 30px;
  }

  .row.sp-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row.sp-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row>*,
  .row .col {
    width: 100%;
  }

  .row.sp_col2 {
    gap: 10px 10px;
  }

  .row.sp_col2>*,
  .row.sp_col2 .col {
    width: calc((100% - 10px) / 2);
  }

  .row.sp_col3 {
    gap: 10px 10px;
  }

  .row.sp_col3>*,
  .row.sp_col3 .col {
    width: calc((100% - 20px) / 3);
  }

  .row.sp_col2 .col_2 .box_bg,
  .row.sp_col2 .col_2 .box_border,
  .row.sp_col2 .col_3 .box_bg,
  .row.sp_col2 .col_3 .box_border,
  .row.sp_col2 .col_4 .box_bg,
  .row.sp_col2 .col_4 .box_border,
  .row.sp_col2 .col_5 .box_bg,
  .row.sp_col2 .col_5 .box_border,
  .row.sp_col2 .col_6 .box_bg,
  .row.sp_col2 .col_6 .box_border {
    height: 100%;
    padding: 24px 16px;
  }

  .row.sp_col2 .col_2 .box_bg .box_bg,
  .row.sp_col2 .col_2 .box_bg .box_border,
  .row.sp_col2 .col_2 .box_border .box_bg,
  .row.sp_col2 .col_2 .box_border .box_border,
  .row.sp_col2 .col_3 .box_bg .box_bg,
  .row.sp_col2 .col_3 .box_bg .box_border,
  .row.sp_col2 .col_3 .box_border .box_bg,
  .row.sp_col2 .col_3 .box_border .box_border,
  .row.sp_col2 .col_4 .box_bg .box_bg,
  .row.sp_col2 .col_4 .box_bg .box_border,
  .row.sp_col2 .col_4 .box_border .box_bg,
  .row.sp_col2 .col_4 .box_border .box_border,
  .row.sp_col2 .col_5 .box_bg .box_bg,
  .row.sp_col2 .col_5 .box_bg .box_border,
  .row.sp_col2 .col_5 .box_border .box_bg,
  .row.sp_col2 .col_5 .box_border .box_border,
  .row.sp_col2 .col_6 .box_bg .box_bg,
  .row.sp_col2 .col_6 .box_bg .box_border,
  .row.sp_col2 .col_6 .box_border .box_bg,
  .row.sp_col2 .col_6 .box_border .box_border {
    height: auto;
  }

  .row.sp_order {
    row-gap: 0;
  }

  .row.sp_order .col {
    display: contents;
  }

  .row.sp_order .col>* {
    width: 100%;
  }

  .row.sp_order .col .spord1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .row.sp_order .col .spord2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .row.sp_order .col .spord3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .row.sp_order .col .spord4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .row.sp_order .col .spord5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .row.sp_order .col .spord6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .row.sp_order .col .spord7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .row.sp_order .col .spord8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .row.sp_order .col .spord9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .row.sp_order .col .spord10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

@media (min-width: 768px) {
  .row {
    gap: 30px 2%;
  }

  .row.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .row.auto>*,
  .row.auto .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }

  .row.col2>*,
  .row.col2 .col {
    width: 49%;
  }

  .row.col3>*,
  .row.col3 .col {
    width: 32%;
  }

  .row.col4>*,
  .row.col4 .col {
    width: 23.5%;
  }

  .row.col5>*,
  .row.col5 .col {
    width: 18.4%;
  }

  .row .col_1 {
    width: 100%;
  }

  .row .col_2 {
    width: 49%;
  }

  .row .col_3 {
    width: 32%;
  }

  .row .col_4 {
    width: 23.5%;
  }

  .row .col_5 {
    width: 23%;
  }

  .row .col,
  .row .col_2,
  .row .col_3,
  .row .col_4,
  .row .col_5,
  .row .col_6 {
    margin: 0 !important;
  }

  .row .col .box_bg,
  .row .col .box_border,
  .row .col_2 .box_bg,
  .row .col_2 .box_border,
  .row .col_3 .box_bg,
  .row .col_3 .box_border,
  .row .col_4 .box_bg,
  .row .col_4 .box_border,
  .row .col_5 .box_bg,
  .row .col_5 .box_border,
  .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
    padding: var(--pd30);
  }

  .row .col .box_bg img,
  .row .col .box_border img,
  .row .col_2 .box_bg img,
  .row .col_2 .box_border img,
  .row .col_3 .box_bg img,
  .row .col_3 .box_border img,
  .row .col_4 .box_bg img,
  .row .col_4 .box_border img,
  .row .col_5 .box_bg img,
  .row .col_5 .box_border img,
  .row .col_6 .box_bg img,
  .row .col_6 .box_border img {
    border-radius: 0;
  }

  .row .col .box_bg h3,
  .row .col .box_bg h4,
  .row .col .box_bg h5,
  .row .col .box_border h3,
  .row .col .box_border h4,
  .row .col .box_border h5,
  .row .col_2 .box_bg h3,
  .row .col_2 .box_bg h4,
  .row .col_2 .box_bg h5,
  .row .col_2 .box_border h3,
  .row .col_2 .box_border h4,
  .row .col_2 .box_border h5,
  .row .col_3 .box_bg h3,
  .row .col_3 .box_bg h4,
  .row .col_3 .box_bg h5,
  .row .col_3 .box_border h3,
  .row .col_3 .box_border h4,
  .row .col_3 .box_border h5,
  .row .col_4 .box_bg h3,
  .row .col_4 .box_bg h4,
  .row .col_4 .box_bg h5,
  .row .col_4 .box_border h3,
  .row .col_4 .box_border h4,
  .row .col_4 .box_border h5,
  .row .col_5 .box_bg h3,
  .row .col_5 .box_bg h4,
  .row .col_5 .box_bg h5,
  .row .col_5 .box_border h3,
  .row .col_5 .box_border h4,
  .row .col_5 .box_border h5,
  .row .col_6 .box_bg h3,
  .row .col_6 .box_bg h4,
  .row .col_6 .box_bg h5,
  .row .col_6 .box_border h3,
  .row .col_6 .box_border h4,
  .row .col_6 .box_border h5 {
    margin-bottom: 10px;
  }

  .row .col .box_bg .box_bg,
  .row .col .box_bg .box_border,
  .row .col .box_border .box_bg,
  .row .col .box_border .box_border,
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border,
  .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border,
  .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border,
  .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border,
  .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
    padding: var(--pd20);
  }

  .row .col .box_bg .box_bg:not(:last-child),
  .row .col .box_bg .box_border:not(:last-child),
  .row .col .box_border .box_bg:not(:last-child),
  .row .col .box_border .box_border:not(:last-child),
  .row .col_2 .box_bg .box_bg:not(:last-child),
  .row .col_2 .box_bg .box_border:not(:last-child),
  .row .col_2 .box_border .box_bg:not(:last-child),
  .row .col_2 .box_border .box_border:not(:last-child),
  .row .col_3 .box_bg .box_bg:not(:last-child),
  .row .col_3 .box_bg .box_border:not(:last-child),
  .row .col_3 .box_border .box_bg:not(:last-child),
  .row .col_3 .box_border .box_border:not(:last-child),
  .row .col_4 .box_bg .box_bg:not(:last-child),
  .row .col_4 .box_bg .box_border:not(:last-child),
  .row .col_4 .box_border .box_bg:not(:last-child),
  .row .col_4 .box_border .box_border:not(:last-child),
  .row .col_5 .box_bg .box_bg:not(:last-child),
  .row .col_5 .box_bg .box_border:not(:last-child),
  .row .col_5 .box_border .box_bg:not(:last-child),
  .row .col_5 .box_border .box_border:not(:last-child),
  .row .col_6 .box_bg .box_bg:not(:last-child),
  .row .col_6 .box_bg .box_border:not(:last-child),
  .row .col_6 .box_border .box_bg:not(:last-child),
  .row .col_6 .box_border .box_border:not(:last-child) {
    margin-bottom: 20px;
  }

  .row.base .col .box_bg,
  .row.base .col .box_border,
  .row.base .col_2 .box_bg,
  .row.base .col_2 .box_border,
  .row.base .col_3 .box_bg,
  .row.base .col_3 .box_border,
  .row.base .col_4 .box_bg,
  .row.base .col_4 .box_border,
  .row.base .col_5 .box_bg,
  .row.base .col_5 .box_border,
  .row.base .col_6 .box_bg,
  .row.base .col_6 .box_border {
    padding: var(--pd40);
  }

  .row.base .col .box_bg .box_bg,
  .row.base .col .box_bg .box_border,
  .row.base .col .box_border .box_bg,
  .row.base .col .box_border .box_border,
  .row.base .col_2 .box_bg .box_bg,
  .row.base .col_2 .box_bg .box_border,
  .row.base .col_2 .box_border .box_bg,
  .row.base .col_2 .box_border .box_border,
  .row.base .col_3 .box_bg .box_bg,
  .row.base .col_3 .box_bg .box_border,
  .row.base .col_3 .box_border .box_bg,
  .row.base .col_3 .box_border .box_border,
  .row.base .col_4 .box_bg .box_bg,
  .row.base .col_4 .box_bg .box_border,
  .row.base .col_4 .box_border .box_bg,
  .row.base .col_4 .box_border .box_border,
  .row.base .col_5 .box_bg .box_bg,
  .row.base .col_5 .box_bg .box_border,
  .row.base .col_5 .box_border .box_bg,
  .row.base .col_5 .box_border .box_border,
  .row.base .col_6 .box_bg .box_bg,
  .row.base .col_6 .box_bg .box_border,
  .row.base .col_6 .box_border .box_bg,
  .row.base .col_6 .box_border .box_border {
    padding: var(--pd30);
  }

  .row.base .col .box_bg .box_bg:not(:last-child),
  .row.base .col .box_bg .box_border:not(:last-child),
  .row.base .col .box_border .box_bg:not(:last-child),
  .row.base .col .box_border .box_border:not(:last-child),
  .row.base .col_2 .box_bg .box_bg:not(:last-child),
  .row.base .col_2 .box_bg .box_border:not(:last-child),
  .row.base .col_2 .box_border .box_bg:not(:last-child),
  .row.base .col_2 .box_border .box_border:not(:last-child),
  .row.base .col_3 .box_bg .box_bg:not(:last-child),
  .row.base .col_3 .box_bg .box_border:not(:last-child),
  .row.base .col_3 .box_border .box_bg:not(:last-child),
  .row.base .col_3 .box_border .box_border:not(:last-child),
  .row.base .col_4 .box_bg .box_bg:not(:last-child),
  .row.base .col_4 .box_bg .box_border:not(:last-child),
  .row.base .col_4 .box_border .box_bg:not(:last-child),
  .row.base .col_4 .box_border .box_border:not(:last-child),
  .row.base .col_5 .box_bg .box_bg:not(:last-child),
  .row.base .col_5 .box_bg .box_border:not(:last-child),
  .row.base .col_5 .box_border .box_bg:not(:last-child),
  .row.base .col_5 .box_border .box_border:not(:last-child),
  .row.base .col_6 .box_bg .box_bg:not(:last-child),
  .row.base .col_6 .box_bg .box_border:not(:last-child),
  .row.base .col_6 .box_border .box_bg:not(:last-child),
  .row.base .col_6 .box_border .box_border:not(:last-child) {
    margin-bottom: 20px;
  }

  .row__img_txt .col__img {
    width: 32%;
  }

  .row__img_txt .col__img img {
    border-radius: 0;
  }

  .row__img_txt .col__text {
    width: 66%;
  }

  .row__img_txt .col__text .box_bg,
  .row__img_txt .col__text .box_border {
    height: auto;
  }
}

@media only screen and (min-width: 1240px) {
  .row .col__imgleft {
    width: 50vw;
    margin-left: calc((50vw - 50%) * -1);
  }

  .row .col__imgright {
    width: 50vw;
    margin-right: -50vw;
  }
}

@media (max-width: 767px) {
  .row_same {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 10px;
  }

  .row_same .col {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .row_same {
    display: grid;
    gap: 2%;
  }

  .row_same .col {
/*
    display: grid;
    grid-template-rows: subgrid;
    row-gap: var(--pd10);
*/
    row-gap: var(--pd10);
  }

  .row_same.col2 {
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
  }

  .row_same.col3 {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }

  .row_same.span1 .col {
    grid-row: span 1;
  }

  .row_same.span2 .col {
    grid-row: span 2;
  }

  .row_same.span3 .col {
    grid-row: span 3;
  }

  .row_same.span4 .col {
    grid-row: span 4;
  }

  .row_same.span5 .col {
    grid-row: span 5;
  }

  .row_same.span6 .col {
    grid-row: span 6;
  }

  .row_same.span7 .col {
    grid-row: span 7;
  }

  .row_same.span8 .col {
    grid-row: span 8;
  }

  .row_same.span9 .col {
    grid-row: span 9;
  }

  .row_same.span10 .col {
    grid-row: span 10;
  }
}

.bgcolor1 {
  background: #fa9cc0;
}

.bgcolor2 {
  background: #4795e7;
}

.bgcolor3 {
  background: #5cb957;
}

.cl1 {
  color: #fa9cc0;
}

.cl2 {
  color: #4795e7;
}

.cl3 {
  color: #5cb957;
}

.dbl {
  display: inline-block;
}

.txt_serif,
.row_side .col .button,
.row_case .col .case,
.row_case .col .box-img .name,
.row_sec6 .col .tit,
.row_sec6 .col .bgcolor2,
.box-note p,
.tab_wrap .tab_btn_wrap .tab_btn,
.visiting-nurse3 .row .box .tit {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.txt_serif .color {
  color: #df8106;
}

.sensei-name {
  font-size: 18px;
}

.sensei-name .small {
  font-size: 20px;
}

.sensei-name .large {
  font-size: 24px;
}

.row_side .col {
  background: white;
  padding: 1em;
}

.row_side .col .button {
  color: white;
  border-radius: 100vmax;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 22px;
  padding: 0.3rem 0.5rem 0;
  line-height: 1.1363636364;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 65px;
}

.row_side .col figure {
  text-align: center;
}

.row_side .col figure img {
  width: 172px;
}

.row_side .col .tit {
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  padding-left: 26px;
  position: relative;
}

.row_side .col .tit:before,
.row_side .col .tit:after {
  content: "";
  position: absolute;
}

.row_side .col .tit:before {
  left: 0;
  width: 16px;
  height: 16px;
  background: currentColor;
  top: 0.45em;
}

.row_side .col .tit:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 10px;
  left: 6px;
  margin-top: -5px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 14.4px;
  width: 5px;
  z-index: 1;
}

.row_side .col ul {
  margin-bottom: 10px;
}

.row_side .col ul li {
  position: relative;
  padding-left: 8px;
}

.row_side .col ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}

@media (min-width: 768px) {
  .row_side {
    gap: 0 30px;
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 60px) / 3), 1fr));
  }

  .row_side .col {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .row_side .col {
    width: 100%;
  }
}

.row_case .col {
  background: white;
}

.row_case .col .case {
  font-size: 18px;
  color: white;
  background: #267cd7;
  text-align: center;
  width: 220px;
  margin: 0 auto;
  padding: 0.5rem 0.5rem 0.3rem;
}

.row_case .col .box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: var(--pd25) 0;
}

.row_case .col .box-img .name {
  font-size: 24px;
  line-height: 1.4583333333;
  font-weight: bold;
  text-align: center;
}

.row_case .col .tit1 {
  background: #59cb8a;
  color: white;
  text-align: center;
  border-radius: 100vmax;
  margin: 0 auto;
  width: 100%;
  font-weight: 500;
  padding: 0.5rem 0.5rem 0.3rem;
  margin: 0 0 1.5rem;
}

@media (max-width: 767px) {
  .row_case .col .tit1 {
    margin-bottom: 15px;
  }
}

.row_case .col .tit2 {
  font-size: 20px;
  color: #59cb8a;
  font-weight: 500;
  margin-bottom: 10px;
}

.row_case .col .tit2 .conditions {
  display: table;
  border: solid 2px #5cb957;
  color: #5cb957;
  font-size: clamp(16px, 1.44vw, 18px);
  padding: 2px 15px 0;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .row_case .col .tit2 .conditions {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .row_case {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }

  .row_case .col {
    padding: 0 30px 30px;
  }

  .row_case .col .box-img figure {
    width: 145px;
  }
}

@media (max-width: 767px) {
  .row_case .col {
    padding: 0 var(--pd20) var(--pd20);
    width: 100%;
  }

  .row_case .col .box-img {
    -webkit-column-gap: var(--pd20);
    -moz-column-gap: var(--pd20);
    column-gap: var(--pd20);
  }

  .row_case .col .box-img figure {
    width: 33.8983050847vw;
  }
}

.row_sec6 .col figure {
  text-align: center;
}

.row_sec6 .col .tit {
  color: #267cd7;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin: 10px 0;
}

.row_sec6 .col .bgcolor2 {
  background: #267cd7;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 0.3rem 0.3rem;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.row_sec6 .col dl dt {
  font-weight: bold;
  color: #267cd7;
  font-size: 18px;
  width: 50px;
  float: left;
  clear: both;
  padding: 0 0 3px;
}

.row_sec6 .col dl dt+dd {
  padding-left: 50px;
}

.row_sec6 .col dl dd {
  padding: 4px 0 0;
}

@media (min-width: 768px) {
  .row_sec6 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 60px) / 3), 1fr));
  }
}

@media (max-width: 767px) {
  .row_sec6 .col {
    border: 1px solid #267cd7;
    padding: var(--pd20);
  }
}

.flow-ue .box {
  border: 1px solid #105fe0;
  padding: var(--pd40);
}

.flow-ue .box h3,
.flow-ue .box h4,
.flow-ue .box h5 {
  margin-top: 0;
}

.flow-ue .box:not(:last-child) {
  margin-bottom: var(--pd100);
  position: relative;
}

.flow-ue .box:not(:last-child):after {
  content: "";
  position: absolute;
  top: calc(100% + var(--pd30));
  left: 0;
  right: 0;
  width: var(--pd80);
  height: var(--pd40);
  background: #226ebe;
  margin: auto;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.box-note {
  border: 1px solid #105fe0;
  padding: var(--pd40);
  margin-bottom: 30px;
  background: white;
}

.box-note p {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: bold;
}

@media (min-width: 768px) {
  .box-note p {
    text-align: center;
  }
}

.tab_wrap .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin-bottom: 0;
}

.tab_wrap .tab_btn_wrap .tab_btn {
  width: calc((100% - 10px) / 3);
  background: #a0a0a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
}

.tab_wrap .tab_btn_wrap .tab_btn.active {
  background: #105fe0;
  cursor: default;
}

.tab_wrap .tab_content {
  border: 1px solid #002395;
  padding: 1em;
  background: #fff;
}

.tab_wrap .tab_content .tab_item {
  counter-reset: faq-counter;
}

.tab_wrap .tab_content .tab_item:not(.active) {
  display: none;
}

.tab_wrap .tab_content .tab_item .box_faq .question:before,
.tab_wrap .tab_content .tab_item .box_faq .answer:before {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  border-radius: 50%;
  line-height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.08em;
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.tab_wrap .tab_content .tab_item .box_faq .question:before {
  color: #105fe0;
  background: #d9f1ff;
  counter-increment: faq-counter;
  content: "Q" counter(faq-counter);
  top: -10px;
}

.tab_wrap .tab_content .tab_item .box_faq .question .faq_title {
  font-size: 18px;
}

.tab_wrap .tab_content .tab_item .box_faq .answer:before {
  color: white;
  background: #105fe0;
  top: 20px;
}

@media (min-width: 768px) {
  .tab_wrap .tab_btn_wrap .tab_btn {
    height: 64px;
    width: 300px;
  }

  .tab_wrap .tab_content {
    padding: var(--pd70);
  }

  .tab_wrap .tab_content .tab_item .box_faq:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .tab_wrap .tab_content .tab_item .row {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .tab_wrap .tab_content .tab_item .row .col__img {
    width: 22.8%;
  }

  .tab_wrap .tab_content .tab_item .row .col__faq {
    width: 77.2%;
    padding-left: var(--pd50);
  }
}

@media (max-width: 767px) {
  .tab_wrap .tab_content .tab_item .box_faq:not(:last-child) {
    margin-bottom: var(--pd20);
    padding-bottom: var(--pd20);
  }

  .tab_wrap .tab_content .tab_item .box_faq .question:before {
    top: calc(0px - var(--pd10));
  }

  .tab_wrap .tab_content .tab_item .box_faq .answer {
    padding-top: var(--pd30);
  }

  .tab_wrap .tab_content .tab_item .box_faq .answer:before {
    top: 0;
  }
}

.mainimage .slider {
  position: relative;
}

.mainimage .slider .copy {
  position: absolute;
  margin: auto;
  color: #105fe0;
  background: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainimage .slider .copy p {
  line-height: 1.48;
  margin-bottom: var(--pd20);
}

.mainimage .slider .copy .txt {
  line-height: 1.26;
}

@media (min-width: 768px) {
  .mainimage .slider .copy {
    top: 0;
    bottom: 0;
    left: 20px;
    padding: 30px 40px;
  }

  .mainimage .slider .copy p {
    font-size: 31px;
  }

  .mainimage .slider .copy ul {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1240px) {
  .mainimage .slider .copy {
    padding: var(--pd40) var(--pd60);
    left: var(--pd100);
  }

  .mainimage .slider .copy p {
    font-size: var(--pd50);
  }

  .mainimage .slider .copy ul {
    font-size: var(--pd24);
  }
}

@media (max-width: 767px) {
  .mainimage .slider .copy {
    left: 0;
    right: 0;
    bottom: var(--pd40);
    width: calc(100% - var(--pd40));
    padding: var(--pd40) var(--pd20);
  }

  .mainimage .slider .copy p {
    font-size: var(--pd50);
    text-align: center;
  }

  .mainimage .slider .copy ul {
    font-size: var(--pd24);
  }
}

.bg1 {
  background: url("../img/common/common_bg1.jpg");
}

.bg1 .box_bg {
  background: #fff;
}

.table.table_default tbody th {
  text-align: center;
}

@media (min-width: 768px) {

  .table__bg tbody tr:nth-child(odd) th,
  .table__bg tbody tr:nth-child(odd) td {
    background: #eaf6ff;
  }

  .table__bg tbody tr:nth-child(even) th,
  .table__bg tbody tr:nth-child(even) td {
    background: #fff;
  }
}

.visiting-nurse3 .row .box {
  padding: var(--pd20);
  color: white;
}

.visiting-nurse3 .row .box p {
  line-height: 1.5;
}

.visiting-nurse3 .row .box p:not(.tit) {
  letter-spacing: normal;
}

.visiting-nurse3 .row .box .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.visiting-nurse3 .row .box .tit .large {
  font-size: 45px;
  line-height: 1;
}

.visiting-nurse3 .row .box__lv3 {
  background: #e59e1f;
}

.visiting-nurse3 .row .box__lv25 {
  background: #fa9cc0;
}

.visiting-nurse3 .row .box__lv2 {
  background: #59cb8a;
}

.visiting-nurse3 .row .box__lv1 {
  background: #267cd7;
}

@media (min-width: 768px) {
  .visiting-nurse3 .row {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .visiting-nurse3 .row .box {
    padding: 30px;
  }

  .visiting-nurse3 .row .box:not(:last-child) {
    margin-bottom: 10px;
  }

  .visiting-nurse3 .row .col {
    width: 50%;
  }

  .visiting-nurse3 .row .col__img {
    margin-top: 120px !important;
  }
}

@media (max-width: 767px) {
  .visiting-nurse3 .row {
    row-gap: 0;
  }

  .visiting-nurse3 .row .box:not(:last-child) {
    margin-bottom: var(--pd20);
  }

  .visiting-nurse3 .row .box .tit .large {
    font-size: 36px;
  }
}

.visiting-nurse5 .row_same .col .button {
  height: 80px;
}

.visiting-nurse5 .row_same .col figure img {
  width: 375px;
}

.visiting-nurse8 .col figure {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .visiting-nurse8 .row .col {
    border: 1px solid #105fe0;
    padding: var(--pd20);
  }
}

@media (min-width: 768px) {
  .visiting-nurse10 .row {
    gap: 20px;
  }

  .visiting-nurse10 .row .col {
    width: calc((100% - 80px) / 5);
  }
}

.job_details .row .col {
  background: #eaf4fc;
  padding: var(--pd20);
}

.job_details .row .col .tit p {
  color: #105fe0;
  text-align: center;
  font-size: 20px;
  margin: 15px 0;
  font-weight: bold;
}

.bg1.job_details .row .col {
  background: #fff;
}

.common_recruitment .tab_wrap .table tbody th {
  font-weight: bold;
}

@media (min-width: 768px) {
  .common_recruitment .tab_wrap .tab_content {
    padding: 20px;
  }

  .common_recruitment .tab_wrap .table tbody th {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .common_recruitment .tab_wrap .table tbody th {
    background: #eaf6ff;
  }

  .common_recruitment .tab_wrap .tab_btn_wrap .tab_btn {
    font-size: var(--pd30);
    height: var(--pd80);
  }
}

.ol_circle li::before {
  top: 3px;
}

.td_center tbody td {
  text-align: center !important;
}

.mce-content-body {
  width: 1201px;
}

@media (max-width: 767px) {

  .row.sp_col2>.col_3,
  .row.sp_col2>.col_2 {
    margin-top: 0;
  }
}

.child_box {
  background: rgba(16, 95, 224, 0.05);
  padding: 1.5em;
}

.child_box:not(:last-child) {
  margin-bottom: clamp(15px, 1.99vw, 25px);
}

.child_border {
  background: #fff;
  padding: 1.5em;
  border: solid 1px #000;
}

@media ( max-width : 767px ) {
  .child_box {
    padding: 1.5em .5em;
  }
}

.under_about h2 {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 25px;
  font-weight: bold;
  position: relative;
  padding-top: 55px;
}

.under_about .sec_span {
  color: #105fe0;
}

@media (min-width: 768px) {
  .under_about h2 {
    font-size: 48px;
    line-height: 1;
    margin: 0 0 60px;
    letter-spacing: 0;
    padding-top: 65px;
  }
}

.under_step_parts .step_block {
  color: #1a6ec7;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: 700;
  text-align: center;
}

.under_step_parts .step_block .step {
  font-size: clamp(22px, 1.6vw, 32px);
}

.under_step_parts .step_block .contents {
  font-size: clamp(16px, 1.5vw, 28px);
}

.under_step_parts .step_block.four .contents .list li {
  font-size: 14px;
  line-height: 1.6666666667;
  padding: 20px;
}

.under_step_parts .step_block.four .contents .list li .large {
  border-bottom: solid 1px #9ec9f6;
  display: block;
  font-size: 16px;
  line-height: 1.272;
  padding-bottom: 10px;
}

.page-name-lifestyle-counselor .under_step_parts {
    margin-bottom: 0;
  }
.page-name-lifestyle-counselor .step_parts_container {
  /*max-width: 70%;*/
  margin: 0 auto;
}

@media (min-width: 768px) {
  .under_step_parts .step_block {
    display: grid;
    grid-template-columns: 15% 82%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .under_step_parts .charm_container {
  padding: var(--pd20);
  }
  .step_parts_container {
    max-width: 70%;
	margin: 0 auto;
  }
  .under_step_parts .step_block:not(:last-child) {
    margin-bottom: 50px;
  }

  .under_step_parts .step_block:not(:last-child) .contents {
    font-size: clamp(20px, 1.6vw, 28px);
    position: relative;
  }

  /*.under_step_parts .step_block:not(:last-child) .contents:after {
    content: "";
    width: 50px;
    height: 28px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    margin: auto;
    background-color: #a4a4a4;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }*/
  /*****251112修正*****/
    .under_step_parts .step_block:not(:last-child) .contents:after {
    content: "";
    width: 50px;
    height: 28px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    margin: auto;
    background-color: #a4a4a4;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  }

  .under_step_parts .step_block .step,
  .under_step_parts .step_block .contents {
    min-height: 89px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
  }

  .under_step_parts .step_block.start .step,
  .under_step_parts .step_block.start .contents {
    border: solid 2px #649ee4;
  }

  .under_step_parts .step_block.one .step,
  .under_step_parts .step_block.one .contents {
    background: #e7f1fc;
  }

  .under_step_parts .step_block.two .step,
  .under_step_parts .step_block.two .contents {
    background: #aacbf2;
  }

  .under_step_parts .step_block.three .step,
  .under_step_parts .step_block.three .contents {
    background: #649ee4;
    color: #fff;
  }

  .under_step_parts .step_block.four .contents {
    padding: 0;
  }

  .under_step_parts .step_block.four .contents .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 18px;
  }

  .under_step_parts .step_block.four .contents .list li {
    background: #267cd7;
    color: #fff;
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
    gap: 20px;
    position: relative;
  }

  /*.under_step_parts .step_block.four .contents .list li:after {
    content: "";
    width: 50px;
    height: 28px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    margin: auto;
    background-color: #a4a4a4;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }*/
  /*****251112修正*****/
    .under_step_parts .step_block.four .contents .list li:after {
    content: "";
    width: 50px;
    height: 28px;
    position: absolute;
    top: calc(0% - 40px);
    left: 0;
    right: 0;
    margin: auto;
    background-color: #a4a4a4;
    -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  }

  .under_step_parts .step_block.four .contents .list li .large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .under_step_parts .step_block.four .contents .list.col3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .under_step_parts .step_block.four .step {
    background: #267cd7;
    color: #fff;
  }

  .under_step_parts .step_block.arrow_none .contents:after {
    display: none;
  }
  
  .page-name-lifestyle-counselor .under_step_parts {
  }
  .page-name-lifestyle-counselor .step_parts_container {
  }
}

@media (max-width: 767px) {
  .under_step_parts .step_parts_container {
    display: grid;
  }

  /*.under_step_parts .step_parts_container .step_block:not(:first-child) {
    margin-bottom: 50px;
    position: relative;
  }

  .under_step_parts .step_parts_container .step_block:not(:first-child):after {
    content: "";
    width: 50px;
    height: 28px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    margin: auto;
    background-color: #a4a4a4;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }*/
  /*****251112修正*****/
    .under_step_parts .step_parts_container .step_block:not(:last-child) {
    margin-bottom: 50px;
    position: relative;
  }

  .under_step_parts .step_parts_container .step_block:not(:last-child):after {
    content: "";
    width: 50px;
    height: 28px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    margin: auto;
    background-color: #a4a4a4;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }

  .under_step_parts .step_parts_container .four {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .under_step_parts .step_parts_container .three {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .under_step_parts .step_parts_container .two {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .under_step_parts .step_parts_container .one {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .under_step_parts .step_parts_container .start {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .under_step_parts .step_block .contents {
    padding: 10px;
  }

  .under_step_parts .step_block.start {
    border: solid 2px #649ee4;
  }

  .under_step_parts .step_block.start .step {
    background: #649ee4;
    color: #fff;
  }

  .under_step_parts .step_block.one {
    border: solid 2px #e7f1fc;
  }

  .under_step_parts .step_block.one .step {
    background: #e7f1fc;
  }

  .under_step_parts .step_block.two {
    border: solid 2px #aacbf2;
  }

  .under_step_parts .step_block.two .step {
    background: #aacbf2;
  }

  .under_step_parts .step_block.three {
    border: solid 2px #649ee4;
  }

  .under_step_parts .step_block.three .step {
    background: #649ee4;
    color: #fff;
  }

  .under_step_parts .step_block.four {
    border: solid 2px #267cd7;
  }

  .under_step_parts .step_block.four .step {
    background: #267cd7;
    color: #fff;
  }

  .under_step_parts .step_block.four .contents .list.col4 li,
  .under_step_parts .step_block.four .contents .list.col3 li {
    background: #267cd7;
    color: #fff;
  }

  .under_step_parts .step_block.four .contents .list.col4 li:not(:last-child),
  .under_step_parts .step_block.four .contents .list.col3 li:not(:last-child) {
    margin-bottom: 10px;
  }

  .under_step_parts .step_block.four .contents .list.col4 .large,
  .under_step_parts .step_block.four .contents .list.col3 .large {
    margin-bottom: 15px;
  }
}

.label-list {
  font-size: 95%;
}

.label-list li {
  padding-left: 1em;
  position: relative;
}

.label-list li:before {
  content: "#";
  position: absolute;
  top: 0;
  left: 0;
}

.label-ttl {
  margin: 10px 0 !important;
  border-bottom: double 4px #ccc;
}

.number_list.col3 li,.number_list.col4 li,.number_list.col5 li, .number_list.col6 li {
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
@media (max-width: 767px) {
  .number_list.col3 li img,.number_list.col4 li img,.number_list.col5 li img, .number_list.col6 li img {
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .number_list {
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .number_list.col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .number_list.col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .number_list.col5 {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  
  .number_list.col6 {
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .number_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .number_list:not(:last-child) {
    margin-bottom: 10px !important;
  }
}

.image_list_container figure figcaption {
  margin-top: 10px;
  font-weight: 700;
  font-size: clamp(14px, 1.76vw, 22px);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

@media (max-width: 767px) {
  .image_list_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .image_list_container>* {
    margin: 0 !important;
  }
}

.bg_orange {
  background: #FCAF17 !important;
  color: #000000 !important;
}

.bg_red {
  background: #e1000d !important;
  color: #fff !important;
}

.bg_gray {
  background: #eee !important;
}

.bg_white {
  background: #fff !important;
  color: #000000 !important;
}

.table_stack th,
.table_stack td {
  display: block;
  width: 100%;
  border: solid 2px #4795e7;
  padding: 10px;
}

.table_stack th {
  background: #4795e7;
  color: #fff;
  font-weight: 700;
  font-size: clamp(18px, 1.76vw, 22px);
}

.table_stack td {
  background: #fff;
}

.registered-dietitian_custom_bnr_container figure {
  -webkit-box-shadow: 10px 8px 25px rgba(166, 166, 166, 0.4);
  box-shadow: 10px 8px 25px rgba(166, 166, 166, 0.4);
}

@media (max-width: 767px) {
  .registered-dietitian_custom_bnr_container .row {
    row-gap: 10px;
    margin-top: 0;
  }

  .registered-dietitian_custom_bnr_container .row:not(:last-child) {
    margin-bottom: 10px;
  }

  .registered-dietitian_custom_bnr_container .list_col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 10px;
  }
  .registered-dietitian_custom_bnr_container .col figure {
    background: #fff;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .registered-dietitian_custom_bnr_container .list_col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 15px;
    margin-bottom: 8px;
  }

  .registered-dietitian_custom_bnr_container .row:not(:last-child) {
    margin-bottom: 20px;
  }

  .registered-dietitian_custom_bnr_container .row.col_2 {
    display: grid;
    grid-template-columns: 48.4% 49.6%;
    gap: 17px;
  }

  .registered-dietitian_custom_bnr_container .row.col_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1254px) {
  .registered-dietitian_custom_bnr_container .list_col2 {
    margin-bottom: 20px;
  }
}

  .bef_aft {
    width: 58%;
    margin: 0 auto;
  }

.bef_aft_container:not(:last-child) {
  margin-bottom: clamp(10px, 4vw, 50px);
}

.bef_aft_container .txt_box {
  background: #fff;
  padding: 1.5em;
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .bef_aft_container h3.adjust {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .bef_aft_container h3 {
    margin-top: 0;
  }
}

.bef_aft .box:first-child {
  position: relative;
  margin-bottom: 50px;
}
.bef_aft .box:first-child:before {
    content: "";
    width: 40px;
    height: 26px;
    background: url(../img/common/bef_aft_arrow002.png) no-repeat center/cover;
    position: absolute;
    top: auto;
    bottom: -38px;
	right: 0;
    left: 0;
    margin: auto;
}

@media (min-width: 768px) {

  .bef_aft .box:first-child {
	margin-bottom: 60px;
  }

  .bef_aft .box:first-child:before {
    content: "";
    width: 48px;
    height: 34px;
    background: url(../img/common/bef_aft_arrow002.png) no-repeat center/cover;
    position: absolute;
    top: auto;
    bottom: -50px;
	right: 0;
    left: 0;
    margin: auto;
  }
}

@media (max-width: 767px) {
}

.arrow_container:not(:last-child) {
  margin-bottom: 50px;
}

.arrow_container .box {
  padding: 1em;
}

.arrow_container .title_box {
  background: #eee;
  margin-bottom: 50px;
  font-weight: 700;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  position: relative;
}

.arrow_container .title_box:after {
  content: "";
  width: 25px;
  height: 20px;
  background-color: #4795e7;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.arrow_container .detail_box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sample_image_container:not(:last-child) {
  margin-bottom: 50px;
}

.sample_image_container .headline {
  width: 170px;
  border: solid 2px #e50c0c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sample_image_container .headline h4 {
  margin: 0 auto;
  padding: 5px 10px;
}

.sample_image_container .headline h4:after {
  display: none;
}

.sample_image_container .point_wrap {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: clamp(18px, 1.92vw, 24px);
  margin-bottom: 10px;
  color: #105fe0;
  font-weight: 700;
}

@media (min-width: 768px) {
  .sample_image_container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

  .sample_image_container .box:not(:last-child) {
    margin-bottom: 100px;
  }

  .sample_image_container .box:not(:last-child) .headline {
    position: relative;
  }

  .sample_image_container .box:not(:last-child) .headline:before,
  .sample_image_container .box:not(:last-child) .headline:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #e50c0c;
  }

  .sample_image_container .box:not(:last-child) .headline:before {
    width: 4px;
    height: 100px;
    top: calc(100% + 3px);
  }

  .sample_image_container .box:not(:last-child) .headline:after {
    width: 30px;
    height: 15px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: 100%;
  }

  .sample_image_container .box .contents {
    width: calc(100% - 190px);
  }
}

@media (max-width: 767px) {
  .sample_image_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sample_image_container .headline {
    width: 100%;
  }

  .sample_image_container .contents {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 1em;
  }

  .sample_image_container .box {
    width: 100%;
  }

  .sample_image_container .box:not(:first-child) {
    margin-top: 70px;
    position: relative;
  }

  .sample_image_container .box:not(:first-child):before {
    content: "";
    width: 30px;
    height: 15px;
    background-color: #ff0000;
    position: absolute;
    bottom: calc(100% + 20px);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }

  .sample_image_container .box:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .sample_image_container .box:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .sample_image_container .box:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.number_list_container .ttl,
.number_list_container .num {
  display: block;
  padding: 10px;
}

.number_list_container .ttl {
  background: #4284ee;
  color: #fff;
}

.number_list_container .num {
  background: #fff;
}

@media (min-width: 768px) {
  .number_list_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }

  .number_list_container .num {
    text-align: right;
  }

  .number_list_container li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }

  .number_list_container li:nth-child(-n+2) {
    border-top: solid 1px #ccc;
  }
}

@media (max-width: 767px) {
  .number_list_container li {
    font-size: 90%;
    border: solid 1px #ccc;
  }
}

.section:not(.bg1) .row_case .col {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .width_adjust {
    max-width: 80%;
    margin: 0 auto;
  }
}
.conv_parts {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .conv_parts {
    padding: 100px 0;
  }
}
.conv_parts .h2_conv {
  color: #105fe0;
  line-height: 1.4;
  font-weight: bold;
  display: table;
  margin: 0 auto 60px;
  position: relative;
  padding: 0 60px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .conv_parts .h2_conv {
    margin: 0 auto 110px;
    padding: 0 90px;
    font-size: 36px;
  }
}
.conv_parts .h2_conv:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 34px;
  height: 32px;
  background: url(https://www.beppu-clinic.com/recruit_new/wp-content/uploads/2025/10/conv_h2_icon001.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .conv_parts .h2_conv:before {
    width: 67px;
    height: 64px;
  }
}
.conv_parts .h2_conv:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 34px;
  height: 32px;
  background: url(https://www.beppu-clinic.com/recruit_new/wp-content/uploads/2025/10/conv_h2_icon002.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .conv_parts .h2_conv:after {
    width: 67px;
    height: 64px;
  }
}
.conv_parts .conv_wrap {
  padding: 20px;
  background: #fff;
}
@media (min-width: 768px) {
  .conv_parts .conv_wrap {
    padding: 50px;
  }
}
.conv_parts .conv_wrap .tit {
  color: #fff;
  background: #267cd7;
  text-align: center;
  display: table;
  width: 90%;
  max-width: 670px;
  margin: 0 auto -15px;
  transform: translateY(-60px);
  padding: 20px 0;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  box-shadow: 6px 6px 0 #c7d5e4;
}
@media (min-width: 768px) {
  .conv_parts .conv_wrap .tit {
    margin: 0 auto -30px;
    transform: translateY(-100px);
    padding: 30px 0;
    font-size: 36px;
  }
}
.conv_parts .conv_wrap .tit:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #267cd7;
}
@media (min-width: 768px) {
  .conv_parts .conv_wrap .tit:after {
    bottom: -30px;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 30px solid #267cd7;
  }
}
.conv_parts .conv_wrap .tit:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -25px;
  right: 0;
  left: 8px;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #c7d5e4;
}
@media (min-width: 768px) {
  .conv_parts .conv_wrap .tit:before {
    bottom: -35px;
    left: 12px;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 30px solid #c7d5e4;
  }
}
@media (min-width: 768px) {
  .conv_parts .conv_wrap .list_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 0 40px;
  }
}
.conv_parts .conv_wrap .list_btn .btn_tel {
  margin: 0;
}
.conv_parts .conv_wrap .list_btn .btn_tel a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  border: 1px solid #a0a0a0;
  background: #f4f4f4;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #000;
  font-family: "游明朝体", "游明朝", "Yu Mincho", YuMincho, serif;
}
@media (min-width: 768px) {
  .conv_parts .conv_wrap .list_btn .btn_tel a {
    padding: 20px 0;
    font-size: 24px;
  }
}
.conv_parts .conv_wrap .list_btn .btn_tel a .num {
  font-size: 26px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 27px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .conv_parts .conv_wrap .list_btn .btn_tel a .num {
    font-size: 36px;
    padding-left: 35px;
  }
}
.conv_parts .conv_wrap .list_btn .btn_tel a .num:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 20px;
  height: 19px;
  background: url(https://www.beppu-clinic.com/recruit_new/wp-content/uploads/2025/10/conv_tel_icon001.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .conv_parts .conv_wrap .list_btn .btn_tel a .num:after {
    width: 29px;
    height: 28px;
  }
}
.conv_parts .conv_wrap .list_btn .btn_contact {
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .conv_parts .conv_wrap .list_btn .btn_contact {
    margin: 0;
  }
}
.conv_parts .conv_wrap .list_btn .btn_contact a {
  padding: 20px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "游明朝体", "游明朝", "Yu Mincho", YuMincho, serif;
  background: linear-gradient(to top, #1260e0 0, #578fe9 100%);
  transition: 0.2s;
  position: relative;
}
.conv_parts .conv_wrap .list_btn .btn_contact a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.2s;
}
@media (min-width: 768px) {
  .conv_parts .conv_wrap .list_btn .btn_contact a:after {
    right: 30px;
    width: 12px;
    height: 12px;
  }
}
.conv_parts .conv_wrap .list_btn .btn_contact a .txt {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .conv_parts .conv_wrap .list_btn .btn_contact a .txt {
    font-size: 36px;
  }
}
.conv_parts .conv_wrap .list_btn .btn_contact a:hover {
  opacity: 0.7;
}



.sec_recommend .recommend_block {
  height: 100%;
  background: #eaf4fc;
}
.sec_recommend .recommend_block .heading {
  display: grid;
  grid-template-columns: auto 1fr;
}
.sec_recommend .recommend_block .heading .bnr img {
  max-height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .sec_recommend .recommend_block .heading .bnr img {
    max-height: unset;
    height: 100%;
  }
}
.sec_recommend .recommend_block .heading .title {
  color: #fff;
  background: #267cd7;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.4;
  font-family: "游明朝体", "游明朝", "Yu Mincho", YuMincho, serif;
}
@media (min-width: 768px) {
  .sec_recommend .recommend_block .heading .title {
    font-size: 24px;
    padding: 10px 30px;
    line-height: 1.6;
  }
}
.sec_recommend .recommend_block .contents {
  padding: 10px 10px 20px;
}
@media (min-width: 768px) {
  .sec_recommend .recommend_block .contents {
    padding: 25px 30px 35px;
  }
}
.sec_recommend .recommend_block .contents .list_circle li {
  font-size: 16px;
  position: relative;
  line-height: 1.6;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #cee1f1;
}
@media (min-width: 768px) {
  .sec_recommend .recommend_block .contents .list_circle li {
    font-size: 18px;
  }
}
.sec_recommend .recommend_block .contents .list_circle li:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100vh;
  background: #b2cde9;
}
.box_charm {
  padding: 20px 10px;
  border: 2px solid #267cd7;
  background: #fff;
}
@media (min-width: 768px) {
  .box_charm {
    padding: 40px 25px;
  }
}
.box_charm .h3_charm {
  margin: 0 0 15px !important;
  padding: 0 0 10px;
  text-align: center;
  color: #267cd7;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #b2cde9;
}
@media (min-width: 768px) {
  .box_charm .h3_charm {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 36px;
  }
}
.box_charm .h3_charm:after {
  content: none;
}
.box_charm .h3_charm:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  right: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 1px;
  background: #267cd7;
}
.box_charm .desc {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .box_charm .desc {
    font-size: 20px;
  }
}

.title_welfare {
  color: #fff;
  background: #267cd7;
  border-radius: 100vh;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Times New Roman", "游明朝体", "游明朝", "Yu Mincho", YuMincho, serif;
  padding: 15px 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .title_welfare {
    font-size: 30px;
    margin: 0 0 30px;
  }
}

.list_welfare {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .list_welfare {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list_welfare li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.list_welfare li .img {
  padding: 20px 0;
  display: flex;
  gap: 0 10px;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 0 20px;
  background: #d1a839;
}
@media (min-width: 768px) {
  .list_welfare li .img {
    padding: 25px 0;
    gap: 0 20px;
  }
}
@media (max-width: 767px) {
  .list_welfare li .img img {
    max-width: 15%;
  }
}
.list_welfare li .img .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .list_welfare li .img .title {
    font-size: 30px;
  }
}
.list_welfare li .desc {
  display: flex;
  align-items: center;
  border-radius: 0 20px 20px 0;
  background: #f9f3e2;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .list_welfare li .desc {
    font-size: 24px;
    padding: 0 40px;
  }
}
.list_welfare li:nth-child(2) .img {
  background: #fa9cc0;
}
.list_welfare li:nth-child(2) .desc {
  background: #fbebf1;
}
.list_welfare li:nth-child(3) .img {
  background: #5cb957;
}
.list_welfare li:nth-child(3) .desc {
  background: #e8f5e8;
}
.list_welfare li:nth-child(4) .img {
  background: #9e85c8;
}
.list_welfare li:nth-child(4) .desc {
  background: #f0ebf7;
}
.list_welfare li:nth-child(5) .img {
  background: #4795e7;
}
.list_welfare li:nth-child(5) .desc {
  background: #eaf1f9;
}

.training_block {
  display: grid;
  gap: 0 15px;
  grid-template-columns: auto 1fr;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .training_block {
    gap: 0 30px;
    margin-top: 30px;
  }
}
.training_block:not(.color02):not(.color03) {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .training_block:not(.color02):not(.color03) {
    margin-top: 60px;
  }
}
.training_block .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #fa9cc0;
  border-radius: 100vh;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  width: 100px;
  height: 100px;
  outline: 1px solid #fff;
  outline-offset: -5px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  margin: 0;
  padding: 5px 0 0;
}
@media (min-width: 768px) {
  .training_block .heading {
    padding: 0;
    font-size: 30px;
    width: 220px;
    height: 220px;
  }
}
.training_block .heading:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 0;
  right: 10px;
  left: auto;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 40px solid #fa9cc0;
  transform: rotate(-45deg);
  transition: 0.2s;
}
.training_block .list_training {
  padding: 15px;
  border-radius: 20px;
  border: 2px solid #fa9cc0;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .training_block .list_training {
    padding: 40px;
    min-height: 210px;
    border-radius: 30px;
  }
}
.training_block .list_training li {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .training_block .list_training li {
    padding: 0 0 0 25px;
    font-size: 24px;
  }
}
.training_block .list_training li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ffcde0;
  border-radius: 100vh;
}
@media (min-width: 768px) {
  .training_block .list_training li:after {
    top: 15px;
    width: 12px;
    height: 12px;
  }
}
.training_block .desc {
  padding: 20px 15px;
  font-size: 15px;
  background: #fff;
}
@media (min-width: 768px) {
  .training_block .desc {
    padding: 75px 40px;
    font-size: 24px;
  }
}
.training_block.color02 .heading {
  background: #4795e7;
}
.training_block.color02 .heading:after {
  border-top: 40px solid #4795e7;
}
.training_block.color02 .desc {
  border-radius: 20px;
  border: 2px solid #4795e7;
}
@media (min-width: 768px) {
  .training_block.color02 .desc {
    border-radius: 30px;
  }
}
.training_block.color03 .heading {
  background: #5cb957;
}
.training_block.color03 .heading:after {
  border-top: 40px solid #5cb957;
}
.training_block.color03 .list_training {
  border-color: #5cb957;
}
.training_block.color03 .list_training li:after {
  background: #8cd388;
}
.page-name-caregiver .section_page_message,.page-name-care-manager .section_page_message,.page-name-clinical-laboratory-technologist .section_page_message,.page-name-health-counselor .section_page_message,.page-name-registered-dietitian .section_page_message{
  background: url(../img/common/common_bg1.jpg);
}


@media (min-width: 768px) {
  .row_case.case_col2 {
    grid-template-columns: repeat(2, 1fr);
  }
