/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
/* */
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item {
  position: relative;
  width: 100%;
  height: 100%;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay {
  width: 100%;
  height: 100%;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -35%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 75rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
    padding: 15px;
    border-radius: 10px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
  color: #FF6B00;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0;
  position: relative;
  transform: translateY(-20px);
  transition: all 0.8s ease;
  visibility: hidden;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 56px;
    line-height: 66px;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 76px;
    line-height: 86px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title br {
    display: none;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  color: #000000;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  transition: all 0.8s ease;
  visibility: hidden;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  margin-bottom: 1.25rem;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc strong {
  font-weight: 700;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc p {
  line-height: 26px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc p {
    line-height: 20px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
    margin-bottom: 5px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button {
  display: inline-flex;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.8s ease;
  transition-delay: 1000ms;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link {
  white-space: nowrap;
  background: #FF6B00;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.4s;
  font-size: 16px;
  line-height: 18px;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link {
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link::after {
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link::after {
    margin-left: 5px;
    font-size: 12px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link:hover {
  transform: translateY(-5px);
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button {
  display: inline-flex;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.8s ease;
  transition-delay: 1000ms;
  justify-content: center;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button {
    width: 80%;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item {
  white-space: nowrap;
  transition: 0.4s;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item {
    margin-right: 5px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item:last-child {
  margin-right: 0;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item a {
  font-weight: 500;
  padding: 15px 20px;
  line-height: 1;
  border-radius: 35px;
  background: #FF6B00;
  color: #ffffff;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item a i {
  margin-left: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item a {
    font-size: 10px;
    padding: 10px 15px;
  }
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item a i {
    display: none;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item:hover {
  transform: translateY(-5px);
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-title {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 400ms;
  visibility: visible;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-desc {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 400ms;
  visibility: visible;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content ._button {
  transform: scale(1);
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content ._list_button {
  transform: scale(1);
}
.section.hb_banner_home .swiper-button {
  border: 1px solid #C8C8C8 !important;
  background: #ffffff !important;
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-button {
    display: none !important;
  }
}
.section.hb_banner_home .swiper-button::before {
  opacity: 1;
  line-height: 20px;
  color: #3D3D3D;
  font-weight: 700;
}
.section.hb_banner_home .swiper-button::before {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-button::before {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-button::before {
    font-size: 1.25rem;
  }
}
.section.hb_banner_home .swiper-button:hover {
  border: 1px solid #FF6B00 !important;
}
.section.hb_banner_home .swiper-button:hover::before {
  color: #ffffff;
}
.section.hb_banner_home .swiper-button.swiper-button-prev {
  left: 5.5% !important;
}
.section.hb_banner_home .swiper-button.swiper-button-next {
  right: 5.5% !important;
}
.section.hb_banner_home .swiper-controls {
  height: 0;
}
.section.hb_banner_home .swiper-pagination {
  bottom: 30px;
  margin-top: 0;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  box-shadow: 0 0 0 0.5px #ffffff;
  opacity: 1;
  width: 15px !important;
  height: 2px !important;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-next,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-next-next,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-prev,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-main,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF6B00 !important;
  box-shadow: 0 0 0 1.5px #FF6B00 !important;
  width: 20px !important;
  height: 2px !important;
}

/* */
.hb_services_home {
  background: #FFFEF3;
}
.hb_services_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_services_home {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_services_home {
    padding-top: 5rem;
  }
}
.hb_services_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_services_home {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_services_home {
    padding-bottom: 5rem;
  }
}
.hb_services_home .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.hb_services_home .flex-info .cell {
  width: 100%;
}
.hb_services_home .flex-info .cell-left .heading-title {
  margin-bottom: 0;
  text-transform: unset;
  text-align: center;
}
.hb_services_home .flex-info .cell-right .news-list {
  margin: -1px;
}
.hb_services_home .flex-info .cell-right .news-list .w-swiper {
  padding: 1px;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-slide .item {
  border: 0.5px solid #8C8C8C;
  padding: 10px;
  border-radius: 15px;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .cover {
  border-radius: 10px;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content {
  padding-top: 15px;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content ._title {
  line-height: 1;
  margin-bottom: 10px;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content ._title a {
  text-transform: uppercase;
  font-weight: 600;
  color: #2B2B2B;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content ._title a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content ._title a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content ._title a {
    font-size: 14px;
    line-height: 18px;
  }
}
.hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content ._title a:hover {
  color: #FF6B00;
  text-decoration: underline;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content .excerpt {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #575757;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content ._line {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content ._line::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  border-radius: 8px;
  height: 1px;
  padding: 1px;
  background: linear-gradient(90deg, #8C8C8C 0%, rgba(140, 140, 140, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content .meta {
  display: none;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content ._button_item {
  margin-bottom: 5px;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content ._button_item a {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #FF6B00;
  transition: 0.4s;
  display: inline-flex;
  align-items: center;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content ._button_item a i {
  font-weight: 500;
  transform: rotate(-45deg);
  margin-left: 5px;
  margin-top: -1.5px;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-slide .item .content ._button_item a:hover {
  color: #2B2B2B;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-button {
  border: 1px solid #C8C8C8 !important;
  background: #ffffff !important;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_services_home .flex-info .cell-right .news-list .swiper-button {
    display: none !important;
  }
}
.hb_services_home .flex-info .cell-right .news-list .swiper-button::before {
  opacity: 1;
  line-height: 20px;
  color: #3D3D3D;
  font-weight: 700;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-button::before {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .hb_services_home .flex-info .cell-right .news-list .swiper-button::before {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_services_home .flex-info .cell-right .news-list .swiper-button::before {
    font-size: 1.25rem;
  }
}
.hb_services_home .flex-info .cell-right .news-list .swiper-button:hover {
  border: 1px solid #FF6B00 !important;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-button:hover::before {
  color: #ffffff;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-button.swiper-button-prev {
  left: -24px !important;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-button.swiper-button-next {
  right: -24px !important;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-controls {
  height: 0;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-pagination {
  bottom: -20px;
  margin-top: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_services_home .flex-info .cell-right .news-list .swiper-pagination {
    display: none;
  }
}
.hb_services_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet {
  background-color: #A3A3A3;
  box-shadow: 0 0 0 0.5px #A3A3A3;
  opacity: 1;
  width: 15px !important;
  height: 2px !important;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active-next,
.hb_services_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active-next-next,
.hb_services_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active-prev,
.hb_services_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.hb_services_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active-main,
.hb_services_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF6B00 !important;
  box-shadow: 0 0 0 1.5px #FF6B00 !important;
  width: 20px !important;
  height: 2px !important;
}
.hb_services_home ._button {
  position: relative;
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.hb_services_home ._button {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.hb_services_home ._button {
  padding-top: 3.75rem;
}
@media only screen and (min-width: 48rem) {
  .hb_services_home ._button {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_services_home ._button {
    padding-top: 2.5rem;
  }
}
.hb_services_home ._button::before, .hb_services_home ._button::after {
  content: "";
}
@media only screen and (max-width: 47.99875rem) {
  .hb_services_home ._button::before, .hb_services_home ._button::after {
    display: none;
  }
}
.hb_services_home ._button::before {
  position: absolute;
  width: 527px;
  height: 4px;
  border-radius: 5px;
  top: 72%;
  transform: translateY(-72%);
  left: 0;
  background: #FF6B00;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_services_home ._button::before {
    width: 227px;
    top: 73%;
    transform: translateY(-73%);
  }
}
.hb_services_home ._button::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #6B6B6B;
}
.hb_services_home ._button a {
  font-weight: 400;
  padding: 15px 30px;
  line-height: 1;
  border-radius: 35px;
  background: #ffffff;
  border: 1px solid #FF6B00;
  color: #FF6B00;
  display: inline-flex;
  align-items: baseline;
  transition: 0.4s;
  white-space: nowrap;
}
.hb_services_home ._button a i {
  font-weight: 400;
  margin-left: 5px;
}
.hb_services_home ._button a:hover {
  transform: translateY(-5px);
  background: #FF6B00;
  color: #ffffff;
}

/* */
.hb_courses_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_courses_home {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_courses_home {
    padding-top: 5rem;
  }
}
.hb_courses_home {
  padding-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_courses_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_courses_home {
    padding-bottom: 5rem;
  }
}
.hb_courses_home ._button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb_courses_home ._button {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .hb_courses_home ._button {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_courses_home ._button {
    padding-top: 2.5rem;
  }
}
.hb_courses_home ._button a {
  font-weight: 400;
  padding: 15px 30px;
  line-height: 1;
  border-radius: 35px;
  background: #ffffff;
  border: 1px solid #FF6B00;
  color: #FF6B00;
  display: inline-flex;
  align-items: baseline;
  transition: 0.4s;
  white-space: nowrap;
}
.hb_courses_home ._button a i {
  font-weight: 400;
  margin-left: 5px;
}
.hb_courses_home ._button a:hover {
  transform: translateY(-5px);
  background: #FF6B00;
  color: #ffffff;
}
.hb_courses_home .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.hb_courses_home .flex-info .cell {
  width: 100%;
}
.hb_courses_home .flex-info .cell-left .heading-title {
  text-align: center;
  text-transform: unset;
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .hb_courses_home .flex-info .cell-right .lists-swiper {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
.hb_courses_home .flex-info .cell-right .lists-swiper .item_design {
  background: #FF6B00;
  border-radius: 15px;
  color: #ffffff;
  padding: 20px;
}
@media only screen and (min-width: 64rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .item_design {
    grid-column: span 1;
    grid-row: span 2;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .item_design {
    margin-bottom: 20px;
  }
}
.hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._sub {
  font-weight: 400;
  padding: 10px 20px;
  background: #FF7E20;
  border-radius: 100px;
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._sub {
    font-size: 18px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._sub {
    font-size: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._sub {
    font-size: 16px;
  }
}
.hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._titles {
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._titles {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._titles {
    font-size: 34px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._titles {
    font-size: 18px;
    line-height: 30px;
  }
}
.hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._images {
  margin-bottom: 50px;
  position: relative;
}
.hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._images a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  height: 50px;
  width: auto;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._images a img {
  width: 74px;
  height: 30px;
  object-fit: contain;
}
.hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._buttons {
  text-align: center;
}
.hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._buttons a {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: row-reverse;
  border: 1px solid;
  padding: 12px 20px 10px;
  border-radius: 100px;
  color: #ffffff;
  transition: 0.4s;
}
.hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._buttons a {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._buttons a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._buttons a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._buttons a {
    font-size: 15px;
  }
}
.hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._buttons a i {
  transform: rotate(45deg);
}
.hb_courses_home .flex-info .cell-right .lists-swiper .item_design ._buttons a:hover {
  transform: translateY(-5px);
}
@media only screen and (min-width: 64rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper {
    grid-column: span 2;
    grid-row: span 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .swiper-slide {
    margin-bottom: 20px;
  }
  .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .swiper-slide:last-child {
    margin-bottom: 0;
  }
}
.hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item {
  position: relative;
  transition: 0.4s;
}
.hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .cover {
  border-radius: 15px;
}
.hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .cover .res {
  aspect-ratio: 16/9;
}
.hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .cover .res .link-cover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(36, 36, 36, 0) 0%, #242424 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .content {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .content {
    bottom: 15px;
    left: 20px;
    right: 20px;
  }
}
.hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .content ._title {
  margin-bottom: 5px;
}
.hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .content ._title a {
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (min-width: 48rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .content ._title a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .content ._title a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .content ._title a {
    font-size: 16px;
  }
}
.hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .content .excerpt, .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .content ._line, .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .content .meta {
  display: none !important;
}
.hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .content ._button_item a {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: baseline;
}
@media only screen and (min-width: 48rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .content ._button_item a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .content ._button_item a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .content ._button_item a {
    font-size: 16px;
  }
}
.hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item .content ._button_item a i {
  transform: rotate(-45deg) translateY(2px);
  margin-left: 3px;
  font-weight: 500;
}
.hb_courses_home .flex-info .cell-right .lists-swiper .lists-wrapper .item:hover .content ._button_item a {
  color: #FF6B00;
}
/* */
.hb_content_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_content_home {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_content_home {
    padding-top: 1.875rem;
  }
}
.hb_content_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_content_home {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_content_home {
    padding-bottom: 5rem;
  }
}
.hb_content_home .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.hb_content_home .flex-info .cell {
  width: 100%;
}
.hb_content_home .flex-info .cell-left .heading-title {
  text-align: center;
  text-transform: unset;
  margin-bottom: 0;
}
.hb_content_home .flex-info .cell-right ._list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.hb_content_home .flex-info .cell-right ._list {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_content_home .flex-info .cell-right ._list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_content_home .flex-info .cell-right ._list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hb_content_home .flex-info .cell-right ._list ._item {
  position: relative;
  background: #FF6B00;
  color: #ffffff;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  text-align: center;
  border: 1px solid #FF6B00;
}
.hb_content_home .flex-info .cell-right ._list ._item ._content ._title {
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .hb_content_home .flex-info .cell-right ._list ._item ._content ._title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_content_home .flex-info .cell-right ._list ._item ._content ._title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_content_home .flex-info .cell-right ._list ._item ._content ._title {
    font-size: 20px;
    line-height: 34px;
  }
}
.hb_content_home .flex-info .cell-right ._list ._item ._content ._desc {
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (min-width: 48rem) {
  .hb_content_home .flex-info .cell-right ._list ._item ._content ._desc {
    font-size: 15px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_content_home .flex-info .cell-right ._list ._item ._content ._desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_content_home .flex-info .cell-right ._list ._item ._content ._desc {
    font-size: 14px;
    line-height: 22px;
  }
}
.hb_content_home .flex-info .cell-right ._list ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_content_home .flex-info .cell-right ._list ._item:hover {
  background: #ffffff;
}
.hb_content_home .flex-info .cell-right ._list ._item:hover ._content ._title {
  color: #FF6B00;
}
.hb_content_home .flex-info .cell-right ._list ._item:hover ._content ._desc {
  color: #FF6B00;
}
/* */
.hb_news_home {
  background: #FFFEF3;
}
.hb_news_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-top: 5rem;
  }
}
.hb_news_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-bottom: 5rem;
  }
}
.hb_news_home .flex-info {
  grid-gap: 3.75rem;
  gap: 3.75rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_home .flex-info {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.hb_news_home .flex-info .cell {
  width: 100%;
}
.hb_news_home .flex-info .cell-left .heading-title {
  margin-bottom: 0;
  text-transform: unset;
}
@media only screen and (min-width: 64rem) {
  .hb_news_home .flex-info .cell-right .news-list {
    margin: -5px;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home .flex-info .cell-right .news-list .w-swiper {
    padding: 5px;
  }
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item {
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1490196078);
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .cover {
  border-radius: 15px 15px 0 0;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content {
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content ._title {
  line-height: 1;
  margin-bottom: 10px;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content ._title a {
  font-weight: 600;
  color: #2B2B2B;
  width: 100%;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content ._title a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content ._title a {
    font-size: 17px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content ._title a {
    font-size: 14px;
    line-height: 20px;
  }
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content ._title a:hover {
  color: #FF6B00;
  text-decoration: underline;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content .excerpt {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #575757;
  margin-bottom: 15px;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content ._line {
  display: none;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content .meta {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content .meta::before {
  display: inline-block;
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
  font-weight: 400;
  margin-top: -5px;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content .meta .post-author {
  display: none;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content ._button_item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  background: #FF6B00;
  border: 1px solid #FF6B00;
  transition: 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 13px 15px 9px;
  border-radius: 100px;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content ._button_item a i {
  font-weight: 500;
  margin-left: 5px;
  margin-top: -3px;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-slide .item .content ._button_item a:hover {
  color: #FF6B00;
  background: transparent;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-button {
  border: 1px solid #C8C8C8 !important;
  background: #ffffff !important;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_home .flex-info .cell-right .news-list .swiper-button {
    display: none !important;
  }
}
.hb_news_home .flex-info .cell-right .news-list .swiper-button::before {
  opacity: 1;
  line-height: 20px;
  color: #3D3D3D;
  font-weight: 700;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-button::before {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .news-list .swiper-button::before {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home .flex-info .cell-right .news-list .swiper-button::before {
    font-size: 1.25rem;
  }
}
.hb_news_home .flex-info .cell-right .news-list .swiper-button:hover {
  border: 1px solid #FF6B00 !important;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-button:hover::before {
  color: #ffffff;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-button.swiper-button-prev {
  left: 5.5% !important;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-button.swiper-button-next {
  right: 5.5% !important;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-controls {
  height: 0;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination {
  bottom: -20px;
  margin-top: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .news-list .swiper-pagination {
    display: none;
  }
}
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet {
  background-color: #A3A3A3;
  box-shadow: 0 0 0 0.5px #A3A3A3;
  opacity: 1;
  width: 15px !important;
  height: 2px !important;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active-next,
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active-next-next,
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active-prev,
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active-main,
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF6B00 !important;
  box-shadow: 0 0 0 1.5px #FF6B00 !important;
  width: 20px !important;
  height: 2px !important;
}
.hb_news_home ._button {
  position: relative;
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.hb_news_home ._button {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.hb_news_home ._button {
  padding-top: 3.75rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home ._button {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home ._button {
    padding-top: 3.125rem;
  }
}
.hb_news_home ._button::before, .hb_news_home ._button::after {
  content: "";
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home ._button::before, .hb_news_home ._button::after {
    display: none;
  }
}
.hb_news_home ._button::before {
  position: absolute;
  width: 527px;
  height: 4px;
  border-radius: 5px;
  top: 75.5%;
  transform: translateY(-75.5%);
  left: 0;
  background: #FF6B00;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_home ._button::before {
    width: 227px;
    top: 73%;
    transform: translateY(-73%);
  }
}
.hb_news_home ._button::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #6B6B6B;
}
.hb_news_home ._button a {
  font-weight: 400;
  padding: 15px 30px;
  line-height: 1;
  border-radius: 35px;
  background: #ffffff;
  border: 1px solid #FF6B00;
  color: #FF6B00;
  display: inline-flex;
  align-items: baseline;
  transition: 0.4s;
  white-space: nowrap;
}
.hb_news_home ._button a i {
  font-weight: 400;
  margin-left: 5px;
}
.hb_news_home ._button a:hover {
  transform: translateY(-5px);
  background: #FF6B00;
  color: #ffffff;
}

/* */
.hb_customer_home .title-container {
  margin-bottom: 50px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_customer_home .title-container {
    margin-bottom: 30px;
  }
}
.hb_customer_home .title-container .heading-title {
  text-align: center;
  text-transform: unset;
  margin-bottom: 0;
}
.hb_customer_home .swiper-container .w-swiper .swiper-slide .item {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 15px;
  background: #F1F1F1;
  border-radius: 25px;
}
.hb_customer_home .swiper-container .w-swiper .swiper-slide .item {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.hb_customer_home .swiper-container .w-swiper .swiper-slide .item .overlay {
  aspect-ratio: 2/3;
  border-radius: 20px;
  height: 100%;
  width: 178px;
  overflow: hidden;
}
.hb_customer_home .swiper-container .w-swiper .swiper-slide .item .overlay picture {
  width: 100%;
  height: 100%;
}
.hb_customer_home .swiper-container .w-swiper .swiper-slide .item .overlay picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb_customer_home .swiper-container .w-swiper .swiper-slide .item .contents {
  position: relative;
  flex: 1;
  z-index: 1;
}
.hb_customer_home .swiper-container .w-swiper .swiper-slide .item .contents::before {
  position: absolute;
  content: "";
  background: url("data:image/png;base64,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") no-repeat top center;
  background-size: contain;
  width: 68px;
  height: 48px;
  top: -35px;
  left: 5px;
  z-index: -1;
}
.hb_customer_home .swiper-container .w-swiper .swiper-slide .item .contents ._title {
  color: #252525;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .hb_customer_home .swiper-container .w-swiper .swiper-slide .item .contents ._title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_customer_home .swiper-container .w-swiper .swiper-slide .item .contents ._title {
    font-size: 21px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_customer_home .swiper-container .w-swiper .swiper-slide .item .contents ._title {
    font-size: 14px;
    line-height: 20px;
  }
}
.hb_customer_home .swiper-container .w-swiper .swiper-slide .item .contents ._desc {
  font-size: 14px;
  color: #616161;
}
.hb_customer_home .swiper-container .w-swiper .swiper-slide .item .contents ._desc p {
  line-height: 22px;
}
.hb_customer_home .swiper-container .w-swiper .swiper-slide .item .contents ._desc p hr {
  margin-bottom: 16px;
}
.hb_customer_home .swiper-container .w-swiper .swiper-slide .item .contents ._desc p strong {
  font-weight: 600;
}

.hb_customer_home.left {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .hb_customer_home.left {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_customer_home.left {
    padding-top: 5rem;
  }
}
.hb_customer_home.left {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_customer_home.left {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_customer_home.left {
    padding-bottom: 1.875rem;
  }
}

.hb_customer_home.right {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_customer_home.right {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_customer_home.right {
    padding-bottom: 5rem;
  }
}

/* */
/* */
/* */
/* */