/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/css/main.css ***!
  \************************************************************************************************************************************************************/
/*        custom layout       */
.ajw-blog-post-main {
  overflow: hidden;
}

.ajw-blog-post-wrapper {
  padding: 50px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px dotted;
  position: relative;
}

.ajw-blog-post-wrapper::before {
  position: absolute;
  display: block;
  content: "";
  height: 50%;
  width: 2px;
  border-left: 2px dotted;
  border-left-color: currentcolor;
  top: -50%;
  right: 0;
}

.ajw-blog-post-wrapper:first-child:before {
  display: none;
}

.ajw-blog-post-wrapper:first-child {
  border-top: none;
}

.ajw-blog-post-wrapper::after {
  position: absolute;
  display: block;
  content: "";
  height: 50%;
  width: 2px;
  border-left: 2px dotted;
  top: 1px;
  left: 0px;
}

.ajw-blog-post-wrapper:first-child:after,
.ajw-blog-post-wrapper:last-child .post:last-child:before,
.ajw-blog-post-wrapper:first-child .post:first-child:after {
  display: none;
}

.ajw-blog-post-wrapper:last-child {
  border-bottom: none;
}

.ajw-blog-post-wrapper .post::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted;
  top: 50%;
  left: 90%;
  z-index: -1;
}

.ajw-blog-post-wrapper .post:first-child:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted;
  top: 50%;
  right: 90%;
  z-index: -1;
}

.ajw-blog-post-wrapper,
.ajw-blog-post-wrapper::before,
.ajw-blog-post-wrapper::after,
.ajw-blog-post-wrapper .post::before,
.ajw-blog-post-wrapper .post:first-child:after {
  border-color: #C8DCEB;
}

.ajw-blog-post-wrapper .post {
  position: relative;
  margin: 0;
  min-width: 33.33%;
  min-width: calc(33.33% - 35px);
  min-width: -webkit-calc(33.33% - 35px);
  max-width: 33.33%;
  max-width: calc(33.33% - 35px);
  max-width: -webkit-calc(33.33% - 35px);
  margin: 0 35px;
}

.post-inner-wrap {
  position: relative;
  overflow: hidden;
}

.ajw-blog-post-wrapper .post .post-content-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  width: calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 2;
}

.ajw-blog-post-wrapper .post .post-inner-wrap::before {
  position: absolute;
  display: block;
  content: "";
  background: #F3F7FA;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(200, 220, 235, 0.85);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(200, 220, 235, 0.85)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 220, 235, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(to bottom, rgba(200, 220, 235, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8dceb", endColorstr="#000000", GradientType=0);
  background: rgba(0, 65, 103, 0.95);
}

.ajw-blog-post-wrapper .post-content-wrap .entry-title a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.ajw-blog-post-wrapper .post .post-inner-wrap::after {
  position: absolute;
  display: block;
  content: "";
  background: rgba(16, 49, 84, 0.1019607843);
  height: 100%;
  width: 100%;
  right: -100%;
  left: 0;
  z-index: 1;
}

.ajw-blog-post-wrapper .post:hover .post-inner-wrap::before {
  /* top: -100%; */
  background: rgba(0, 0, 0, 0.55);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  background: rgba(0, 65, 103, 0.95);
}

.ajw-blog-post-wrapper .post:hover .post-inner-wrap::after {
  right: 0%;
}

.ajw-blog-post-wrapper .featured-image {
  margin: 0;
  line-height: 0;
}

.ajw-blog-post-wrapper .post-content-wrap .entry-title {
  margin-bottom: 25px;
  position: relative;
  margin-top: 0;
  line-height: 1;
}

.ajw-blog-post-wrapper .post-content-wrap .post-number {
  background: var(--e-global-color-secondary);
  height: 28px;
  width: 28px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  display: none;
}

.ajw-blog-post-wrapper .post .post-content-wrap .icon-image {
  padding-bottom: 15px;
  max-width: 65px;
}

