/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/src/posts/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.posts {
  margin-top: var(--margins-top);
  margin-bottom: var(--margins-bottom);
  padding-top: var(--paddings-top);
  padding-bottom: var(--paddings-bottom);
  background: var(--gradient);
}
@media (max-width: 767.98px) {
  .posts {
    margin-top: var(--margins-top--mobile);
    margin-bottom: var(--margins-bottom--mobile);
    padding-top: var(--paddings-top--mobile);
    padding-bottom: var(--paddings-bottom--mobile);
  }
}
.posts[data-blue-theme=true] .posts__item-primary-button > a.primary-button {
  background: #1a61ab;
}
.posts[data-blue-theme=true] .posts__item-primary-button > a.primary-button:hover {
  background: #1c66b5;
}
.posts[data-blue-theme=true] .posts__item-primary-button > a.primary-button:active {
  background: #154d89;
}
.posts[data-blue-theme=true] .posts__item-link-button .link-button {
  color: #1a61ab;
  border-color: #1a61ab;
}
.posts[data-blue-theme=true] .posts__item[data-color=white] .posts__item-description.text ul > li::before {
  background: #fff;
}
.posts[data-blue-theme=true] .posts__item[data-color=white] .posts__item-description.text a {
  border-bottom-color: #fff;
  color: #fff;
}
.posts[data-blue-theme=true] .posts__item[data-color=white] .posts__item-link-button .link-button {
  color: #fff;
  border-bottom-color: #fff;
}
.posts[data-blue-theme=true] .posts__item[data-color=white] .posts__item-link-button .link-button:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.posts[data-blue-theme=true] .posts__item[data-color=white] .posts__item-link-button .link-button:active {
  color: #fff;
  border-bottom-color: #fff;
}
.posts[data-blue-theme=true] .posts__item[data-color=white] .posts__item-primary-button .primary-button {
  background: #ffffff;
  color: #003C71;
}
.posts[data-blue-theme=true] .posts__item[data-color=white] .posts__item-primary-button .primary-button:hover {
  color: #1A61AB;
}
.posts[data-blue-theme=true] .posts__item[data-color=white] .posts__item-primary-button .primary-button:active {
  color: #003C71;
}
.posts__title {
  margin: 0 auto;
  margin-bottom: 74px;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #3a4454;
  max-width: 700px;
}
@media (max-width: 767.98px) {
  .posts__title {
    margin-bottom: 36px;
  }
}
@media (max-width: 575.98px) {
  .posts__title {
    font-size: 32px;
    line-height: 100%;
  }
}
.posts__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .posts__inner {
    flex-direction: column;
  }
}
.posts__item + .posts__item {
  margin-top: 35px;
}
@media (max-width: 767.98px) {
  .posts__item + .posts__item {
    margin-top: 24px;
  }
}
.posts__item[data-size=big] + .posts__item[data-size=big] {
  margin-top: 42px;
}
@media (max-width: 767.98px) {
  .posts__item[data-size=big] + .posts__item[data-size=big] {
    margin-top: 24px;
  }
}
.posts__item {
  position: relative;
  padding: 75px 56px;
  min-height: 746px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .posts__item[data-mhidden=true] {
    display: none;
  }
}
.posts__item[data-size=big] {
  height: 100%;
}
@media (max-width: 575.98px) {
  .posts__item[data-size=big] .posts__item-description {
    max-width: 270px;
  }
}
.posts__item[data-green=true] .posts__item-link-button a.link-button {
  border-bottom-color: #1A61AB;
}
.posts__item[data-green=true] .posts__item-link-button a.link-button:hover {
  border-bottom-color: #1A61AB;
}
.posts__item[data-green=true] .posts__item-primary-button a.primary-button {
  background: #003C71;
  color: #fff;
}
.posts__item[data-green=true] .posts__item-primary-button a.primary-button:hover {
  background: #003C71;
  color: #fff;
}
.posts__item[data-size=small] {
  padding: 57px 50px;
  min-height: 355px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .posts__item[data-size=small] {
    min-height: 459px;
  }
}
@media (max-width: 767.98px) {
  .posts__item[data-size=small] {
    padding: 36px 24px 231px;
  }
}
.posts__item[data-size=small] .posts__item-title {
  max-width: 360px;
  font-size: 35px;
}
@media (max-width: 575.98px) {
  .posts__item[data-size=small] .posts__item-title {
    font-size: 30px;
    line-height: 100%;
    max-width: 240px;
  }
}
.posts__item[data-size=small] .posts__item-description {
  font-size: 16px;
  max-width: 320px;
}
@media (max-width: 575.98px) {
  .posts__item[data-size=small] .posts__item-description {
    font-size: 16px;
    max-width: 270px;
  }
}
.posts__item[data-color=white] .posts__item-tag {
  color: #fff;
  border-color: #fff;
}
.posts__item[data-color=white] .posts__item-description.text ul > li::before {
  background: #fff;
}
.posts__item[data-color=white] .posts__item-description.text a {
  border-bottom-color: #fff;
  color: #fff;
}
.posts__item[data-color=white] .posts__item-link-button .link-button {
  color: #fff;
  border-bottom-color: #fff;
}
.posts__item[data-color=white] .posts__item-link-button .link-button:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.posts__item[data-color=white] .posts__item-link-button .link-button:active {
  color: #fff;
  border-bottom-color: #fff;
}
.posts__item[data-color=white] .posts__item-primary-button .primary-button {
  background: #ffffff;
  color: #003C71;
}
.posts__item[data-color=white] .posts__item-primary-button .primary-button:hover {
  color: #1A61AB;
}
.posts__item[data-color=white] .posts__item-primary-button .primary-button:active {
  color: #003C71;
}
.posts__item[data-color=default] {
  border: 1px solid #dce1e9;
}
.posts__item[data-color=default] .posts__item-title {
  color: #3a4454;
}
.posts__item[data-color=default] .posts__item-description {
  color: #748994;
}
.posts__item[data-color=default] .posts__item-primary-button .primary-button {
  background: #003C71;
  color: #fff;
}
.posts__item[data-color=default] .posts__item-primary-button .primary-button:hover {
  background: #1A61AB;
}
.posts__item[data-color=default] .posts__item-primary-button .primary-button:active {
  background: #003C71;
}
@media (max-width: 991.98px) {
  .posts__item {
    min-height: 459px;
  }
}
@media (max-width: 767.98px) {
  .posts__item {
    padding: 36px 24px 207px;
  }
}
.posts__item-content {
  position: relative;
  z-index: 10;
}
.posts__item-tags {
  margin-top: -8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
  max-width: 500px;
}
.posts__item-tag {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #708090;
  border: 1px solid #a5adb4;
  border-radius: 50px;
  padding: 8px 12px;
  height: 28px;
  white-space: nowrap;
  margin-top: 8px;
  margin-right: 8px;
}
.posts__item-title {
  font-weight: 300;
  font-size: 41.5533px;
  line-height: 100%;
  color: #ffffff;
  max-width: 425px;
}
@media (max-width: 575.98px) {
  .posts__item-title {
    font-size: 30px;
    line-height: 100%;
    max-width: 270px;
  }
}
.posts__item-description {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  max-width: 427px;
}
@media (max-width: 575.98px) {
  .posts__item-description {
    margin-top: 18px;
    font-size: 16px;
  }
}
.posts__item-buttons {
  margin-top: 24px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 575.98px) {
  .posts__item-buttons {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
    max-width: 300px;
  }
}
.posts__item-link-button {
  margin-right: 36px;
}
@media (max-width: 575.98px) {
  .posts__item-link-button {
    margin-top: 18px;
    margin-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .posts__item-primary-button {
    margin-top: 18px;
  }
}
.posts__item-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}
.posts__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.posts__left {
  width: 50%;
  margin-right: 16.5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .posts__left {
    margin-right: 8px;
  }
}
@media (max-width: 991.98px) {
  .posts__left {
    width: 100%;
    margin-right: 0;
  }
}
.posts__right {
  width: 50%;
  margin-left: 16.5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .posts__right {
    margin-left: 8px;
  }
}
@media (max-width: 991.98px) {
  .posts__right {
    margin-top: 24px;
    width: 100%;
    margin-left: 0;
  }
}

/*# sourceMappingURL=style-posts.css.map*/