@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}

a img {
  border: 0;
}

img {
  border: 0;
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ol,
ul {
  list-style: none;
  max-height: 100%;
  padding: 0;
}

dt,
dd {
  max-height: 100%;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

audio,
canvas,
video {
  display: inline-block;
}

img,
svg,
iframe,
canvas,
audio,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

strong,
b,
.bold {
  font-weight: bold;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

em {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  height: 0;
  overflow: visible;
}

address {
  font-style: normal;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #f5f6f9;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: justify;
  vertical-align: middle;
  word-break: break-all;
}

a {
  text-decoration: underline;
  color: #0017c1;
}
a:focus, a:hover, a:active {
  outline: 0;
}

.ly_header {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #c29934;
}

.ly_main {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.ly_wrap {
  border-radius: 8px;
  border: 1px solid #c29934;
  background-color: #fff;
  padding: 48px 16px;
  margin-bottom: 64px;
}
@media screen and (min-width: 521px) {
  .ly_wrap {
    padding: 48px;
  }
}

.ly_footer {
  margin-top: 64px;
  background-color: #f2ede0;
  padding-top: 64px;
  padding-bottom: 64px;
}

.bl_headerUtils {
  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: 40px;
}

.bl_headerUtils_logo {
  max-width: 350px;
  width: 100%;
}

.bl_headerNav {
  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;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_headerNav_link {
  text-decoration: none;
  color: #363b40;
  font-weight: 700;
  padding: 5px 16px;
  color: #c29934;
}

.bl_headerNav_link:hover {
  background-color: #fafafa;
}

.bl_headerNav_link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.bl_headerNav_link.is-current,
.bl_headerNav_link[aria-current=page] {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

@media (max-width: 520px) {
  .bl_headerNav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_headerNav_link {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    padding: 10px 12px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* is-current も通常リンクと同じ幅で収まる */
  .bl_headerNav_link.is-current,
  .bl_headerNav_link[aria-current=page] {
    background-color: #f5f5f5;
  }
}
.bl_footerUtils {
  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: 40px;
}
.bl_footerUtils_logo {
  width: 280px;
}

.bl_footerAddress {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.bl_footerAddress_ttl {
  font-weight: 700;
}

.bl_footerAddress small {
  color: #c29934;
  border: 1px solid #c29934;
  display: block;
  padding: 16px;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  font-weight: 700;
  border-radius: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #f9f9f9;
}

.bl_footerAddress small br {
  display: none;
}

@media screen and (min-width: 521px) {
  .bl_footerAddress small br {
    display: block;
  }
}
.bl_footerAddress_mail a {
  color: #363b40;
  text-decoration: none;
}

.bl_footerAddress_mail a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.bl_footerAddress_note {
  max-width: 450px;
  margin: 0 auto;
}

.bl_copyright {
  margin-top: 40px;
}

.bl_copyright p {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
}

.bl_breadcrumb {
  inline-size: 100%;
  margin: 64px 0;
}

.bl_breadcrumb_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 4px;
}

.bl_breadcrumb_inner li {
  font-size: 12px;
  font-size: 1.2rem;
}

.bl_breadcrumb_inner li + li::before {
  content: "-";
  margin-inline: 8px;
  color: #c29934;
}

.bl_breadcrumb_inner li,
.bl_breadcrumb_inner li a,
.bl_breadcrumb_inner li span,
.bl_breadcrumb_inner li a span {
  color: #c29934;
}

.bl_message p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 22px;
  line-height: 2;
}

.bl_profile {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}

.bl_profile_header {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  padding-block: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.bl_profile_name,
.bl_profile_addr,
.bl_profile_birth,
.bl_profile_job {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7.5em 1fr;
  grid-template-columns: 7.5em 1fr;
  gap: 8px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (max-width: 520px) {
  .bl_profile_name,
  .bl_profile_addr,
  .bl_profile_birth,
  .bl_profile_job {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.bl_profile_label {
  font-weight: 700;
  opacity: 0.85;
  border-bottom: 1px dashed #ddd;
}

@media screen and (min-width: 521px) {
  .bl_profile_label {
    border-bottom: 0;
  }
}
.bl_profile_value {
  line-height: 1.8;
}

.bl_profile_body {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}

.bl_profile_blockTtl {
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-margin-after: 8px;
  margin-block-end: 8px;
}

.bl_profile_list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}

.bl_profile_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.5em 1fr;
  grid-template-columns: 8.5em 1fr;
  gap: 10px;
}

@media (max-width: 520px) {
  .bl_profile_item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.bl_profile_time {
  white-space: nowrap;
  opacity: 0.8;
  border-bottom: 1px dashed #ddd;
}

@media screen and (min-width: 521px) {
  .bl_profile_time {
    border-bottom: 0;
  }
}
.bl_profile_text {
  line-height: 1.8;
}

.bl_profile small {
  font-size: 1.2rem;
}

.bl_vertPosts {
  -webkit-margin-before: 64px;
  margin-block-start: 64px;
}

.bl_vertPosts_item {
  padding-block: 15px;
  -webkit-border-after: 1px solid #ddd;
  border-block-end: 1px solid #ddd;
}

.bl_vertPosts_item:first-child {
  -webkit-padding-before: 0;
  padding-block-start: 0;
}

.bl_vertPosts_date {
  font-size: 14px;
  font-size: 1.4rem;
}

.bl_vertPosts_ttl {
  font-size: 20px;
  font-size: 2rem;
  text-decoration: none;
  color: inherit;
}

.bl_vertPosts_ttl:hover,
.bl_vertPosts_ttl:focus-visible {
  text-decoration: underline;
}

.backORcloseBtn {
  text-align: center;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}

.backORcloseBtn a {
  display: inline-block;
  padding-block: 10px;
  padding-inline: 25px;
  border: 1px solid #333;
  color: #333;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transition: background-color 0.2s, color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s;
}

.backORcloseBtn a:hover {
  opacity: 0.85;
}

.backORcloseBtn a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.pager {
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
  color: #c29934;
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.pager a,
.pager a.page-numbers,
.pager .page-numbers,
.pager .current {
  color: #c29934;
  background: #fff;
  border: 1px solid #c29934;
  font-size: 13px;
  font-size: 1.3rem;
  inline-size: 40px;
  block-size: 40px;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: background-color 0.25s, opacity 0.25s, color 0.25s;
  transition: background-color 0.25s, opacity 0.25s, color 0.25s;
}

.pager a:hover,
.pager a.page-numbers:hover,
.pager .page-numbers:hover,
.pager .current:hover {
  color: #c29934;
  background-color: #ddd;
  opacity: 0.75;
}

.pager a:focus-visible,
.pager a.page-numbers:focus-visible,
.pager .page-numbers:focus-visible,
.pager .current:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.pager .page-numbers.dots {
  border: 0;
  padding: 0;
  background: transparent;
  inline-size: auto;
  block-size: auto;
}

.pager .current {
  color: #fff;
  background: #c29934;
  border-color: #c29934;
}

.pager .is-disabled,
.pager .disabled {
  opacity: 0.4;
  pointer-events: none;
}

.overPagerPattern {
  margin-right: 10px;
}

.el_btn {
  display: inline-block;
  width: 200px;
  padding: 12px;
  background-color: #c29934;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 50px;
  font-size: 15px;
  font-size: 1.5rem;
}

.el_btn:focus,
.el_btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #c29934;
}

.el_lv1Heading {
  text-align: center;
  border-bottom: 1px solid #c29934;
  padding-top: 64px;
  padding-bottom: 64px;
}
.el_lv1Heading__en {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #c29934;
  line-height: 1;
  font-family: "Almarai", sans-serif;
}
.el_lv1Heading__txt {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (min-width: 521px) {
  .el_lv1Heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .el_lv1Heading__txt {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
}
.el_lv1Heading_top {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.el_lv2Heading__data {
  font-size: 13px;
  font-size: 1.3rem;
}

.el_lv2Heading__post {
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  border-bottom: 1px solid #c29934;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.hp_cf:after {
  content: "" !important;
  clear: both !important;
  display: block !important;
}

.hp_dn {
  display: none !important;
}
.hp_db {
  display: block !important;
}
.hp_di {
  display: inline !important;
}
.hp_dib {
  display: inline-block !important;
}
.hp_dtb {
  display: table !important;
}
.hp_ditb {
  display: inline-table !important;
}
.hp_dtbc {
  display: table-cell !important;
}
.hp_dtbr {
  display: table-row !important;
}

.hp_view_sp {
  display: block !important;
}
@media screen and (min-width: 521px) {
  .hp_view_sp {
    display: none !important;
  }
}

.hp_view_pc {
  display: none !important;
}
@media screen and (min-width: 521px) {
  .hp_view_pc {
    display: block !important;
  }
}

.hp_disabled {
  cursor: not-allowed !important;
  pointer-events: none !important;
  color: rgba(0, 0, 0, 0.26) !important;
}

.hp_ov_hid {
  overflow: hidden !important;
}
.hp_ov_scrollX {
  overflow: hidden !important;
  overflow-x: auto !important;
}
.hp_ov_scrollY {
  overflow: hidden !important;
  overflow-y: auto !important;
}
.hp_ov_elli {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.hp_bgcBase {
  background-color: #efefef !important;
}
.hp_bgcWhite {
  background-color: white !important;
}
.hp_bgcBlack {
  background-color: black !important;
}

.hp_b {
  border: 1px solid black !important;
}
.hp_bRed {
  border: 1px solid red !important;
}
.hp_bGray {
  border: 1px solid gray !important;
}

.hp_bt {
  border-top: 1px solid black !important;
}
.hp_btRed {
  border-top: 1px solid red !important;
}
.hp_btGray {
  border-top: 1px solid gray !important;
}

.hp_br {
  border-right: 1px solid black !important;
}
.hp_brRed {
  border-right: 1px solid red !important;
}
.hp_brGray {
  border-right: 1px solid gray !important;
}

.hp_bb {
  border-bottom: 1px solid black !important;
}
.hp_bbRed {
  border-bottom: 1px solid red !important;
}
.hp_bbGray {
  border-bottom: 1px solid gray !important;
}

.hp_cBlack {
  color: black !important;
}
.hp_cWhite {
  color: white !important;
}
.hp_cRed {
  color: red !important;
}
.hp_cYellow {
  color: yellow !important;
}
.hp_cBlue {
  color: blue !important;
}

.hp_fb,
.hp_fwb {
  font-weight: bold !important;
  font-weight: 700 !important;
}

.hp_tdu {
  text-decoration: underline !important;
}
.hp_tdn {
  text-decoration: none !important;
}

.hp_fsi {
  font-style: italic !important;
}

.hp_f07p {
  display: block !important;
  font-size: 10px !important;
  -webkit-transform: scale(0.7) !important;
          transform: scale(0.7) !important;
  -webkit-transform-origin: left center !important;
          transform-origin: left center !important;
}

.hp_f08p {
  display: block !important;
  font-size: 10px !important;
  -webkit-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
  -webkit-transform-origin: left center !important;
          transform-origin: left center !important;
}

.hp_f09p {
  display: block !important;
  font-size: 10px !important;
  -webkit-transform: scale(0.9) !important;
          transform: scale(0.9) !important;
  -webkit-transform-origin: left center !important;
          transform-origin: left center !important;
}

.hp_f10p {
  font-size: 10px;
  font-size: 1rem;
}

.hp_f11p {
  font-size: 11px;
  font-size: 1.1rem;
}

.hp_f12p {
  font-size: 12px;
  font-size: 1.2rem;
}

.hp_f13p {
  font-size: 13px;
  font-size: 1.3rem;
}

.hp_f14p {
  font-size: 14px;
  font-size: 1.4rem;
}

.hp_f15p {
  font-size: 15px;
  font-size: 1.5rem;
}

.hp_f16p {
  font-size: 16px;
  font-size: 1.6rem;
}

.hp_f17p {
  font-size: 17px;
  font-size: 1.7rem;
}

.hp_f18p {
  font-size: 18px;
  font-size: 1.8rem;
}

.hp_f19p {
  font-size: 19px;
  font-size: 1.9rem;
}

.hp_f20p {
  font-size: 20px;
  font-size: 2rem;
}

.hp_f21p {
  font-size: 21px;
  font-size: 2.1rem;
}

.hp_f22p {
  font-size: 22px;
  font-size: 2.2rem;
}

.hp_f23p {
  font-size: 23px;
  font-size: 2.3rem;
}

.hp_f24p {
  font-size: 24px;
  font-size: 2.4rem;
}

.hp_f25p {
  font-size: 25px;
  font-size: 2.5rem;
}

.hp_f26p {
  font-size: 26px;
  font-size: 2.6rem;
}

.hp_f27p {
  font-size: 27px;
  font-size: 2.7rem;
}

.hp_f28p {
  font-size: 28px;
  font-size: 2.8rem;
}

.hp_f29p {
  font-size: 29px;
  font-size: 2.9rem;
}

.hp_f30p {
  font-size: 30px;
  font-size: 3rem;
}

.hp_fz1_3e {
  font-size: 1.3em !important;
}

.hp_fz1_5e {
  font-size: 1.5em !important;
}

.hp_tac {
  text-align: center !important;
}
.hp_tar {
  text-align: right !important;
}
.hp_tal {
  text-align: left !important;
}
.hp_taj {
  text-align: justify !important;
}

.hp_vam {
  vertical-align: middle !important;
}

.hp_ti0 {
  text-indent: 0 !important;
}

.hp_tol {
  -webkit-transform-origin: left !important;
          transform-origin: left !important;
}

.hp_toc {
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
}

.hp_hr {
  border-bottom: 1px solid black !important;
}

.hp_imgResponsive {
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

.hp_imgPixelated {
  -ms-interpolation-mode: nearest-neighbor !important;
      image-rendering: -webkit-optimize-contrast !important;
      image-rendering: pixelated !important;
}

.hp_disc li {
  list-style-type: disc !important;
  margin-left: 1.5em !important;
}

.hp_circle li {
  list-style-type: circle !important;
  margin-left: 1.5em !important;
}

.hp_square li {
  list-style-type: square !important;
  margin-left: 1.5em !important;
}

.hp_decimal li {
  list-style-type: decimal !important;
  margin-left: 1.5em !important;
}

.hp_decimal-leading-zero li {
  list-style-type: decimal-leading-zero !important;
  margin-left: 2em !important;
}

.hp_lower-alpha li {
  list-style-type: lower-alpha !important;
  margin-left: 1.5em !important;
}

.hp_upper-alpha li {
  list-style-type: upper-alpha !important;
  margin-left: 1.5em !important;
}

.hp_asterisk li:before {
  content: "※" !important;
  display: inline !important;
  padding-right: 10px !important;
}

.hp_asterisk2 li {
  padding-left: 1.5em !important;
  text-indent: -1.5em !important;
}

.hp_asterisk2 li:before {
  content: "※" !important;
  display: inline !important;
  padding-right: 0.5em !important;
}

.hp_flex_c {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.hp_flex_sb {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.hp_flex_fw {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.hp_flex_sbfw {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.hp_flex_aic {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.hp_centering {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.hp_mg_r_auto {
  margin-right: auto !important;
}

.hp_mg_l_auto {
  margin-left: auto !important;
}

.hp_mg_horiz_auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.hp_lgSpace {
  margin-bottom: 64px !important;
}

.hp_mdSpace {
  margin-bottom: 32px !important;
}

.hp_smSpace {
  margin-bottom: 16px !important;
}

@media screen and (min-width: 521px) {
  .hp_lgSpace {
    margin-bottom: 128px !important;
  }
  .hp_mdSpace {
    margin-bottom: 64px !important;
  }
  .hp_smSpace {
    margin-bottom: 32px !important;
  }
}
.hp_rad4 {
  border-radius: 4px !important;
}

.hp_rad8 {
  border-radius: 8px !important;
}

.hp_rad12 {
  border-radius: 12px !important;
}

.hp_rad16 {
  border-radius: 16px !important;
}

.hp_rad20 {
  border-radius: 20px !important;
}

.hp_rad24 {
  border-radius: 24px !important;
}

.hp_rad28 {
  border-radius: 28px !important;
}

.hp_rad32 {
  border-radius: 32px !important;
}

.hp_rad36 {
  border-radius: 36px !important;
}

.hp_rad40 {
  border-radius: 40px !important;
}

.hp_lh0 {
  line-height: 0px !important;
}

.hp_lh1 {
  line-height: 0.1px !important;
}

.hp_lh2 {
  line-height: 0.2px !important;
}

.hp_lh3 {
  line-height: 0.3px !important;
}

.hp_lh4 {
  line-height: 0.4px !important;
}

.hp_lh5 {
  line-height: 0.5px !important;
}

.hp_lh6 {
  line-height: 0.6px !important;
}

.hp_lh7 {
  line-height: 0.7px !important;
}

.hp_lh8 {
  line-height: 0.8px !important;
}

.hp_lh9 {
  line-height: 0.9px !important;
}

.hp_lh10 {
  line-height: 1px !important;
}

.hp_lh11 {
  line-height: 1.1px !important;
}

.hp_lh12 {
  line-height: 1.2px !important;
}

.hp_lh13 {
  line-height: 1.3px !important;
}

.hp_lh14 {
  line-height: 1.4px !important;
}

.hp_lh15 {
  line-height: 1.5px !important;
}

.hp_lh16 {
  line-height: 1.6px !important;
}

.hp_lh17 {
  line-height: 1.7px !important;
}

.hp_lh18 {
  line-height: 1.8px !important;
}

.hp_lh19 {
  line-height: 1.9px !important;
}

.hp_lh20 {
  line-height: 2px !important;
}

.hp_wd0 {
  width: 0px !important;
}

.hp_wd8 {
  width: 8px !important;
}

.hp_wd16 {
  width: 16px !important;
}

.hp_wd24 {
  width: 24px !important;
}

.hp_wd32 {
  width: 32px !important;
}

.hp_wd40 {
  width: 40px !important;
}

.hp_wd48 {
  width: 48px !important;
}

.hp_wd56 {
  width: 56px !important;
}

.hp_wd64 {
  width: 64px !important;
}

.hp_wd72 {
  width: 72px !important;
}

.hp_wd80 {
  width: 80px !important;
}

.hp_wd88 {
  width: 88px !important;
}

.hp_wd96 {
  width: 96px !important;
}

.hp_wd104 {
  width: 104px !important;
}

.hp_wd112 {
  width: 112px !important;
}

.hp_wd120 {
  width: 120px !important;
}

.hp_wd128 {
  width: 128px !important;
}

.hp_wd136 {
  width: 136px !important;
}

.hp_wd144 {
  width: 144px !important;
}

.hp_wd152 {
  width: 152px !important;
}

.hp_wd160 {
  width: 160px !important;
}

.hp_m0a {
  margin: 0 auto !important;
}

.hp_m0 {
  margin: 0px !important;
}

.hp_mt0 {
  margin-top: 0px !important;
}

.hp_mr0 {
  margin-right: 0px !important;
}

.hp_mb0 {
  margin-bottom: 0px !important;
}

.hp_ml0 {
  margin-left: 0px !important;
}

.hp_m8 {
  margin: 8px !important;
}

.hp_mt8 {
  margin-top: 8px !important;
}

.hp_mr8 {
  margin-right: 8px !important;
}

.hp_mb8 {
  margin-bottom: 8px !important;
}

.hp_ml8 {
  margin-left: 8px !important;
}

.hp_m16 {
  margin: 16px !important;
}

.hp_mt16 {
  margin-top: 16px !important;
}

.hp_mr16 {
  margin-right: 16px !important;
}

.hp_mb16 {
  margin-bottom: 16px !important;
}

.hp_ml16 {
  margin-left: 16px !important;
}

.hp_m24 {
  margin: 24px !important;
}

.hp_mt24 {
  margin-top: 24px !important;
}

.hp_mr24 {
  margin-right: 24px !important;
}

.hp_mb24 {
  margin-bottom: 24px !important;
}

.hp_ml24 {
  margin-left: 24px !important;
}

.hp_m32 {
  margin: 32px !important;
}

.hp_mt32 {
  margin-top: 32px !important;
}

.hp_mr32 {
  margin-right: 32px !important;
}

.hp_mb32 {
  margin-bottom: 32px !important;
}

.hp_ml32 {
  margin-left: 32px !important;
}

.hp_m40 {
  margin: 40px !important;
}

.hp_mt40 {
  margin-top: 40px !important;
}

.hp_mr40 {
  margin-right: 40px !important;
}

.hp_mb40 {
  margin-bottom: 40px !important;
}

.hp_ml40 {
  margin-left: 40px !important;
}

.hp_m48 {
  margin: 48px !important;
}

.hp_mt48 {
  margin-top: 48px !important;
}

.hp_mr48 {
  margin-right: 48px !important;
}

.hp_mb48 {
  margin-bottom: 48px !important;
}

.hp_ml48 {
  margin-left: 48px !important;
}

.hp_m56 {
  margin: 56px !important;
}

.hp_mt56 {
  margin-top: 56px !important;
}

.hp_mr56 {
  margin-right: 56px !important;
}

.hp_mb56 {
  margin-bottom: 56px !important;
}

.hp_ml56 {
  margin-left: 56px !important;
}

.hp_m64 {
  margin: 64px !important;
}

.hp_mt64 {
  margin-top: 64px !important;
}

.hp_mr64 {
  margin-right: 64px !important;
}

.hp_mb64 {
  margin-bottom: 64px !important;
}

.hp_ml64 {
  margin-left: 64px !important;
}

.hp_m72 {
  margin: 72px !important;
}

.hp_mt72 {
  margin-top: 72px !important;
}

.hp_mr72 {
  margin-right: 72px !important;
}

.hp_mb72 {
  margin-bottom: 72px !important;
}

.hp_ml72 {
  margin-left: 72px !important;
}

.hp_m80 {
  margin: 80px !important;
}

.hp_mt80 {
  margin-top: 80px !important;
}

.hp_mr80 {
  margin-right: 80px !important;
}

.hp_mb80 {
  margin-bottom: 80px !important;
}

.hp_ml80 {
  margin-left: 80px !important;
}

.hp_m88 {
  margin: 88px !important;
}

.hp_mt88 {
  margin-top: 88px !important;
}

.hp_mr88 {
  margin-right: 88px !important;
}

.hp_mb88 {
  margin-bottom: 88px !important;
}

.hp_ml88 {
  margin-left: 88px !important;
}

.hp_m96 {
  margin: 96px !important;
}

.hp_mt96 {
  margin-top: 96px !important;
}

.hp_mr96 {
  margin-right: 96px !important;
}

.hp_mb96 {
  margin-bottom: 96px !important;
}

.hp_ml96 {
  margin-left: 96px !important;
}

.hp_m104 {
  margin: 104px !important;
}

.hp_mt104 {
  margin-top: 104px !important;
}

.hp_mr104 {
  margin-right: 104px !important;
}

.hp_mb104 {
  margin-bottom: 104px !important;
}

.hp_ml104 {
  margin-left: 104px !important;
}

.hp_m112 {
  margin: 112px !important;
}

.hp_mt112 {
  margin-top: 112px !important;
}

.hp_mr112 {
  margin-right: 112px !important;
}

.hp_mb112 {
  margin-bottom: 112px !important;
}

.hp_ml112 {
  margin-left: 112px !important;
}

.hp_m120 {
  margin: 120px !important;
}

.hp_mt120 {
  margin-top: 120px !important;
}

.hp_mr120 {
  margin-right: 120px !important;
}

.hp_mb120 {
  margin-bottom: 120px !important;
}

.hp_ml120 {
  margin-left: 120px !important;
}

.hp_m128 {
  margin: 128px !important;
}

.hp_mt128 {
  margin-top: 128px !important;
}

.hp_mr128 {
  margin-right: 128px !important;
}

.hp_mb128 {
  margin-bottom: 128px !important;
}

.hp_ml128 {
  margin-left: 128px !important;
}

.hp_m136 {
  margin: 136px !important;
}

.hp_mt136 {
  margin-top: 136px !important;
}

.hp_mr136 {
  margin-right: 136px !important;
}

.hp_mb136 {
  margin-bottom: 136px !important;
}

.hp_ml136 {
  margin-left: 136px !important;
}

.hp_m144 {
  margin: 144px !important;
}

.hp_mt144 {
  margin-top: 144px !important;
}

.hp_mr144 {
  margin-right: 144px !important;
}

.hp_mb144 {
  margin-bottom: 144px !important;
}

.hp_ml144 {
  margin-left: 144px !important;
}

.hp_m152 {
  margin: 152px !important;
}

.hp_mt152 {
  margin-top: 152px !important;
}

.hp_mr152 {
  margin-right: 152px !important;
}

.hp_mb152 {
  margin-bottom: 152px !important;
}

.hp_ml152 {
  margin-left: 152px !important;
}

.hp_m160 {
  margin: 160px !important;
}

.hp_mt160 {
  margin-top: 160px !important;
}

.hp_mr160 {
  margin-right: 160px !important;
}

.hp_mb160 {
  margin-bottom: 160px !important;
}

.hp_ml160 {
  margin-left: 160px !important;
}

.hp_mg_vert8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.hp_mg_vert16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.hp_mg_vert24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.hp_mg_vert32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.hp_mg_vert40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.hp_mg_vert48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.hp_mg_vert56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.hp_mg_vert64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.hp_mg_vert72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.hp_mg_vert80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.hp_mg_vert88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.hp_mg_vert96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.hp_mg_vert104 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}

.hp_mg_vert112 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

.hp_mg_vert120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.hp_mg_vert128 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.hp_mg_vert136 {
  margin-top: 136px !important;
  margin-bottom: 136px !important;
}

.hp_mg_vert144 {
  margin-top: 144px !important;
  margin-bottom: 144px !important;
}

.hp_mg_vert152 {
  margin-top: 152px !important;
  margin-bottom: 152px !important;
}

.hp_mg_vert160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.hp_mg_horiz8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.hp_mg_horiz16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.hp_mg_horiz24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.hp_mg_horiz32 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.hp_mg_horiz40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.hp_mg_horiz48 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.hp_mg_horiz56 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.hp_mg_horiz64 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.hp_mg_horiz72 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.hp_mg_horiz80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.hp_mg_horiz88 {
  margin-right: 88px !important;
  margin-left: 88px !important;
}

.hp_mg_horiz96 {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.hp_mg_horiz104 {
  margin-right: 104px !important;
  margin-left: 104px !important;
}

.hp_mg_horiz112 {
  margin-right: 112px !important;
  margin-left: 112px !important;
}

.hp_mg_horiz120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.hp_mg_horiz128 {
  margin-right: 128px !important;
  margin-left: 128px !important;
}

.hp_mg_horiz136 {
  margin-right: 136px !important;
  margin-left: 136px !important;
}

.hp_mg_horiz144 {
  margin-right: 144px !important;
  margin-left: 144px !important;
}

.hp_mg_horiz152 {
  margin-right: 152px !important;
  margin-left: 152px !important;
}

.hp_mg_horiz160 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}

.hp_p0 {
  padding: 0px !important;
}

.hp_pt0 {
  padding-top: 0px !important;
}

.hp_pr0 {
  padding-right: 0px !important;
}

.hp_pb0 {
  padding-bottom: 0px !important;
}

.hp_pl0 {
  padding-left: 0px !important;
}

.hp_p8 {
  padding: 8px !important;
}

.hp_pt8 {
  padding-top: 8px !important;
}

.hp_pr8 {
  padding-right: 8px !important;
}

.hp_pb8 {
  padding-bottom: 8px !important;
}

.hp_pl8 {
  padding-left: 8px !important;
}

.hp_p16 {
  padding: 16px !important;
}

.hp_pt16 {
  padding-top: 16px !important;
}

.hp_pr16 {
  padding-right: 16px !important;
}

.hp_pb16 {
  padding-bottom: 16px !important;
}

.hp_pl16 {
  padding-left: 16px !important;
}

.hp_p24 {
  padding: 24px !important;
}

.hp_pt24 {
  padding-top: 24px !important;
}

.hp_pr24 {
  padding-right: 24px !important;
}

.hp_pb24 {
  padding-bottom: 24px !important;
}

.hp_pl24 {
  padding-left: 24px !important;
}

.hp_p32 {
  padding: 32px !important;
}

.hp_pt32 {
  padding-top: 32px !important;
}

.hp_pr32 {
  padding-right: 32px !important;
}

.hp_pb32 {
  padding-bottom: 32px !important;
}

.hp_pl32 {
  padding-left: 32px !important;
}

.hp_p40 {
  padding: 40px !important;
}

.hp_pt40 {
  padding-top: 40px !important;
}

.hp_pr40 {
  padding-right: 40px !important;
}

.hp_pb40 {
  padding-bottom: 40px !important;
}

.hp_pl40 {
  padding-left: 40px !important;
}

.hp_p48 {
  padding: 48px !important;
}

.hp_pt48 {
  padding-top: 48px !important;
}

.hp_pr48 {
  padding-right: 48px !important;
}

.hp_pb48 {
  padding-bottom: 48px !important;
}

.hp_pl48 {
  padding-left: 48px !important;
}

.hp_p56 {
  padding: 56px !important;
}

.hp_pt56 {
  padding-top: 56px !important;
}

.hp_pr56 {
  padding-right: 56px !important;
}

.hp_pb56 {
  padding-bottom: 56px !important;
}

.hp_pl56 {
  padding-left: 56px !important;
}

.hp_p64 {
  padding: 64px !important;
}

.hp_pt64 {
  padding-top: 64px !important;
}

.hp_pr64 {
  padding-right: 64px !important;
}

.hp_pb64 {
  padding-bottom: 64px !important;
}

.hp_pl64 {
  padding-left: 64px !important;
}

.hp_p72 {
  padding: 72px !important;
}

.hp_pt72 {
  padding-top: 72px !important;
}

.hp_pr72 {
  padding-right: 72px !important;
}

.hp_pb72 {
  padding-bottom: 72px !important;
}

.hp_pl72 {
  padding-left: 72px !important;
}

.hp_p80 {
  padding: 80px !important;
}

.hp_pt80 {
  padding-top: 80px !important;
}

.hp_pr80 {
  padding-right: 80px !important;
}

.hp_pb80 {
  padding-bottom: 80px !important;
}

.hp_pl80 {
  padding-left: 80px !important;
}

.hp_p88 {
  padding: 88px !important;
}

.hp_pt88 {
  padding-top: 88px !important;
}

.hp_pr88 {
  padding-right: 88px !important;
}

.hp_pb88 {
  padding-bottom: 88px !important;
}

.hp_pl88 {
  padding-left: 88px !important;
}

.hp_p96 {
  padding: 96px !important;
}

.hp_pt96 {
  padding-top: 96px !important;
}

.hp_pr96 {
  padding-right: 96px !important;
}

.hp_pb96 {
  padding-bottom: 96px !important;
}

.hp_pl96 {
  padding-left: 96px !important;
}

.hp_p104 {
  padding: 104px !important;
}

.hp_pt104 {
  padding-top: 104px !important;
}

.hp_pr104 {
  padding-right: 104px !important;
}

.hp_pb104 {
  padding-bottom: 104px !important;
}

.hp_pl104 {
  padding-left: 104px !important;
}

.hp_p112 {
  padding: 112px !important;
}

.hp_pt112 {
  padding-top: 112px !important;
}

.hp_pr112 {
  padding-right: 112px !important;
}

.hp_pb112 {
  padding-bottom: 112px !important;
}

.hp_pl112 {
  padding-left: 112px !important;
}

.hp_p120 {
  padding: 120px !important;
}

.hp_pt120 {
  padding-top: 120px !important;
}

.hp_pr120 {
  padding-right: 120px !important;
}

.hp_pb120 {
  padding-bottom: 120px !important;
}

.hp_pl120 {
  padding-left: 120px !important;
}

.hp_p128 {
  padding: 128px !important;
}

.hp_pt128 {
  padding-top: 128px !important;
}

.hp_pr128 {
  padding-right: 128px !important;
}

.hp_pb128 {
  padding-bottom: 128px !important;
}

.hp_pl128 {
  padding-left: 128px !important;
}

.hp_p136 {
  padding: 136px !important;
}

.hp_pt136 {
  padding-top: 136px !important;
}

.hp_pr136 {
  padding-right: 136px !important;
}

.hp_pb136 {
  padding-bottom: 136px !important;
}

.hp_pl136 {
  padding-left: 136px !important;
}

.hp_p144 {
  padding: 144px !important;
}

.hp_pt144 {
  padding-top: 144px !important;
}

.hp_pr144 {
  padding-right: 144px !important;
}

.hp_pb144 {
  padding-bottom: 144px !important;
}

.hp_pl144 {
  padding-left: 144px !important;
}

.hp_p152 {
  padding: 152px !important;
}

.hp_pt152 {
  padding-top: 152px !important;
}

.hp_pr152 {
  padding-right: 152px !important;
}

.hp_pb152 {
  padding-bottom: 152px !important;
}

.hp_pl152 {
  padding-left: 152px !important;
}

.hp_p160 {
  padding: 160px !important;
}

.hp_pt160 {
  padding-top: 160px !important;
}

.hp_pr160 {
  padding-right: 160px !important;
}

.hp_pb160 {
  padding-bottom: 160px !important;
}

.hp_pl160 {
  padding-left: 160px !important;
}

.hp_pd_vert8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.hp_pd_vert16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.hp_pd_vert24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.hp_pd_vert32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.hp_pd_vert40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.hp_pd_vert48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.hp_pd_vert56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.hp_pd_vert64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.hp_pd_vert72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.hp_pd_vert80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.hp_pd_vert88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.hp_pd_vert96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.hp_pd_vert104 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

.hp_pd_vert112 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

.hp_pd_vert120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.hp_pd_vert128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.hp_pd_vert136 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}

.hp_pd_vert144 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}

.hp_pd_vert152 {
  padding-top: 152px !important;
  padding-bottom: 152px !important;
}

.hp_pd_vert160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.hp_pd_horiz8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.hp_pd_horiz16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.hp_pd_horiz24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.hp_pd_horiz32 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.hp_pd_horiz40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.hp_pd_horiz48 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.hp_pd_horiz56 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

.hp_pd_horiz64 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.hp_pd_horiz72 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}

.hp_pd_horiz80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.hp_pd_horiz88 {
  padding-right: 88px !important;
  padding-left: 88px !important;
}

.hp_pd_horiz96 {
  padding-right: 96px !important;
  padding-left: 96px !important;
}

.hp_pd_horiz104 {
  padding-right: 104px !important;
  padding-left: 104px !important;
}

.hp_pd_horiz112 {
  padding-right: 112px !important;
  padding-left: 112px !important;
}

.hp_pd_horiz120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.hp_pd_horiz128 {
  padding-right: 128px !important;
  padding-left: 128px !important;
}

.hp_pd_horiz136 {
  padding-right: 136px !important;
  padding-left: 136px !important;
}

.hp_pd_horiz144 {
  padding-right: 144px !important;
  padding-left: 144px !important;
}

.hp_pd_horiz152 {
  padding-right: 152px !important;
  padding-left: 152px !important;
}

.hp_pd_horiz160 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}