body {
  color: #1B1B1B;
}
@media screen and (max-width: 992px) {
  body * {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media screen and (max-width: 992px) {
  body, html {
    overflow-x: hidden;
  }
}

.blog-page .info {
  transition: 0.4s;
}
.blog-page .blog-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-page .blog-main-banner {
  border-top: 1px solid #E8E8E8;
}
@media screen and (max-width: 992px) {
  .blog-page .blog-main-banner {
    border-top: none;
  }
}
.blog-page .blog-main-banner .blog-title {
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 56px */
  letter-spacing: -2.24px;
  padding: 96px 0px 64px 80px;
}
@media screen and (max-width: 992px) {
  .blog-page .blog-main-banner .blog-title {
    padding: 26px;
    position: absolute;
    color: white;
  }
}
.blog-page .blog-main-banner .blog-main-banner__row {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 992px) {
  .blog-page .blog-main-banner .blog-main-banner__row {
    width: 100vw;
    flex-direction: column;
  }
  .blog-page .blog-main-banner .blog-main-banner__row .blog-main-banner__col {
    width: 100vw !important;
  }
  .blog-page .blog-main-banner .blog-main-banner__row .content {
    justify-content: space-between;
  }
  .blog-page .blog-main-banner .blog-main-banner__row .blog-main-img {
    width: 100vw !important;
    order: 1;
  }
}
.blog-page .blog-main-banner .blog-main-banner__row .post-link {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 1292px;
  height: 432px;
}
.blog-page .blog-main-banner .blog-main-banner__row .blog-main-banner__col-arrow {
  background-color: #FF00E6;
  height: 432px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .blog-page .blog-main-banner .blog-main-banner__row .blog-main-banner__col-arrow {
    order: 2;
    height: auto;
  }
  .blog-page .blog-main-banner .blog-main-banner__row .blog-main-banner__col-arrow .blog-main-banner-arrow {
    display: none;
  }
}
.blog-page .blog-main-banner .blog-main-banner__row .blog-main-banner__col-arrow .blog-main-banner__col {
  display: flex;
  flex-direction: column;
  width: 862px;
  gap: 27px;
  padding: 40px 24px;
}
.blog-page .blog-main-banner .blog-main-banner__row .blog-main-banner__col-arrow .blog-main-banner__col .title-block {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 34px */
  letter-spacing: -0.68px;
  color: #fff;
  width: 360px;
}
.blog-page .blog-main-banner .blog-main-banner__row .blog-main-banner__col-arrow .blog-main-banner__col .content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog-page .blog-main-banner .blog-main-banner__row .blog-main-banner__col-arrow .blog-main-banner__col .content .info {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 10px */
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  padding: 4px 5px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
  transition: 0.4s;
}
.blog-page .blog-main-banner .blog-main-banner__row .blog-main-banner__col-arrow .blog-main-banner__col .content .info:hover {
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.blog-page .blog-main-banner .blog-main-banner__row .blog-main-banner__col-arrow .blog-main-banner__col .content .date {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 12.1px */
  color: #fff;
}
.blog-page .blog-main-banner .blog-main-banner__row .blog-main-banner__col-arrow .blog-main-banner-arrow {
  margin-left: 24px;
  padding-bottom: 40px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.blog-page .blog-main-banner .blog-main-banner__row .blog-main-img {
  width: 430px;
  transition: all 0.4s ease;
}
.blog-page .blog-main-banner__row:hover .blog-main-banner-arrow {
  opacity: 1 !important;
}
.blog-page .blog-main-banner__row:hover .blog-main-img {
  transform: scale(2);
  transition: all 0.4s ease;
}
.blog-page .blog-article .blog-article__row {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .blog-page .blog-article .blog-article__row {
    flex-direction: column;
    width: 100vw;
  }
  .blog-page .blog-article .blog-article__row .blog-header div {
    width: auto !important;
    text-wrap: wrap !important;
    color: var(--gray-900, #1B1B1B);
    font-feature-settings: "clig" off, "liga" off;
    /* Medium/17px */
    font-family: Factor A;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 22.1px */
  }
  .blog-page .blog-article .blog-article__row .content {
    padding: 0 26px;
  }
  .blog-page .blog-article .blog-article__row .blog-article__col {
    height: auto;
    width: 100vw;
    padding: 0;
    margin-bottom: 40px;
  }
  .blog-page .blog-article .blog-article__row .blog-article__col:last-child {
    border-bottom: none;
  }
  .blog-page .blog-article .blog-article__row .blog-article__col .blog-img {
    width: 100vw !important;
  }
  .blog-page .blog-article .blog-article__row .blog-article__col .blog-img img {
    width: 100vw !important;
  }
}
.blog-page .blog-article .blog-article__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 430.5px;
  height: 619px;
  padding: 40px 24px;
  border-left: 1px solid #E8E8E8;
  position: relative;
}
.blog-page .blog-article .blog-article__col .post-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 430.5px;
  height: 619px;
}
.blog-page .blog-article .blog-article__col .blog-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-page .blog-article .blog-article__col .blog-header .blog-img {
  overflow: hidden;
  width: 384px;
  height: 384px;
}
.blog-page .blog-article .blog-article__col .blog-header .img {
  transition: all 0.4s ease;
}
.blog-page .blog-article .blog-article__col .blog-header div {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 22.1px */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 312px;
}
.blog-page .blog-article .blog-article__col .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-page .blog-article .blog-article__col .content .info {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 11px */
  text-transform: uppercase;
  color: #fff;
  display: flex;
  padding: 4px 5px;
  align-items: center;
  gap: 4px;
  border-radius: 1px;
  background: #BFC6D0;
  z-index: 2;
}
.blog-page .blog-article .blog-article__col .content .info:hover {
  border-radius: 1px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #BFC6D0;
}
.blog-page .blog-article .blog-article__col .content .date {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 12.1px */
  color: #333;
}
.blog-page .blog-article .blog-article__col:last-child {
  border-bottom: 1px solid #E8E8E8;
}
.blog-page .blog-article .blog-article__col:hover img.img {
  transform: scale(1.5);
  transition: all 0.4s ease;
}
.blog-page .blog-systems .blog-systems__row {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .blog-page .blog-systems .blog-systems__row {
    flex-direction: column;
    width: 100vw;
  }
  .blog-page .blog-systems .blog-systems__row .blog-systems__right-col {
    padding: 0 !important;
    width: 100vw !important;
    padding-bottom: 40px !important;
  }
  .blog-page .blog-systems .blog-systems__row .blog-systems__right-col div {
    color: var(--gray-900, #1B1B1B);
    font-feature-settings: "clig" off, "liga" off;
    /* Medium/17px */
    font-family: Factor A;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 22.1px */
    width: auto !important;
    text-wrap: wrap !important;
  }
  .blog-page .blog-systems .blog-systems__row .blog-systems__right-col .content {
    padding: 0 26px;
  }
  .blog-page .blog-systems .blog-systems__row .blog-systems__right-col .blog-img-sys {
    width: 100vw !important;
  }
  .blog-page .blog-systems .blog-systems__row .blog-systems__right-col .blog-img-sys img {
    width: 100vw !important;
  }
  .blog-page .blog-systems .blog-systems__row .blog-systems__left-col {
    width: 100vw !important;
    padding: 0 !important;
    height: 592px !important;
    flex-direction: column-reverse !important;
    padding-bottom: 40px !important;
  }
  .blog-page .blog-systems .blog-systems__row .blog-systems__left-col .content {
    padding: 0 26px;
    display: none !important;
  }
  .blog-page .blog-systems .blog-systems__row .blog-systems__left-col .content.mob {
    display: flex !important;
  }
  .blog-page .blog-systems .blog-systems__row .blog-systems__left-col h4 {
    padding: 0 26px;
  }
  .blog-page .blog-systems .blog-systems__row .blog-systems__left-col .blog-img-sys {
    width: 100vw !important;
  }
  .blog-page .blog-systems .blog-systems__row .blog-systems__left-col .blog-img-sys.first {
    top: 0;
  }
  .blog-page .blog-systems .blog-systems__row .blog-systems__left-col .blog-img-sys img {
    height: 360px;
    object-fit: cover;
    width: 100vw;
  }
}
.blog-page .blog-systems .blog-systems__row .blog-systems__left-col {
  display: flex;
  flex-direction: column;
  background-color: #040028;
  width: 861px;
  height: 619px;
  position: relative;
  padding: 40px 0px 40px 24px;
  gap: 24px;
  position: relative;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__left-col .post-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 861px;
  height: 619px;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__left-col .content.mob {
  display: none;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__left-col div {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
  color: #fff;
  width: 360px;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__left-col .content {
  display: flex;
  width: 384px;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__left-col .content .info {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 10px */
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  padding: 4px 5px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__left-col .content .info:hover {
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.blog-page .blog-systems .blog-systems__row .blog-systems__left-col .content .date {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 12.1px */
  color: #fff;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__left-col .blog-img-sys.first {
  width: 432px;
  height: 432px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__left-col .blog-img-sys.first img {
  transition: all 0.4s ease;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__left-col:hover img {
  transform: scale(1.5);
  transition: all 0.4s ease;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__right-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 23px;
  position: relative;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__right-col .info:hover {
  border-radius: 1px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #BFC6D0;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__right-col .post-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 430.5px;
  height: 619px;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__right-col .blog-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__right-col .blog-header .blog-img-sys.second {
  width: 384px;
  height: 384px;
  overflow: hidden;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__right-col .blog-header .blog-img-sys.second img {
  transition: all 0.4s ease;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__right-col .blog-header div {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 22.1px */
  overflow: hidden;
  white-space: nowrap;
  width: 312px;
  text-overflow: ellipsis;
}
.blog-page .blog-systems .blog-systems__row .content {
  display: flex;
  justify-content: space-between;
}
.blog-page .blog-systems .blog-systems__row .content .info {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 11px */
  text-transform: uppercase;
  color: #fff;
  display: flex;
  padding: 4px 5px;
  align-items: center;
  gap: 4px;
  border-radius: 1px;
  background: #BFC6D0;
  z-index: 2;
}
.blog-page .blog-systems .blog-systems__row .content .date {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 12.1px */
  color: #333;
}
.blog-page .blog-systems .blog-systems__row .blog-systems__right-col:hover img {
  transform: scale(1.5);
}
.blog-page .blog-article-second .blog-article-second__row {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .blog-page .blog-article-second .blog-article-second__row {
    flex-direction: column;
  }
  .blog-page .blog-article-second .blog-article-second__row .blog-article-second__col {
    height: auto;
    padding: 0 !important;
    width: 100vw !important;
    padding-bottom: 40px !important;
  }
  .blog-page .blog-article-second .blog-article-second__row .blog-article-second__col .content {
    padding: 0 26px;
  }
  .blog-page .blog-article-second .blog-article-second__row .blog-article-second__col div {
    text-wrap: wrap !important;
    width: auto !important;
    color: var(--gray-900, #1B1B1B);
    font-feature-settings: "clig" off, "liga" off;
    /* Medium/17px */
    font-family: Factor A;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 22.1px */
  }
  .blog-page .blog-article-second .blog-article-second__row .blog-article-second__col .blog-img {
    width: 100vw !important;
  }
  .blog-page .blog-article-second .blog-article-second__row .blog-article-second__col .blog-img img {
    width: 100vw !important;
  }
}
.blog-page .blog-article-second .blog-article-second__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 430.5px;
  height: 619px;
  padding: 40px 24px;
  border-left: 1px solid #E8E8E8;
  position: relative;
}
.blog-page .blog-article-second .blog-article-second__col .post-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 430.5px;
  height: 619px;
}
.blog-page .blog-article-second .blog-article-second__col .blog-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-page .blog-article-second .blog-article-second__col .blog-header .blog-img {
  width: 384px;
  height: 384px;
  overflow: hidden;
}
.blog-page .blog-article-second .blog-article-second__col .blog-header .blog-img img {
  transition: all 0.4s ease;
}
.blog-page .blog-article-second .blog-article-second__col .blog-header div {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 22.1px */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 312px;
}
.blog-page .blog-article-second .blog-article-second__col .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-page .blog-article-second .blog-article-second__col .content .info {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 11px */
  text-transform: uppercase;
  color: #fff;
  display: flex;
  padding: 4px 5px;
  align-items: center;
  gap: 4px;
  border-radius: 1px;
  background: #BFC6D0;
  z-index: 2;
}
.blog-page .blog-article-second .blog-article-second__col .content .info:hover {
  border-radius: 1px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #BFC6D0;
}
.blog-page .blog-article-second .blog-article-second__col .content .date {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 12.1px */
  color: #333;
}
.blog-page .blog-article-second .blog-article-second__col:last-child {
  border-top: 1px solid #E8E8E8;
}
.blog-page .blog-article-second .blog-article-second__col:hover img {
  transform: scale(1.5);
}
.blog-page .blog-point .blog-point__row {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .blog-page .blog-point .blog-point__row {
    display: flex;
    flex-direction: column;
    width: 100vw;
  }
  .blog-page .blog-point .blog-point__row .blog-point__left-col {
    padding: 0 !important;
    padding-bottom: 40px !important;
  }
  .blog-page .blog-point .blog-point__row .blog-point__left-col div {
    padding-top: 26px;
    text-wrap: wrap !important;
    padding-top: 0 !important;
    width: auto !important;
    color: var(--gray-900, #1B1B1B);
    font-feature-settings: "clig" off, "liga" off;
    /* Medium/17px */
    font-family: Factor A;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 22.1px */
  }
  .blog-page .blog-point .blog-point__row .blog-point__left-col .content {
    padding: 0 26px;
  }
  .blog-page .blog-point .blog-point__row .blog-point__left-col .blog-img {
    width: 100vw !important;
    padding-top: 0 !important;
  }
  .blog-page .blog-point .blog-point__row .blog-point__left-col .blog-img img {
    width: 100vw;
  }
  .blog-page .blog-point .blog-point__row .blog-point__right-col {
    flex-direction: column-reverse !important;
    width: 100vw !important;
    height: 530px !important;
  }
  .blog-page .blog-point .blog-point__row .blog-point__right-col .blog-img {
    width: 100vw !important;
    top: 0;
    height: 360px !important;
  }
  .blog-page .blog-point .blog-point__row .blog-point__right-col .blog-img img {
    width: 100vw !important;
  }
}
.blog-page .blog-point .blog-point__row .blog-point__left-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 22px;
  border: 1px solid #E8E8E8;
  border-bottom: none;
  position: relative;
  width: 431px;
}
.blog-page .blog-point .blog-point__row .blog-point__left-col .post-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 430.5px;
  height: 619px;
}
.blog-page .blog-point .blog-point__row .blog-point__left-col .blog-img {
  width: 384px;
  height: 384px;
  overflow: hidden;
}
.blog-page .blog-point .blog-point__row .blog-point__left-col .blog-img img {
  transition: all 0.4s ease;
}
.blog-page .blog-point .blog-point__row .blog-point__left-col div {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 22.1px */
  overflow: hidden;
  white-space: nowrap;
  width: 372px;
  text-overflow: ellipsis;
}
.blog-page .blog-point .blog-point__row .blog-point__left-col .content {
  display: flex;
  justify-content: space-between;
}
.blog-page .blog-point .blog-point__row .blog-point__left-col .content .info {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 11px */
  text-transform: uppercase;
  color: #fff;
  display: flex;
  padding: 4px 5px;
  align-items: center;
  gap: 4px;
  border-radius: 1px;
  background: #BFC6D0;
  z-index: 2;
}
.blog-page .blog-point .blog-point__row .blog-point__left-col .content .info:hover {
  border-radius: 1px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #BFC6D0;
}
.blog-page .blog-point .blog-point__row .blog-point__left-col .content .date {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 12.1px */
  color: #333;
}
.blog-page .blog-point .blog-point__row .blog-point__right-col {
  display: flex;
  flex-direction: column;
  background-color: #005134;
  width: 861px;
  height: 619px;
  position: relative;
  padding: 40px 0px 40px 24px;
  gap: 24px;
  position: relative;
}
.blog-page .blog-point .blog-point__row .blog-point__right-col .post-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 861px;
  height: 619px;
}
.blog-page .blog-point .blog-point__row .blog-point__right-col .blog-img {
  width: 432px;
  height: 432px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}
.blog-page .blog-point .blog-point__row .blog-point__right-col .blog-img img {
  transition: all 0.4s ease;
}
.blog-page .blog-point .blog-point__row .blog-point__right-col div {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
  color: #fff;
  width: 360px;
}
.blog-page .blog-point .blog-point__row .blog-point__right-col .content {
  display: flex;
  width: 384px;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
.blog-page .blog-point .blog-point__row .blog-point__right-col .content .info {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 10px */
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  padding: 4px 5px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}
.blog-page .blog-point .blog-point__row .blog-point__right-col .content .info:hover {
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.blog-page .blog-point .blog-point__row .blog-point__right-col .content .date {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 12.1px */
  color: #fff;
}
.blog-page .blog-point .blog-point__left-col:hover img {
  transform: scale(1.5);
}
.blog-page .blog-point .blog-point__right-col:hover img {
  transform: scale(1.5);
}
.blog-page .blog-more {
  border: 1px solid #E8E8E8;
  display: flex;
  justify-content: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media screen and (max-width: 992px) {
  .blog-page .blog-more {
    display: none;
  }
}
.blog-page .blog-more span {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 13px */
  letter-spacing: -0.26px;
  text-transform: uppercase;
  display: flex;
  height: 52px;
  padding: 0px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 162px;
  transition: all 0.4s;
}
.blog-page .blog-more span:hover {
  background-color: #0064F5;
  color: #fff;
}
.blog-page .blog-materials .blog-materials__row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 992px) {
  .blog-page .blog-materials .blog-materials__row {
    flex-direction: column;
  }
  .blog-page .blog-materials .blog-materials__row .blog-materials__wrap {
    padding-top: 0 !important;
    width: 100vw !important;
  }
}
.blog-page .blog-materials .blog-materials__row h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 34px */
  letter-spacing: -0.68px;
  width: 287px;
  padding: 96px 0px 48px 80px;
}
@media screen and (max-width: 992px) {
  .blog-page .blog-materials .blog-materials__row h2 {
    padding: 40px 26px 24px 26px;
    width: 235px;
  }
}
.blog-page .blog-materials .blog-materials__row .blog-materials__wrap {
  gap: 8px;
  justify-items: start;
  display: flex;
  flex-wrap: wrap;
  width: 1005px;
  padding: 64px 24px;
  border-left: 1px solid #E8E8E8;
}
.blog-page .blog-materials .blog-materials__row .blog-materials__wrap .blog-materials__name {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 12.1px */
  color: #333;
  display: flex;
  height: 32px;
  padding: 0px 10px;
  align-items: center;
  gap: 4px;
  border-radius: 32px;
  background: var(--gray-100, #F2F2F2);
  white-space: nowrap;
}
.blog-page .blog-materials .blog-materials__row .blog-materials__wrap .blog-materials__name:hover {
  border-radius: 32px;
  background: var(--gray-200, #E8E8E8);
}
.blog-page .blog-materials .blog-materials__row .blog-materials__wrap .blog-materials__name .quantity {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 12.1px */
  color: #B3B3B3;
}
.blog-page .blog-recommend .blog-recommend__row {
  display: flex;
  justify-content: space-between;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row.mob {
  display: none;
}
@media screen and (max-width: 992px) {
  .blog-page .blog-recommend .blog-recommend__row {
    flex-direction: column;
  }
  .blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row.des {
    display: none;
  }
  .blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row.mob {
    display: block;
  }
  .blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row.mob .slick-list {
    width: 100vw !important;
  }
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__col {
  display: flex;
  flex-direction: column;
  padding: 96px 0px 48px 80px;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .blog-page .blog-recommend .blog-recommend__row .blog-recommend__col {
    padding-left: 26px;
    display: flex;
    flex-direction: row;
    padding-right: 6px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--gray-200, #E8E8E8);
    background: #FFF;
  }
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__col .blog-recommend__title {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 34px */
  letter-spacing: -0.68px;
  width: 176px;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__col .blog-recommend__pagination {
  display: flex;
  align-items: center;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__col .blog-recommend__pagination.second .pagination span {
  opacity: 1;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__col .blog-recommend__pagination .blog-recommend-arrows-prev {
  margin-right: 15px;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__col .blog-recommend__pagination .blog-recommend-arrows-prev path {
  fill: var(--gray-900, #1B1B1B);
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__col .blog-recommend__pagination .pagination {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 12px */
  letter-spacing: 3px;
  color: #000;
  display: flex;
  gap: 3px;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__col .blog-recommend__pagination .pagination span:nth-child(1) {
  opacity: 1;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__col .blog-recommend__pagination .pagination span {
  opacity: 0.5;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__col .blog-recommend__pagination .blog-recommend-arrows-next {
  margin-left: 15px;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__col .blog-recommend__pagination.second {
  display: none;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content {
  display: flex;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .slick-list.draggable {
  width: 1005px;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col {
  display: flex;
  flex-direction: column;
  gap: 68px;
  padding: 96px 24px 24px 24px;
  border-left: 1px solid #E8E8E8;
}
@media screen and (max-width: 992px) {
  .blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col {
    padding: 0;
    height: 416px !important;
    gap: 0 !important;
    border-left: 0;
    padding-top: 26px !important;
    display: flex !important;
  }
  .blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col .blog-recommend__header {
    order: 2;
  }
  .blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col .blog-recommend__header .blog-recommend__content-title {
    order: 1;
    padding: 0 26px;
    height: 88px;
    white-space: wrap !important;
  }
  .blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col .blog-recommend__header .blog-img {
    order: 2;
  }
  .blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col .blog-recommend__content-info {
    order: 1;
    padding: 0 26px;
  }
  .blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col .blog-img {
    width: 100vw !important;
  }
  .blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col .blog-img img {
    height: 273px;
    object-fit: cover;
    width: 100vw !important;
  }
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col .blog-img {
  width: 290px;
  height: 290px;
  overflow: hidden;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col .blog-img img {
  transition: all 0.4s ease;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col .blog-recommend__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col .blog-recommend__header .blog-recommend__content-title {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 22.1px */
  text-overflow: ellipsis;
  overflow: hidden;
  width: 289px;
  white-space: nowrap;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col .blog-recommend__content-info .blog-recommend__date-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col .blog-recommend__content-info .blog-recommend__date-content .blog-recommend__article-info {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 11px */
  text-transform: uppercase;
  color: #fff;
  display: flex;
  padding: 4px 5px;
  align-items: center;
  gap: 4px;
  border-radius: 1px;
  background: #BFC6D0;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col .blog-recommend__content-info .blog-recommend__date-content .blog-recommend__article-info:hover {
  border-radius: 1px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #BFC6D0;
}
.blog-page .blog-recommend .blog-recommend__row .blog-recommend__content-row .blog-recommend__content-col .blog-recommend__content-info .blog-recommend__date-content .blog-recommend__date {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 12.1px */
  color: #333;
}
.blog-page .blog-recommend .blog-recommend__content-col:hover img {
  transform: scale(1.5);
}

@media screen and (max-width: 992px) {
  .blog-article__col:hover {
    transform: none !important;
  }
  .blog-article__col:hover .blog-img {
    transform: none !important;
  }
  .blog-article__col:hover .blog-img img {
    transform: none !important;
  }
}

@media screen and (max-width: 992px) {
  .blog-main-banner__row:hover {
    transform: none !important;
  }
  .blog-main-banner__row:hover .blog-main-img {
    transform: none !important;
  }

  .blog-systems__left-col:hover {
    transform: none !important;
  }
  .blog-systems__left-col:hover .blog-img-sys img {
    transform: none !important;
  }

  .blog-systems__right-col:hover {
    transform: none !important;
  }
  .blog-systems__right-col:hover .blog-img-sys img {
    transform: none !important;
  }

  .blog-article-second__col:hover {
    transform: none !important;
  }
  .blog-article-second__col:hover .blog-img img {
    transform: none !important;
  }

  .blog-point__left-col:hover {
    transform: none !important;
  }
  .blog-point__left-col:hover .blog-img img {
    transform: none !important;
  }

  .blog-point__right-col:hover {
    transform: none !important;
  }
  .blog-point__right-col:hover .blog-img img {
    transform: none !important;
  }
}
@media screen and (max-width: 992px) {
  .blog-point .blog-point__row .blog-point__left-col {
    width: 100% !important;
  }
  .blog-point .blog-point__row .blog-point__left-col .blog-header .blog-img img {
    width: 100% !important;
  }

  .text-blog {
    padding: 0px 26px;
  }

  .title-block.second {
    padding-left: 26px;
  }

  a.post-link {
    width: 100% !important;
    height: 100% !important;
  }
}

/*# sourceMappingURL=blog.css.map */
