/* --- breakpoints --- */
/* ----- */
.work-block .work-container, .why-block .cont, .who-we-work-with-block, .team-block, .talk-block .cont, .success-block .cont, .success-block, .stats-block .cont, .slider-block .slider .slick-list .slick-track .item .content, .services-block .cont, .resources-block, .quotes-block .cont, .quotes-block .intro, .projects-block .swiper, .process-block, .news-block .filter-cont, .news-block .controls, .news-block .cont .wrapper, .membership-block .swiper-membership, .membership-block .tag, .maps-block, .left-right-block .content, .laptop-block, .intro-block .cont, .icons-block, .gallery-block .gallery, .gallery-block h2, .form-block .bg .content, .divider-block .cont, .curriculum-block, .breadcrumbs-block, .boxes-block .boxes, .boxes-block h2, .book-appointment-block .cont, .block-management-block .cont, .acquisition-block, .accreditations-block .cont, .accordion-block .accord {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide a {
  position: relative;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide a:after {
  content: "";
  opacity: 1;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: -20px;
  bottom: -4px;
  background: transparent url(../images/arrow.svg) no-repeat center center;
  background-size: 14px;
  width: 20px;
  height: 20px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide a:hover:after {
  right: -25px;
  opacity: 1;
}

.work-block .work-container > a, .talk-block .cont a, .slider-block .slider .slick-list .slick-track .item .content .cont .links a, .news-block .filter-loadmore, .intro-block .cont .col .text a, .accordion-block .accord .item .text a.link {
  display: inline-block;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 14px;
  border-radius: 4px;
  background-color: var(--miag-dblue);
  color: white;
  padding: 15px 55px;
}
.work-block .work-container > a:after, .talk-block .cont a:after, .slider-block .slider .slick-list .slick-track .item .content .cont .links a:after, .news-block .filter-loadmore:after, .intro-block .cont .col .text a:after, .accordion-block .accord .item .text a.link:after {
  content: "";
  width: 40px;
  height: 20px;
  background: transparent url(../images/arrow-right.svg) no-repeat right center;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0%, -50%);
  filter: invert(1);
  background-size: 25px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.work-block .work-container > a:hover, .talk-block .cont a:hover, .slider-block .slider .slick-list .slick-track .item .content .cont .links a:hover, .news-block .filter-loadmore:hover, .intro-block .cont .col .text a:hover, .accordion-block .accord .item .text a.link:hover {
  background-color: var(--miag-lblue);
  cursor: pointer;
  padding: 15px 75px 15px 55px;
}
.work-block .work-container > a:hover:after, .talk-block .cont a:hover:after, .slider-block .slider .slick-list .slick-track .item .content .cont .links a:hover:after, .news-block .filter-loadmore:hover:after, .intro-block .cont .col .text a:hover:after, .accordion-block .accord .item .text a.link:hover:after {
  right: 15px;
  opacity: 1;
}

.image-boxes-block .slick-track .item .btn, .book-appointment-block .cont a.btn {
  background-color: transparent;
  border: 2px solid var(--mal-yellow);
  padding: 10px 30px;
  display: inline-block;
  border-radius: 20px;
  font-size: 19px;
  line-height: 20px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.image-boxes-block .slick-track .item .btn:hover, .book-appointment-block .cont a.btn:hover {
  background-color: var(--mal-yellow);
  color: black;
  cursor: pointer;
}

.left-right-block .content .item .col a.btn, .curriculum-block .col .text .button {
  display: inline-block;
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
  font-size: 11px;
  border-radius: 4px;
  border: 1px solid var(--miag-blue);
  background-color: transparent;
  color: var(--miag-dblue);
  padding: 11px 55px 10px;
}
.left-right-block .content .item .col a.btn:after, .curriculum-block .col .text .button:after {
  content: "";
  width: 40px;
  height: 20px;
  background: transparent url(../images/arrow-right.svg) no-repeat right center;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0%, -50%);
  filter: invert(1);
  background-size: 25px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.left-right-block .content .item .col a.btn:hover, .curriculum-block .col .text .button:hover {
  background-color: var(--miag-lblue);
  cursor: pointer;
  padding: 11px 75px 10px 55px;
  color: white;
}
.left-right-block .content .item .col a.btn:hover:after, .curriculum-block .col .text .button:hover:after {
  right: 15px;
  opacity: 1;
}

:root {
  --mal-yellow: #CF9D2A;
  --mal-grey: #4A4A49;
  --mal-blue: #0081C2;
  --gold: #CE9D29;
  --light-yellow: #F7F5F0;
}

.has-miag-blue-background-color {
  background-color: var(--miag-blue);
}

.has-miag-dblue-background-color {
  background-color: var(--miag-dblue);
}

.has-miag-dblue2-background-color {
  background-color: var(--miag-dblue2);
}

.has-miag-lblue-background-color {
  background-color: var(--miag-lblue);
}

.has-obj-yellow-color {
  color: var(--obj-yellow);
}

.has-obj-dblue-color {
  color: var(--obj-dblue);
}

.has-obj-blue-color {
  color: var(--obj-blue);
}

.dev {
  background-color: red;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  padding: 10px 15px 7px;
  font-size: 14px;
  z-index: 110;
  font-family: "Arial";
  font-weight: 600;
}

.accordion-block {
  position: relative;
}
.accordion-block .accord .item {
  border-bottom: 1px solid var(--liminal-lightgrey);
  padding: 15px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.accordion-block .accord .item span.title {
  font-size: 16px;
  line-height: 23px;
  font-family: "Manrope", sans-serif;
  color: var(--solace-navy);
  transition: color 0.4s ease-in-out;
}
.accordion-block .accord .item .text {
  padding: 0;
  box-sizing: border-box;
}
.accordion-block .accord .item .text h2 {
  font-size: 24px;
}
.accordion-block .accord .item .text p {
  font-size: 15px;
}
.accordion-block .accord .item .text a.link {
  position: relative;
}
.accordion-block .accord .item .toggle {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 17px;
  right: 0;
  background-color: var(--liminal-blue);
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.accordion-block .accord .item .toggle:before {
  content: "";
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  background-color: white;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}
.accordion-block .accord .item .toggle:after {
  content: "";
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  background-color: white;
  transform: translate(-50%, -50%) rotate(90deg);
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.accordion-block .accord .item .toggle:hover {
  cursor: pointer;
  background-color: var(--liminal-dgray);
}
.accordion-block .accord .item.open .toggle {
  background-color: var(--liminal-green);
}
.accordion-block .accord .item.open .toggle:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.accordion-block .accord .item:hover {
  cursor: pointer;
}
.accordion-block .accord .item:hover span.title {
  color: var(--solace-orange);
}
.accordion-block .accord .item:first-child {
  border-top: 1px solid var(--c-lightgrey);
}

@media screen and (max-width: 844px) {
  .accordion-block .accord .item span.title {
    max-width: 92%;
    display: inline-block;
  }
  .accordion-block .accord .item .text {
    padding: 20px 0 0 0;
  }

  .wp-block-column .accordion-block .accord {
    padding: 0;
  }
}
.accreditations-block {
  position: relative;
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  background-color: #000;
}
.accreditations-block .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.accreditations-block .cont .col.text {
  width: 55%;
  box-sizing: border-box;
}
.accreditations-block .cont .col.text h2 {
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
}
.accreditations-block .cont .col.text .description p {
  margin: 0 0 20px;
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.accreditations-block .cont .col.text .description p:last-child {
  margin-bottom: 30px;
}
.accreditations-block .cont .col.text a.link {
  display: inline-block;
  padding-right: 25px;
  color: var(--gold);
  text-decoration: none;
  font-family: "Fraunces", serif;
  font-size: 16px;
  padding-right: 40px;
  position: relative;
}
.accreditations-block .cont .col.text a.link:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url(../images/arrow-more.svg) no-repeat center center;
  background-size: 16px;
  transform: translate(-50%, 0%);
  position: absolute;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.accreditations-block .cont .col.graphic {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accreditations-block .cont .col.graphic .placeholder {
  width: 260px;
  height: 260px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 1350px) {
  .accreditations-block .cont .col.text {
    width: 100%;
  }
  .accreditations-block .cont .col.graphic {
    width: 100%;
    order: -1;
  }
  .accreditations-block .cont .col.graphic .placeholder {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 844px) {
  .accreditations-block {
    padding: 60px 20px;
  }
  .accreditations-block .cont {
    gap: 30px;
  }
}
[data-type="acf/form"] .form-block {
  min-height: 38px;
  background-color: #f7f7f7;
}
[data-type="acf/form"] .form-block:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 100;
  top: 0;
}

.acquisition-block {
  position: relative;
}
.acquisition-block form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.acquisition-block form p {
  width: 100%;
  color: var(--mal-yellow);
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin-top: 10px;
}
.acquisition-block form input[type=submit] {
  background-color: var(--mal-blue);
  padding: 15px 60px;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  border: none;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
.acquisition-block form input[type=submit]:hover {
  background-color: var(--mal-yellow);
  cursor: pointer;
}
.acquisition-block form label {
  width: 49.5%;
  padding: 5px 0;
  position: relative;
  font-size: 14px;
}
.acquisition-block form label > span {
  width: 100%;
}
.acquisition-block form label > span input {
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #91919133;
  border-radius: 1px;
  margin-top: 5px;
}
.acquisition-block form label > span select {
  width: calc(50% - 10px);
  margin-right: 50%;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #91919133;
  border-radius: 1px;
  margin-top: 3px;
}
.acquisition-block form label > span textarea {
  width: 100%;
  padding: 13px 10px;
  box-sizing: border-box;
  border: 1px solid #91919133;
  border-radius: 1px;
  margin-top: 3px;
}
.acquisition-block form label > span .wpcf7-list-item label {
  font-size: 13px;
  text-transform: capitalize;
}
.acquisition-block form label > span .wpcf7-list-item label input {
  width: auto;
  display: none;
}
.acquisition-block form label > span .wpcf7-list-item label span:before {
  border: 1px solid #91919133;
  border-radius: 1px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.acquisition-block form label > span .wpcf7-list-item label span:after {
  background: var(--mal-yellow);
  width: 14px;
  height: 14px;
  position: absolute;
  top: 9px;
  left: 4px;
  transition: 300ms;
  opacity: 0;
}
.acquisition-block form label > span .wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}
.acquisition-block form label .wpcf7-not-valid-tip {
  padding: 5px 0;
  font-size: 11px;
}
.acquisition-block form label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  text-align: right;
}
.acquisition-block form label.gap {
  margin: 20px 0;
}
.acquisition-block form .col {
  width: 49%;
  box-sizing: border-box;
  padding: 5px 0px;
}
.acquisition-block form .col label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.acquisition-block form .col.radio {
  padding-right: 50px;
}
.acquisition-block form .col.radio label > span {
  width: auto;
  display: flex;
  align-items: center;
}
.acquisition-block form .col.full {
  width: 100%;
}

.wp-block-columns .contact-block {
  padding: 0;
}

@media screen and (max-width: 844px) {
  .acquisition-block form .col {
    width: 100%;
  }
  .acquisition-block form label > span {
    width: 100% !important;
  }
  .acquisition-block form label > span select {
    width: 100%;
    margin-right: 0;
  }
  .acquisition-block form label .wpcf7-list-item {
    margin: 0 20px 0 0;
  }
  .acquisition-block form input[type=submit] {
    width: 100%;
  }
}
.block-management-block {
  position: relative;
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
}
.block-management-block p {
  text-align: center;
  width: 100%;
  font-size: 19px;
  font-family: "Fraunces", serif;
  font-weight: 100;
}
.block-management-block .cont .item {
  padding: 20px 40px;
  box-sizing: border-box;
}
.block-management-block .cont .item img {
  width: auto;
  max-width: 100%;
  height: 60px;
}

@media screen and (max-width: 844px) {
  .block-management-block {
    padding: 80px 20px;
    box-sizing: border-box;
  }
  .block-management-block .cont .item img {
    margin: 0 auto;
  }
}
.book-appointment-block {
  background-color: black;
  position: relative;
}
.book-appointment-block .cont {
  max-width: 900px !important;
  padding: 40px 20px !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.book-appointment-block .cont p {
  color: white;
  font-size: 20px;
  font-weight: 800;
  padding: 0;
}
.book-appointment-block .cont a.btn {
  color: white;
}
.book-appointment-block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: black;
  top: -10px;
  z-index: -1;
}

@media screen and (max-width: 844px) {
  .book-appointment-block .cont {
    text-align: center;
    justify-content: center;
  }
  .book-appointment-block .cont a.btn {
    margin-top: 20px;
  }
}
.boxes-block {
  position: relative;
}
.boxes-block h2 {
  color: var(--obj-blue);
  padding: 10px 20px;
}
.boxes-block .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.boxes-block .boxes .box {
  width: 32%;
  border-radius: 10px;
  padding: 0px 30px;
  box-sizing: border-box;
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  text-decoration: none;
  transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}
.boxes-block .boxes .box .icon {
  width: auto;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.boxes-block .boxes .box .icon img {
  width: auto;
  height: 80px;
}
.boxes-block .boxes .box .container {
  width: 100%;
  padding: 0 0 20px;
}
.boxes-block .boxes .box .container h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0;
  transition: all 0.4s ease-in-out;
  text-align: center;
  font-family: "Manrope", sans-serif;
}
.boxes-block .boxes a:hover .container h3 {
  color: var(--mal-yellow);
}

.wp-block-column .boxes-block {
  padding: 0;
}

@media screen and (max-width: 844px) {
  .boxes-block .boxes .box {
    width: 100%;
    margin: 5px 0;
  }
}
.breadcrumbs-block {
  position: relative;
  position: relative;
  padding: 20px 20px !important;
}
.breadcrumbs-block .dev {
  left: -150px;
}

.cta-block {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cta-block > img {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  will-change: transform;
}
.cta-block .cont {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 40px;
  box-sizing: border-box;
  background-color: rgba(15, 15, 15, 0.55);
  text-align: center;
}
.cta-block .cont h2 {
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
}
.cta-block .cont .tag {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  color: #f3ece0;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.cta-block .cont .tag:before, .cta-block .cont .tag:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: var(--gold);
  transform: rotate(45deg);
}

@media screen and (max-width: 844px) {
  .cta-block {
    min-height: 420px;
  }
  .cta-block .cont {
    width: 100%;
    padding: 40px 25px;
  }
  .cta-block .cont h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .cta-block .cont .tag {
    gap: 8px;
    font-size: 11px;
    letter-spacing: 2px;
  }
}
.curriculum-block {
  display: flex;
  flex-wrap: wrap;
}
.curriculum-block .col {
  width: 50%;
  position: relative;
  min-height: 550px;
}
.curriculum-block .col img {
  width: 275px;
  height: 330px;
  display: inline-block;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  position: relative;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}
.curriculum-block .col .text {
  width: 90%;
}
.curriculum-block .col .text .item {
  padding-left: 45px;
  position: relative;
}
.curriculum-block .col .text .item p {
  font-size: 14px;
  line-height: 17px;
  padding: 5px 0;
  margin: 0;
}
.curriculum-block .col .text .item p.title {
  font-size: 17px;
  color: var(--miag-blue);
  margin-top: 6px;
  font-family: "Fraunces", serif;
  display: inline-block;
}
.curriculum-block .col .text .item:before {
  content: "";
  width: 30px;
  height: 30px;
  background: transparent url(../images/circle-tick.svg) no-repeat top center;
  background-size: 28px;
  position: absolute;
  top: 7px;
  left: 0;
}
.curriculum-block .col .text .button {
  margin-top: 40px !important;
}
.curriculum-block .col img:nth-child(1) {
  z-index: 2;
}
.curriculum-block .col img:nth-child(2) {
  position: absolute;
  left: 200px;
  top: 160px;
  z-index: 1;
  transition-delay: 200ms;
}
.curriculum-block .col.is-inview img {
  opacity: 1;
}
.curriculum-block .col.is-inview img:nth-child(1) {
  transform: rotate(9deg);
}
.curriculum-block .col.is-inview img:nth-child(2) {
  transform: rotate(-5deg);
}

@media screen and (max-width: 844px) {
  .curriculum-block .col {
    width: 100%;
    min-height: auto;
    padding-bottom: 20px;
  }
  .curriculum-block .col img {
    left: -40px;
  }
  .curriculum-block .col img:nth-child(2) {
    left: 30%;
  }
  .curriculum-block .col:nth-child(1) {
    padding-bottom: 180px;
  }
}
.divider-block {
  position: relative;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  max-width: 840px;
  margin: 0 auto;
}
.divider-block .cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.divider-block .cont .line {
  flex: 1 1 auto;
  height: 1px;
  background-color: #ddd7ca;
}
.divider-block .cont .diamond {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin: 0 20px;
  background-color: var(--gold);
  transform: rotate(45deg);
}

@media screen and (max-width: 844px) {
  .divider-block {
    padding: 30px 20px;
  }
  .divider-block .cont .diamond {
    margin: 0 12px;
  }
}
.download-list-block .cont .item a {
  font-size: 14px;
  color: var(--obj-grey);
  display: inline-block;
  margin: 2px 0;
}
.download-list-block .cont .item a[href$=".pdf"] {
  background: url("../images/pdf.svg") left center no-repeat;
  padding: 5px 0 5px 25px;
  background-size: 18px;
}

[data-type="acf/form"] .form-block {
  min-height: 38px;
  background-color: #f7f7f7;
}
[data-type="acf/form"] .form-block:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 100;
  top: 0;
}

.form-block {
  position: relative;
  padding: 0;
}
.form-block .bg .content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 20px 40px !important;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  align-items: flex-start;
}
.form-block .bg .content p strong {
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.form-block .bg .content .info {
  display: none;
}
.form-block .bg .content .info.active {
  display: block;
}
.form-block .bg .content select {
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #757575;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  outline-width: 0;
}
.form-block .bg .content form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 20px 0 20px;
}
.form-block .bg .content form .col {
  width: 48.5%;
  box-sizing: border-box;
}
.form-block .bg .content form label {
  width: 100%;
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  padding: 5px 0;
  font-family: "Fraunces", serif;
}
.form-block .bg .content form label span {
  width: 100%;
  margin-top: 5px;
  display: inline-block;
}
.form-block .bg .content form label input, .form-block .bg .content form label textarea {
  padding: 20px 15px;
  box-sizing: border-box;
  width: 100%;
  background-color: #F5F5F5;
  color: black;
  border-radius: 5px;
  border: #F5F5F5;
  font-family: "Manrope", sans-serif;
}
.form-block .bg .content form label textarea {
  max-height: 127px;
}
.form-block .bg .content form label ::placeholder {
  color: red;
  opacity: 1;
  /* Firefox */
}
.form-block .bg .content form label.fullwidth {
  width: 100%;
}
.form-block .bg .content form label.fullwidth span {
  width: 100%;
}
.form-block .bg .content form label.fullwidth span textarea {
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
}
.form-block .bg .content form input[type=submit] {
  padding: 10px 80px !important;
  background-color: #CE9D29;
  color: white;
  border: 1px solid #CE9D29;
  border-radius: 5px;
  margin-top: 8px;
  font-size: 16px;
  padding: 17px 40px 16px !important;
  transition: all 0.3s ease-in-out;
}
.form-block .bg .content form input[type=submit]:hover {
  cursor: pointer;
  background-color: black;
}
.form-block .bg .content form .wpcf7-response-output {
  width: 100%;
  text-align: center;
  border: none;
  padding: 0;
  position: relative;
  bottom: 0;
  margin: 20px 0;
  font-family: "Manrope", sans-serif;
  color: var(--solace-orange);
}
.form-block .bg .content form .wpcf7-spinner {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translate(-50%, 0);
}
.form-block .bg .content p.disclaimer {
  font-size: 12px;
  line-height: 20px;
  color: #0A2433;
  margin: 0;
  padding: 0;
}
.form-block .bg.form-only .content {
  justify-content: center;
}
.form-block .bg.form-only .content .col {
  width: 100%;
}
.form-block .bg.form-only .content .col:nth-child(1) {
  display: none;
}

.wp-block-columns .contact-block {
  padding: 0;
}

@media screen and (max-width: 844px) {
  .form-block .bg .content {
    padding: 20px !important;
  }
  .form-block .bg .content .col {
    width: 100% !important;
  }
  .form-block .bg .content .col form label {
    width: 100%;
  }
  .form-block .bg .content .col form label span {
    width: 100%;
  }
  .form-block .bg .content .col form input[type=submit] {
    width: 100%;
  }
}
.free-assessment-block .wrapper {
  padding: 60px 0;
}
.free-assessment-block .wrapper .cont {
  display: flex;
  flex-wrap: wrap;
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}
.free-assessment-block .wrapper .cont .col {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-self: center;
  justify-content: center;
  padding: 0 30px;
  border-right: 3px solid var(--obj-yellow);
  box-sizing: border-box;
}
.free-assessment-block .wrapper .cont .col h3 {
  color: var(--obj-dblue);
  font-size: 32px;
  text-align: center;
}
.free-assessment-block .wrapper .cont .col:nth-child(2) {
  width: 55%;
  border-right: 0;
}
.free-assessment-block .wrapper .cont .col:nth-child(2) p {
  width: 100%;
}
.free-assessment-block .wrapper .cont .col:nth-child(2) a {
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
}
.free-assessment-block .wrapper.blue {
  background-color: var(--obj-dblue);
}
.free-assessment-block .wrapper.blue .col {
  border-color: var(--obj-lblue);
}
.free-assessment-block .wrapper.blue .col h3 {
  color: white;
}
.free-assessment-block .wrapper.blue .col:nth-child(2) p {
  color: #FFFFFFB2;
}
.free-assessment-block .wrapper.blue .col:nth-child(2) a {
  color: var(--obj-lblue);
}

.gallery-block {
  background-color: var(--miag-dblue2);
  padding: 40px 0 50px;
  position: relative;
}
.gallery-block h2 {
  color: white;
  margin-bottom: 30px !important;
}
.gallery-block .gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.gallery-block .gallery a {
  width: calc(25% - 8px);
  height: 240px;
}
.gallery-block .gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  left: 0;
  top: 0;
}
.gallery-block .gallery a:hover img {
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
}

@media screen and (max-width: 844px) {
  .gallery-block .gallery a {
    width: calc(50% - 8px);
    height: 150px;
  }
}
.globe-block {
  position: relative;
}
.globe-block .dev {
  left: auto;
  right: 0;
  top: -33px;
}
.globe-block .globe {
  width: 400px;
  height: 400px;
  position: absolute;
  z-index: -1;
  top: -400px;
  right: 0;
  background: transparent url(../images/globe-grey.svg) no-repeat top left;
  background-size: 500px;
}

.graphic-block {
  position: relative;
  z-index: -1;
}
.graphic-block .dev {
  left: 0;
}
.graphic-block .cont svg {
  width: 650px;
  height: 650px;
  position: absolute;
  right: -350px;
  top: -450px;
}
.graphic-block .cont svg g path, .graphic-block .cont svg g circle {
  fill: #0081C333;
  opacity: 0;
}
.graphic-block .cont.is-inview svg > g > path {
  stroke-dasharray: 1050;
  animation: rotate2;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  transition-delay: 0s;
  opacity: 0;
}
.graphic-block .cont.is-inview svg > g > circle {
  animation: scale;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
  opacity: 0;
}

@keyframes rotate2 {
  from {
    transform: rotate(-150deg);
    transform-origin: 59px 59px;
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    transform-origin: 59px 59px;
    opacity: 1;
  }
}
.icons-block {
  position: relative;
}
.icons-block .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.icons-block .cont .item {
  height: 120px;
  width: auto;
  display: inline-block;
}
.icons-block .cont .item img {
  display: inline-block;
  height: 100%;
  width: 100%;
  max-width: 300px;
  padding: 20px;
  box-sizing: border-box;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.icons-block .cont .item img:hover {
  filter: grayscale(0);
}

@media screen and (max-width: 844px) {
  .icons-block .cont .item {
    height: auto;
    width: 50%;
  }
}
.image-boxes-block {
  position: relative;
}
.image-boxes-block .slick-track .item {
  position: relative;
  background-color: black;
  height: 420px;
  overflow: hidden;
}
.image-boxes-block .slick-track .item a:hover img {
  width: 105%;
  height: 105%;
  top: -2.5%;
  left: -2.5%;
}
.image-boxes-block .slick-track .item a:hover .btn {
  top: 47.6%;
  background-color: var(--mal-yellow);
}
.image-boxes-block .slick-track .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  position: relative;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
}
.image-boxes-block .slick-track .item .btn {
  color: white;
  position: absolute;
  transition: all 0.3s ease-in-out !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.image-boxes-block .slick-track .item .btn:hover {
  color: white;
}

@media screen and (max-width: 844px) {
  .image-boxes-block .slick-slider .slick-arrow {
    filter: brightness(100);
    opacity: 1;
  }
}
.intro-block {
  border-bottom: 2px solid var(--giraffe-purple);
  overflow: hidden;
}
.intro-block .cont {
  display: flex;
  flex-wrap: wrap;
}
.intro-block .cont .col {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  z-index: 1;
}
.intro-block .cont .col .text h1 {
  color: var(--giraffe-purple);
  max-width: 75%;
}
.intro-block .cont .col .text ul li {
  font-weight: 800;
  font-family: "Fraunces", serif;
}
.intro-block .cont .col .text a {
  margin-top: 60px;
}
.intro-block .cont .col img {
  height: 650px;
  width: 105%;
  object-fit: cover;
  object-position: center;
  margin-left: -5%;
  z-index: -1;
}
.intro-block .cont .col:nth-child(1) {
  padding-bottom: 50px;
  z-index: 2;
}

@media screen and (max-width: 844px) {
  .intro-block .cont {
    padding: 0;
  }
  .intro-block .cont .col {
    width: 100% !important;
  }
  .intro-block .cont .col .text {
    padding: 0 20px;
  }
  .intro-block .cont .col .text a {
    margin-top: 20px;
  }
  .intro-block .cont .col img {
    margin-left: 0;
    width: 100%;
  }
}
.laptop-block {
  margin-top: 100px;
}
.laptop-block .cont {
  background: transparent url("../images/laptop.svg") no-repeat center center;
  height: 600px;
}
.laptop-block .cont img {
  display: inline-block;
  position: absolute;
  top: 48px;
  width: 656px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 412px;
  object-fit: cover;
  object-position: top;
}

@media screen and (max-width: 844px) {
  .laptop-block {
    margin-top: 0;
  }
  .laptop-block .cont {
    height: 240px;
  }
  .laptop-block .cont img {
    width: 263px;
    top: 253px;
    height: 166px;
  }
}
.left-right-block .content .item {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 60px;
}
.left-right-block .content .item .col {
  width: 70%;
  padding-right: 40px;
  box-sizing: border-box;
}
.left-right-block .content .item .col img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}
.left-right-block .content .item .col h3 {
  color: var(--miag-dblue);
  margin-bottom: 10px;
}
.left-right-block .content .item .col a.btn {
  margin-top: 20px !important;
  display: inline-block !important;
}
.left-right-block .content .item .col:nth-child(2) {
  width: 30%;
  padding-right: 0;
}
.left-right-block .content .item.is-inview img {
  transform: rotate(6deg);
  opacity: 1;
}
.left-right-block .content .item:nth-child(2n) .col:nth-child(1) {
  order: 2;
  padding-right: 0;
}
.left-right-block .content .item:nth-child(2n) .col:nth-child(2) {
  order: 1;
  padding-right: 40px;
}
.left-right-block .content .item:nth-child(2n).is-inview img {
  transform: rotate(-6deg);
  opacity: 1;
}

@media screen and (max-width: 844px) {
  .left-right-block .content .item {
    margin: 20px 0;
  }
  .left-right-block .content .item .col {
    width: 100% !important;
    padding: 0 !important;
  }
  .left-right-block .content .item .col img {
    margin: 30px 0;
  }
  .left-right-block .content .item .col:nth-child(1) {
    order: 2 !important;
  }
  .left-right-block .content .item .col:nth-child(2) {
    order: 1 !important;
  }
}
.line-block {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: var(--giraffe-purple);
}

.maps-block {
  position: relative;
}
.maps-block .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.maps-block .content .item {
  width: 45%;
  margin-bottom: 30px;
}
.maps-block .content .item h4 {
  margin: 20px 0 10px;
  padding: 0;
}
.maps-block .content .item p {
  font-size: 14px;
  line-height: 19px;
}
.maps-block .content .item iframe {
  display: inline-block;
  width: 300px;
  height: 240px;
}

@media screen and (max-width: 844px) {
  .maps-block .content .item {
    width: 100%;
  }
  .maps-block .content .item iframe {
    width: 100%;
  }
}
.membership-block {
  position: relative;
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
}
.membership-block .tag {
  margin: 0 0 30px;
  padding-bottom: 0;
  color: var(--gold);
  font-size: 27px;
  font-weight: 400;
}
.membership-block .swiper-membership {
  overflow: hidden;
  padding: 40px 0 !important;
}
.membership-block .swiper-membership .swiper-wrapper {
  align-items: center;
}
.membership-block .swiper-membership .item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.membership-block .swiper-membership .item img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 844px) {
  .membership-block {
    padding: 40px 0;
  }
}
.mobile-block {
  padding: 100px 0;
}
.mobile-block .swiper-wrapper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.mobile-block .swiper-wrapper .swiper-slide {
  background-image: url(../images/phone.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 600px;
  margin: 0 40px;
  padding: 37px 15px 0;
  box-sizing: border-box;
}
.mobile-block .swiper-wrapper .swiper-slide img {
  display: block;
  width: 271px;
  height: 488px;
  object-fit: cover;
  object-position: top center;
}
.mobile-block .swiper-slide-shadow-left, .mobile-block .swiper-slide-shadow-right {
  display: none;
}

@media screen and (max-width: 844px) {
  .mobile-block {
    padding: 0 0 50px;
    width: 100%;
    overflow: hidden;
  }
}
/* --- breakpoints --- */
/* ----- */
.work-block .work-container, .why-block .cont, .who-we-work-with-block, .team-block, .talk-block .cont, .success-block .cont, .success-block, .stats-block .cont, .slider-block .slider .slick-list .slick-track .item .content, .services-block .cont, .resources-block, .quotes-block .cont, .quotes-block .intro, .projects-block .swiper, .process-block, .news-block .filter-cont, .news-block .controls, .news-block .cont .wrapper, .accordion-block .accord, .accreditations-block .cont, .acquisition-block, .block-management-block .cont, .book-appointment-block .cont, .boxes-block h2, .boxes-block .boxes, .breadcrumbs-block, .curriculum-block, .divider-block .cont, .form-block .bg .content, .gallery-block h2, .gallery-block .gallery, .icons-block, .intro-block .cont, .laptop-block, .left-right-block .content, .maps-block, .membership-block .tag, .membership-block .swiper-membership {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide a {
  position: relative;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide a:after {
  content: "";
  opacity: 1;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: -20px;
  bottom: -4px;
  background: transparent url(../images/arrow.svg) no-repeat center center;
  background-size: 14px;
  width: 20px;
  height: 20px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide a:hover:after {
  right: -25px;
  opacity: 1;
}

.work-block .work-container > a, .talk-block .cont a, .slider-block .slider .slick-list .slick-track .item .content .cont .links a, .news-block .filter-loadmore, .accordion-block .accord .item .text a.link, .intro-block .cont .col .text a {
  display: inline-block;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 14px;
  border-radius: 4px;
  background-color: var(--miag-dblue);
  color: white;
  padding: 15px 55px;
}
.work-block .work-container > a:after, .talk-block .cont a:after, .slider-block .slider .slick-list .slick-track .item .content .cont .links a:after, .news-block .filter-loadmore:after, .accordion-block .accord .item .text a.link:after, .intro-block .cont .col .text a:after {
  content: "";
  width: 40px;
  height: 20px;
  background: transparent url(../images/arrow-right.svg) no-repeat right center;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0%, -50%);
  filter: invert(1);
  background-size: 25px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.work-block .work-container > a:hover, .talk-block .cont a:hover, .slider-block .slider .slick-list .slick-track .item .content .cont .links a:hover, .news-block .filter-loadmore:hover, .accordion-block .accord .item .text a.link:hover, .intro-block .cont .col .text a:hover {
  background-color: var(--miag-lblue);
  cursor: pointer;
  padding: 15px 75px 15px 55px;
}
.work-block .work-container > a:hover:after, .talk-block .cont a:hover:after, .slider-block .slider .slick-list .slick-track .item .content .cont .links a:hover:after, .news-block .filter-loadmore:hover:after, .accordion-block .accord .item .text a.link:hover:after, .intro-block .cont .col .text a:hover:after {
  right: 15px;
  opacity: 1;
}

.book-appointment-block .cont a.btn, .image-boxes-block .slick-track .item .btn {
  background-color: transparent;
  border: 2px solid var(--mal-yellow);
  padding: 10px 30px;
  display: inline-block;
  border-radius: 20px;
  font-size: 19px;
  line-height: 20px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.book-appointment-block .cont a.btn:hover, .image-boxes-block .slick-track .item .btn:hover {
  background-color: var(--mal-yellow);
  color: black;
  cursor: pointer;
}

.curriculum-block .col .text .button, .left-right-block .content .item .col a.btn {
  display: inline-block;
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
  font-size: 11px;
  border-radius: 4px;
  border: 1px solid var(--miag-blue);
  background-color: transparent;
  color: var(--miag-dblue);
  padding: 11px 55px 10px;
}
.curriculum-block .col .text .button:after, .left-right-block .content .item .col a.btn:after {
  content: "";
  width: 40px;
  height: 20px;
  background: transparent url(../images/arrow-right.svg) no-repeat right center;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0%, -50%);
  filter: invert(1);
  background-size: 25px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.curriculum-block .col .text .button:hover, .left-right-block .content .item .col a.btn:hover {
  background-color: var(--miag-lblue);
  cursor: pointer;
  padding: 11px 75px 10px 55px;
  color: white;
}
.curriculum-block .col .text .button:hover:after, .left-right-block .content .item .col a.btn:hover:after {
  right: 15px;
  opacity: 1;
}

.wp-block[data-type="acf/news"] {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 0px !important;
}

.news-block {
  padding: 20px 0;
}
.news-block .cont {
  display: block;
}
.news-block .cont .wrapper {
  margin: 0 auto;
  padding: 0 20px;
}
.news-block .cont .wrapper h1 {
  color: var(--c-fgrey);
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}
.news-block .controls {
  margin: 0 auto;
  padding: 10px 0px;
  box-sizing: border-box;
  text-align: left;
  z-index: 3;
  position: relative;
}
.news-block .controls .col {
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
  margin: 0 5px 10px;
  display: inline-block;
}
.news-block .controls .col.active p:after {
  transform: rotate(-180deg);
}
.news-block .controls .col.active .scroll {
  max-height: 150px;
}
.news-block .controls .col input {
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  font-family: "Manrope", sans-serif;
  position: relative;
  width: 120px;
}
.news-block .controls .col .mag {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 10px;
  height: 20px;
  width: 20px;
  background: transparent url(../images/mag.svg) no-repeat center center;
  background-size: 12px;
  z-index: 1;
}
.news-block .controls .col button {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid var(--lcp-pink);
  line-height: 14px;
  background-color: transparent;
  border-radius: 50px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  color: black;
  font-family: "Manrope", sans-serif;
  position: relative;
  text-decoration-skip-ink: i;
  transition: all 0.3s ease-in-out;
}
.news-block .controls .col button:hover {
  cursor: pointer;
  color: var(--abbey-pink);
}
.news-block .controls .col button.mixitup-control-active {
  color: var(--obj-blue);
}
.news-block .controls .col button.mixitup-control-active:after {
  width: 100%;
}
.news-block .controls .col:first-child {
  margin-right: 10px;
}
.news-block .controls .col:first-child button {
  padding: 12px 10px;
}
.news-block .filter-cont {
  margin: 0 auto;
  text-align: left;
  font-size: 0;
  padding: 0 20px;
}
.news-block .filter-cont .filter {
  width: 32%;
  text-decoration: none;
  margin: 0 0.5% 10px;
  display: inline-block;
  vertical-align: top;
  color: black;
  font-size: 20px;
  box-sizing: border-box;
  text-align: left;
}
.news-block .filter-cont .filter .projects--image {
  width: 100%;
  height: 410px;
  position: relative;
}
.news-block .filter-cont .filter .projects--image img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
  left: 0;
  top: 0;
  box-sizing: border-box;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-block .filter-cont .filter .text {
  padding: 10px 0 20px;
}
.news-block .filter-cont .filter .text p {
  display: inline-block;
  text-align: left;
  font-weight: 400;
  margin: 0 auto;
  transition: color 0.3s ease-in-out;
  color: black;
  padding: 0;
  line-height: 20px;
}
.news-block .filter-cont .filter .text p.projects--title {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
.news-block .filter-cont .filter .text p.projects--desc {
  padding: 5px 0 0;
}
.news-block .filter-cont .filter .text p.projects--date {
  font-size: 13px;
}
.news-block .filter-cont .filter .text p.projects--date span {
  color: #a2a2a2;
}
.news-block .filter-cont .filter:hover .projects--image img {
  width: 103%;
  height: 103%;
}
.news-block .filter-cont .filter:hover p {
  color: var(--lcp-pink);
}
.news-block .filter-loadmore {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: black;
  color: white;
}
.news-block .filter-loadmore:hover {
  cursor: pointer;
}
.news-block .filter-loadmore.disabled {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 844px) {
  .project-filter-block {
    padding: 30px 0;
  }
  .project-filter-block .controls {
    display: block;
    height: 50px;
    overflow-y: visible;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
  .project-filter-block .controls .col {
    display: inline-block;
    margin-right: 10px;
    margin: 0 5px 0 0;
  }
  .project-filter-block .controls .col button.mixitup-control-active {
    background-color: var(--c-red);
  }
  .project-filter-block .filter-cont .filter {
    width: 49%;
  }
  .project-filter-block .filter-cont .filter .projects--image {
    height: 180px;
  }
}
.process-block {
  max-width: 920px;
  padding: 40px 0 100px;
}
.process-block .cont {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.process-block .cont:after {
  content: "";
  width: 200vw;
  height: 2px;
  background-color: var(--f-lblue);
  position: absolute;
  bottom: -42px;
  left: -100vw;
}
.process-block .cont .swiper-wrapper {
  justify-content: center;
}
.process-block .cont .swiper-wrapper .item {
  width: 20%;
  width: 250px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.process-block .cont .swiper-wrapper .item .circle {
  height: 150px;
  width: 150px;
  border-radius: 150px;
  background-color: var(--obj-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 30px;
}
.process-block .cont .swiper-wrapper .item .circle img {
  width: 80%;
  height: 80%;
}
.process-block .cont .swiper-wrapper .item .circle:after {
  content: "";
  left: 50%;
  width: 2px;
  height: 20px;
}
.process-block .cont .swiper-wrapper .item h4 {
  padding: 0;
  margin: 10px 0;
  font-size: 20px;
  text-align: center;
  color: var(--obj-dblue);
}
.process-block .cont .swiper-wrapper .item p {
  padding: 0;
  margin: 0;
  text-align: center;
}
.process-block .cont .swiper-wrapper .item:after {
  content: "";
  position: absolute;
  top: 20px;
  height: 270px;
  width: 300px;
  background-color: transparent;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  border-top: dashed 2px #9b9b9b;
  opacity: 0;
}
.process-block .cont .swiper-wrapper .item:nth-child(2n):after {
  border-bottom: dashed 2px #9b9b9b;
  top: -145px;
  border-top: none;
}
.process-block .cont .swiper-wrapper .item:last-child:after {
  display: none;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(1) {
  transition-delay: 0.2s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(1):after {
  transition-delay: 0.4s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(2) {
  transition-delay: 0.4s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(2):after {
  transition-delay: 0.8s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(3) {
  transition-delay: 0.6s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(3):after {
  transition-delay: 1.2s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(4) {
  transition-delay: 0.8s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(4):after {
  transition-delay: 1.6s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(5) {
  transition-delay: 1s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(5):after {
  transition-delay: 2s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(6) {
  transition-delay: 1.2s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(6):after {
  transition-delay: 2.4s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(7) {
  transition-delay: 1.4s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(7):after {
  transition-delay: 2.8s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(8) {
  transition-delay: 1.6s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(8):after {
  transition-delay: 3.2s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(9) {
  transition-delay: 1.8s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(9):after {
  transition-delay: 3.6s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(10) {
  transition-delay: 2s;
  opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(10):after {
  transition-delay: 4s;
  opacity: 1;
}

@media screen and (max-width: 844px) {
  .process-block {
    padding: 40px 10vw 100px;
  }
}
.projects-vertical-block {
  position: relative;
  padding: 40px 0;
  box-sizing: border-box;
}
.projects-vertical-block .swiper-vertical {
  height: 600px;
  overflow: hidden;
}
.projects-vertical-block .swiper-vertical .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
}
.projects-vertical-block .swiper-vertical .swiper-slide img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0px 10px black;
  border-radius: 5px;
}
.projects-vertical-block .swiper-vertical .swiper-button-prev {
  position: absolute;
  left: 50%;
  transform: rotate(90deg) translate(-50%, 0%);
  top: 30px;
  bottom: auto;
  z-index: 100;
}
.projects-vertical-block .swiper-vertical .swiper-button-prev:after {
  color: var(--giraffe-purple);
}
.projects-vertical-block .swiper-vertical .swiper-button-next {
  position: absolute;
  left: 50%;
  transform: rotate(90deg) translate(-50%, 0%);
  bottom: -10px;
  top: auto;
  z-index: 100;
}
.projects-vertical-block .swiper-vertical .swiper-button-next:after {
  color: var(--giraffe-purple);
}

@media screen and (max-width: 844px) {
  .projects-vertical-block .swiper-vertical .swiper-button-prev {
    left: calc(50% - 10px);
  }
  .projects-vertical-block .swiper-vertical .swiper-button-next {
    left: calc(50% - 10px);
  }
}
.projects-block {
  position: relative;
  z-index: 12;
}
.projects-block .swiper {
  padding: 0 50px 30px;
  overflow: visible;
}
.projects-block .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  opacity: 0.2 !important;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 55px;
  padding-right: 60px;
  width: 55%;
  box-sizing: border-box;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col .cont h2 {
  color: var(--giraffe-purple);
  margin: 10px 0 20px;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col .cont h3 {
  margin: 0;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col:first-child {
  width: 45%;
  padding-left: 60px;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col:first-child img {
  width: 100%;
  height: 850px;
  display: inline-block;
  object-fit: contain;
  object-position: bottom center;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col:last-child {
  background-color: white;
}
.projects-block .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.projects-block .swiper .swiper-scrollbar-drag {
  background-color: var(--giraffe-purple);
}
.projects-block .swiper .swiper-button-next, .projects-block .swiper .swiper-button-prev {
  transition: all 0.3s ease-in-out;
}
.projects-block .swiper .swiper-button-next:after, .projects-block .swiper .swiper-button-prev:after {
  color: var(--giraffe-purple);
}
.projects-block .swiper .swiper-button-prev {
  left: 15px;
}
.projects-block .swiper .swiper-button-next {
  right: 15px;
}
.projects-block:after {
  content: "";
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 200vw;
  height: 2px;
  background-color: var(--giraffe-purple);
}

@media screen and (max-width: 844px) {
  .projects-block {
    overflow: hidden;
  }
  .projects-block .swiper {
    padding: 0;
  }
  .projects-block .swiper .swiper-wrapper .swiper-slide {
    padding: 0 0 80px 0px;
  }
  .projects-block .swiper .swiper-wrapper .swiper-slide .col {
    width: 100% !important;
  }
  .projects-block .swiper .swiper-wrapper .swiper-slide .col img {
    height: auto !important;
    width: 100% !important;
  }
  .projects-block:after {
    display: none;
  }
  .projects-block .swiper-scrollbar {
    width: calc(100% - 60px);
    left: 30px;
  }
}
.quotes-block {
  background-color: black;
  padding: 80px 0 50px;
  position: relative;
}
.quotes-block:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: black;
  position: absolute;
  top: -2px;
  left: 0;
}
.quotes-block .intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.quotes-block .intro > h2 {
  color: white;
  display: block;
}
.quotes-block .intro > h2:after {
  background-color: white;
}
.quotes-block .intro .quotes-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.quotes-block .intro .quotes-nav .slick-arrow {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -5000px;
  border: none;
  border-radius: 6px;
  background-color: var(--gold);
  background-image: url(../images/arrow-small-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px;
  filter: none;
  opacity: 1;
  transition: background-color 0.3s ease-in-out;
}
.quotes-block .intro .quotes-nav .slick-arrow.slick-prev {
  transform: rotate(180deg);
}
.quotes-block .intro .quotes-nav .slick-arrow:hover {
  background-color: var(--mal-grey);
  opacity: 1;
  cursor: pointer;
}
.quotes-block .cont {
  padding: 30px 20px;
}
.quotes-block .cont .item {
  max-width: 900px;
}
.quotes-block .cont .item p {
  color: rgba(255, 255, 255, 0.75);
  text-align: left;
  margin: 2px 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.quotes-block .cont .item p:last-child {
  font-family: "Fraunces", serif;
  color: var(--gold);
  margin-top: 20px;
}
.quotes-block .cont .slick-list {
  overflow: visible;
}
.quotes-block .cont .slick-list .slick-track .slick-slide {
  opacity: 0.2;
  filter: blur(5px);
  transition: all 0.8s ease-in-out;
  padding: 0;
  box-sizing: border-box;
}
.quotes-block .cont .slick-list .slick-track .slick-slide.slick-current {
  opacity: 1;
  filter: blur(0);
}

@media screen and (max-width: 844px) {
  .quotes-block {
    width: 100%;
    overflow: hidden;
    padding: 80px 20px 50px;
    box-sizing: border-box;
  }
  .quotes-block .intro {
    flex-wrap: wrap;
  }
}
.resources-block {
  position: relative;
}
.resources-block .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.resources-block .cont .item {
  width: 24%;
  display: inline-block;
}
.resources-block .cont .item img {
  display: inline-block;
  height: 100%;
  width: 70%;
  height: 240px;
  object-position: center;
  object-fit: cover;
  padding: 0px;
  box-sizing: border-box;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.resources-block .cont .item img:hover {
  filter: grayscale(0);
}

@media screen and (max-width: 844px) {
  .icons-block .cont .item {
    height: auto;
    width: 50%;
  }
}
.services-block {
  position: relative;
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
}
.services-block .cont {
  text-align: center;
}
.services-block .cont .tag {
  margin: 0;
  padding: 0;
  color: var(--gold);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.services-block .cont h2 {
  margin: 10px 0 50px;
  padding: 0;
}
.services-block .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  text-align: left;
}
.services-block .items .item {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #e5e2dc;
  border-radius: 6px;
  padding: 35px 30px;
}
.services-block .items .item h3 {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  font-size: 22px;
  line-height: 26px;
}
.services-block .items .item .description {
  width: 100%;
  flex: 1 1 auto;
}
.services-block .items .item .description p {
  font-size: 16px;
  line-height: 24px;
  color: var(--mal-grey);
  padding: 0 0 15px;
  margin: 0;
}
.services-block .items .item .description ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.services-block .items .item .description ul li {
  position: relative;
  padding: 6px 0 6px 24px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Manrope", sans-serif;
  color: var(--mal-grey);
}
.services-block .items .item .description ul li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 14px;
  width: 8px;
  height: 8px;
  background-color: var(--gold);
  transform: rotate(45deg);
}
.services-block .items .item .button {
  display: inline-block;
  margin-top: auto;
  background-color: var(--gold);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 16px 28px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.services-block .items .item .button:hover {
  background-color: var(--mal-grey);
}

@media screen and (max-width: 1350px) {
  .services-block .items .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 844px) {
  .services-block {
    padding: 60px 20px;
  }
  .services-block .items {
    gap: 20px;
  }
  .services-block .items .item {
    width: 100%;
  }
}
.slider-block {
  position: relative;
  z-index: 10;
}
.slider-block .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.slider-block .curve {
  position: absolute;
  width: 100%;
  height: 225px;
  bottom: 0;
  z-index: 1;
}
.slider-block .curve svg {
  height: 100%;
  width: 140%;
}
.slider-block .slider {
  padding: 0;
}
.slider-block .slider .slick-list {
  overflow: visible;
}
.slider-block .slider .slick-list .slick-track {
  overflow: hidden;
}
.slider-block .slider .slick-list .slick-track .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 50dvh;
  max-height: 90dvh;
  min-height: 650px;
}
.slider-block .slider .slick-list .slick-track .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
}
.slider-block .slider .slick-list .slick-track .item .content {
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  padding: 100px 0 0;
}
.slider-block .slider .slick-list .slick-track .item .content .cont {
  width: 100%;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.2s;
  transform: translateY(50%) translateZ(0);
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.slider-block .slider .slick-list .slick-track .item .content .cont h1 {
  font-size: 65px;
  line-height: 1em;
}
.slider-block .slider .slick-list .slick-track .item .content .cont h1, .slider-block .slider .slick-list .slick-track .item .content .cont h2, .slider-block .slider .slick-list .slick-track .item .content .cont p {
  width: 100%;
  color: white;
  font-family: "Fraunces", serif;
}
.slider-block .slider .slick-list .slick-track .item .content .cont p {
  font-size: 34px;
  line-height: 41px;
  margin: 10px;
  padding: 0;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .tag-cont {
  position: relative;
  width: 100%;
  padding: 20px 0 0;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .tag-cont p.tag {
  display: inline-block;
  text-transform: uppercase;
  color: #CE9D29B2;
  font-weight: 400;
  font-size: 18px !important;
  letter-spacing: 5px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .tag-cont p.tag::after, .slider-block .slider .slick-list .slick-track .item .content .cont .tag-cont p.tag:before {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translate(-50%, 0);
  background-color: #CE9D29B2;
  position: relative;
  display: inline-block;
  top: 50%;
  right: -14px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .tag-cont p.tag:before {
  left: -10px;
  right: auto;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .links a {
  background-color: white;
  color: black;
  margin: 30px 5px 0 !important;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .links a:hover {
  color: white;
  background-color: var(--mal-grey);
}
.slider-block .slider .slick-list .slick-track .item .content .cont .links a.yellow {
  background-color: #CE9D29;
  color: white;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .links a.yellow:hover {
  background-color: var(--mal-grey);
}
.slider-block .slider .slick-list .slick-track .item .content .cont .links a.transparent {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .links a.transparent:hover {
  background-color: var(--mal-grey);
  color: white;
}
.slider-block .slider .slick-list .slick-track .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 2;
  height: 100%;
}
.slider-block .slider.small .slick-list .slick-track .item {
  height: 20dvh;
  min-height: 450px;
  max-height: 500px;
}
.slider-block .slider.small .slick-list .slick-track .item .content {
  padding: 50px 0 20px;
}
.slider-block .slider.anim .slick-list .slick-track .slick-slide.slick-active .item .content .img {
  opacity: 1;
}
.slider-block .slider.anim .slick-list .slick-track .slick-slide.slick-active .item .content .cont {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.slider-block .slider.anim .slick-list .slick-track .slick-slide.slick-active .item .content .cont h1 {
  margin: 0;
}
.slider-block .slider.anim .slick-list .slick-track .slick-slide.slick-active .item .content .cont p {
  font-size: 22px;
  line-height: 26px;
}
.slider-block .arrow {
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
  width: 52px;
  height: 40px;
  bottom: 20px;
  z-index: 3;
}
.slider-block .arrow:after, .slider-block .arrow:before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 3px;
  background-color: white;
  transform: rotate(-40deg);
  position: absolute;
  right: 0;
  top: 20px;
  transition: all 0.3s ease-in-out;
}
.slider-block .arrow:before {
  left: 0;
  right: auto;
  transform: rotate(40deg);
}
.slider-block .arrow:hover {
  cursor: pointer;
}
.slider-block .arrow:hover:after, .slider-block .arrow:hover:before {
  top: 25px;
}

@media screen and (max-width: 844px) {
  .slider-block {
    overflow: hidden;
  }
  .slider-block .slider {
    padding: 0;
  }
  .slider-block .slider .slick-list .slick-track {
    overflow: visible;
  }
  .slider-block .slider .slick-list .slick-track .item {
    height: 100vh;
    min-height: 900px;
  }
  .slider-block .arrow {
    transform: translate(-50%, -50%);
  }
}
.stats-block {
  position: relative;
  text-align: center;
}
.stats-block h2 {
  color: var(--giraffe-purple);
}
.stats-block p {
  font-size: 22px;
  font-family: "Fraunces", serif;
  font-weight: 600;
}
.stats-block .cont {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.stats-block .cont .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 300px;
  justify-content: center;
}
.stats-block .cont .item img {
  display: inline-block;
  width: 180px;
  max-height: 140px;
}
.stats-block .cont .item h3 {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 15px 0 5px;
  font-size: 40px;
  color: var(--giraffe-purple);
}
.stats-block .cont .item p {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-family: "Fraunces", serif;
  font-weight: 900;
}

.success-block {
  position: relative;
  padding: 50px 20px;
}
.success-block h3 {
  margin-bottom: 20px;
}
.success-block .cont {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.success-block .cont .value {
  width: 32%;
  border: 2px solid white;
  border-radius: 10px;
  color: white;
  padding: 30px 30px;
  box-sizing: border-box;
  background-color: var(--miag-lblue);
}
.success-block .cont .value .stars {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.5s;
  height: 22px;
  width: 88px;
  background: transparent url(../images/yellow-stars.svg) repeat-x center left;
}
.success-block .cont .value svg {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.success-block .cont .value svg g path, .success-block .cont .value svg g circle {
  fill: var(--obj-blue);
}
.success-block .cont .value h4 {
  width: 100%;
  display: inline-block;
  color: white;
  font-size: 15px;
  line-height: 19px;
  transform: translate(0, 150%);
  transition: all 0.4s ease-in-out;
  transition-delay: 0.3s;
  opacity: 0;
}
.success-block .cont .value p {
  color: white;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 19px;
  transform: translate(0, 50%);
  transition: all 0.4s ease-in-out;
  transition-delay: 0.3s;
  opacity: 0;
}
.success-block .cont.is-inview .stars {
  opacity: 1;
}
.success-block .cont.is-inview h4 {
  transform: translate(0, 0%);
  opacity: 1;
}
.success-block .cont.is-inview p {
  transform: translate(0, 0%);
  opacity: 1;
}

@media screen and (max-width: 844px) {
  .success-block .cont .value {
    width: 100%;
  }
}
.talk-block {
  position: relative;
  margin: 30px 0;
}
.talk-block .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.talk-block .cont a {
  color: var(--giraffe-grey);
  border: 2px solid var(--giraffe-purple);
  background-color: white;
}
.talk-block .cont a:hover {
  background-color: var(--giraffe-purple);
  color: white;
}

@media screen and (max-width: 844px) {
  .talk-block .cont h3 {
    text-align: center;
  }
  .talk-block .cont a {
    display: inline-block;
    margin: 0 auto;
  }
}
.team-block {
  position: relative;
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
}
.team-block .tag {
  margin: 0 0 30px;
  padding-bottom: 0;
  color: var(--gold);
  font-size: 27px;
  font-weight: 400;
}
.team-block .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0 40px;
}
.team-block .cont .item {
  width: 31%;
  margin: 20px 0;
  box-sizing: border-box;
}
.team-block .cont .item h3 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 23px !important;
  line-height: 26px;
  font-weight: 400;
}
.team-block .cont .item .image {
  width: 100%;
  height: 225px;
  background-color: #000;
  border-radius: 5px;
  overflow: hidden;
  object-position: center;
  object-fit: cover;
}
.team-block .cont .item .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.team-block .cont .item p {
  margin: 20px 0 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  color: var(--mal-grey);
}

@media screen and (max-width: 1350px) {
  .team-block .cont .item {
    width: 48%;
  }
}
@media screen and (max-width: 844px) {
  .team-block {
    padding: 40px 0;
  }
  .team-block .cont .item {
    width: 100%;
  }
}
.title-block #top-bg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1200px;
  z-index: -1;
  top: 0;
}
.title-block #top-bg img {
  width: 100%;
  height: auto;
}
.title-block #top-bg.small {
  width: 700px;
}
.title-block .cont {
  width: 340px;
  margin: 0 auto;
  text-align: center;
  margin-top: 85px;
  margin-bottom: 70px;
  padding: 80px 0 60px;
  min-height: 145px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.title-block .cont h1 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
}
.title-block .cont p {
  color: #fff;
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
  font-size: 21px;
}
.title-block .cont:after {
  content: "";
  width: 60px;
  height: 60px;
  background: transparent url(../images/liminal-logo-white.svg) no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.title-block .dev {
  top: 28px !important;
}

@media screen and (max-width: 844px) {
  .title-block {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: -25px;
  }
  .title-block .cont {
    padding: 120px 0 60px;
  }
}
[data-type="acf/title"] {
  position: relative;
}
[data-type="acf/title"] #top-bg {
  z-index: 0;
}

.who-we-work-with-block {
  position: relative;
  padding: 40px 20px;
}
.who-we-work-with-block .dev {
  top: -30px;
}
.who-we-work-with-block h3 {
  color: white;
  margin-bottom: 20px;
}
.who-we-work-with-block .swiper-studies {
  overflow: visible;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper {
  padding: 0 0 25px;
  margin-bottom: 10px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide {
  background-color: var(--miag-blue);
  border-radius: 6px;
  padding: 20px 20px 25px;
  box-sizing: border-box;
  border: 1px solid white;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide h3 {
  color: white;
  margin-bottom: 5px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide p {
  max-width: 90%;
  font-size: 15px;
  line-height: 19px;
  color: white;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide ul {
  margin: 0 0 0 0px;
  padding: 0 0 0 30px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide ul li {
  font-size: 15px;
  line-height: 19px;
  color: white;
  position: relative;
  margin: 4px 0 10px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide ul li:before {
  content: "";
  position: absolute;
  left: -30px;
  background: var(--miag-dblue) url("../images/arrow-small-white.svg") no-repeat 60% center;
  background-size: 12px;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  top: 3px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide a {
  margin-top: 15px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
.who-we-work-with-block .swiper-studies .swiper-scrollbar {
  background-color: #ffffff36;
  left: 0px;
}
.who-we-work-with-block .swiper-studies .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: white;
}
.who-we-work-with-block .swiper-button-next:after, .who-we-work-with-block .swiper-button-prev:after {
  color: white;
}

@media screen and (max-width: 844px) {
  .who-we-work-with-block {
    padding: 40px 20px 0;
  }
}
.why-block {
  position: relative;
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  text-align: center;
}
.why-block .cont .tag {
  margin: 0;
  padding: 0;
  color: var(--gold);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.why-block .cont h2 {
  margin: 10px 0 25px;
  padding: 0;
}
.why-block .cont .description {
  max-width: 780px;
  margin: 0 auto 40px;
  font-size: 19px;
  line-height: 30px;
  color: var(--mal-grey);
  text-align: center;
}
.why-block .cont ul.two {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  column-count: 2;
  column-gap: 80px;
  text-align: left;
}
.why-block .cont ul.two li {
  position: relative;
  list-style: none;
  padding: 5px 0 5px 26px;
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: var(--mal-grey);
  font-family: "Manrope", sans-serif;
  break-inside: avoid;
}
.why-block .cont ul.two li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 18px;
  width: 8px;
  height: 8px;
  background-color: var(--gold);
  transform: rotate(45deg);
}
.why-block .cont .call {
  max-width: 1180px;
  margin: 50px auto 0;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e5e2dc;
  border-radius: 10px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  text-align: left;
}
.why-block .cont .call .icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.why-block .cont .call .icon svg {
  width: 100%;
  height: 100%;
  fill: var(--gold);
}
.why-block .cont .call p {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: 700;
  color: #1a1a1a;
  font-family: "Manrope", sans-serif;
}
.why-block .cont .call .button {
  flex: 0 0 auto;
  margin-left: 30px;
  display: inline-block;
  background-color: var(--gold);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 16px 28px;
  border-radius: 4px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.why-block .cont .call .button:hover {
  background-color: var(--mal-grey);
}

@media screen and (max-width: 844px) {
  .why-block {
    padding: 60px 20px;
  }
  .why-block .cont ul.two {
    column-count: 1;
    column-gap: 0;
  }
  .why-block .cont .call {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
  }
  .why-block .cont .call .icon {
    margin: 0 0 10px;
  }
  .why-block .cont .call p {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .why-block .cont .call .button {
    margin-left: 0;
  }
}
.work-block {
  padding: 100px 0px 0;
  position: relative;
  background: black url(../images/pattern-bg.jpg) repeat-y center center;
  background-size: cover;
}
.work-block .work-container h2 {
  color: white;
}
.work-block .work-container > a {
  position: relative;
  top: -100px;
}
.work-block .work-container .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0px;
}
.work-block .work-container .cont .item {
  width: calc(50% - 10px);
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.work-block .work-container .cont .item img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}
.work-block .work-container .cont .item p.tag {
  font-family: "Fraunces", serif;
  color: var(--giraffe-purple);
  text-transform: uppercase;
  padding: 5px 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}
.work-block .work-container .cont .item h3 {
  color: white;
  padding: 0;
  margin: 0 0 40px;
}
.work-block .work-container .cont .item:hover {
  transform: scale(1.1);
  z-index: 2;
}
.work-block .work-container .cont .item:nth-child(4n+2) img, .work-block .work-container .cont .item:nth-child(4n+3) img {
  height: 300px;
}
.work-block .work-container .cont .item:nth-child(4n) {
  top: -149px;
  position: relative;
}
.work-block .work-container .cont .item:nth-child(5n) {
  top: -149px;
  position: relative;
}
.work-block .work-container .cont .item:nth-child(6n) {
  top: -149px;
  position: relative;
}
.work-block .work-container .cont .item:nth-child(7n) {
  top: -149px;
  position: relative;
}
.work-block .work-container .cont .item:nth-child(8n) {
  top: -149px;
  position: relative;
}
.work-block .work-container.two {
  padding-bottom: 100px;
}
.work-block .work-container.two > a {
  top: 0;
}
.work-block .work-container.two .cont .item:nth-child(4n+2) img, .work-block .work-container.two .cont .item:nth-child(4n+3) img {
  height: 450px;
}

@media screen and (max-width: 844px) {
  .work-block {
    padding: 50px 0 0;
  }
  .work-block .work-container {
    padding: 0 20px 60px;
  }
  .work-block .work-container .cont .item {
    width: 100%;
    top: 0 !important;
  }
  .work-block .work-container > a {
    top: auto;
    bottom: 0;
  }
}
[data-type="core/spacer"] .components-resizable-box__container {
  background-color: #f7f7f7;
}
/*# sourceMappingURL=block.css.map */
