:root {
  --active-color: #056CB5;
  --active-color2: #7DB436;
  --jb-bg: linear-gradient(90deg, var(--active-color), var(--active-color2));
  --w-padding: 80px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.h_hide {
  display: none;
}
.h_hidden {
  display: none !important;
}
a {
  text-decoration: none;
  color: #222;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input,
textarea,
button {
  border: none;
  background: none;
  border-radius: 0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #616161;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #616161;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #616161;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
img {
  vertical-align: middle;
  transition: transform 0.3s linear;
  max-width: 100%;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.h_bgImg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.h_bgImg2 {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.h_bgFixed {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
}
.h_bgFixed2 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
  background-attachment: fixed;
}
.h_imgFull {
  display: block;
  overflow: hidden;
}
.h_imgFull img,
.h_imgFull video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_imgFull2 {
  display: block;
  overflow: hidden;
}
.h_imgFull2 img,
.h_imgFull2 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.h_rc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.h_rcc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.h_rcfe {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.h_rcsa {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.h_rcsb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_rcse {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.h_rbc {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
.h_rbfe {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.h_rbsa {
  display: flex;
  align-items: baseline;
  justify-content: space-around;
  flex-wrap: wrap;
}
.h_rbsb {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_rbse {
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.h_rfs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.h_rfsc {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.h_rfsfe {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.h_rfssa {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
.h_rfssb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_rfsse {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.h_rfe {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.h_rfec {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.h_rfefe {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.h_rfesa {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  flex-wrap: wrap;
}
.h_rfesb {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_rfese {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.h_rs {
  display: flex;
  align-items: stretch;
}
.h_rsfe {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.h_rssa {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
}
.h_rssb {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_rsse {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.h_rnw {
  flex-wrap: nowrap;
}
.h_t_line {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_t_lines {
  --lines: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--lines);
  -webkit-box-orient: vertical;
}
.h_t_lines.lines2 {
  --lines: 2;
}
.h_t_lines.lines3 {
  --lines: 3;
}
.h_t_lines.lines4 {
  --lines: 4;
}
.h_t_lines.lines5 {
  --lines: 5;
}
.h_t_lines.lines6 {
  --lines: 6;
}
.h_t_lines.lines7 {
  --lines: 7;
}
.h_t_lines.lines8 {
  --lines: 8;
}
.h_t_lines.lines9 {
  --lines: 9;
}
.h_t_lines.lines10 {
  --lines: 10;
}
.h_1500 {
  margin: 0 auto;
  max-width: 1500px;
  width: calc(100% - var(--w-padding));
}
.h_1440 {
  margin: 0 auto;
  max-width: 1440px;
  width: calc(100% - var(--w-padding));
}
.h_1400 {
  margin: 0 auto;
  max-width: 1400px;
  width: calc(100% - var(--w-padding));
}
.h_1300 {
  margin: 0 auto;
  max-width: 1300px;
  width: calc(100% - var(--w-padding));
}
.h_1280 {
  margin: 0 auto;
  max-width: 1280px;
  width: calc(100% - var(--w-padding));
}
.h_1200 {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - var(--w-padding));
}
.h_p100 {
  padding: 100px 0;
}
.h_p90 {
  padding: 90px 0;
}
.h_p80 {
  padding: 80px 0;
}
.h_p70 {
  padding: 70px 0;
}
.h_p60 {
  padding: 60px 0;
}
.h_pt64 {
  padding-top: 64px;
}
.h_p40 {
  padding: 40px 0;
}
.h_p30s {
  padding: 30px;
}
.h_mt60 {
  margin-top: 60px;
}
.h_mt48 {
  margin-top: 48px;
}
.h_mt40 {
  margin-top: 40px;
}
.h_mt30 {
  margin-top: 30px;
}
.h_mt60 {
  margin-top: 60px;
}
.h_mt70 {
  margin-top: 70px;
}
.h_mt80 {
  margin-top: 80px;
}
.h_mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .h_p100 {
    padding: 70px 0;
  }
  .h_p90,
  .h_p80,
  .h_p70 {
    padding: 60px 0;
  }
  .h_pt64 {
    padding-top: 60px;
  }
  .h_mt100 {
    margin-top: 60px;
  }
  .h_mt60,
  .h_mt70,
  .h_mt80 {
    margin-top: 50px;
  }
  .h_mt48 {
    margin-top: 40px;
  }
  .h_row.rowxl10 {
    --rown: 10;
  }
  .h_row.rowxl9 {
    --rown: 9;
  }
  .h_row.rowxl8 {
    --rown: 8;
  }
  .h_row.rowxl7 {
    --rown: 7;
  }
  .h_row.rowxl6 {
    --rown: 6;
  }
  .h_row.rowxl5 {
    --rown: 5;
  }
  .h_row.rowxl4 {
    --rown: 4;
  }
  .h_row.rowxl3 {
    --rown: 3;
  }
  .h_row.rowxl2 {
    --rown: 2;
  }
  .h_row.rowxl1 {
    --rown: 1;
  }
}
@media screen and (max-width: 1200px) {
  .h_p100 {
    padding: 50px 0;
  }
  .h_mt100 {
    margin-top: 50px;
  }
  .h_mt80,
  .h_mt70,
  .h_mt60 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --w-padding: 60px;
  }
  .h_mt100 {
    margin-top: 40px;
  }
  .h_mt40,
  .h_mt60,
  .h_mt48 {
    margin-top: 30px;
  }
  .h_p100,
  .h_p90,
  .h_p80,
  .h_p60,
  .h_p70 {
    padding: 40px 0;
  }
  .h_pt64 {
    padding-top: 40px;
  }
  .h_row.rowl8 {
    --rown: 8;
  }
  .h_row.rowl7 {
    --rown: 7;
  }
  .h_row.rowl6 {
    --rown: 6;
  }
  .h_row.rowl5 {
    --rown: 5;
  }
  .h_row.rowl4 {
    --rown: 4;
  }
  .h_row.rowl3 {
    --rown: 3;
  }
  .h_row.rowl2 {
    --rown: 2;
  }
  .h_row.rowl1 {
    --rown: 1;
  }
}
@media screen and (max-width: 768px) {
  .h_mt60,
  .h_mt80,
  .h_mt70,
  .h_mt100,
  .h_mt48 {
    margin-top: 30px;
  }
  .h_p100,
  .h_p90,
  .h_p80,
  .h_p60 {
    padding: 30px 0;
  }
  .h_pt64 {
    padding-top: 30px;
  }
  .h_mt30 {
    margin-top: 20px;
  }
  .h_row.rowm7 {
    --rown: 7;
  }
  .h_row.rowm6 {
    --rown: 6;
  }
  .h_row.rowm5 {
    --rown: 5;
  }
  .h_row.rowm4 {
    --rown: 4;
  }
  .h_row.rowm3 {
    --rown: 3;
  }
  .h_row.rowm2 {
    --rown: 2;
  }
  .h_row.rowm1 {
    --rown: 1;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --w-padding: 30px;
  }
  .h_row.rows6 {
    --rown: 6;
  }
  .h_row.rows5 {
    --rown: 5;
  }
  .h_row.rows4 {
    --rown: 4;
  }
  .h_row.rows3 {
    --rown: 3;
  }
  .h_row.rows2 {
    --rown: 2;
    --c-gap: calc(var(--w-padding, 30px)/2) !important;
    --r-gap: calc(var(--w-padding, 30px)/2) !important;
  }
  .h_row.rows1 {
    --rown: 1;
    --r-gap: calc(var(--w-padding, 30px)/2) !important;
  }
  .h_p100,
  .h_p90,
  .h_p80,
  .h_p60,
  .h_p40,
  .h_p70 {
    padding: 16px 0;
  }
  .h_mt60,
  .h_mt80,
  .h_mt70,
  .h_mt48,
  .h_mt100,
  .h_mt30,
  .h_mt40,
  .h_mt60 {
    margin-top: 15px;
  }
  .h_pt64 {
    padding-top: 16px;
  }
}
