/*=================================
=            Post tile            =
=================================*/
.post_tiles_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.post_tiles_wrap > div {
  width: 33.33%;
  padding: 16px;
}

.tile_cont_pad {
  padding: 40px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

.post_tile .pt_wrap {
  display: block;
  background-color: #f9e7e6;
  height: 100%;
}

.post_tile .pt_top {
  height: 17.36111vw;
  position: relative;
}

.post_tile .pt_top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_tile .pt_top img + .cat_wrap {
  color: #fff;
}

.post_tile .pt_top svg {
  position: absolute;
  top: 122px;
  left: 0;
  max-width: 90%;
}

.post_tile .pt_top .cat_wrap {
  position: absolute;
  left: 0;
  top: 0;
  padding: 33px 40px;
}

.post_tile .pt_cont {
  min-height: 24.30556vw;
  height: calc(100% - px_vw(250));
}

.post_tile .title_28 {
  padding-bottom: 1.25vw;
}

.post_tile .pt_time {
  padding-bottom: 1.25vw;
}

.post_tile .pt_time > * {
  vertical-align: middle;
}

.post_tile .link_arrow {
  margin-top: auto;
}

@media screen and (max-width: 1024px) {
  .post_tiles_wrap {
    margin: 0 -5px;
  }
  .post_tiles_wrap > div {
    width: 50%;
    padding: 5px;
  }
  .tile_cont_pad {
    padding: 27px 30px 30px;
  }
  .post_tile .pt_top {
    height: 200px;
  }
  .post_tile .pt_top svg {
    top: 103px;
    width: 217px;
    height: 74px;
  }
  .post_tile .pt_top .cat_wrap {
    position: absolute;
    left: 0;
    top: 0;
    padding: 25px 30px;
  }
  .post_tile .pt_cont {
    min-height: 300px;
    height: calc(100% - 200px);
  }
  .post_tile .pt_time {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .post_tiles_wrap > div {
    width: 100%;
  }
  .tile_cont_pad {
    padding: 18px 15px 15px;
  }
  .post_tile .pt_top {
    height: 140px;
  }
  .post_tile .pt_top svg {
    top: 65px;
    width: 185px;
    height: 63px;
  }
  .post_tile .pt_top .cat_wrap {
    padding: 8px 15px;
  }
  .post_tile .pt_cont {
    min-height: 0px;
    height: auto;
  }
  .post_tile .title_28 {
    font-size: 14px;
    line-height: 1.2;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 500;
  }
  .post_tile .title_28 {
    padding-bottom: 4px;
  }
  .post_tile .pt_time {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .post_tile .pt_time svg {
    width: 10px;
    height: 10px;
  }
  .post_tile .link_arrow {
    padding-top: 16px;
    margin-top: 0;
  }
}

/*=====  End of Post tile  ======*/
/*=====================================
=            Primary tiles            =
=====================================*/
.primary_tiles_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.11111vw;
}

.primary_tiles_wrap > div {
  width: 33.33%;
  max-width: 33.33%;
  min-width: calc(330px + 2.22222vw);
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1 0 33.33%;
  -ms-flex: 1 0 33.33%;
  flex: 1 0 33.33%;
  padding: 1.11111vw;
}

.primary_tiles {
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .primary_tiles:nth-child(3n+2) {
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
  }
  .primary_tiles:nth-child(3n+2) .pt_img {
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
  }
  .primary_tiles:nth-child(3n+2) .pt_line {
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
  }
  .primary_tiles:nth-child(3n+2) .cat, .primary_tiles:nth-child(3n+2) .pt_center, .primary_tiles:nth-child(3n+2) .price, .primary_tiles:nth-child(3n+2) .price_info {
    -webkit-transition: all 0.3s ease-in-out 0.4s;
    transition: all 0.3s ease-in-out 0.4s;
  }
  .primary_tiles:nth-child(3n+2) .link_wrap {
    -webkit-transition: all 0.3s ease-in-out 0.5s;
    transition: all 0.3s ease-in-out 0.5s;
  }
  .primary_tiles:nth-child(3n+2) .pt_line_1 {
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
  }
  .primary_tiles:nth-child(3n+2) .pt_line_2 {
    -webkit-transition: all 0.3s ease-in-out 0.35s;
    transition: all 0.3s ease-in-out 0.35s;
  }
  .primary_tiles:nth-child(3n+2) .pt_line_3 {
    -webkit-transition: all 0.3s ease-in-out 0.4s;
    transition: all 0.3s ease-in-out 0.4s;
  }
  .primary_tiles:nth-child(3n+2) .pt_line_4 {
    -webkit-transition: all 0.3s ease-in-out 0.45s;
    transition: all 0.3s ease-in-out 0.45s;
  }
  .primary_tiles:nth-child(3n+2) .pt_line_5 {
    -webkit-transition: all 0.3s ease-in-out 0.5s;
    transition: all 0.3s ease-in-out 0.5s;
  }
  .primary_tiles:nth-child(3n+2) .pt_line_6 {
    -webkit-transition: all 0.3s ease-in-out 0.55s;
    transition: all 0.3s ease-in-out 0.55s;
  }
  .primary_tiles:nth-child(3n+2) .pt_line_7 {
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
  }
  .primary_tiles:nth-child(3n) {
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
  }
  .primary_tiles:nth-child(3n) .pt_img {
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
  }
  .primary_tiles:nth-child(3n) .pt_line {
    -webkit-transition: all 0.3s ease-in-out 0.4s;
    transition: all 0.3s ease-in-out 0.4s;
  }
  .primary_tiles:nth-child(3n) .cat, .primary_tiles:nth-child(3n) .pt_center, .primary_tiles:nth-child(3n) .price, .primary_tiles:nth-child(3n) .price_info {
    -webkit-transition: all 0.3s ease-in-out 0.5s;
    transition: all 0.3s ease-in-out 0.5s;
  }
  .primary_tiles:nth-child(3n) .link_wrap {
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
  }
  .primary_tiles:nth-child(3n) .pt_line_1 {
    -webkit-transition: all 0.3s ease-in-out 0.4s;
    transition: all 0.3s ease-in-out 0.4s;
  }
  .primary_tiles:nth-child(3n) .pt_line_2 {
    -webkit-transition: all 0.3s ease-in-out 0.45s;
    transition: all 0.3s ease-in-out 0.45s;
  }
  .primary_tiles:nth-child(3n) .pt_line_3 {
    -webkit-transition: all 0.3s ease-in-out 0.5s;
    transition: all 0.3s ease-in-out 0.5s;
  }
  .primary_tiles:nth-child(3n) .pt_line_4 {
    -webkit-transition: all 0.3s ease-in-out 0.55s;
    transition: all 0.3s ease-in-out 0.55s;
  }
  .primary_tiles:nth-child(3n) .pt_line_5 {
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
  }
  .primary_tiles:nth-child(3n) .pt_line_6 {
    -webkit-transition: all 0.3s ease-in-out 0.65s;
    transition: all 0.3s ease-in-out 0.65s;
  }
  .primary_tiles:nth-child(3n) .pt_line_7 {
    -webkit-transition: all 0.3s ease-in-out 0.7s;
    transition: all 0.3s ease-in-out 0.7s;
  }
}

.primary_tiles .pt_height {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.primary_tiles .pt_height::before {
  content: "";
  display: block;
  padding-top: 150%;
}

.primary_tiles .pt_all {
  padding: 9% 10% 10%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

.primary_tiles .pt_all.white {
  color: #fff;
}

.primary_tiles .pt_all.white .pt_info {
  fill: #fff;
}

.primary_tiles .cat {
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  padding-right: 1.52778vw;
}

.primary_tiles .pt_info {
  position: absolute;
  right: 6.7%;
  top: 6.7%;
  fill: #4E6989;
  width: 4.5%;
  height: 3%;
  min-height: 18px;
  min-width: 18px;
  overflow: visible;
  cursor: pointer;
}

.primary_tiles .title_30 {
  margin-bottom: 17px;
}

.primary_tiles .title_28 {
  margin-bottom: 20px;
}

.primary_tiles .pt_center {
  width: 75%;
  padding: 80px 0 30px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.primary_tiles .pt_bot {
  margin-top: auto;
  position: relative;
  z-index: 5;
}

.primary_tiles .price {
  padding-bottom: 0.69444vw;
  text-overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  margin-bottom: 0;
}

.primary_tiles .price.flip {
  padding-bottom: 1.45833vw;
  margin-bottom: 0;
}

.primary_tiles .price_info {
  padding-bottom: 1.45833vw;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.primary_tiles .price_info.flip {
  padding-bottom: 0.69444vw;
}

.primary_tiles .link_wrap {
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.primary_tiles .pt_line {
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

.primary_tiles .pt_img {
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

.primary_tiles.typ1 .pt_line {
  position: absolute;
  right: 6.7%;
  opacity: 0;
  bottom: 0;
  height: 78%;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}

.primary_tiles.typ1 .pt_img {
  position: absolute;
  right: -29%;
  bottom: 7.5%;
  max-width: 99%;
  opacity: 0;
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
}

.primary_tiles.typ2 .pt_line, .primary_tiles.typ3 .pt_line {
  position: absolute;
  right: 0;
  bottom: 36%;
  opacity: 0;
  width: calc(100% - 40px);
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
}

.primary_tiles.typ2 .pt_img, .primary_tiles.typ3 .pt_img {
  position: absolute;
  right: -40%;
  bottom: 9%;
  opacity: 0;
  max-width: 103%;
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
}

.primary_tiles.typ3 .pt_img {
  bottom: 0px;
  max-width: 81%;
  max-height: 83%;
  right: -20%;
}

.primary_tiles.typ4 .pt_images_wrap, .primary_tiles.typ5 .pt_images_wrap {
  position: absolute;
  right: 0;
  top: 19%;
  width: 100%;
}

.primary_tiles.typ4 .pt_line, .primary_tiles.typ5 .pt_line {
  width: 100%;
  opacity: 1;
  height: 21.31944vw;
  -webkit-transform: translateX(0%) scaleX(1.1);
  transform: translateX(0%) scaleX(1.1);
}

.primary_tiles.typ4 .pt_line g, .primary_tiles.typ5 .pt_line g {
  opacity: 0;
}

.primary_tiles.typ4 .pt_line_1, .primary_tiles.typ5 .pt_line_1 {
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

.primary_tiles.typ4 .pt_line_2, .primary_tiles.typ5 .pt_line_2 {
  -webkit-transition: all 0.3s ease-in-out 0.25s;
  transition: all 0.3s ease-in-out 0.25s;
}

.primary_tiles.typ4 .pt_line_3, .primary_tiles.typ5 .pt_line_3 {
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.primary_tiles.typ4 .pt_line_4, .primary_tiles.typ5 .pt_line_4 {
  -webkit-transition: all 0.3s ease-in-out 0.35s;
  transition: all 0.3s ease-in-out 0.35s;
}

.primary_tiles.typ4 .pt_line_5, .primary_tiles.typ5 .pt_line_5 {
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}

.primary_tiles.typ4 .pt_line_6, .primary_tiles.typ5 .pt_line_6 {
  -webkit-transition: all 0.3s ease-in-out 0.45s;
  transition: all 0.3s ease-in-out 0.45s;
}

.primary_tiles.typ4 .pt_line_7, .primary_tiles.typ5 .pt_line_7 {
  -webkit-transition: all 0.3s ease-in-out 0.5s;
  transition: all 0.3s ease-in-out 0.5s;
}

.primary_tiles.typ4 .pt_img, .primary_tiles.typ5 .pt_img {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  max-width: 100%;
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}

.primary_tiles.typ6 .pt_img {
  position: absolute;
  right: 0;
  left: 0;
  top: 5vw;
  margin: 0 auto;
  width: 99%;
}

.primary_tiles.typ6 .pt_line {
  position: absolute;
  right: 6.7%;
  opacity: 0;
  bottom: 0;
  height: 78%;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}

.primary_tiles.start_anim *:not(.circle):not(.outer) {
  opacity: 1 !important;
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}

.primary_tiles.start_anim.typ4 .pt_line, .primary_tiles.start_anim.typ5 .pt_line {
  -webkit-transform: translateX(0%) scaleX(1.1) !important;
  transform: translateX(0%) scaleX(1.1) !important;
}

.primary_tiles.start_anim.typ4 .pt_img, .primary_tiles.start_anim.typ5 .pt_img {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

@media screen and (max-width: 1024px) {
  .primary_tiles_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
  }
  .primary_tiles_wrap > div {
    max-width: 50%;
    width: 50%;
    min-width: 50%;
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 7px;
  }
  .primary_tiles {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .primary_tiles:nth-child(2n) {
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
  }
  .primary_tiles:nth-child(2n) .pt_img {
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
  }
  .primary_tiles:nth-child(2n) .pt_line {
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
  }
  .primary_tiles:nth-child(2n) .cat, .primary_tiles:nth-child(2n) .pt_center, .primary_tiles:nth-child(2n) .price, .primary_tiles:nth-child(2n) .price_info {
    -webkit-transition: all 0.3s ease-in-out 0.4s;
    transition: all 0.3s ease-in-out 0.4s;
  }
  .primary_tiles:nth-child(2n) .link_wrap {
    -webkit-transition: all 0.3s ease-in-out 0.5s;
    transition: all 0.3s ease-in-out 0.5s;
  }
  .primary_tiles:nth-child(2n) .pt_line_1 {
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
  }
  .primary_tiles:nth-child(2n) .pt_line_2 {
    -webkit-transition: all 0.3s ease-in-out 0.35s;
    transition: all 0.3s ease-in-out 0.35s;
  }
  .primary_tiles:nth-child(2n) .pt_line_3 {
    -webkit-transition: all 0.3s ease-in-out 0.4s;
    transition: all 0.3s ease-in-out 0.4s;
  }
  .primary_tiles:nth-child(2n) .pt_line_4 {
    -webkit-transition: all 0.3s ease-in-out 0.45s;
    transition: all 0.3s ease-in-out 0.45s;
  }
  .primary_tiles:nth-child(2n) .pt_line_5 {
    -webkit-transition: all 0.3s ease-in-out 0.5s;
    transition: all 0.3s ease-in-out 0.5s;
  }
  .primary_tiles:nth-child(2n) .pt_line_6 {
    -webkit-transition: all 0.3s ease-in-out 0.55s;
    transition: all 0.3s ease-in-out 0.55s;
  }
  .primary_tiles:nth-child(2n) .pt_line_7 {
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
  }
}

@media screen and (max-width: 1024px) {
  .primary_tiles .pt_height::before {
    padding-top: 145%;
  }
  .primary_tiles .pt_all {
    padding: 7% 9% 10%;
  }
  .primary_tiles .cat {
    padding-right: 20px;
  }
  .primary_tiles .title_30 {
    margin-bottom: 12px;
  }
  .primary_tiles .title_28 {
    margin-bottom: 13px;
  }
  .primary_tiles .pt_info {
    right: 9%;
    top: 6%;
    width: 18px;
    height: 18px;
  }
  .primary_tiles .pt_center {
    width: 60%;
    padding: 50px 0 20px;
  }
  .primary_tiles .price {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .primary_tiles .price.flip {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .primary_tiles .price_info {
    padding-bottom: 28px;
  }
  .primary_tiles .price_info.flip {
    padding-bottom: 24px;
    margin-bottom: 0;
  }
  .primary_tiles.typ1 .pt_line {
    right: 6%;
  }
  .primary_tiles.typ1 .pt_img {
    right: -22%;
    bottom: 3%;
    max-width: 100%;
  }
  .primary_tiles.typ2 .pt_line, .primary_tiles.typ3 .pt_line {
    bottom: 30%;
    width: calc(100% - 30px);
  }
  .primary_tiles.typ2 .pt_img, .primary_tiles.typ3 .pt_img {
    right: -16%;
    bottom: 14%;
    max-width: 81%;
  }
  .primary_tiles.typ3 .pt_img {
    max-width: 80%;
    max-height: 81%;
    bottom: 0;
    right: -17%;
  }
  .primary_tiles.typ4 .pt_images_wrap, .primary_tiles.typ5 .pt_images_wrap {
    top: 12%;
  }
  .primary_tiles.typ4 .pt_line, .primary_tiles.typ5 .pt_line {
    height: 265px;
  }
  .primary_tiles.typ6 .pt_img {
    top: 70px;
  }
  .primary_tiles.typ6 .pt_line {
    right: 6%;
  }
}

@media screen and (max-width: 767px) {
  .primary_tiles_wrap > div {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .primary_tiles .pt_height::before {
    padding-top: 114%;
  }
  .primary_tiles .pt_all {
    padding: 6% 5% 8%;
  }
  .primary_tiles .cat {
    padding-right: 0px;
  }
  .primary_tiles .pt_info {
    right: 5%;
    top: 9%;
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
  }
  .primary_tiles .pt_center {
    width: 60%;
    padding: 19px 0 15px;
  }
  .primary_tiles .price {
    padding-bottom: 7px;
  }
  .primary_tiles .price.flip {
    padding-bottom: 0;
  }
  .primary_tiles .price_info {
    padding-bottom: 5px;
  }
  .primary_tiles .price_info.flip {
    padding-bottom: 5px;
  }
  .primary_tiles.typ1 .pt_line {
    height: 82%;
  }
  .primary_tiles.typ1 .pt_img {
    right: -22%;
    bottom: 8%;
    max-width: 86%;
  }
  .primary_tiles.typ2 .pt_line, .primary_tiles.typ3 .pt_line {
    bottom: 26%;
    width: calc(100% - 15px);
    height: 24px;
  }
  .primary_tiles.typ2 .pt_img, .primary_tiles.typ3 .pt_img {
    max-width: 82%;
  }
  .primary_tiles.typ3 .pt_img {
    max-width: 80%;
    max-height: 86%;
    bottom: 0;
    right: -5%;
  }
  .primary_tiles.typ4 .pt_images_wrap, .primary_tiles.typ5 .pt_images_wrap {
    top: 18%;
  }
  .primary_tiles.typ4 .pt_line, .primary_tiles.typ5 .pt_line {
    width: 80%;
    position: relative;
    left: 50%;
    height: 160px;
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
  }
  .primary_tiles.typ4 .pt_img, .primary_tiles.typ5 .pt_img {
    max-width: 86%;
  }
  .primary_tiles.typ6 .pt_img {
    top: 9%;
    width: 84%;
  }
  .primary_tiles.typ6 .pt_line {
    height: 82%;
  }
  .primary_tiles.start_anim.typ4 .pt_line, .primary_tiles.start_anim.typ5 .pt_line {
    -webkit-transform: translateX(-50%) scaleX(1) !important;
    transform: translateX(-50%) scaleX(1) !important;
  }
}

/*=====  End of Primary tiles  ======*/
/*====================================
=            Double tiles            =
====================================*/
.primary_tiles.double_tiles .pt_height::before {
  padding-top: 72%;
}

.primary_tiles.double_tiles .text_shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.primary_tiles.double_tiles .pt_all {
  padding: 4.5% 5% 5%;
}

.primary_tiles.double_tiles .pt_center {
  width: 45%;
}

.primary_tiles.double_tiles .pt_center li {
  position: relative;
}

.primary_tiles.double_tiles .pt_center .button_simple {
  position: absolute;
  white-space: nowrap;
  left: 100%;
  margin-left: 0;
}

.primary_tiles.double_tiles .pt_img {
  position: absolute;
  bottom: -12%;
  max-width: 55%;
  right: -5%;
  -webkit-transform: translateY(50%) !important;
          transform: translateY(50%) !important;
  max-height: 100%;
}

.primary_tiles.double_tiles .pt_line {
  position: absolute;
  left: 5%;
  bottom: 36%;
  opacity: 0;
  width: 46%;
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
}

.primary_tiles.double_tiles .bg_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.primary_tiles.double_tiles iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.primary_tiles.double_tiles.lg_item_video .pt_height::before {
  padding-top: 56.25%;
}

@media screen and (max-width: 1024px) {
  .primary_tiles.double_tiles {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .primary_tiles.double_tiles .pt_height::before {
    padding-top: 71.328%;
  }
  .primary_tiles.double_tiles .pt_all {
    padding: 3.5% 4.5% 5%;
  }
  .primary_tiles.double_tiles .pt_center {
    width: 43%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .primary_tiles.double_tiles .pt_bot {
    height: 15%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .primary_tiles.double_tiles .link_wrap {
    margin-top: auto;
  }
}

@media screen and (max-width: 1024px) {
  .primary_tiles.double_tiles .pt_line {
    left: 4.5%;
    bottom: 30%;
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .primary_tiles.double_tiles .pt_height::before {
    padding-top: 114%;
  }
  .primary_tiles.double_tiles .pt_all {
    padding: 6% 5% 8%;
  }
  .primary_tiles.double_tiles picture + .pt_all .pt_center {
    width: 90%;
  }
  .primary_tiles.double_tiles .pt_center {
    width: 60%;
  }
  .primary_tiles.double_tiles .pt_center li {
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .primary_tiles.double_tiles .pt_center .button_simple {
    top: 0;
    font-size: 10px;
  }
  .primary_tiles.double_tiles .pt_img {
    position: absolute;
    bottom: -12%;
    max-width: 55%;
    right: -5%;
    -webkit-transform: translateY(50%) !important;
            transform: translateY(50%) !important;
  }
  .primary_tiles.double_tiles .pt_line {
    bottom: 26%;
    width: 100%;
    right: -15px;
    height: 24px;
  }
}

/*=====  End of Double tiles  ======*/
/*=============================================
=            General Content Tiles            =
=============================================*/
.start_anim .gc_tiles_carousel .chevron-wrap {
  background-color: #fff;
}

.start_anim .slick-dots li {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  box-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  width: 100%;
  padding: 0px 5%;
}

.slick-dots li {
  cursor: pointer;
  position: relative;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.slick-dots li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.slick-dots li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.slick-dots li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.slick-dots li.slick-active button {
  opacity: 1;
  width: 0.83333vw;
  height: 0.83333vw;
}

.slick-dots button {
  font-size: 0;
  width: 0.55556vw;
  height: 0.55556vw;
  background-color: var(--secondary-colour);
  opacity: 0.5;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  padding: 0;
  margin: 0 0.69444vw;
  cursor: pointer;
}

.slick-dots button:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .slick-dots {
    padding: 0px 9%;
  }
  .slick-dots li.slick-active button {
    width: 8px;
    height: 8px;
  }
  .slick-dots li button {
    width: 6px;
    height: 6px;
    margin: 0 7px;
  }
}

@media screen and (max-width: 767px) {
  .slick-dots {
    padding: 0px 9%;
  }
}

@media screen and (max-width: 340px) {
  .slick-dots {
    padding: 0px 2%;
  }
}

.gc_tiles {
  background-color: #fff;
}

.gc_tiles .gc_tiles_wrap {
  background-color: rgba(var(--secondary-colour-rgb), 0.2);
  height: 100%;
}

.gc_tiles .slick-list, .gc_tiles .slick-track {
  height: 100%;
}

.gc_tiles .gc_tiles_carousel_wrap {
  height: 100%;
  position: relative;
}

.gc_tiles .gc_tiles_carousel_wrap::before {
  content: "";
  display: block;
  padding-top: 150%;
}

.gc_tiles .gc_tiles_carousel {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gc_tiles .gc_tiles_carousel .gc_tiles_single {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

.gc_tiles .gc_tiles_carousel .cont {
  padding-top: 30px;
}

.gc_tiles .gc_tiles_single .img_wrap {
  height: 42%;
}

.gc_tiles .gc_tiles_single img {
  height: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gc_tiles .gc_tiles_single .bot_cont {
  height: 58%;
  padding: 9% 10% 10%;
}

.gc_tiles .chevron-wrap {
  -webkit-transition: background-color 0.5s 1s;
  transition: background-color 0.5s 1s;
  background-color: transparent;
  border-radius: 50%;
}

.gc_tiles .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  border-radius: 50%;
  border: none;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 1025px) {
  .gc_tiles .slick-arrow:hover:not(.slick-disabled) .circle {
    fill: var(--secondary-colour);
  }
  .gc_tiles .slick-arrow:hover:not(.slick-disabled) .circle .outer {
    stroke: var(--secondary-colour);
  }
  .gc_tiles .slick-arrow:hover:not(.slick-disabled) .chevron {
    stroke: #fff;
  }
}

.gc_tiles .slick-arrow .chevron-wrap {
  margin-right: 0;
}

.gc_tiles .slick-arrow.link_arrow .circle .outer {
  stroke: #fff;
}

.gc_tiles .slick-arrow.link_arrow .chevron {
  stroke: var(--secondary-colour);
}

.gc_tiles .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.gc_tiles .slick-arrow.slick-prev {
  left: 10px;
}

.gc_tiles .slick-arrow.slick-prev.link_arrow .chevron-wrap {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.gc_tiles .slick-arrow.slick-next {
  right: 10px;
}

.gc_tiles .gc_tiles_testimonial {
  position: relative;
}

.gc_tiles .gc_tiles_testimonial .bot_cont {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  padding: 9% 10% 10%;
}

.gc_tiles .gc_tiles_testimonial .quote {
  font-style: italic;
}

@media screen and (min-width: 1025px) {
  .gc_tiles .gc_tiles_testimonial .quote {
    line-height: 1.66667vw;
  }
}

.gc_tiles .gc_tiles_testimonial .profile {
  margin-top: 38px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.gc_tiles .gc_tiles_testimonial img {
  width: 4.16667vw;
  height: 4.16667vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

@media screen and (min-width: 1025px) {
  .gc_tiles .gc_tiles_testimonial img {
    margin-right: 1.38889vw;
  }
}

.gc_tiles .gc_tiles_information {
  position: relative;
}

.gc_tiles .gc_tiles_information::before {
  content: "";
  display: block;
  padding-top: 71%;
}

.gc_tiles .gc_tiles_information .bot_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 9% 10% 10%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.gc_tiles .gc_tiles_article {
  position: relative;
  display: block;
}

.gc_tiles .gc_tiles_article::before {
  content: "";
  display: block;
  padding-top: 71%;
}

.gc_tiles .gc_tiles_article .bot_cont {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 9% 10% 10%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.gc_tiles .gc_tiles_article .body {
  padding-left: 28px;
  line-height: 28px;
  position: relative;
}

.gc_tiles .gc_tiles_article .body::before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #4e6989;
  border-radius: 50%;
}

.gc_tiles .gc_tiles_article .body::after {
  position: absolute;
  content: '';
  position: absolute;
  content: '';
  top: 11px;
  left: 5px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #4e6989;
  border-right: 2px solid #4e6989;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .gc_tiles .gc_tiles_single .img_wrap {
    height: 26vw;
  }
  .gc_tiles .gc_tiles_single .bot_cont {
    padding: 7% 9% 10%;
  }
  .gc_tiles .gc_tiles_carousel_wrap::before {
    padding-top: 145%;
  }
  .gc_tiles .slick-arrow.slick-prev {
    left: 7px;
  }
  .gc_tiles .slick-arrow.slick-next {
    right: 7px;
  }
  .gc_tiles .gc_tiles_testimonial .bot_cont {
    padding: 7% 9% 10%;
  }
  .gc_tiles .gc_tiles_testimonial img {
    width: 50px;
    height: 50px;
  }
  .gc_tiles .gc_tiles_testimonial .profile {
    margin-top: 25px;
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .gc_tiles .gc_tiles_testimonial .profile_info {
    margin-left: 20px;
  }
  .gc_tiles .gc_tiles_information::before {
    display: none;
  }
  .gc_tiles .gc_tiles_information .body {
    padding-top: 36px;
  }
  .gc_tiles .gc_tiles_information .bot_cont {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    position: relative;
  }
  .gc_tiles .gc_tiles_article .bot_cont {
    padding: 7% 9% 10%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gc_tiles .gc_tiles_article .text_20 {
    line-height: 28px;
  }
  .gc_tiles .gc_tiles_article .title_22 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .gc_tiles .gc_tiles_carousel_wrap {
    min-height: 250px;
  }
  .gc_tiles .gc_tiles_carousel_wrap::before {
    padding-top: 0%;
  }
  .gc_tiles .gc_tiles_carousel {
    position: relative;
  }
  .gc_tiles .gc_tiles_carousel .cont {
    padding-top: 14px;
  }
  .gc_tiles .gc_tiles_single .img_wrap {
    height: 44vw;
  }
  .gc_tiles .gc_tiles_single .bot_cont {
    padding: 4% 5% 3%;
  }
  .gc_tiles .slick-arrow {
    top: calc(44vw - 8px);
  }
  .gc_tiles .gc_tiles_testimonial {
    min-height: 120px;
  }
  .gc_tiles .gc_tiles_testimonial::before {
    padding-top: 0;
  }
  .gc_tiles .gc_tiles_testimonial .bot_cont {
    position: relative;
    padding: 4% 5% 3%;
  }
  .gc_tiles .gc_tiles_testimonial img {
    width: 30px;
    height: 30px;
  }
  .gc_tiles .gc_tiles_testimonial .profile {
    margin-top: 25px;
  }
  .gc_tiles .gc_tiles_testimonial .profile_info {
    font-size: 10px;
    margin-left: 10px;
  }
  .gc_tiles .gc_tiles_information {
    min-height: 120px;
  }
  .gc_tiles .gc_tiles_information::before {
    padding-top: 0;
  }
  .gc_tiles .gc_tiles_information .bot_cont {
    position: relative;
    padding: 4% 5% 3%;
  }
  .gc_tiles .gc_tiles_information .body {
    padding-top: 10px;
  }
  .gc_tiles .gc_tiles_article {
    min-height: 120px;
    height: 100%;
  }
  .gc_tiles .gc_tiles_article::before {
    padding-top: 0;
  }
  .gc_tiles .gc_tiles_article .bot_cont {
    position: relative;
    padding: 4% 5% 3%;
  }
  .gc_tiles .gc_tiles_article .body {
    margin-top: 17px;
    padding-left: 19px;
  }
  .gc_tiles .gc_tiles_article .body::before {
    top: 7px;
    width: 14px;
    height: 14px;
    border-width: 1px;
  }
  .gc_tiles .gc_tiles_article .body::after {
    top: 12px;
    left: 4px;
    width: 4px;
    height: 4px;
    border-width: 1px;
  }
  .gc_tiles .gc_tiles_article .text_20 {
    font-size: 14px;
  }
}

/*=====  End of General Content Tiles  ======*/
/*# sourceMappingURL=builder.css.map */