.hero {
  position: relative;
  width: 100%;
  margin-bottom: 79px;
}

@media (max-width: 1024px) {
  .hero {
    margin-bottom: 40px;
  }
}

.hero-title-bar .inner-bar .toggle-menu-btn {
  display: none;
}

.hero h3 {
  display: inline-block;
  width: 100%;
  line-height: 70px;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 22px 0;
}

.hero h3::after {
  content: '';
  display: inline-block;
  margin-left: 25px;
  align-self: center;
  max-width: 256px;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  vertical-align: middle;
}

.hero-post {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 633px;
}

.hero-post .reading-time {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-bottom: 1.55vw;
}

.hero-post .reading-time span {
  padding-left: 8px;
}

.hero-post .hero-sticky-post {
  position: relative;
  width: 60%;
  height: auto;
  margin-right: 40px;
}

.hero-post .hero-sticky-post .post-thumbnail {
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) {
  .hero-post .hero-sticky-post .post-thumbnail {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

.hero-post .hero-sticky-post .post-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) {
  .hero-post .hero-sticky-post .post-thumbnail img {
    min-height: 633px;
  }
}

.hero-post .hero-sticky-post .post-thumbnail.compact-object-fit {
  background-size: cover;
  background-position: center center;
}

.hero-post .hero-sticky-post .post-thumbnail.compact-object-fit img {
  display: none;
}

.hero-post .hero-sticky-post .post-text {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  padding: 33px 36px 21px 28px;
  background-color: #fff;
  width: 100%;
  max-width: 434px;
}

.hero-post .hero-sticky-post .post-text h2 {
  font-size: 36px;
  letter-spacing: -1.38px;
  line-height: 42px;
  margin-bottom: 36px;
}

.hero-post .hero-sticky-post .post-text .reading-time {
  margin-bottom: 12px;
}

.hero-post .hero-sticky-post .post-text .post-author {
  display: none;
}

.hero-post .hero-sticky-post .post-text .thumbnail-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.hero-post .hero-sticky-post .post-text .thumbnail-footer a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  margin-right: 106px;
}

.hero-post .hero-sticky-post .post-text .thumbnail-footer img {
  background-color: transparent;
  max-height: 30px;
  min-height: 30px;
  width: 127px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.hero-post .hero-sticky-post .post-text:hover .thumbnail-footer img {
  width: 142px;
}

.hero-post .hero-recent-post {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 40%;
  flex-direction: column;
  justify-content: space-between;
}

.hero-post .hero-recent-post .recent-post-item {
  position: relative;
  box-sizing: border-box;
  max-height: 100%;
  overflow: hidden;
  width: 100%;
  margin: 0 0 40px 0;
}

.hero-post .hero-recent-post .recent-post-item:last-child {
  margin-bottom: 0;
}

.hero-post .hero-recent-post .recent-post-item .post-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
}

.hero-post .hero-recent-post .recent-post-item .post-thumbnail::after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}

@media only screen and (max-width: 540px) {
  .hero-post .hero-recent-post .recent-post-item .post-thumbnail::after {
    background-image: linear-gradient(to top, #000, transparent);
    background-color: transparent;
  }
}

.hero-post .hero-recent-post .recent-post-item img {
  display: block;
  width: 100%;
  min-height: 297px;
  max-height: 297px;
  object-fit: cover;
}

.hero-post .hero-recent-post .recent-post-item .post-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: unset;
  color: #fff;
  position: absolute;
  top: 0;
  background-color: transparent;
  padding: 53px 30px 20px;
}

.hero-post .hero-recent-post .recent-post-item .post-text h2 {
  cursor: auto;
  display: inline-table;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.92px;
  line-height: 36px;
  min-height: 0;
  margin-bottom: 0;
}

.hero-post .hero-recent-post .recent-post-item .post-text h2:hover {
  text-decoration: none;
}

.hero-post .hero-recent-post .recent-post-item .post-text .read-more {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1;
  padding: 8px;
  color: #323130;
  background-color: #2d2d2d;
  border: none;
  font-family: "Segoe UI";
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #333333;
  line-height: 1.4vw;
  font-size: 1vw;
  padding: 8px 42px;
  margin-top: 27px;
  background-color: transparent;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4vw;
  border: 1px solid #fff;
  opacity: 0;
  position: absolute;
  left: -700px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.hero-post .hero-recent-post .recent-post-item .post-text .read-more:hover, .hero-post .hero-recent-post .recent-post-item .post-text .read-more:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.hero-post .hero-recent-post .recent-post-item .post-text .read-more:disabled {
  background-color: #ced4da;
  color: #4b4b4b;
  opacity: 0.6;
  cursor: not-allowed;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .hero-post .hero-recent-post .recent-post-item .post-text .read-more {
    line-height: 22px;
  }
}

.hero-post .hero-recent-post .recent-post-item .post-text .read-more:hover, .hero-post .hero-recent-post .recent-post-item .post-text .read-more:focus {
  border: 1px solid #fff;
}

.hero-post .hero-recent-post .recent-post-item .post-text .thumbnail-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 40px;
  width: 100%;
  justify-content: space-between;
  font-family: "Segoe UI";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1vw;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .hero-post .hero-recent-post .recent-post-item .post-text .thumbnail-footer {
    line-height: 16px;
  }
}

@media (max-width: 539px) {
  .hero-post .hero-recent-post .recent-post-item .post-text .thumbnail-footer {
    font-size: 10px;
  }
}

.hero-post .hero-recent-post .recent-post-item .post-text .thumbnail-footer a {
  color: #fff;
}

.hero-post .hero-recent-post .recent-post-item .post-text .thumbnail-footer .reading-time {
  margin: 0;
  white-space: nowrap;
}

.hero-post .hero-recent-post .recent-post-item .post-text:hover .read-more {
  left: auto;
  opacity: 1;
  position: relative;
}

/*# sourceMappingURL=hero.css.map */