/* Variables */
/* Mixins */
/* Fonts */
@font-face {
  font-family: 'Proxima Nova Regular';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova Extrabold';
  src: url('../fonts/ProximaNova-Extrabold.eot');
  src: url('../fonts/ProximaNova-Extrabold.woff') format('woff'), url('../fonts/ProximaNova-Extrabold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* Header */
.header {
  border-bottom: 1px solid #c6c6c6; }
  .header .header-top {
    width: 1140px;
    display: flex;
    margin: 0 auto; }

.logo {
  margin-top: 20px; }
  .logo a img {
    width: 100%; }

.moduletable_hc {
  margin: 20px auto; }
  .moduletable_hc .custom_hc .row div img {
    display: inline;
    margin-right: 15px;
    width: 5%; }
  .moduletable_hc .custom_hc .row div .head-contacts {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
    .moduletable_hc .custom_hc .row div .head-contacts .head-contacts-title {
      display: contents;
      width: 100%;
      font-family: 'Proxima Nova Bold';
      font-size: 16px;
      line-height: 20px;
      color: #03060a; }
    .moduletable_hc .custom_hc .row div .head-contacts .head-contacts-phone {
      display: contents;
      text-align: left;
      font-family: 'Proxima Nova Bold';
      font-size: 24px;
      line-height: 30px;
      white-space: nowrap; }
    .moduletable_hc .custom_hc .row div .head-contacts .head-contacts-phone a {
      color: #cf3731; }
      .moduletable_hc .custom_hc .row div .head-contacts .head-contacts-phone a:hover {
        color: #cf3731; }
  .moduletable_hc .custom_hc .row div .contact-button a {
    display: inline-flex;
    background: #47924d;
    border: 1px solid #47924d;
    border-radius: 20px;
    padding: 10px 25px;
    color: #ffffff;
    line-height: 1;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    font-family: 'Proxima Nova Semibold';
    font-size: 20px; }
  .moduletable_hc .custom_hc .row div .contact-button a:hover {
    background: #2f6bb0;
    text-decoration: none; }

/* Menu */
.menu-btn {
  background: transparent;
  border: none;
  border-radius: 0; }
  .menu-btn i {
    font-size: 24px; }

.menu {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
  .menu .row {
    width: 1140px;
    margin: 0 auto;
    box-shadow: none; }

.nav_up {
  justify-content: space-between;
  height: 60px;
  box-shadow: none; }
.nav_up li {
    font-family: 'Proxima Nova Semibold';
    font-size: 15px;
    line-height: 20px;
    padding: 20px 5px;
    text-align: center; }
  .nav_up li a {
    color: #000000; }
    .nav_up li a:hover {
      font-family: 'Proxima Nova Extrabold';
      color: #2f6bb0;
      text-decoration: none; }
      .nav_up li a:hover:after {
        content: '';
        margin-top: 20px;
        width: 100%;
        height: 2px;
        display: block;
        background: #2f6bb0; }

/* Breadcrumbs */
.breadcrumb {
  background: transparent;
  border-radius: 0; }
  .breadcrumb li.active .divider {
    display: none; }
.breadcrumb li:hover {
  text-decoration: underline; }
.breadcrumb span.divider {
  display: inline-block;
  width: 12px;
  height: 9px;
  background: url(../images/arrow_breadcrumbs.svg); }
  .breadcrumb span.divider img {
    display: none; }

/* Content */
.mainContent {
  padding-left: 0;
  padding-right: 0; }

.feature-column .sppb-column-addons .sppb-addon-wrapper div .feature-title .sppb-addon-title {
  font-family: 'Proxima Nova Regular';
  transition: all 0.1s ease-out; }
.feature-column:hover {
  cursor: pointer;
  background: #47924d; }
  .feature-column:hover .sppb-column-addons .sppb-addon-wrapper div .feature-title .sppb-addon-title {
    color: #ffffff;
    transition: all 0.1s ease-in; }

/* Slider */
.slide-title {
  font-family: 'Proxima Nova Regular' !important; }

.slide-text {
  font-family: 'Proxima Nova Regular' !important; }

.block-title .sppb-addon-title {
  font-family: 'Proxima Nova Regular'; }

.block-text {
  padding-right: 50px; }
  .block-text .sppb-addon-content p {
    font-family: 'Proxima Nova Regular'; }

.block-left {
  font-family: 'Proxima Nova Regular' !important; }

.block-image .sppb-addon-content {
  position: relative; }
  .block-image .sppb-addon-content:before {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 100%;
    background: #2f6bb0;
    left: -20px;
    bottom: -20px; }
.block-image-green .sppb-addon-content {
  position: relative; }
  .block-image-green .sppb-addon-content:before {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 100%;
    background: #47924d;
    right: -20px;
    top: -20px; }

.section-grey {
  min-width: 100vw;
  margin-left: calc((100vw - 2015px) / -2) !important;
  overflow-x: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .section-grey.module {
    margin-left: calc((100vw - 1985px) / -2) !important; }
    .section-grey.module .sppb-container-inner {
      width: 1140px; }

.block-button {
  border-radius: 20px;
  font-family: 'Proxima Nova Semibold'; }

.section-image {
  background-image: url(../images/title-bg.jpg);
  /*background-size: 50% auto;*/
  background-repeat: no-repeat;
  background-position: right center; }

.contact-block .sppb-addon-content .text-bg {
  width: 75%;
  background: #e8e8e8;
  padding: 5px; }
.contact-block .sppb-addon-content .contacts-list {
  list-style: none; }

/* Last news */
.newsflash {
  margin-top: 50px; }
  .newsflash .post-big .post-wrap {
    background: #ffffff; }
    .newsflash .post-big .post-wrap img {
      width: 100%; }
    .newsflash .post-big .post-wrap .post-info__wrap {
      padding: 0 15px 15px 15px; }
      .newsflash .post-big .post-wrap .post-info__wrap .post-title {
        margin-top: 15px;
        font-family: 'Proxima Nova Semibold';
        font-size: 24px;
        line-height: 30px; }
        .newsflash .post-big .post-wrap .post-info__wrap .post-title a {
          color: #000000; }
          .newsflash .post-big .post-wrap .post-info__wrap .post-title a:hover {
            color: #47924d;
            text-decoration: none; }
      .newsflash .post-big .post-wrap .post-info__wrap p {
        font-family: 'Proxima Nova Regular';
        font-size: 16px;
        line-height: 20px;
        color: #000000; }
      .newsflash .post-big .post-wrap .post-info__wrap .readmore {
        display: block;
        text-align: right; }
        .newsflash .post-big .post-wrap .post-info__wrap .readmore a {
          font-family: 'Proxima Nova Regular';
          font-size: 16px;
          color: rgba(0, 0, 0, 0.5);
          text-decoration: underline; }
          .newsflash .post-big .post-wrap .post-info__wrap .readmore a:hover {
            text-decoration: none;
            color: #2f6bb0; }
.newsflash .other-posts .row .post {
  margin-bottom: 20px; }
  .newsflash .other-posts .row .post .post-wrap {
    background: #ffffff;
    padding: 22px; }
    .newsflash .other-posts .row .post .post-wrap .post-title {
      margin-top: 15px;
      font-family: 'Proxima Nova Semibold';
      font-size: 24px;
      line-height: 30px; }
      .newsflash .other-posts .row .post .post-wrap .post-title a {
        color: #000000; }
        .newsflash .other-posts .row .post .post-wrap .post-title a:hover {
          color: #47924d;
          text-decoration: none; }
    .newsflash .other-posts .row .post .post-wrap p {
      font-family: 'Proxima Nova Regular';
      font-size: 16px;
      line-height: 20px;
      color: #000000; }
    .newsflash .other-posts .row .post .post-wrap .readmore {
      display: block;
      text-align: right; }
      .newsflash .other-posts .row .post .post-wrap .readmore a {
        font-family: 'Proxima Nova Regular';
        font-size: 16px;
        color: rgba(0, 0, 0, 0.5);
        text-decoration: underline; }
        .newsflash .other-posts .row .post .post-wrap .readmore a:hover {
          text-decoration: none;
          color: #2f6bb0; }

.sppb-addon-content .newsflash .other-posts .row {
  margin: 0;
  width: 100%; }

.moduletable_w1140 {
  width: 1140px;
  margin: 0 auto; }

/* Blog */
.blog .page-header {
  background-color: #e8e8e8;
  padding: 50px 0;
  background-image: url(../images/title-bg.jpg);
  /*background-size: 50% auto;*/
  background-repeat: no-repeat;
  background-position: right center; }
  .blog .page-header h1 {
    width: 1140px;
    font-family: 'Proxima Nova Regular';
    font-size: 32px;
    line-height: 1;
    color: #000000;
    margin: 0 auto; }
.blog .items-row {
  margin-top: 30px; }
  .blog .items-row:nth-child(odd) {
    background: #e8e8e8; }
    .blog .items-row .items-leading .item {
      padding: 50px 0; }
      .blog .items-row .items-leading .item .row {
        width: 1140px;
        margin: 0 auto; }
        .blog .items-row .items-leading .item .row div .page-header {
          background: none;
          padding: 0; }
        .blog .items-row .items-leading .item .row div .page-header h2 {
            font-family: 'Proxima Nova Regular';
            font-size: 32px;
            line-height: 36px;
            margin-bottom: 15px;
            width: 80%; }
          .blog .items-row .items-leading .item .row div .page-header h2 a {
            color: #47924d; }
            .blog .items-row .items-leading .item .row div .page-header h2 a:hover {
              color: #2f6bb0;
              text-decoration: none; }
        .blog .items-row .items-leading .item .row div .article-info .article-info-term, .blog .items-row .items-leading .item .row div .article-info .createdby, .blog .items-row .items-leading .item .row div .article-info .create, .blog .items-row .items-leading .item .row div .article-info .modified {
          display: none; }
        .blog .items-row .items-leading .item .row div .article-info .published {
          display: inline-block;
          border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
          .blog .items-row .items-leading .item .row div .article-info .published .icon-calendar {
            display: none; }
          .blog .items-row .items-leading .item .row div .article-info .published time {
            font-family: 'Proxima Nova Regular';
            font-size: 16px;
            color: rgba(0, 0, 0, 0.5); }
        .blog .items-row .items-leading .item .row div .item-image {
          position: relative; }
          .blog .items-row .items-leading .item .row div .item-image:before {
            content: '';
            display: block;
            position: absolute;
            z-index: 1;
            width: 80%;
            height: 100%;
            background: #2f6bb0;
            left: -20px;
            bottom: -20px; }
            .blog .items-row .items-leading .item .row div .item-image a img {
              width: 100%;
              height: auto;
              position: relative;
              z-index: 2; }
        .blog .items-row .items-leading .item .row div p {
          font-family: 'Proxima Nova Regular';
          font-size: 16px;
          line-height: 20px;
          color: #000000;
          margin-bottom: 15px;
          width: 80%; }
        .blog .items-row .items-leading .item .row div .readmore {
          margin-top: 20px; }
          .blog .items-row .items-leading .item .row div .readmore a {
            font-family: 'Proxima Nova Regular';
            font-size: 16px;
            color: rgba(0, 0, 0, 0.5);
            text-decoration: underline; }
            .blog .items-row .items-leading .item .row div .readmore a:hover {
              text-decoration: none;
              color: #2f6bb0; }
.blog .pagination {
  display: block;
  margin: 50px 0;
  padding: 30px 0;
  background: #e8e8e8; }
  .blog .pagination .pagination-wrap {
    width: 1140px;
    margin: 0 auto; }
  .blog .pagination .pagination-wrap span {
      font-family: 'Proxima Nova Regular';
      font-size: 16px;
      color: #000000; }
    .blog .pagination .pagination-wrap ul {
      margin: 0;
      display: contents; }
      .blog .pagination .pagination-wrap ul li {
        display: inline-block;
        padding: 0 5px;
        color: #000000; }
        .blog .pagination .pagination-wrap ul li a {
          color: #000000; }
          .blog .pagination .pagination-wrap ul li a:hover {
            color: #2f6bb0; }
        .blog .pagination .pagination-wrap ul li.pagination-start, .blog .pagination .pagination-wrap ul li.pagination-prev, .blog .pagination .pagination-wrap ul li.pagination-next, .blog .pagination .pagination-wrap ul li.pagination-end {
          display: none; }

/* Partners */
.partners .items-row {
  margin-top: 30px; }
  .partners .items-row:nth-child(odd) {
    background: transparent; }
  .partners .items-row .items-leading {
    padding: 0; }
    .partners .items-row .items-leading .item {
      padding: 20px 0; }
      .partners .items-row .items-leading .item .row div .item-image:before {
        content: '';
        display: none; }
        .partners .items-row .items-leading .item .row div .item-image a img {
          width: auto; }
      .partners .items-row .items-leading .item .fields-container {
        display: block;
        margin-bottom: 0;
        background: #e8e8e8;
        padding: 25px 0; }
        .partners .items-row .items-leading .item .fields-container .field-entry {
          margin-bottom: 0;
          width: 1140px;
          margin: 0 auto;
          text-align: right; }
          .partners .items-row .items-leading .item .fields-container .field-entry .field-label {
            display: none; }
            .partners .items-row .items-leading .item .fields-container .field-entry .field-value a {
              font-family: 'Proxima Nova Regular';
              font-size: 16px;
              color: rgba(0, 0, 0, 0.5);
              text-decoration: underline; }
              .partners .items-row .items-leading .item .fields-container .field-entry .field-value a:hover {
                text-decoration: none;
                color: #2f6bb0; }

.block-partners {
  margin-bottom: 50px; }
.block-partners h3 {
    font-family: 'Proxima Nova Regular';
    font-size: 32px;
    line-height: 1;
    color: #000000;
    margin-bottom: 30px; }
  .block-partners .custom.block-partners {
    margin-bottom: 0; }
  .block-partners .custom.block-partners p {
      font-family: 'Proxima Nova Regular';
      font-size: 16px;
      line-height: 20px;
      color: #000000;
      margin-bottom: 15px; }

/* Article */
.item-page .page-header {
  background-color: #e8e8e8;
  padding: 50px 0;
  background-image: url(../images/title-bg.jpg);
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: right center; }
  .item-page .page-header h2 {
    width: 1140px;
    font-family: 'Proxima Nova Regular';
    font-size: 32px;
    line-height: 1;
    color: #000000;
    margin: 0 auto; }
.item-page .row {
  width: 1140px;
  margin: 50px auto 0; }
  .item-page .row div .page-header {
    background: none;
    padding: 0; }
  .item-page .row div .page-header h1 {
      font-family: 'Proxima Nova Regular';
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 15px;
      width: 80%; }
    .item-page .row div .page-header h1 a {
      color: #47924d; }
      .item-page .row div .page-header h1 a:hover {
        color: #2f6bb0;
        text-decoration: none; }
  .item-page .row div .article-info .article-info-term, .item-page .row div .article-info .createdby, .item-page .row div .article-info .create, .item-page .row div .article-info .modified {
    display: none; }
  .item-page .row div .article-info .published {
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .item-page .row div .article-info .published .icon-calendar {
      display: none; }
    .item-page .row div .article-info .published time {
      font-family: 'Proxima Nova Regular';
      font-size: 16px;
      color: rgba(0, 0, 0, 0.5); }

/* Footer */
.footer {
  background: #000000;
  padding: 50px 0 50px; }
  .footer .row {
    margin: 0 auto;
    width: 1140px; }

.footer-cont {
  margin-top: 20px !important; }

.moduletable_fc .custom_fc .logo-footer img {
  width: 75%; }
.moduletable_fc .custom_fc .row {
  width: auto; }
  .moduletable_fc .custom_fc .row div img {
    display: inline;
    margin-right: 15px;
    width: 10%; }
  .moduletable_fc .custom_fc .row div .head-contacts {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
    .moduletable_fc .custom_fc .row div .head-contacts .head-contacts-title {
      display: contents;
      width: 100%;
      font-family: 'Proxima Nova Bold';
      font-size: 16px;
      line-height: 20px;
      color: #ffffff; }
    .moduletable_fc .custom_fc .row div .head-contacts .head-contacts-phone {
      display: contents;
      text-align: left;
      font-family: 'Proxima Nova Bold';
      font-size: 24px;
      line-height: 30px;
      white-space: nowrap; }
    .moduletable_fc .custom_fc .row div .head-contacts .head-contacts-phone a {
      color: #ffffff; }
      .moduletable_fc .custom_fc .row div .head-contacts .head-contacts-phone a:hover {
        color: #ffffff; }
  .moduletable_fc .custom_fc .row div .contact-button a {
    display: inline-flex;
    background: #47924d;
    border-radius: 20px;
    padding: 10px 25px;
    color: #ffffff;
    line-height: 1;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    font-family: 'Proxima Nova Semibold';
    font-size: 20px; }
  .moduletable_fc .custom_fc .row div .contact-button a:hover {
    background: #2f6bb0;
    text-decoration: none;
    box-shadow: none; }

.nav_fm {
  box-shadow: none; }
  .nav_fm li {
    display: inline-block;
    font-family: 'Proxima Nova Regular';
    font-size: 16px;
    line-height: 20px;
    width: 50%;
    padding: 10px 0; }
  .nav_fm li a {
    color: #ffffff; }
    .nav_fm li a:hover {
      color: #ffffff;
      text-decoration: none; }

/* Import SCSS */
@media (max-width: 2560px) {
  .small {
    width: 75%;
    margin: 0 auto; } }

@media (max-width: 1920px) {
  .small {
    width: 80%;
    margin: 0 auto; }
  .section-grey {
    margin-left: calc((100vw - 1873px) / -2) !important; }
    .section-grey.module {
      margin-left: calc((100vw - 1843px) / -2) !important; } }

@media (max-width: 1680px) {
  .small {
    width: 90%;
    margin: 0 auto; }
  .section-grey {
    margin-left: calc((100vw - 1633px) / -2) !important; }
    .section-grey.module {
      margin-left: calc((100vw - 1603px) / -2) !important; } }

@media (max-width: 1600px) {
  .small {
    width: 90%;
    margin: 0 auto; }
  .section-grey {
    margin-left: calc((100vw - 1553px) / -2) !important; }
    .section-grey.module {
      margin-left: calc((100vw - 1523px) / -2) !important; } }

@media (max-width: 1440px) {
  .small {
    width: 95%;
    margin: 0 auto; }
  .section-grey {
    margin-left: calc((100vw - 1392px) / -2) !important; }
    .section-grey.module {
      margin-left: calc((100vw - 1362px) / -2) !important; } }

@media (max-width: 1366px) {
  .small {
    width: 100%;
    margin: 0 auto; }
  .section-grey {
    margin-left: calc((100vw - 1321px) / -2) !important; }
    .section-grey.module {
      margin-left: calc((100vw - 1291px) / -2) !important; } }

@media (max-width: 1280px) {
  .small {
    width: 100%;
    margin: 0 auto; }
  .section-grey {
    margin-left: calc((100vw - 1233px) / -2) !important; }
    .section-grey.module {
      margin-left: calc((100vw - 1203px) / -2) !important; } }

@media (max-width: 1180px) {
  .menu .row, .footer .row {
    width: 100%; }
  .header .header-top {
    width: 100%; }
  .nav_up li {
    font-size: 13px;
    width: 135px; }
  .section-grey {
    margin-left: 0 !important;
    width: 100%;
    min-width: 100%; }
    .section-grey.module {
      margin-left: 0 !important;
      width: 100%; }
      .section-grey.module .sppb-container-inner {
        width: 100%; }
        .section-grey.module .sppb-container-inner .sppb-row {
          margin: 0; }
  .slider .sppb-container-inner .sppb-row {
    margin: 0; }
  .blog .page-header h1 {
    width: 100%;
    padding-left: 15px; }
  .blog .items-row .items-leading .item .row {
    width: 100%; }
  .blog .pagination .pagination-wrap {
    width: 100%; }
    .blog .pagination .pagination-wrap span {
      padding-left: 15px; }
  .moduletable_w1140 {
    width: 100%; }
  .partners-padding {
    padding: 0; }
    .partners-padding .row {
      margin: 0; }
      .partners-padding .row div {
        padding: 0; }
  .partners-logo .sppb-container-inner .sppb-row {
    margin: 0; }
  .block-title {
    padding-left: 15px !important; }
  #column-wrap-id-1612376436030 {
    padding-right: 15px; }
    .item-page .page-header h2 {
      width: 100%;
      padding-left: 15px; }
    .item-page .row {
      width: 100%; }
      .item-page .row div .page-header h1 {
        width: 100%;
        padding-left: 15px; }
  .partners .items-row .items-leading .item .fields-container .field-entry {
    width: 100%; }
    .partners .items-row .items-leading .item .fields-container .field-entry .field-value {
      padding-right: 15px; }
  .block-partners {
    padding: 0 15px !important; } }

@media (max-width: 991px) {
  .mobile-menu {
    display: none; }
  .logo {
    margin-left: 45px; }
    .logo a img {
      width: 100%; }
  .sppb-addon-content .newsflash .other-posts {
    margin-top: 20px; }
    .sppb-addon-content .newsflash .other-posts .row .post {
      padding: 0; }
  .moduletable_fc {
    text-align: center;
    margin-bottom: 50px; }
    .nav_fm li {
      display: block;
      width: 100%;
      text-align: center; }
  .blog .items-row .items-leading .item .row div .page-header h2 {
    width: 100%; } }

@media (max-width: 767px) {
  .logo {
    margin-left: 0;
    padding-left: 45px; }
    .logo a img {
      width: 75%; }
  .moduletable_hc .custom_hc .row div .head-contacts .head-contacts-phone {
    font-size: 18px; }
  .block-text {
    padding-right: 0; }
    .block-title .sppb-addon-title {
      margin-bottom: 30px !important;
      text-align: center; }
  .block-left .sppb-addon-title {
    text-align: left;
    padding-left: 0 !important; }
  .block-button {
    margin: 0 auto;
    display: block; } }

@media (max-width: 415px) {
  .logo {
    padding: 0;
    text-align: center; }
    .moduletable_hc .custom_hc .row {
      text-align: center !important; }
      .moduletable_hc .custom_hc .row div:first-child {
        margin-bottom: 15px; }
  .blog .page-header {
    background-image: none; }
    .blog .page-header h1 {
      text-align: center; }
  .blog .items-row .items-leading .item .row div .page-header h2 {
    text-align: center;
    padding-top: 15px; }
  .blog .items-row .items-leading .item .row div .item-image {
    text-align: center; }
  .blog .items-row .items-leading .item .row div p {
    width: 100%; }
  .item-page .page-header {
    background-image: none; }
    .item-page .page-header h2 {
      text-align: center; }
  .section-image {
    background: none; }
  .block-left {
    text-align: center; }
    .block-left .sppb-addon-title {
      text-align: center; }
  .sppb-addon-single-image {
    text-align: center; }
  .menu-btn {
    top: 40px; }
    .block-image .sppb-addon-content:before {
      left: -10px;
      bottom: -10px; }
  .block-image-green .sppb-addon-content:before {
    top: -10px;
    right: -10px; } }
