/* Colors */
/* Font */
/* Width & Height */
/* Mixins */
.styles__inner___SW0Kf {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto 50px;
  position: relative;
}

.styles__post___Sk0Or {
  position: relative;
}
.styles__post___Sk0Or > a {
  transition: color 0.3s;
}
.styles__post___Sk0Or > a:hover {
  color: var(--color-primary, #02A9CB);
}

.styles__main-post___SJ0fY {
  margin-bottom: 50px;
  position: relative;
}
.styles__main-post___SJ0fY > a {
  transition: color 0.3s;
}
.styles__main-post___SJ0fY > a:hover {
  color: var(--color-primary, #02A9CB);
}

.styles__col-3___k4TbY {
}

.styles__image-wrapper___Dy_yU {
  overflow: hidden;
  height: 216px;
  position: relative;
  background: #f9f9f9;
}

.styles__main-image-wrapper___TeByC {
  overflow: hidden;
  width: 700px;
  height: 393px;
  position: relative;
  float: left;
  background: #f9f9f9;
}

.styles__image___ogSMl {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.styles__post-info___vtagt {
  padding: 15px 15px 20px;
  background: #fff;
  position: relative;
  margin-top: -70px;
  right: 5px;
  max-width: 340px;
  width: 104%;
  box-shadow: 0 10px 30px rgba(50, 50, 93, 0.12), 0 -1px 4px rgba(0, 0, 0, 0.06);
}
.styles__post-info___vtagt h2 {
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  line-height: 160%;
  height: 50px;
  overflow: hidden;
}
.styles__post-info___vtagt .styles__date___tUkJU {
  font-size: 14px;
  color: #6B7C93;
  float: right;
}
.styles__post-info___vtagt .styles__description___PmTsR {
  line-height: 190%;
  text-align: justify;
  margin-top: 16px;
  color: #2C2C2D;
  margin-bottom: 25px;
}
.styles__post-info___vtagt .styles__post-btn___ndZEv {
  float: left;
  min-width: 130px;
}

.styles__main-post-info___O027B {
  padding: 35px 40px 40px;
  background: #fff;
  position: absolute;
  bottom: 22px;
  right: 0;
  width: 530px;
  box-shadow: 0 10px 30px rgba(50, 50, 93, 0.12), 0 -1px 4px rgba(0, 0, 0, 0.06);
}
.styles__main-post-info___O027B h2 {
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  line-height: 170%;
  font-size: 22px;
  overflow: hidden;
}
.styles__main-post-info___O027B .styles__pre-title___IIgyU {
  color: var(--color-primary, #02A9CB);
  font-weight: 100;
  font-variation-settings: "wght" 100, "slnt" 0;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  border-right: 3px solid var(--color-primary, #02A9CB);
  padding-right: 8px;
}
.styles__main-post-info___O027B .styles__date___tUkJU {
  font-size: 16px;
  color: #6B7C93;
  margin-top: 15px;
  display: block;
}
.styles__main-post-info___O027B .styles__description___PmTsR {
  line-height: 190%;
  text-align: justify;
  margin-top: 16px;
  color: #2C2C2D;
  margin-bottom: 25px;
}
.styles__main-post-info___O027B .styles__post-btn___ndZEv {
  margin-top: 40px;
  min-width: 130px;
}

.styles__post-footer___L9OO8 {
  margin-top: 15px;
}

.styles__empty-state___NjV8v {
  text-align: center;
  padding: 20px 0 55px;
}

.styles__empty-state-text___G_gYc {
  display: inline-block;
  line-height: 160%;
  background: #F1F3F5;
  padding: 5px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

@media only screen and (min-width: 980px) and (max-width: 1223px) {
  .styles__inner___SW0Kf {
    width: 95%;
  }
}
@media only screen and (max-width: 979px) {
  .styles__inner___SW0Kf {
    width: 92%;
  }
  .styles__image-wrapper___Dy_yU, .styles__main-image-wrapper___TeByC {
    height: auto;
    width: 100%;
    float: none;
  }
  .styles__image-wrapper___Dy_yU:before, .styles__main-image-wrapper___TeByC:before {
    content: "";
    display: block;
    margin-top: calc(55% - 1px);
  }
  .styles__main-post-info___O027B {
    position: static;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px 15px 20px;
  }
  .styles__main-post-info___O027B .styles__post-btn___ndZEv {
    display: block;
  }
  .styles__main-post-info___O027B h2 {
    font-size: 18px;
  }
  .styles__post___Sk0Or {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(50, 50, 93, 0.12), 0 -1px 4px rgba(0, 0, 0, 0.06);
  }
  .styles__post-info___vtagt {
    padding: 15px 15px 20px;
    background: #fff;
    position: relative;
    margin-top: 0;
    right: 0;
    width: 100%;
    box-shadow: none;
  }
}