.ajw-blog-post-wrapper .post-content-wrap .entry-content {
  /* opacity: 0; */
  color: #fff;
  position: relative;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}

.entry-content-show {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: ease-in-out 600ms;
  transition: ease-in-out 600ms;
}

.entry-content-hidden {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: ease-in-out 600ms;
  transition: ease-in-out 600ms;
}

.ajw-blog-post-wrapper .post:hover .post-content-wrap .entry-content-show {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.ajw-blog-post-wrapper .post:hover .post-content-wrap .entry-content-hidden {
  opacity: 1;
  top: 0;
  visibility: visible;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.ajw-blog-post-wrapper .post-content-wrap .entry-content ul,
.ajw-blog-post-wrapper .post-content-wrap .entry-content :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 10px;
  margin-top: 0;
}

.ajw-blog-post-wrapper .post-content-wrap .entry-content ul {
  padding-left: 15px;
}

.ajw-blog-post-wrapper .post-content-wrap .entry-content ul li {
  margin-bottom: 4px;
  line-height: 1.3;
}

.ajw-blog-post-wrapper .post-content-wrap .entry-content :where(h2, h3, h4, h5, h6) {
  color: #fff;
}

/* .ajw-blog-post-wrapper .post:hover .post-content-wrap .entry-content {
	opacity: 1;
} */
/* .ajw-blog-post-wrapper .post:hover .post-content-wrap {
	top: 0;
} */
.ajw-blog-post-main .post-arrow {
  position: absolute;
  background: #C8DCEB;
  width: 32px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  top: 47%;
  top: calc(50% - 12px);
  top: -webkit-calc(50% - 12px);
  z-index: 9;
  right: -47px;
}

.ajw-blog-post-main .post-arrow svg path {
  fill: #103154;
}

.ajw-blog-post-wrapper:last-child .post:last-child .post-arrow {
  display: none;
}

.ajw-blog-post-wrapper .post .post-content-wrap,
.ajw-blog-post-wrapper .post .post-inner-wrap::before,
.ajw-blog-post-wrapper .post .post-inner-wrap::after,
.ajw-blog-post-wrapper .post:hover .post-inner-wrap::before,
.ajw-blog-post-wrapper .post:hover .post-inner-wrap::after,
.ajw-blog-post-wrapper .post-content-wrap .entry-content,
.ajw-blog-post-wrapper .post:hover .post-content-wrap .entry-content {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ajw-blog-post-wrapper:first-child .post:first-child::after {
  display: block;
  content: "";
  position: absolute;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #C8DCEB;
  top: 48.8%;
  top: calc(50% - 4px);
  top: -webkit-calc(50% - 4px);
  right: -6px;
  z-index: 1;
  width: 0px;
}

.ajw-blog-post-wrapper:last-child .post:last-child::after {
  display: block;
  content: "";
  position: absolute;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid #C8DCEB;
  top: 48.8%;
  top: calc(50% - 4px);
  top: -webkit-calc(50% - 4px);
  left: -6px;
  z-index: 1;
  width: 0px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ajw-blog-post-active .post .post-arrow:not(.ajw-blog-post-active .post:hover .post-arrow, .ajw-blog-post-active .post:hover ~ .post .post-arrow) {
  background: #103154;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ajw-blog-post-active .post .post-arrow path:not(.ajw-blog-post-active .post:hover .post-arrow path, .ajw-blog-post-active .post:hover ~ .post .post-arrow path) {
  fill: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ajw-blog-post-wrapper.ajw-blog-post-active .post:not(.ajw-blog-post-wrapper.ajw-blog-post-active .post:hover, .ajw-blog-post-active .post:hover ~ .post):before,
.ajw-blog-post-wrapper.ajw-blog-post-active:before,
.ajw-blog-post-wrapper.ajw-blog-post-active:after,
.ajw-blog-post-wrapper.ajw-blog-post-active,
.ajw-blog-post-wrapper.ajw-blog-post-active + .ajw-blog-post-wrapper.ajw-blog-post-active .post:first-child::after {
  border-color: #103154;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ajw-blog-post-wrapper.ajw-blog-post-active:first-child .post:first-child::after {
  border-left-color: #103154;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ajw-blog-post-wrapper.ajw-blog-post-active:last-child .post:last-child:hover:after {
  border-right-color: #103154;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ajw-blog-post-wrapper .post .post-content-wrap {
  width: 100%;
}

.ajw-blog-post-wrapper .post-content-wrap .entry-title {
  margin-bottom: 15px;
}

.ajw-blog-post-wrapper .post-content-wrap .entry-content p {
  margin-bottom: 3px;
}

.ajw-blog-post-wrapper .featured-image-wrap img {
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  background: #F3F7FA;
}

.ajw-blog-post-wrapper .post-content-wrap .entry-content a {
  color: inherit;
  font-size: 14px;
}

.ajw-blog-post-wrapper .post-content-wrap .entry-content a:hover {
  color: #91AA2E;
}

@media only screen and (max-width: 1199px) {
  .ajw-blog-post-wrapper {
    padding: 50px 50px;
  }
  .ajw-blog-post-main .post-arrow {
    width: 24px;
    height: 24px;
    top: 47%;
    top: calc(50% - 8px);
    top: -webkit-calc(50% - 8px);
    right: -37px;
  }
  .ajw-blog-post-main .post-arrow svg {
    height: 12px;
  }
  .ajw-blog-post-wrapper .post {
    min-width: 33.33%;
    min-width: calc(33.33% - 23px);
    min-width: -webkit-calc(33.33% - 23px);
    max-width: 33.33%;
    max-width: calc(33.33% - 23px);
    max-width: -webkit-calc(33.33% - 23px);
    margin: 0px 23px;
  }
  .ajw-blog-post-wrapper .post .post-content-wrap {
    padding: 10px;
    width: 100%;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
  }
  .ajw-blog-post-wrapper .post-content-wrap .entry-title {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .ajw-blog-post-wrapper .post-content-wrap .entry-content ul,
  .ajw-blog-post-wrapper .post-content-wrap .entry-content :where(h1, h2, h3, h4, h5, h6) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .ajw-blog-post-wrapper .post {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 50px;
  }
  .ajw-blog-post-wrapper {
    display: block;
    padding: 0;
    max-width: 480px;
    margin: 0 auto;
  }
  .ajw-blog-post-wrapper .post-content-wrap .entry-title {
    font-size: 18px;
  }
  .ajw-blog-post-wrapper .post .post-content-wrap {
    padding: 15px;
    width: 100%;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
  }
  .ajw-blog-post-wrapper .post-content-wrap .entry-content ul {
    font-size: 14px;
  }
  .ajw-blog-post-wrapper .post-content-wrap .entry-content :where(h1, h2, h3, h4, h5, h6) {
    font-size: 16px;
  }
  .ajw-blog-post-wrapper::before,
  .ajw-blog-post-wrapper::after {
    display: none;
  }
  .ajw-blog-post-wrapper {
    border-top: none;
  }
  .ajw-blog-post-wrapper .post::before {
    top: 50%;
    left: 50%;
    height: 100%;
    width: 2px;
    border-left: 2px dotted;
    border-bottom: none;
  }
  .ajw-blog-post-wrapper:first-child .post:first-child::after {
    width: 0px;
    top: auto;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0;
    bottom: -9px;
    left: 49.7%;
  }
  .ajw-blog-post-main .post-arrow {
    right: 47.5%;
    top: auto;
    bottom: -36px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .ajw-blog-post-wrapper:last-child .post:last-child::after {
    top: -9px;
    left: 49.6%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .ajw-blog-post-wrapper .post:first-child::after {
    display: none;
  }
}
@media only screen and (max-width: 567px) {
  .ajw-blog-post-wrapper {
    max-width: 345px;
  }
  .ajw-blog-post-main .post-arrow {
    right: 46%;
  }
}
@media only screen and (max-width: 375px) {
  .ajw-blog-post-main .post-arrow {
    right: 45.4%;
  }
}
