/** Import theme styles */
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@300;400;500;600;700;900&display=swap");
@import url("https://use.typekit.net/jwb5wvm.css");
.template-home__hero .hero {
  background: #192336;
}
.template-home__content-testimony .stats {
  padding: 20px 0 40px;
  overflow: hidden;
  border-bottom: solid 1px #8B95A5;
}
@media screen and (min-width: 900px) {
  .template-home__content-testimony .stats {
    padding: 40px 0;
  }
}
.template-home__content-testimony .stats:last-of-type {
  border-bottom: none;
  margin-bottom: 20px;
}
.template-home__content-testimony .stats h3 {
  font-size: 100px;
  line-height: 1.1;
  margin: 0 0 20px !important;
  color: #FFFFFF !important;
}
@media screen and (min-width: 900px) {
  .template-home__content-testimony .stats h3 {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    line-height: 0;
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .template-home__content-testimony .stats h3 {
    font-size: 100px;
  }
}
@media screen and (min-width: 900px) {
  .template-home__content-testimony .stats div {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .template-home__content-testimony .stats div {
    margin-left: 60px;
  }
}
.template-home__content-testimony .stats p {
  font-weight: 600;
  font-size: 22px;
}
.template-home__content-testimony .stats p.small-text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
.template-home__content-testimony .introduction h2 {
  color: #FFFFFF !important;
}
@media screen and (min-width: 900px) {
  .template-home__content-testimony .introduction,
  .template-home__content-testimony .stats,
  .template-home__content-testimony .button,
  .template-home__content-testimony .latest-blog .categories .category,
  .latest-blog .categories .template-home__content-testimony .category,
  .template-home__content-testimony .blog-insights .categories .category,
  .blog-insights .categories .template-home__content-testimony .category,
  .template-home__content-testimony .template-blog .categories .category,
  .template-blog .categories .template-home__content-testimony .category,
  .template-home__content-testimony .team-content__popup.opened .team-profile__contact .area,
  .team-content__popup.opened .team-profile__contact .template-home__content-testimony .area,
  .template-home__content-testimony .team-content__details .area-specialising .specialising,
  .team-content__details .area-specialising .template-home__content-testimony .specialising,
  .template-home__content-testimony .template-blog-article__hero .hero-banner__header-title .page-title .categories .category,
  .template-blog-article__hero .hero-banner__header-title .page-title .categories .template-home__content-testimony .category,
  .template-home__content-testimony .template-blog__details .categories .category,
  .template-blog__details .categories .template-home__content-testimony .category {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .template-home__content-testimony .introduction,
  .template-home__content-testimony .stats,
  .template-home__content-testimony .button,
  .template-home__content-testimony .latest-blog .categories .category,
  .latest-blog .categories .template-home__content-testimony .category,
  .template-home__content-testimony .blog-insights .categories .category,
  .blog-insights .categories .template-home__content-testimony .category,
  .template-home__content-testimony .template-blog .categories .category,
  .template-blog .categories .template-home__content-testimony .category,
  .template-home__content-testimony .team-content__popup.opened .team-profile__contact .area,
  .team-content__popup.opened .team-profile__contact .template-home__content-testimony .area,
  .template-home__content-testimony .team-content__details .area-specialising .specialising,
  .team-content__details .area-specialising .template-home__content-testimony .specialising,
  .template-home__content-testimony .template-blog-article__hero .hero-banner__header-title .page-title .categories .category,
  .template-blog-article__hero .hero-banner__header-title .page-title .categories .template-home__content-testimony .category,
  .template-home__content-testimony .template-blog__details .categories .category,
  .template-blog__details .categories .template-home__content-testimony .category {
    margin-left: 100px;
  }
}
.template-home__content-testimony .container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .template-home__content-testimony .container {
    display: block;
  }
}
.template-home__content-testimony .container .testimonial {
  order: 2;
  margin: 60px -20px 0;
}
@media screen and (min-width: 900px) {
  .template-home__content-testimony .container .testimonial {
    margin: 0;
  }
}
.template-home__content-testimony .container .content {
  padding: 40px 0;
}
@media screen and (min-width: 900px) {
  .template-home__content-testimony .container .content {
    padding-bottom: 40px;
  }
}

.template-about__main-items {
  background: #1D3955;
}
.template-about__hero .hero {
  background: #192336;
}
.template-about__hero .hero-banner__title .page-title {
  padding-bottom: 80px;
}
.template-about__main-content {
  position: relative;
  color: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .template-about__main-content::before {
    content: "";
    background: #1D3955;
    position: absolute;
    top: 28px;
    width: 30%;
    z-index: 2;
    height: 300px;
    left: 0;
    right: 0;
  }
}
.template-about__main-content-container {
  z-index: 2;
  position: relative;
  margin-top: -29px !important;
  padding: 0 !important;
}
@media screen and (min-width: 900px) {
  .template-about__main-content-container {
    margin-top: -160px !important;
    padding: 30px 20px 0;
  }
}
.template-about__main-content .testimonial {
  position: relative;
}
@media screen and (min-width: 900px) {
  .template-about__main-content .testimonial {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px;
  }
}
.template-about__main-content .testimonial .testimony {
  background: #FFFFFF;
  padding: 50px 30px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .template-about__main-content .testimonial .testimony {
    padding: 50px 60px;
  }
}
.template-about__main-content .testimonial .testimony .curly-quote {
  color: #C7E8F9;
}
.template-about__main-content .testimonial .testimony .curly-quote--lilac {
  color: #DFCCEF;
}
.template-about__main-content .testimonial .testimony .quote {
  position: relative;
  color: #8B95A5;
  font-family: "freight-big-pro", serif;
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .template-about__main-content .testimonial .testimony .quote {
    font-size: 50px;
  }
}
.template-about__main-content .testimonial .testimony .quote::after {
  content: "";
  position: absolute;
  border: solid 1px #C7E8F9;
  width: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.template-about__main-content .testimonial .testimony .quote--lilac::after {
  border: solid 1px #DFCCEF;
}
.template-about__main-content .testimonial .testimony .date {
  color: #8B95A5;
}
@media screen and (min-width: 900px) {
  .template-about__main-content .testimonial-image {
    height: 646px;
  }
}
.template-about__main-content .testimonial-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.template-about__main-content .testimonial-icon {
  position: absolute;
  top: -25px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  z-index: 1;
}
.template-about__main-content .testimonial .name {
  color: #1D3955;
}
.template-about__main-content .secondary-container {
  padding: 0;
}
@media screen and (min-width: 900px) {
  .template-about__main-content .secondary-container {
    padding: 0 20px;
  }
}
.template-about__main-content .content-block {
  overflow: hidden;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .template-about__main-content .content-block {
    padding: 30px 0 60px;
  }
}
.template-about__main-content .content-block .content-image {
  order: 1;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .template-about__main-content .content-block .content-image {
    width: calc(50% - 40px);
    order: 2;
  }
}
.template-about__main-content .content-block .text-content {
  order: 2;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 900px) {
  .template-about__main-content .content-block .text-content {
    width: calc(50% - 80px);
    padding: 0;
    order: 1;
  }
}
.template-about__main-content .content-block .text-content p {
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .template-about__main-content .content-block .text-content p {
    max-width: 601px;
  }
}
.template-about__main-content .content-block .text-content p.title-blue {
  font-size: 24px;
  font-weight: 700;
  color: #C7E8F9;
}
.template-about__main-content .content-block .text-content--top {
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .template-about__main-content .content-block .text-content--top {
    padding: 0 20px;
    margin-top: 150px;
    margin-left: 80px;
  }
}
.template-about__main-content .content-block .text-content--left {
  padding-top: 40px;
}
@media screen and (min-width: 900px) {
  .template-about__main-content .content-block .text-content--left {
    margin-right: 80px;
    padding-top: 0;
  }
}
.template-about__main-content .content-block__cards {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}
.template-about__main-content .content-block__card-items {
  padding: 0 20px;
}
@media screen and (min-width: 900px) {
  .template-about__main-content .content-image {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    height: 700px;
  }
}
.template-about__main-content .content-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.template-about__main-content .content-card {
  background: #192336;
  margin: 0 20px 20px;
}
@media screen and (min-width: 900px) {
  .template-about__main-content .content-card {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
.template-about__main-content .content-card__image {
  position: relative;
  overflow: hidden;
  height: 360px;
}
.template-about__main-content .content-card__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.template-about__main-content .content-card__title {
  font-size: 24px;
  font-weight: 800;
  color: #C7E8F9;
  margin-bottom: 20px;
  line-height: 1.4 !important;
}
.template-about__main-content .content-card__details {
  padding: 30px 20px 50px;
}
@media screen and (min-width: 900px) {
  .template-about__main-content .content-card__details {
    padding: 50px 60px 60px;
  }
}
.template-about__banner-left-overlay {
  max-height: 940px !important;
}

.template-contact__hero .page-title {
  top: 20%;
  position: absolute;
  z-index: 2;
  transform: translateY(-20%);
  margin-left: 0;
}
@media screen and (min-width: 900px) {
  .template-contact__hero .page-title {
    top: 28% !important;
    transform: translateY(-28%) !important;
  }
}
@media screen and (min-width: 900px) {
  .template-contact__hero .page-title h1 {
    margin: 10px 0 40px !important;
  }
}
.template-contact__hero .page-title .button, .template-contact__hero .page-title .latest-blog .categories .category, .latest-blog .categories .template-contact__hero .page-title .category,
.template-contact__hero .page-title .blog-insights .categories .category,
.blog-insights .categories .template-contact__hero .page-title .category,
.template-contact__hero .page-title .template-blog .categories .category,
.template-blog .categories .template-contact__hero .page-title .category, .template-contact__hero .page-title .team-content__popup.opened .team-profile__contact .area, .team-content__popup.opened .team-profile__contact .template-contact__hero .page-title .area, .template-contact__hero .page-title .team-content__details .area-specialising .specialising, .team-content__details .area-specialising .template-contact__hero .page-title .specialising, .template-contact__hero .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .template-blog-article__hero .hero-banner__header-title .template-contact__hero .page-title .categories .category, .template-contact__hero .page-title .template-blog__details .categories .category, .template-blog__details .categories .template-contact__hero .page-title .category {
  display: block;
}
@media screen and (min-width: 900px) {
  .template-contact__hero .page-title .button, .template-contact__hero .page-title .latest-blog .categories .category, .latest-blog .categories .template-contact__hero .page-title .category,
  .template-contact__hero .page-title .blog-insights .categories .category,
  .blog-insights .categories .template-contact__hero .page-title .category,
  .template-contact__hero .page-title .template-blog .categories .category,
  .template-blog .categories .template-contact__hero .page-title .category, .template-contact__hero .page-title .team-content__popup.opened .team-profile__contact .area, .team-content__popup.opened .team-profile__contact .template-contact__hero .page-title .area, .template-contact__hero .page-title .team-content__details .area-specialising .specialising, .team-content__details .area-specialising .template-contact__hero .page-title .specialising, .template-contact__hero .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .template-blog-article__hero .hero-banner__header-title .template-contact__hero .page-title .categories .category, .template-contact__hero .page-title .template-blog__details .categories .category, .template-blog__details .categories .template-contact__hero .page-title .category {
    display: none;
  }
}
.template-contact__hero .hero__items {
  background: #1D3955;
  padding: 40px 0 0;
  color: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .template-contact__hero .hero__items {
    position: absolute;
    top: 75%;
    transform: translate(-50%, -75%);
    z-index: 10;
    left: 50%;
    width: 100%;
    background: unset;
    padding: 0;
  }
}
.template-contact__hero .hero__items .message a {
  color: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .template-contact__hero.hero-banner--secondary,
  .template-contact__hero .hero__picture {
    height: 940px !important;
  }
}

.contact-address {
  background: #1D3955;
  color: #FFFFFF;
  padding: 40px 0;
}
@media screen and (min-width: 900px) {
  .contact-address {
    padding: 80px 0 40px;
  }
}
.contact-address h2 {
  color: #FFFFFF;
}
.contact-address h2::after {
  margin: 0;
}
@media screen and (min-width: 900px) {
  .contact-address .map {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
  }
}
.contact-address .map img {
  width: 100%;
  margin-right: 20px;
}
@media screen and (min-width: 900px) {
  .contact-address .address {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px;
  }
}
.contact-address .address__inner {
  padding-top: 40px;
}
@media screen and (min-width: 900px) {
  .contact-address .address__inner {
    margin-left: 80px;
  }
}
.contact-address .address__inner .title--pale-blue {
  font-size: 20px;
  font-weight: 700;
}

.template-blog__hero {
  height: 850px !important;
}
.template-blog__hero .hero-banner__header-title {
  height: 850px !important;
}
.template-blog__hero .page-title {
  position: relative;
  top: 35% !important;
  transform: translateY(-35%) !important;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 900px) {
  .template-blog__hero .page-title {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px) !important;
  }
}
.template-blog__hero .page-title h1 {
  margin-top: 0;
}
@media screen and (min-width: 900px) {
  .template-blog__hero .page-title h1 {
    font-size: 100px;
  }
}
@media screen and (min-width: 900px) {
  .template-blog__hero .page-title .main-title {
    width: calc(65% - 20px);
  }
}
.template-blog__header-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 900px) {
  .template-blog__header-filters {
    margin-top: 100px;
    gap: 20px;
  }
}
.template-blog__header-filters div {
  display: inline-block;
  width: calc(50% - 10px);
}
.template-blog__header-filters div .button, .template-blog__header-filters div .latest-blog .categories .category, .latest-blog .categories .template-blog__header-filters div .category,
.template-blog__header-filters div .blog-insights .categories .category,
.blog-insights .categories .template-blog__header-filters div .category,
.template-blog__header-filters div .template-blog .categories .category,
.template-blog .categories .template-blog__header-filters div .category, .template-blog__header-filters div .team-content__popup.opened .team-profile__contact .area, .team-content__popup.opened .team-profile__contact .template-blog__header-filters div .area, .template-blog__header-filters div .team-content__details .area-specialising .specialising, .team-content__details .area-specialising .template-blog__header-filters div .specialising, .template-blog__header-filters div .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .template-blog-article__hero .hero-banner__header-title .page-title .categories .template-blog__header-filters div .category, .template-blog__header-filters div .template-blog__details .categories .category, .template-blog__details .categories .template-blog__header-filters div .category {
  padding: 10px 15px;
}
.template-blog__header-filters div select {
  width: 100%;
}
.template-blog__header-filters label {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 10px;
}
.template-blog__header-filters select {
  margin-top: 4px;
  font-family: "Hanken Grotesk", sans-serif;
}
.template-blog__list {
  position: relative;
  margin-top: -300px !important;
  z-index: 2;
}
.template-blog__list-items {
  background: #F3F2F8;
  padding-bottom: 100px;
}
.template-blog__content .container {
  position: relative;
  overflow: unset;
  z-index: 2;
}
.template-blog__content .button, .template-blog__content .latest-blog .categories .category, .latest-blog .categories .template-blog__content .category,
.template-blog__content .blog-insights .categories .category,
.blog-insights .categories .template-blog__content .category,
.template-blog__content .template-blog .categories .category,
.template-blog .categories .template-blog__content .category, .template-blog__content .team-content__popup.opened .team-profile__contact .area, .team-content__popup.opened .team-profile__contact .template-blog__content .area, .template-blog__content .team-content__details .area-specialising .specialising, .team-content__details .area-specialising .template-blog__content .specialising, .template-blog__content .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .template-blog-article__hero .hero-banner__header-title .page-title .categories .template-blog__content .category, .template-blog__content .template-blog__details .categories .category, .template-blog__details .categories .template-blog__content .category {
  margin: 0 auto;
}
.template-blog__content .button .expand-icon, .template-blog__content .latest-blog .categories .category .expand-icon, .latest-blog .categories .template-blog__content .category .expand-icon,
.template-blog__content .blog-insights .categories .category .expand-icon,
.blog-insights .categories .template-blog__content .category .expand-icon,
.template-blog__content .template-blog .categories .category .expand-icon,
.template-blog .categories .template-blog__content .category .expand-icon, .template-blog__content .team-content__popup.opened .team-profile__contact .area .expand-icon, .team-content__popup.opened .team-profile__contact .template-blog__content .area .expand-icon, .template-blog__content .team-content__details .area-specialising .specialising .expand-icon, .team-content__details .area-specialising .template-blog__content .specialising .expand-icon, .template-blog__content .template-blog-article__hero .hero-banner__header-title .page-title .categories .category .expand-icon, .template-blog-article__hero .hero-banner__header-title .page-title .categories .template-blog__content .category .expand-icon, .template-blog__content .template-blog__details .categories .category .expand-icon, .template-blog__details .categories .template-blog__content .category .expand-icon {
  padding: 5px;
}
.template-blog__details .categories {
  padding-top: 20px;
}
.template-blog__details .categories .category {
  display: inline-block !important;
  font-size: 14px !important;
  padding: 5px 20px !important;
  text-transform: uppercase;
  margin-right: 10px;
}
.template-blog__details .categories .category--lilac {
  background: #DFCCEF !important;
}
.template-blog__details .categories .category--orange {
  background: #F7C49C !important;
}
.template-blog__card {
  background: #FFFFFF !important;
}
.template-blog__card:not(:first-child) {
  display: block !important;
}
.template-blog .button, .latest-blog .categories .template-blog .category,
.blog-insights .categories .template-blog .category,
.template-blog .categories .category, .template-blog .team-content__popup.opened .team-profile__contact .area, .team-content__popup.opened .team-profile__contact .template-blog .area, .template-blog .team-content__details .area-specialising .specialising, .team-content__details .area-specialising .template-blog .specialising, .template-blog .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .template-blog-article__hero .hero-banner__header-title .page-title .categories .template-blog .category, .template-blog__details .categories .template-blog .category {
  margin: 0 auto;
}

.template-blog-article__hero {
  height: auto !important;
}
.template-blog-article__hero .hero {
  padding: 150px 0 50px !important;
  background: #192336 !important;
}
.template-blog-article__hero .hero::before {
  content: unset !important;
}
.template-blog-article__hero .hero__picture {
  height: 700px !important;
  overflow: hidden;
}
.template-blog-article__hero .hero__picture img {
  left: 0 !important;
}
.template-blog-article__hero .hero-banner {
  padding: 40px 0;
}
.template-blog-article__hero .hero-banner__header-title {
  color: #FFFFFF;
  position: relative;
  text-align: center;
}
.template-blog-article__hero .hero-banner__header-title .page-title {
  position: relative;
  padding-bottom: 0 !important;
  text-align: center;
  top: unset;
  transform: unset;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .template-blog-article__hero .hero-banner__header-title .page-title {
    padding: 0 0 60px;
  }
}
.template-blog-article__hero .hero-banner__header-title .page-title .date {
  margin-bottom: 20px;
  color: #C7E8F9;
  font-size: 18px;
}
.template-blog-article__hero .hero-banner__header-title .page-title p {
  font-size: 24px;
}
.template-blog-article__hero .hero-banner__header-title .page-title h1 {
  font-size: 34px;
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 900px) {
  .template-blog-article__hero .hero-banner__header-title .page-title h1 {
    font-size: 60px;
    line-height: 1.2;
    padding: 0;
  }
}
.template-blog-article__hero .hero-banner__header-title .page-title .categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.template-blog-article__hero .hero-banner__header-title .page-title .categories .category {
  display: inline-block !important;
  font-size: 12px !important;
  padding: 5px 20px !important;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #1D3955;
}
@media screen and (min-width: 968px) {
  .template-blog-article__hero .hero-banner__header-title .page-title .categories .category {
    font-size: 14px !important;
  }
}
.template-blog-article__hero .hero-banner__header-title .page-title .categories .category--lilac {
  background: #DFCCEF !important;
}
.template-blog-article__hero .hero-banner__header-title .page-title .categories .category--orange {
  background: #F7C49C !important;
}
.template-blog-article__content p {
  margin-bottom: 10px;
}

.template-business__services {
  background: #1D3955;
  color: #FFFFFF;
}
.template-business__services h2 {
  text-align: center;
  color: #FFFFFF;
}
.template-business__services h2::after {
  border: solid 1px #DFCCEF;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .template-business__services-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.template-business__services .service-card {
  margin: 0 0 30px;
  background: #192336;
}
@media screen and (min-width: 768px) {
  .template-business__services .service-card {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
}
@media screen and (min-width: 900px) {
  .template-business__services .service-card {
    width: calc(33.33% - 20px);
  }
}
.template-business__services .service-card:not(:first-child) {
  display: none;
}
@media screen and (min-width: 768px) {
  .template-business__services .service-card:not(:first-child) {
    display: block;
  }
}
.template-business__services .service-card__image {
  position: relative;
  overflow: hidden;
  height: 200px;
}
@media screen and (min-width: 400px) {
  .template-business__services .service-card__image {
    height: 280px;
  }
}
.template-business__services .service-card__image::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -75px;
  right: 0;
  z-index: 1;
  background: transparent linear-gradient(0deg, #192336 37%, rgba(25, 35, 54, 0) 100%) 0% 0% no-repeat padding-box;
}
.template-business__services .service-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.template-business__services .service-card__title {
  font-size: 28px;
  font-weight: 800;
  color: #DFCCEF;
  margin-bottom: 20px;
}
.template-business__services .service-card__details {
  padding: 0 20px 40px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .template-business__services .service-card__details {
    padding: 0 50px 60px;
  }
}
.template-business__services .service-card__details .button, .template-business__services .service-card__details .latest-blog .categories .category, .latest-blog .categories .template-business__services .service-card__details .category,
.template-business__services .service-card__details .blog-insights .categories .category,
.blog-insights .categories .template-business__services .service-card__details .category,
.template-business__services .service-card__details .template-blog .categories .category,
.template-blog .categories .template-business__services .service-card__details .category, .template-business__services .service-card__details .team-content__popup.opened .team-profile__contact .area, .team-content__popup.opened .team-profile__contact .template-business__services .service-card__details .area, .template-business__services .service-card__details .team-content__details .area-specialising .specialising, .team-content__details .area-specialising .template-business__services .service-card__details .specialising, .template-business__services .service-card__details .template-blog__details .categories .category, .template-blog__details .categories .template-business__services .service-card__details .category, .template-business__services .service-card__details .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .template-blog-article__hero .hero-banner__header-title .page-title .categories .template-business__services .service-card__details .category {
  margin: 50px auto 0;
}
.template-business__services .service-card__details p {
  line-height: 1.8;
}
.template-business__hero .hero-banner__header-title {
  background: #192336;
}
@media screen and (min-width: 900px) {
  .template-business__hero .page-title {
    width: 600px !important;
  }
}

@media screen and (min-width: 900px) {
  .template-business-subpage__hero {
    height: 680px !important;
  }
}
.template-business-subpage__hero .hero__picture {
  height: 580px !important;
}
@media screen and (min-width: 900px) {
  .template-business-subpage__hero .hero__picture {
    height: 680px !important;
  }
}
.template-business-subpage__hero .hero-banner__header-title {
  height: 580px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 900px) {
  .template-business-subpage__hero .hero-banner__header-title {
    height: 680px !important;
  }
}
.template-business-subpage__hero .hero-banner__header-title .page-title {
  top: 80%;
  transform: translateY(-80%);
  padding-bottom: 0;
}
@media screen and (min-width: 900px) {
  .template-business-subpage__hero .hero-banner__header-title .page-title {
    top: 50%;
    transform: translateY(-50%);
  }
}
.template-business-subpage__hero .hero-banner__header-title .page-title p {
  margin-bottom: 10px;
}
.template-business-subpage__hero .hero-banner__header-title .page-title h1 {
  margin: 0 0 50px;
}

.template-business-childpage__hero {
  height: 500px !important;
}
@media screen and (min-width: 900px) {
  .template-business-childpage__hero {
    height: 600px !important;
  }
}
.template-business-childpage__hero .hero-banner__header-title {
  height: 500px !important;
}
@media screen and (min-width: 900px) {
  .template-business-childpage__hero .hero-banner__header-title {
    height: 700px !important;
  }
}
.template-business-childpage__hero .hero-banner__header-title .page-title {
  position: absolute;
  top: 80%;
  transform: translateY(-80%);
  padding: 0;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .template-business-childpage__hero .hero-banner__header-title .page-title {
    top: 50%;
    transform: translateY(-50%);
  }
}
.template-business-childpage__hero .hero-banner__header-title .page-title .service-type {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .template-business-childpage__hero .hero-banner__header-title .page-title .service-type {
    font-size: 18px;
  }
}
.template-business-childpage__fixed-review-solicitors {
  top: 500px !important;
}
.template-business-childpage__blog-insights::before {
  height: 434px !important;
}

.template-business-subpage__hero .service-type,
.template-business-childpage__hero .service-type {
  margin-bottom: 0;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.template-business-subpage__hero .service-type--lilac,
.template-business-childpage__hero .service-type--lilac {
  color: #DFCCEF;
}
.template-business-subpage__hero .service-type--orange,
.template-business-childpage__hero .service-type--orange {
  color: #F7C49C;
}
.template-business-subpage__hero .service-type--pale-blue,
.template-business-childpage__hero .service-type--pale-blue {
  color: #C7E8F9;
}
.template-business-subpage__hero .service-type .chevron-right,
.template-business-childpage__hero .service-type .chevron-right {
  height: 6px;
  transform: rotate(-90deg);
  margin: 10px;
}
@media screen and (min-width: 900px) {
  .template-business-subpage__hero .service-type .chevron-right,
  .template-business-childpage__hero .service-type .chevron-right {
    height: 10px;
  }
}
.template-business-subpage__hero .hero-banner__header-title .page-title,
.template-business-childpage__hero .hero-banner__header-title .page-title {
  position: absolute;
  z-index: 3;
}

.template-careers__careers-list {
  background: #1D3955;
  color: #FFFFFF;
}
.template-careers__content-left::before {
  width: 60% !important;
}
@media screen and (min-width: 900px) {
  .template-careers__content-left .content-left__item {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (min-width: 900px) {
  .template-careers__hero {
    height: 760px !important;
  }
}
.template-careers__hero .page-title {
  position: absolute;
  top: 70%;
  transform: translateY(-70%);
  z-index: 2;
}
.template-careers__hero .hero__picture {
  height: 600px !important;
}
@media screen and (min-width: 900px) {
  .template-careers__hero .hero__picture {
    height: 760px !important;
  }
}

.careers-list__information {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .careers-list__information {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.careers-list__information h2 {
  line-height: 1.4;
  padding: 0 0 10px;
  color: #FFFFFF;
}
.careers-list__information h2::after {
  margin: 0;
}
.careers-list__links {
  position: relative;
  background: #1D3955;
  padding: 40px 0 0;
  color: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .careers-list__links {
    padding: 0;
  }
}
@media screen and (min-width: 900px) {
  .careers-list__links .main-links {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
  }
}
.careers-list__links .main-links ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .careers-list__links .main-links ul li {
    margin-right: 40px;
  }
}
.careers-list__links .main-links ul li .button, .careers-list__links .main-links ul li .latest-blog .categories .category, .latest-blog .categories .careers-list__links .main-links ul li .category,
.careers-list__links .main-links ul li .blog-insights .categories .category,
.blog-insights .categories .careers-list__links .main-links ul li .category,
.careers-list__links .main-links ul li .template-blog .categories .category,
.template-blog .categories .careers-list__links .main-links ul li .category, .careers-list__links .main-links ul li .team-content__popup.opened .team-profile__contact .area, .team-content__popup.opened .team-profile__contact .careers-list__links .main-links ul li .area, .careers-list__links .main-links ul li .team-content__details .area-specialising .specialising, .team-content__details .area-specialising .careers-list__links .main-links ul li .specialising, .careers-list__links .main-links ul li .template-blog__details .categories .category, .template-blog__details .categories .careers-list__links .main-links ul li .category, .careers-list__links .main-links ul li .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .template-blog-article__hero .hero-banner__header-title .page-title .categories .careers-list__links .main-links ul li .category {
  font-size: 18px;
  line-height: 1.2;
  padding: 8px 10px 8px 20px;
  color: #C7E8F9;
  background: #192336;
  justify-content: space-between;
  border-radius: 45px;
}
@media screen and (min-width: 900px) {
  .careers-list__links .main-links ul li .button, .careers-list__links .main-links ul li .latest-blog .categories .category, .latest-blog .categories .careers-list__links .main-links ul li .category,
  .careers-list__links .main-links ul li .blog-insights .categories .category,
  .blog-insights .categories .careers-list__links .main-links ul li .category,
  .careers-list__links .main-links ul li .template-blog .categories .category,
  .template-blog .categories .careers-list__links .main-links ul li .category, .careers-list__links .main-links ul li .team-content__popup.opened .team-profile__contact .area, .team-content__popup.opened .team-profile__contact .careers-list__links .main-links ul li .area, .careers-list__links .main-links ul li .team-content__details .area-specialising .specialising, .team-content__details .area-specialising .careers-list__links .main-links ul li .specialising, .careers-list__links .main-links ul li .template-blog__details .categories .category, .template-blog__details .categories .careers-list__links .main-links ul li .category, .careers-list__links .main-links ul li .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .template-blog-article__hero .hero-banner__header-title .page-title .categories .careers-list__links .main-links ul li .category {
    font-size: 28px;
    padding: 16px 20px 16px 40px;
  }
}
.careers-list__links .main-links ul li .button .arrow-right, .careers-list__links .main-links ul li .latest-blog .categories .category .arrow-right, .latest-blog .categories .careers-list__links .main-links ul li .category .arrow-right,
.careers-list__links .main-links ul li .blog-insights .categories .category .arrow-right,
.blog-insights .categories .careers-list__links .main-links ul li .category .arrow-right,
.careers-list__links .main-links ul li .template-blog .categories .category .arrow-right,
.template-blog .categories .careers-list__links .main-links ul li .category .arrow-right, .careers-list__links .main-links ul li .team-content__popup.opened .team-profile__contact .area .arrow-right, .team-content__popup.opened .team-profile__contact .careers-list__links .main-links ul li .area .arrow-right, .careers-list__links .main-links ul li .team-content__details .area-specialising .specialising .arrow-right, .team-content__details .area-specialising .careers-list__links .main-links ul li .specialising .arrow-right, .careers-list__links .main-links ul li .template-blog__details .categories .category .arrow-right, .template-blog__details .categories .careers-list__links .main-links ul li .category .arrow-right, .careers-list__links .main-links ul li .template-blog-article__hero .hero-banner__header-title .page-title .categories .category .arrow-right, .template-blog-article__hero .hero-banner__header-title .page-title .categories .careers-list__links .main-links ul li .category .arrow-right {
  background: #C7E8F9;
  padding: 8px 10px;
  height: 12px;
}
@media screen and (min-width: 900px) {
  .careers-list__links .main-links ul li .button .arrow-right, .careers-list__links .main-links ul li .latest-blog .categories .category .arrow-right, .latest-blog .categories .careers-list__links .main-links ul li .category .arrow-right,
  .careers-list__links .main-links ul li .blog-insights .categories .category .arrow-right,
  .blog-insights .categories .careers-list__links .main-links ul li .category .arrow-right,
  .careers-list__links .main-links ul li .template-blog .categories .category .arrow-right,
  .template-blog .categories .careers-list__links .main-links ul li .category .arrow-right, .careers-list__links .main-links ul li .team-content__popup.opened .team-profile__contact .area .arrow-right, .team-content__popup.opened .team-profile__contact .careers-list__links .main-links ul li .area .arrow-right, .careers-list__links .main-links ul li .team-content__details .area-specialising .specialising .arrow-right, .team-content__details .area-specialising .careers-list__links .main-links ul li .specialising .arrow-right, .careers-list__links .main-links ul li .template-blog__details .categories .category .arrow-right, .template-blog__details .categories .careers-list__links .main-links ul li .category .arrow-right, .careers-list__links .main-links ul li .template-blog-article__hero .hero-banner__header-title .page-title .categories .category .arrow-right, .template-blog-article__hero .hero-banner__header-title .page-title .categories .careers-list__links .main-links ul li .category .arrow-right {
    padding: 13px 16px;
    height: 14px;
  }
}
.careers-list__links .message {
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .careers-list__links .message {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: 40px;
    margin-top: 0;
  }
}
.careers-list__links .message a {
  color: #FFFFFF;
}
.careers-list__links .message .title--pale-blue {
  padding-bottom: 20px;
}
.careers-list__links .title--pale-blue {
  font-weight: bold;
  line-height: 1.4;
  font-size: 28px;
}

.template-terms__hero.hero-banner {
  height: 500px !important;
}
.template-terms__hero.hero-banner .page-title {
  position: relative;
  width: 100% !important;
  margin-left: 0 !important;
  top: 55%;
  transform: translateY(-55%);
  float: none !important;
  left: 0;
  right: 0;
}
@media screen and (min-width: 900px) {
  .template-terms__hero.hero-banner .page-title {
    top: 45%;
    transform: translateY(-45%);
  }
}
.template-terms__hero.hero-banner .page-title h1 {
  margin-bottom: 40px;
  line-height: 1.2;
  margin-top: 20px;
  font-size: 34px;
}
@media screen and (min-width: 900px) {
  .template-terms__hero.hero-banner .page-title h1 {
    font-size: 60px;
  }
}
.template-terms__hero .hero-banner__header-title {
  height: 500px !important;
}
.template-terms__main-content .main-content {
  border-bottom: 0 !important;
}
.template-terms__main-content .highlight {
  margin-bottom: 40px !important;
}
.template-terms__main-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .template-terms__main-content .title {
    font-size: 28px;
  }
}

.template-team__hero {
  height: 780px !important;
}
@media screen and (min-width: 900px) {
  .template-team__hero {
    height: 920px !important;
  }
}
@media screen and (min-width: 900px) {
  .template-team__hero .hero h1 {
    font-size: 100px !important;
  }
}
.template-team__hero .hero .page-title {
  position: relative;
  margin-left: 0 !important;
  top: 38% !important;
  transform: translateY(-38%) !important;
  padding-bottom: 0;
}
@media screen and (min-width: 900px) {
  .template-team__hero .hero .page-title {
    width: 55% !important;
  }
}
.template-team__hero .hero .page-title h1 {
  margin-top: 0;
}
.template-team__hero .hero-banner__header-title {
  height: 780px !important;
}
@media screen and (min-width: 900px) {
  .template-team__hero .hero-banner__header-title {
    height: 920px !important;
  }
}
.template-team__hero .fixed-review-solicitors {
  top: 650px;
}
.template-team__banner-left-overlay {
  max-height: 940px !important;
}

.team-content {
  position: relative;
}
@media screen and (min-width: 900px) {
  .team-content {
    margin-top: -315px;
  }
}
.team-content .container {
  position: relative;
  margin-top: -310px;
  overflow: unset;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .team-content .container {
    padding: 75px 20px;
    margin-top: -315px;
  }
}
.team-content__desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .team-content__desktop {
    display: block;
  }
}
.team-content__mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .team-content__mobile {
    display: none;
  }
}
.team-content__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .team-content__list {
    margin: 0 -20px;
  }
}
.team-content__group {
  margin-bottom: 40px;
}
.team-content__group .title {
  font-size: 28px;
  margin-bottom: 30px;
}
.team-content__group-list .carousel-placeholder {
  margin-top: 30px;
}
.team-content__card {
  position: relative;
}
.team-content__card:not(:first-child) {
  display: none;
}
@media screen and (min-width: 768px) {
  .team-content__card:not(:first-child) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .team-content__card {
    width: calc(50% - 40px);
    margin: 0 20px 140px;
  }
}
@media screen and (min-width: 900px) {
  .team-content__card {
    width: calc(33.33% - 40px);
    margin: 0 20px 140px;
  }
}
@media screen and (min-width: 1200px) {
  .team-content__card {
    width: calc(25% - 40px);
    margin: 0 20px 140px;
  }
}
.team-content__card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  border-left: solid 1px rgba(139, 149, 165, 0.2);
}
.team-content__card:nth-child(4n+1)::after {
  content: unset;
}
@media screen and (min-width: 768px) {
  .team-content__card--w-title {
    margin-top: -80px;
  }
}
.team-content__details {
  background: #FFFFFF;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .team-content__details {
    padding: 30px 40px;
  }
}
.team-content__details .name {
  font-size: 28px;
  font-weight: 800;
  color: #192336;
  line-height: 1.4;
}
.team-content__details .area-specialising {
  padding-top: 40px;
}
.team-content__details .area-specialising .specialising {
  display: inline-block !important;
  font-size: 12px !important;
  padding: 5px 20px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .team-content__details .area-specialising .specialising {
    font-size: 14px !important;
  }
}
.team-content__details .area-specialising .specialising-business {
  background: #DFCCEF !important;
}
.team-content__details .area-specialising .specialising-personal {
  background: #F7C49C !important;
}
.team-content__image {
  position: relative;
  height: 240px;
  overflow: hidden;
  width: 100%;
}
.team-content__image .team-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team-content__image .button-expand {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  height: 16px;
  width: 16px;
  padding: 7px;
  border-radius: 100%;
  background: #C7E8F9;
}
.team-content__card .title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px;
}
.team-content__popup {
  display: none;
}
.team-content__popup.opened {
  display: block;
  background: rgba(29, 57, 85, 0.97);
  padding-bottom: 200px;
  overflow-y: auto;
  position: absolute;
  padding-top: 120px;
  color: #FFFFFF;
  z-index: 4;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (min-width: 900px) {
  .team-content__popup.opened {
    padding-top: 150px;
  }
}
.team-content__popup.opened #button-close {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .team-content__popup.opened #button-close {
    text-align: right;
    float: right;
  }
}
.team-content__popup.opened #button-close img {
  height: 14px;
  padding: 10px;
  border-radius: 100%;
  background: #192336;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .team-content__popup.opened #button-close img {
    height: 20px;
    padding: 18px;
  }
}
.team-content__popup.opened .team-content__information {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .team-content__popup.opened .team-content__information {
    display: block;
  }
}
.team-content__popup.opened .team-profile {
  margin-bottom: 40px;
  width: 100%;
}
.team-content__popup.opened .individual-title .name {
  color: #FFFFFF;
  font-size: 50px;
  line-height: 1.2;
  margin: 10px 0;
}
@media screen and (min-width: 900x) {
  .team-content__popup.opened .individual-title .name {
    font-size: 100px;
  }
}
.team-content__popup.opened .individual-role {
  font-size: 24px;
  font-weight: 800;
  color: #C7E8F9;
  margin-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .team-content__popup.opened .individual-role {
    font-size: 30px;
  }
}
.team-content__popup.opened .individual-details {
  order: 2;
}
@media screen and (min-width: 900px) {
  .team-content__popup.opened .individual-details {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
  }
}
.team-content__popup.opened .individual-details .highlight {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (min-width: 768x) {
  .team-content__popup.opened .individual-details .highlight {
    font-size: 24px;
  }
}
.team-content__popup.opened .individual-details p,
.team-content__popup.opened .individual-details .points {
  margin-bottom: 10px;
}
@media screen and (min-width: 768x) {
  .team-content__popup.opened .individual-details p,
  .team-content__popup.opened .individual-details .points {
    padding-right: 60px;
  }
}
.team-content__popup.opened .individual-about {
  margin-top: 60px;
  font-size: 30px;
  font-weight: 600;
  color: #C7E8F9;
}
@media screen and (min-width: 900px) {
  .team-content__popup.opened .team-profile {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: 30px;
  }
}
.team-content__popup.opened .team-profile a {
  color: #FFFFFF;
}
.team-content__popup.opened .team-profile__image {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.team-content__popup.opened .team-profile__image .team-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team-content__popup.opened .team-profile__content {
  text-align: center;
  background: #FFFFFF;
  color: #192336;
  padding: 20px;
}
.team-content__popup.opened .team-profile__content .review-solicitors__img {
  padding: 5px;
  margin-top: 20px;
  background: #1AB056;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.team-content__popup.opened .team-profile__content .review-solicitors__img img {
  width: 150px;
}
.team-content__popup.opened .team-profile__content .find-out {
  margin-top: 20px;
}
.team-content__popup.opened .team-profile__content .find-out a {
  color: #1AB056;
  font-size: 16px;
  border: solid 1px;
  padding: 6px 20px;
  margin: 0;
  border-radius: 20px;
}
.team-content__popup.opened .team-profile__name {
  color: #1AB056;
  font-weight: 600;
}
.team-content__popup.opened .team-profile__role {
  font-weight: 600;
  font-size: 16px;
  color: #8B95A5;
}
.team-content__popup.opened .team-profile__contact {
  margin-top: 40px;
}
.team-content__popup.opened .team-profile__contact .team-profile__title {
  font-size: 24px;
  font-weight: 800;
  color: #C7E8F9;
}
.team-content__popup.opened .team-profile__contact .area {
  display: inline-block !important;
  font-size: 14px !important;
  padding: 5px 20px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 10px;
  font-weight: 700;
  color: #1D3955;
}
.team-content__popup.opened .team-profile__contact .area--business {
  background: #DFCCEF !important;
}
.team-content__popup.opened .team-profile__contact .area--personal {
  background: #F7C49C !important;
}
.team-content__popup.opened .team-profile__contact ul {
  margin-top: 0;
  margin-bottom: 30px;
}
.team-content__popup.opened ul li {
  list-style: square;
  margin-left: 20px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.8;
}
.team-content__list-items {
  background: #F3F2F8;
}
.team-member-popup__list {
  display: none;
}
.team-member-popup__list.opened {
  display: block;
}

/* header */
header {
  position: relative;
  z-index: 10;
}
header::before {
  content: "";
  position: absolute;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: transparent linear-gradient(180deg, #192336 0, rgba(25, 35, 54, 0) 100%) 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 900px) {
  header::before {
    content: unset;
  }
}
header .heading-links {
  position: absolute;
  z-index: 100;
  width: 100%;
}
header .heading-links.active {
  background: rgba(29, 57, 85, 0.9);
}
header .heading-links.active .header-items__link.has-sub-menu:hover {
  background: #2B455F;
}
header .heading-links .inner-header {
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .heading-links .inner-header .logo__left {
  margin-left: 0;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  header .heading-links .inner-header .logo__left {
    margin-top: 0;
  }
}
header .heading-links .inner-header .logo__left .logo-image {
  width: 100px;
}
@media screen and (min-width: 768px) {
  header .heading-links .inner-header .logo__left .logo-image {
    width: 150px;
  }
}
header .heading-links .header-items__menu-container {
  display: none;
}
@media screen and (min-width: 1200px) {
  header .heading-links .header-items__menu-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
header .heading-links .header-items__links {
  list-style: none;
  padding-inline-start: 0;
  text-align: right;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header .heading-links .header-items__link {
  display: inline;
  padding: 55px 20px;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1280px) {
  header .heading-links .header-items__link {
    padding: 55px 25px;
  }
}
@media screen and (min-width: 1200px) {
  header .heading-links .header-items__link.active .sub-menu {
    display: block;
    position: absolute;
    padding: 30px 0;
    z-index: 1000;
    top: 130px;
    left: 0;
    right: 0;
    height: 100vh;
    text-align: left;
    background: rgba(29, 57, 85, 0.9);
    border-top: solid 1px rgba(243, 242, 248, 0.2);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  header .heading-links .header-items__link.active .sub-menu .sub-menu__block {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  header .heading-links .header-items__link.active .sub-menu .sub-menu__block li.main-service {
    padding: 0 0 15px;
  }
  header .heading-links .header-items__link.active .sub-menu .sub-menu__block li.main-service a {
    font-weight: bold;
  }
  header .heading-links .header-items__link.active .sub-menu .sub-menu__block li.main-service--individual {
    margin-top: 40px;
  }
  header .heading-links .header-items__link.active .sub-menu .sub-menu__block li.sub-service {
    margin-bottom: 20px;
    padding-left: 10px;
  }
  header .heading-links .header-items__link.active .sub-menu .sub-menu__block li.sub-service a {
    font-size: 16px;
  }
  header .heading-links .header-items__link.active .sub-menu .sub-menu__block li.sub-service.border-left--lilac {
    border-left: solid 3px #DFCCEF;
  }
  header .heading-links .header-items__link.active .sub-menu .sub-menu__block li:hover a {
    text-decoration: underline;
  }
}
header .heading-links .header-items__link a {
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
header .heading-links .header-items__link .sub-menu {
  display: none;
}
header .heading-links .header-items__buttons {
  border-left: solid 1px #F3F2F8;
  margin-left: 0;
  padding: 4px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
}
header .heading-links .header-items__buttons .contact-button {
  margin-left: 20px;
}
@media screen and (min-width: 1280px) {
  header .heading-links .header-items__buttons .contact-button {
    margin-left: 25px;
  }
}
header .heading-links .header-items__buttons .search {
  margin-top: 5px;
}
header .heading-links .header-items__buttons .search img {
  height: 15px;
  background: #F3F2F8;
  border-radius: 100%;
  padding: 13px;
  cursor: pointer;
}
header .heading-links .mobile-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  header .heading-links .mobile-menu {
    display: none;
  }
}
header .heading-links .mobile-menu .contact-button {
  margin-right: 15px;
}
header .heading-links .mobile-menu .contact-button .button, header .heading-links .mobile-menu .contact-button .latest-blog .categories .category, .latest-blog .categories header .heading-links .mobile-menu .contact-button .category,
header .heading-links .mobile-menu .contact-button .blog-insights .categories .category,
.blog-insights .categories header .heading-links .mobile-menu .contact-button .category,
header .heading-links .mobile-menu .contact-button .template-blog .categories .category,
.template-blog .categories header .heading-links .mobile-menu .contact-button .category, header .heading-links .mobile-menu .contact-button .template-blog__details .categories .category, .template-blog__details .categories header .heading-links .mobile-menu .contact-button .category, header .heading-links .mobile-menu .contact-button .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .template-blog-article__hero .hero-banner__header-title .page-title .categories header .heading-links .mobile-menu .contact-button .category, header .heading-links .mobile-menu .contact-button .team-content__details .area-specialising .specialising, .team-content__details .area-specialising header .heading-links .mobile-menu .contact-button .specialising, header .heading-links .mobile-menu .contact-button .team-content__popup.opened .team-profile__contact .area, .team-content__popup.opened .team-profile__contact header .heading-links .mobile-menu .contact-button .area {
  padding: 5px 4px 5px 14px;
}
header .heading-links .mobile-menu .contact-button .button a, header .heading-links .mobile-menu .contact-button .latest-blog .categories .category a, .latest-blog .categories header .heading-links .mobile-menu .contact-button .category a,
header .heading-links .mobile-menu .contact-button .blog-insights .categories .category a,
.blog-insights .categories header .heading-links .mobile-menu .contact-button .category a,
header .heading-links .mobile-menu .contact-button .template-blog .categories .category a,
.template-blog .categories header .heading-links .mobile-menu .contact-button .category a, header .heading-links .mobile-menu .contact-button .template-blog__details .categories .category a, .template-blog__details .categories header .heading-links .mobile-menu .contact-button .category a, header .heading-links .mobile-menu .contact-button .template-blog-article__hero .hero-banner__header-title .page-title .categories .category a, .template-blog-article__hero .hero-banner__header-title .page-title .categories header .heading-links .mobile-menu .contact-button .category a, header .heading-links .mobile-menu .contact-button .team-content__details .area-specialising .specialising a, .team-content__details .area-specialising header .heading-links .mobile-menu .contact-button .specialising a, header .heading-links .mobile-menu .contact-button .team-content__popup.opened .team-profile__contact .area a, .team-content__popup.opened .team-profile__contact header .heading-links .mobile-menu .contact-button .area a {
  font-size: 12px;
  font-weight: 600;
}
header .heading-links .mobile-menu .contact-button .button a .arrow-right, header .heading-links .mobile-menu .contact-button .latest-blog .categories .category a .arrow-right, .latest-blog .categories header .heading-links .mobile-menu .contact-button .category a .arrow-right,
header .heading-links .mobile-menu .contact-button .blog-insights .categories .category a .arrow-right,
.blog-insights .categories header .heading-links .mobile-menu .contact-button .category a .arrow-right,
header .heading-links .mobile-menu .contact-button .template-blog .categories .category a .arrow-right,
.template-blog .categories header .heading-links .mobile-menu .contact-button .category a .arrow-right, header .heading-links .mobile-menu .contact-button .template-blog__details .categories .category a .arrow-right, .template-blog__details .categories header .heading-links .mobile-menu .contact-button .category a .arrow-right, header .heading-links .mobile-menu .contact-button .template-blog-article__hero .hero-banner__header-title .page-title .categories .category a .arrow-right, .template-blog-article__hero .hero-banner__header-title .page-title .categories header .heading-links .mobile-menu .contact-button .category a .arrow-right, header .heading-links .mobile-menu .contact-button .team-content__details .area-specialising .specialising a .arrow-right, .team-content__details .area-specialising header .heading-links .mobile-menu .contact-button .specialising a .arrow-right, header .heading-links .mobile-menu .contact-button .team-content__popup.opened .team-profile__contact .area a .arrow-right, .team-content__popup.opened .team-profile__contact header .heading-links .mobile-menu .contact-button .area a .arrow-right {
  height: 10px;
}
header .heading-links .mobile-menu .burger-menu {
  width: 30px;
  height: 16px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header .heading-links .mobile-menu .burger-menu span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #FFFFFF;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .heading-links .mobile-menu .burger-menu span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
header .heading-links .mobile-menu .burger-menu span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}
header .heading-links .mobile-menu .burger-menu span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}
header .heading-links .mobile-menu .burger-menu.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
header .heading-links .mobile-menu .burger-menu.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
header .heading-links .mobile-menu .burger-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
  left: 8px;
}
header .heading-links .mobile-menu__item {
  border-bottom: solid 1px rgba(219, 222, 232, 0.4);
}
header .heading-links .mobile-menu__items {
  display: none;
  background: rgba(29, 57, 85, 0.9);
  padding: 90px 0 50px;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
}
header .heading-links .mobile-menu__items ul {
  margin: 0;
}
header .heading-links .mobile-menu__items ul li {
  padding: 15px 20px;
}
header .heading-links .mobile-menu__items a {
  color: #FFFFFF;
}
header .heading-links .mobile-menu__items .top-level-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .heading-links .mobile-menu__items .top-level-menu a {
  font-size: 18px;
  font-weight: 700;
}
header .heading-links .mobile-menu__items .sub-service a {
  font-size: 16px;
}
header .heading-links .mobile-menu__items .main-service {
  padding-right: 0;
}
header .heading-links .mobile-menu__items .top-level-link {
  font-size: 18px;
  font-weight: 700;
}
header .heading-links .mobile-menu__items .sub-service {
  padding-left: 30px;
}
header .heading-links .mobile-menu__items .sub-menu {
  margin: 10px 0;
}
header .heading-links .mobile-menu__items .sub-menu-sub-menu {
  padding-left: 30px;
}
header .heading-links .mobile-menu__items .sub-menu,
header .heading-links .mobile-menu__items .sub-sub-menu {
  display: none;
}
header .heading-links .mobile-menu__contact-socials {
  padding-top: 40px;
}
header .heading-links .mobile-menu__contact-socials p,
header .heading-links .mobile-menu__contact-socials a {
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 10px;
}
header .heading-links .mobile-menu__contact-socials .socials li {
  padding: 15px 20px 0 0;
}
header .heading-links .mobile-menu__contact-socials .socials li a {
  margin: 0;
}

.contact {
  padding: 50px 20px !important;
}
.contact h2 {
  color: #192336;
}
@media screen and (min-width: 900px) {
  .contact h2 {
    text-align: center;
  }
}

#template__footer {
  border-top: solid 1px #F3F2F8;
}

.footer__links {
  padding: 50px 0 20px;
}
@media screen and (min-width: 900px) {
  .footer__links {
    border-bottom: solid 1px #F3F2F8;
    padding: 4rem 0;
  }
}
.footer__links-logos {
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .footer__links-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.footer__links .top-level-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .footer__links .top-level-menu {
    display: block;
  }
}
.footer__links .top-level-link {
  font-size: 19px;
  font-weight: 700;
}
.footer__links .footer-logo img {
  width: 134px;
}
.footer__links .accreditations {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: flex-start;
}
@media screen and (min-width: 900px) {
  .footer__links .accreditations {
    margin-top: 0;
  }
}
.footer__links .accreditations span {
  margin-right: 10px;
}
@media screen and (min-width: 900px) {
  .footer__links .accreditations span {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer__links .accreditations span {
    margin-left: 40px;
  }
}
.footer__links .accreditations span img {
  max-height: 24px;
}
@media screen and (min-width: 400px) {
  .footer__links .accreditations span img {
    max-height: 40px;
  }
}
@media screen and (min-width: 900px) {
  .footer__links .accreditations span img {
    max-height: 60px;
  }
}
.footer__links ul li {
  margin-bottom: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 900px) {
  .footer__links ul li {
    padding: 0;
  }
}
.footer__links ul.sub-menu {
  margin-top: 20px;
}
.footer__links ul.sub-menu:hover a {
  text-decoration: none;
}
.footer__links ul.sub-menu a {
  border-bottom: dotted 1px #DBDEE8;
}
.footer-menu__items {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -20px;
}
.footer-menu__item {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .footer-menu__item {
    width: calc(25% - 40px);
    margin: 20px;
  }
}
.footer-menu__item:first-child {
  border-top: solid 1px #F3F2F8;
}
@media screen and (min-width: 900px) {
  .footer-menu__item:first-child {
    border: none;
  }
}
.footer-menu__item ul {
  border-bottom: solid 1px #F3F2F8;
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .footer-menu__item ul {
    border-bottom: unset;
  }
}
.footer-menu__item ul.sub-menu {
  display: none;
  border: none;
}
@media screen and (min-width: 900px) {
  .footer-menu__item ul.sub-menu {
    display: block;
  }
}
.footer-menu__item ul .expand-btn {
  padding: 0px 8px 3px;
  font-size: 20px;
}
.footer-menu__item ul .expand-btn.expanded {
  padding: 1px 10px 2px;
}
.footer-menu__item ul .expand-btn--lilac.expanded {
  border: solid 2px #DFCCEF;
}
.footer-menu__item ul .expand-btn--blue.expanded {
  border: solid 2px #C7E8F9;
}
.footer-menu__item ul .expand-btn--orange.expanded {
  border: solid 2px #F7C49C;
}
.footer-menu__item ul .expand-btn--red.expanded {
  border: solid 2px #E5AAAE;
}
.footer__company-details {
  padding: 20px !important;
}
@media screen and (min-width: 900px) {
  .footer__company-details {
    padding: 4rem 20px !important;
  }
}
.footer__company-details .company-details {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__company-details .company-details .column {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .footer__company-details .company-details .column {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    margin-bottom: 0;
  }
}
.footer__company-details .company-details .column.contact-details {
  order: 1;
}
@media screen and (min-width: 900px) {
  .footer__company-details .company-details .column.contact-details {
    order: unset;
  }
}
.footer__company-details .company-details .column.contact-details a {
  display: block;
  padding: 10px 0 10px;
  text-decoration: none;
}
.footer__company-details .company-details .column.contact-details a span {
  border-bottom: dotted 1px #DBDEE8;
}
.footer__company-details .company-details .column.address {
  order: 2;
}
@media screen and (min-width: 900px) {
  .footer__company-details .company-details .column.address {
    order: unset;
  }
}
.footer__company-details .company-details .column.authorised {
  order: 3;
}
@media screen and (min-width: 900px) {
  .footer__company-details .company-details .column.authorised {
    order: unset;
  }
}
.footer__company-details .company-details .column.sra-authorised-logo {
  order: 4;
}
@media screen and (min-width: 900px) {
  .footer__company-details .company-details .column.sra-authorised-logo {
    text-align: right;
    order: unset;
  }
}
.footer__company-details .company-details .column.sra-authorised-logo img {
  max-height: 80px;
}
@media screen and (min-width: 768px) {
  .footer__legal-terms {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 900px) {
  .footer__terms-links {
    margin-left: 20px;
  }
}
@media screen and (min-width: 900px) {
  .footer__terms-links ul {
    margin-top: 135px;
    margin-bottom: 0;
  }
}
.footer__terms-links ul li {
  display: inline-block;
  margin-right: 20px;
}
.footer__terms-links ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}
@media screen and (min-width: 900px) {
  .footer__socials-delivered {
    text-align: right;
  }
}
.footer__socials-delivered .delivered-details {
  margin-top: 40px;
}
.footer__socials-delivered .delivered-details p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.footer__socials-delivered .delivered-details a {
  font-weight: 600;
}

/* Hero with content */
.hero-banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .hero-banner {
    height: 900px;
  }
}
@media screen and (min-width: 900px) {
  .hero-banner .hero::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: transparent linear-gradient(90deg, #192336 37%, rgba(25, 35, 54, 0) 100%) 0% 0% no-repeat padding-box;
  }
}
.hero-banner .hero__picture {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 900px) {
  .hero-banner .hero__picture {
    height: 900px;
  }
}
.hero-banner .hero__picture::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -115px;
  right: 0;
  z-index: 1;
  background: transparent linear-gradient(0deg, #192336 37%, rgba(25, 35, 54, 0) 100%) 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 900px) {
  .hero-banner .hero__picture::before {
    content: unset;
  }
}
.hero-banner .hero__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media screen and (min-width: 900px) {
  .hero-banner .hero__picture img {
    left: 240px;
  }
}
.hero-banner .hero .button-links .button, .hero-banner .hero .button-links .latest-blog .categories .category, .latest-blog .categories .hero-banner .hero .button-links .category,
.hero-banner .hero .button-links .blog-insights .categories .category,
.blog-insights .categories .hero-banner .hero .button-links .category,
.hero-banner .hero .button-links .template-blog .categories .category,
.template-blog .categories .hero-banner .hero .button-links .category, .hero-banner .hero .button-links .template-blog__details .categories .category, .template-blog__details .categories .hero-banner .hero .button-links .category, .hero-banner .hero .button-links .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .template-blog-article__hero .hero-banner__header-title .page-title .categories .hero-banner .hero .button-links .category, .hero-banner .hero .button-links .team-content__details .area-specialising .specialising, .team-content__details .area-specialising .hero-banner .hero .button-links .specialising, .hero-banner .hero .button-links .team-content__popup.opened .team-profile__contact .area, .team-content__popup.opened .team-profile__contact .hero-banner .hero .button-links .area {
  display: inline-block;
  margin-bottom: 20px;
}
.hero-banner .hero .button-links .button:first-child, .hero-banner .hero .button-links .latest-blog .categories .category:first-child, .latest-blog .categories .hero-banner .hero .button-links .category:first-child,
.hero-banner .hero .button-links .blog-insights .categories .category:first-child,
.blog-insights .categories .hero-banner .hero .button-links .category:first-child,
.hero-banner .hero .button-links .template-blog .categories .category:first-child,
.template-blog .categories .hero-banner .hero .button-links .category:first-child, .hero-banner .hero .button-links .template-blog__details .categories .category:first-child, .template-blog__details .categories .hero-banner .hero .button-links .category:first-child, .hero-banner .hero .button-links .template-blog-article__hero .hero-banner__header-title .page-title .categories .category:first-child, .template-blog-article__hero .hero-banner__header-title .page-title .categories .hero-banner .hero .button-links .category:first-child, .hero-banner .hero .button-links .team-content__details .area-specialising .specialising:first-child, .team-content__details .area-specialising .hero-banner .hero .button-links .specialising:first-child, .hero-banner .hero .button-links .team-content__popup.opened .team-profile__contact .area:first-child, .team-content__popup.opened .team-profile__contact .hero-banner .hero .button-links .area:first-child {
  margin-right: 30px;
}
.hero-banner--secondary .hero::before {
  content: none;
}
.hero-banner--secondary .hero__picture {
  height: 500px;
}
@media screen and (min-width: 900px) {
  .hero-banner--secondary .hero__picture {
    height: 760px;
  }
}
.hero-banner--secondary .hero__picture::before {
  content: "";
  background: rgba(25, 35, 54, 0.8);
  top: 0;
  bottom: 0;
}
.hero-banner--secondary .hero__picture img {
  height: 100%;
  left: 0;
}
.hero-banner--secondary .hero-banner__header-title .page-title {
  width: calc(95% - 20px) !important;
}
@media screen and (min-width: 900px) {
  .hero-banner--secondary .hero-banner__header-title .page-title {
    width: calc(60% - 20px) !important;
  }
}
.hero-banner--no-image {
  background: #192336;
  overflow: unset;
  height: 680px;
}
.hero-banner--no-image h1 {
  font-size: 40px;
}
@media screen and (min-width: 900px) {
  .hero-banner--no-image h1 {
    font-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner--no-image h1 {
    font-size: 100px;
  }
}
.hero-banner--no-image .hero-banner__header-title {
  position: relative;
}
@media screen and (min-width: 900px) {
  .hero-banner--no-image .hero-banner__header-title {
    height: 920px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner--no-image .hero-banner__header-title .page-title {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
  }
}
.hero-banner__header-title {
  color: #FFFFFF;
}
.hero-banner__header-title .page-title {
  padding-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .hero-banner__header-title .page-title {
    padding-bottom: 0;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (min-width: 900px) {
  .hero-banner__header-title .page-title {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner__header-title .page-title {
    width: 650px;
  }
}
.hero-banner__header-title .page-title p {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .hero-banner__header-title .page-title p {
    font-size: 24px;
  }
}
.hero-banner__header-title .page-title h1 {
  color: #FFFFFF !important;
  margin-bottom: 20px;
  margin-top: 20px;
}
.hero-banner__header-title .page-title--center {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .hero-banner__header-title .page-title--center {
    width: calc(100% - 60px);
  }
}
.hero-banner__header-title .page-title .button p, .hero-banner__header-title .page-title .latest-blog .categories .category p, .latest-blog .categories .hero-banner__header-title .page-title .category p,
.hero-banner__header-title .page-title .blog-insights .categories .category p,
.blog-insights .categories .hero-banner__header-title .page-title .category p,
.hero-banner__header-title .page-title .template-blog .categories .category p,
.template-blog .categories .hero-banner__header-title .page-title .category p, .hero-banner__header-title .page-title .template-blog__details .categories .category p, .template-blog__details .categories .hero-banner__header-title .page-title .category p, .template-blog-article__hero .hero-banner__header-title .page-title .categories .category p, .hero-banner__header-title .page-title .team-content__details .area-specialising .specialising p, .team-content__details .area-specialising .hero-banner__header-title .page-title .specialising p, .hero-banner__header-title .page-title .team-content__popup.opened .team-profile__contact .area p, .team-content__popup.opened .team-profile__contact .hero-banner__header-title .page-title .area p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
}

/* Page contents */
.content-left-testimonial {
  position: relative;
  background: #1D3955;
  padding: 40px 0 0;
}
@media screen and (min-width: 900px) {
  .content-left-testimonial {
    padding: 40px 0 80px;
    background: #1D3955;
  }
}
@media screen and (min-width: 900px) {
  .content-left-testimonial::before {
    content: "";
    background: #1D3955;
    position: absolute;
    top: -90px;
    width: 30%;
    z-index: 2;
    height: 300px;
    left: 0;
    right: 0;
  }
}
.content-left-testimonial .container {
  padding-top: 40px;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .content-left-testimonial .container {
    margin-top: -160px;
    padding: 0 20px;
    padding-top: 30px;
    background: transparent;
  }
}
.content-left-testimonial .container .testimonial {
  margin: 0 -20px;
}
@media screen and (min-width: 900px) {
  .content-left-testimonial .container .testimonial {
    margin: 0;
  }
}
.content-left-testimonial .content {
  color: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .content-left-testimonial .content {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-top: 180px;
    float: right;
  }
}
.content-left-testimonial .content .introduction {
  border-bottom: solid 1px #8B95A5;
  padding-bottom: 40px;
}
.content-left-testimonial .content .introduction h2::after {
  margin: 0;
}
.content-left-testimonial .content--small {
  color: #FFFFFF;
  padding-top: 40px;
}
@media screen and (min-width: 900px) {
  .content-left-testimonial .content--small {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-top: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 900px) {
  .content-left-testimonial .content--small p {
    padding: 0 50px;
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  .content-left-testimonial .content--small p {
    padding: 0 90px 0;
    line-height: 2;
  }
}
@media screen and (min-width: 900px) {
  .content-left-testimonial .testimonial {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
.content-left-testimonial .testimonial-image {
  overflow: hidden;
  position: relative;
  height: 250px;
}
.content-left-testimonial .testimonial .testimony {
  background: #FFFFFF;
  padding: 50px 40px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .content-left-testimonial .testimonial .testimony {
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .content-left-testimonial .testimonial .testimony {
    padding: 50px 100px;
  }
}
.content-left-testimonial .testimonial .testimony .curly-quote {
  color: #C7E8F9;
}
.content-left-testimonial .testimonial .testimony .curly-quote--lilac {
  color: #DFCCEF;
}
.content-left-testimonial .testimonial .testimony .quote {
  position: relative;
  color: #8B95A5;
  font-family: "freight-big-pro", serif;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .content-left-testimonial .testimonial .testimony .quote {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .content-left-testimonial .testimonial .testimony .quote {
    font-size: 50px;
  }
}
.content-left-testimonial .testimonial .testimony .quote::after {
  content: "";
  position: absolute;
  border: solid 1px #C7E8F9;
  width: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.content-left-testimonial .testimonial .testimony .quote--lilac::after {
  border: solid 1px #DFCCEF;
}
.content-left-testimonial .testimonial .testimony .testimonial-icon {
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.content-left-testimonial .testimonial .testimony .date {
  color: #8B95A5;
}
@media screen and (min-width: 900px) {
  .content-left-testimonial .testimonial-image {
    height: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .content-left-testimonial .testimonial-image {
    height: 646px;
  }
}
.content-left-testimonial .testimonial-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content-left-testimonial .testimonial-icon {
  position: absolute;
  top: -25px;
  width: 100%;
  margin: 0 auto;
  left: 0;
}

.banner-left-overlay {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .banner-left-overlay {
    max-height: 780px;
  }
}
@media screen and (min-width: 900px) {
  .banner-left-overlay::before {
    content: "";
    background: transparent linear-gradient(90deg, #192336 37%, rgba(25, 35, 54, 0) 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}
.banner-left-overlay__information {
  background: #192336;
  padding: 20px 20px 40px !important;
  color: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .banner-left-overlay__information {
    padding: 20px 20px 60px !important;
  }
}
@media screen and (min-width: 900px) {
  .banner-left-overlay__information {
    padding: 0 20px !important;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    background: transparent;
  }
}
.banner-left-overlay .content--left h2 {
  line-height: 1.2;
  margin-top: 0;
  padding-bottom: 3rem;
  max-width: 100%;
  color: #FFFFFF;
}
@media screen and (min-width: 425px) {
  .banner-left-overlay .content--left h2 {
    max-width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .banner-left-overlay .content--left h2 {
    max-width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .banner-left-overlay .content--left h2 {
    max-width: 100%;
  }
}
.banner-left-overlay .content--left h2::after {
  margin: 0;
}
@media screen and (min-width: 900px) {
  .banner-left-overlay .content--left .information {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
  }
}
.banner-left-overlay .content--left p {
  margin-bottom: 40px;
}
.banner-left-overlay .content--left a {
  color: #FFFFFF;
}
.banner-left-overlay .content--left .button a, .banner-left-overlay .content--left .latest-blog .categories .category a, .latest-blog .categories .banner-left-overlay .content--left .category a,
.banner-left-overlay .content--left .blog-insights .categories .category a,
.blog-insights .categories .banner-left-overlay .content--left .category a,
.banner-left-overlay .content--left .template-blog .categories .category a,
.template-blog .categories .banner-left-overlay .content--left .category a, .banner-left-overlay .content--left .template-blog__details .categories .category a, .template-blog__details .categories .banner-left-overlay .content--left .category a, .banner-left-overlay .content--left .template-blog-article__hero .hero-banner__header-title .page-title .categories .category a, .template-blog-article__hero .hero-banner__header-title .page-title .categories .banner-left-overlay .content--left .category a, .banner-left-overlay .content--left .team-content__details .area-specialising .specialising a, .team-content__details .area-specialising .banner-left-overlay .content--left .specialising a, .banner-left-overlay .content--left .team-content__popup.opened .team-profile__contact .area a, .team-content__popup.opened .team-profile__contact .banner-left-overlay .content--left .area a {
  color: #192336;
}
.banner-left-overlay .content--left .review-solicitors {
  height: 35px;
  margin-bottom: 20px;
}
.banner-left-overlay .content--left .reviews {
  margin-bottom: 40px;
  max-width: 415px;
  width: 100%;
}
.banner-left-overlay__background {
  position: relative;
  z-index: -1;
  overflow: hidden;
  height: 280px;
  display: block;
}
@media screen and (min-width: 900px) {
  .banner-left-overlay__background {
    left: 240px;
    height: 100%;
  }
}
.banner-left-overlay__background::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 1;
  background: transparent linear-gradient(0deg, #192336 37%, rgba(25, 35, 54, 0) 100%) 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 900px) {
  .banner-left-overlay__background::before {
    content: unset;
  }
}
.banner-left-overlay__background img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}

.testimonial-highlight {
  background: #F3F2F8;
  text-align: center;
  padding: 100px 0;
  color: #8B95A5;
}
.testimonial-highlight--dark-bg {
  background: #1D3955;
}
.testimonial-highlight h3 {
  position: relative;
  margin-top: 20px;
  font-size: 40px;
  padding-bottom: 40px;
  color: #8B95A5;
}
@media screen and (min-width: 900px) {
  .testimonial-highlight h3 {
    font-size: 50px;
    line-height: 1.1;
  }
}
.testimonial-highlight h3::after {
  content: "";
  position: absolute;
  border: solid 1px #C7E8F9;
  width: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.testimonial-highlight h3.quote--lilac::after {
  border: solid 1px #DFCCEF;
}
.testimonial-highlight .name {
  color: #1D3955;
  font-weight: 600;
}
.testimonial-highlight .curly-quote {
  color: #DFCCEF;
}

.content-services {
  background: #F3F2F8;
  padding-top: 40px;
}
@media screen and (min-width: 900px) {
  .content-services {
    padding-top: 60px;
  }
}
.content-services .secondary-container {
  text-align: center;
  margin-bottom: 40px;
}
.content-services .secondary-container h2 {
  margin-bottom: 35px;
  padding: 0 25px 30px;
}
@media screen and (min-width: 900px) {
  .content-services .secondary-container h2 {
    padding: 0 0 30px;
  }
}
.content-services .secondary-container h2::after {
  margin: 0 auto;
}
.content-services .secondary-container p {
  max-width: 910px;
  margin: 0 auto;
}
.content-services .container {
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-services .container .service {
  background: #FFFFFF;
  position: relative;
}
.content-services .container .service:first-child {
  margin-bottom: 80px;
}
@media screen and (min-width: 900px) {
  .content-services .container .service:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .content-services .container .service {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
.content-services .container .service-inner {
  padding: 40px 20px;
}
@media screen and (min-width: 1200px) {
  .content-services .container .service-inner {
    padding: 40px;
  }
}
.content-services .container .service-inner .service-area {
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  padding: 6px 20px;
  font-weight: 600;
  font-size: 14px;
  top: -16px;
}
.content-services .container .service-inner ul {
  overflow: hidden;
  padding-bottom: 60px;
  border-bottom: solid 1px #F3F2F8;
  margin-bottom: 25px;
}
.content-services .container .service-inner ul li {
  font-size: 19px;
  margin-bottom: 12px;
  padding-left: 5px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .content-services .container .service-inner ul li {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
  }
}
.content-services .container .service-inner ul.lilac-border li {
  border-left: solid 3px #DFCCEF;
}
.content-services .container .service-inner ul.orange-border li {
  border-left: solid 3px #F7C49C;
}
.content-services .container .service-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #192336;
}

.latest-blog,
.blog-insights,
.template-blog {
  position: relative;
}
.latest-blog::before,
.blog-insights::before,
.template-blog::before {
  content: "";
  background: #F3F2F8;
  position: absolute;
  top: 0;
  width: 100%;
  height: 427px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .latest-blog::before,
  .blog-insights::before,
  .template-blog::before {
    height: 468px;
  }
}
.latest-blog h2,
.blog-insights h2,
.template-blog h2 {
  text-align: center;
}
.latest-blog h2::after,
.blog-insights h2::after,
.template-blog h2::after {
  margin: 0 auto;
}
.latest-blog h2.title--lilac::after,
.blog-insights h2.title--lilac::after,
.template-blog h2.title--lilac::after {
  border: solid 1px #DFCCEF;
}
.latest-blog h2.blog-insights__alternate-title,
.blog-insights h2.blog-insights__alternate-title,
.template-blog h2.blog-insights__alternate-title {
  text-align: left;
}
.latest-blog h2.blog-insights__alternate-title::after,
.blog-insights h2.blog-insights__alternate-title::after,
.template-blog h2.blog-insights__alternate-title::after {
  margin: 0;
}
.latest-blog__list,
.blog-insights__list,
.template-blog__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .latest-blog__list,
  .blog-insights__list,
  .template-blog__list {
    justify-content: flex-start;
  }
}
.latest-blog__card,
.blog-insights__card,
.template-blog__card {
  background: #F3F2F8;
  margin-bottom: 40px;
  position: relative;
}
.latest-blog__card:not(:first-child),
.blog-insights__card:not(:first-child),
.template-blog__card:not(:first-child) {
  display: none;
}
@media screen and (min-width: 768px) {
  .latest-blog__card:not(:first-child),
  .blog-insights__card:not(:first-child),
  .template-blog__card:not(:first-child) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .latest-blog__card,
  .blog-insights__card,
  .template-blog__card {
    width: calc(50% - 40px);
    margin: 0 20px 20px;
  }
}
@media screen and (min-width: 900px) {
  .latest-blog__card,
  .blog-insights__card,
  .template-blog__card {
    width: calc(33.33% - 40px);
    margin: 0 20px 20px;
  }
}
@media screen and (min-width: 900px) {
  .latest-blog__card::after,
  .blog-insights__card::after,
  .template-blog__card::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    border-right: solid 1px #DBDEE8;
  }
}
.latest-blog__card:nth-child(3n)::after,
.blog-insights__card:nth-child(3n)::after,
.template-blog__card:nth-child(3n)::after {
  content: unset;
}
.latest-blog__image,
.blog-insights__image,
.template-blog__image {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.latest-blog__image img,
.blog-insights__image img,
.template-blog__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.latest-blog__image .date,
.blog-insights__image .date,
.template-blog__image .date {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  padding: 15px;
  background: rgba(199, 232, 249, 0.8);
}
.latest-blog__image .date--lilac,
.blog-insights__image .date--lilac,
.template-blog__image .date--lilac {
  background: rgba(223, 204, 239, 0.8);
}
.latest-blog__image .date--orange,
.blog-insights__image .date--orange,
.template-blog__image .date--orange {
  background: rgba(247, 196, 156, 0.8);
}
.latest-blog__details,
.blog-insights__details,
.template-blog__details {
  padding: 30px 40px 40px;
  color: #1D3955;
}
.latest-blog__list,
.blog-insights__list,
.template-blog__list {
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .latest-blog__list,
  .blog-insights__list,
  .template-blog__list {
    margin: 0 -20px 60px;
  }
}
.latest-blog__title,
.blog-insights__title,
.template-blog__title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  padding-bottom: 20px;
  color: #192336;
}
.latest-blog .button, .latest-blog .categories .category, .template-blog__details .categories .latest-blog .category, .latest-blog .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .template-blog-article__hero .hero-banner__header-title .page-title .categories .latest-blog .category, .latest-blog .team-content__details .area-specialising .specialising, .team-content__details .area-specialising .latest-blog .specialising, .latest-blog .team-content__popup.opened .team-profile__contact .area, .team-content__popup.opened .team-profile__contact .latest-blog .area,
.blog-insights .button,
.blog-insights .categories .category,
.template-blog__details .categories .blog-insights .category,
.blog-insights .template-blog-article__hero .hero-banner__header-title .page-title .categories .category,
.template-blog-article__hero .hero-banner__header-title .page-title .categories .blog-insights .category,
.blog-insights .team-content__details .area-specialising .specialising,
.team-content__details .area-specialising .blog-insights .specialising,
.blog-insights .team-content__popup.opened .team-profile__contact .area,
.team-content__popup.opened .team-profile__contact .blog-insights .area,
.template-blog .button,
.template-blog .categories .category,
.template-blog__details .categories .template-blog .category,
.template-blog .template-blog-article__hero .hero-banner__header-title .page-title .categories .category,
.template-blog-article__hero .hero-banner__header-title .page-title .categories .template-blog .category,
.template-blog .team-content__details .area-specialising .specialising,
.team-content__details .area-specialising .template-blog .specialising,
.template-blog .team-content__popup.opened .team-profile__contact .area,
.team-content__popup.opened .team-profile__contact .template-blog .area {
  margin: 0 auto;
}
.latest-blog .categories,
.blog-insights .categories,
.template-blog .categories {
  padding-top: 20px;
}
.latest-blog .categories .category,
.blog-insights .categories .category,
.template-blog .categories .category {
  display: inline-block !important;
  font-size: 14px !important;
  padding: 6px 20px 5px !important;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 600;
}
.latest-blog .categories .category--lilac,
.blog-insights .categories .category--lilac,
.template-blog .categories .category--lilac {
  background: #DFCCEF !important;
}
.latest-blog--dark-bg::before,
.blog-insights--dark-bg::before,
.template-blog--dark-bg::before {
  content: "";
  background: #1D3955;
}
.latest-blog--dark-bg h2,
.blog-insights--dark-bg h2,
.template-blog--dark-bg h2 {
  color: #FFFFFF;
}

.blog-insights__card:last-of-type::after,
.latest-blog__card:last-of-type::after {
  content: unset;
}
.blog-insights--dark-bg .blog-insights__card::after,
.blog-insights--dark-bg .latest-blog__card::after,
.latest-blog--dark-bg .blog-insights__card::after,
.latest-blog--dark-bg .latest-blog__card::after {
  border-right: solid 1px #F3F2F8;
}

.content-left {
  position: relative;
  background: #1D3955;
  color: #FFFFFF;
  padding: 40px 0;
}
@media screen and (min-width: 900px) {
  .content-left {
    padding: 0 0 70px;
  }
}
@media screen and (min-width: 900px) {
  .content-left::before {
    content: "";
    background: #1D3955;
    position: absolute;
    top: -75px;
    width: 55%;
    z-index: 2;
    height: 330px;
    left: 0;
    right: 0;
  }
}
.content-left__item {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .content-left__item {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (min-width: 900px) {
  .content-left__item p {
    font-size: 24px;
    line-height: 1.4;
  }
}

.services-details {
  position: relative;
  background: #1D3955;
  color: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .services-details .main-links {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
  }
}
.services-details .main-links ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .services-details .main-links ul li {
    margin-right: 40px;
  }
}
.services-details .main-links ul li .button, .services-details .main-links ul li .template-blog__details .categories .category, .template-blog__details .categories .services-details .main-links ul li .category, .services-details .main-links ul li .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .template-blog-article__hero .hero-banner__header-title .page-title .categories .services-details .main-links ul li .category, .services-details .main-links ul li .team-content__details .area-specialising .specialising, .team-content__details .area-specialising .services-details .main-links ul li .specialising, .services-details .main-links ul li .team-content__popup.opened .team-profile__contact .area, .team-content__popup.opened .team-profile__contact .services-details .main-links ul li .area, .services-details .main-links ul li .latest-blog .categories .category, .latest-blog .categories .services-details .main-links ul li .category,
.services-details .main-links ul li .blog-insights .categories .category,
.blog-insights .categories .services-details .main-links ul li .category,
.services-details .main-links ul li .template-blog .categories .category,
.template-blog .categories .services-details .main-links ul li .category {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  padding: 10px 10px 10px 20px;
  color: #DFCCEF;
  background: #192336;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .services-details .main-links ul li .button, .services-details .main-links ul li .template-blog__details .categories .category, .template-blog__details .categories .services-details .main-links ul li .category, .services-details .main-links ul li .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .template-blog-article__hero .hero-banner__header-title .page-title .categories .services-details .main-links ul li .category, .services-details .main-links ul li .team-content__details .area-specialising .specialising, .team-content__details .area-specialising .services-details .main-links ul li .specialising, .services-details .main-links ul li .team-content__popup.opened .team-profile__contact .area, .team-content__popup.opened .team-profile__contact .services-details .main-links ul li .area, .services-details .main-links ul li .latest-blog .categories .category, .latest-blog .categories .services-details .main-links ul li .category,
  .services-details .main-links ul li .blog-insights .categories .category,
  .blog-insights .categories .services-details .main-links ul li .category,
  .services-details .main-links ul li .template-blog .categories .category,
  .template-blog .categories .services-details .main-links ul li .category {
    padding: 12px 12px 12px 35px;
    font-size: 28px;
  }
}
.services-details .main-links ul li .button .arrow-right, .services-details .main-links ul li .template-blog__details .categories .category .arrow-right, .template-blog__details .categories .services-details .main-links ul li .category .arrow-right, .services-details .main-links ul li .template-blog-article__hero .hero-banner__header-title .page-title .categories .category .arrow-right, .template-blog-article__hero .hero-banner__header-title .page-title .categories .services-details .main-links ul li .category .arrow-right, .services-details .main-links ul li .team-content__details .area-specialising .specialising .arrow-right, .team-content__details .area-specialising .services-details .main-links ul li .specialising .arrow-right, .services-details .main-links ul li .team-content__popup.opened .team-profile__contact .area .arrow-right, .team-content__popup.opened .team-profile__contact .services-details .main-links ul li .area .arrow-right, .services-details .main-links ul li .latest-blog .categories .category .arrow-right, .latest-blog .categories .services-details .main-links ul li .category .arrow-right,
.services-details .main-links ul li .blog-insights .categories .category .arrow-right,
.blog-insights .categories .services-details .main-links ul li .category .arrow-right,
.services-details .main-links ul li .template-blog .categories .category .arrow-right,
.template-blog .categories .services-details .main-links ul li .category .arrow-right {
  background: #DFCCEF;
  height: 12px;
  padding: 8px 10px;
}
@media screen and (min-width: 900px) {
  .services-details .main-links ul li .button .arrow-right, .services-details .main-links ul li .template-blog__details .categories .category .arrow-right, .template-blog__details .categories .services-details .main-links ul li .category .arrow-right, .services-details .main-links ul li .template-blog-article__hero .hero-banner__header-title .page-title .categories .category .arrow-right, .template-blog-article__hero .hero-banner__header-title .page-title .categories .services-details .main-links ul li .category .arrow-right, .services-details .main-links ul li .team-content__details .area-specialising .specialising .arrow-right, .team-content__details .area-specialising .services-details .main-links ul li .specialising .arrow-right, .services-details .main-links ul li .team-content__popup.opened .team-profile__contact .area .arrow-right, .team-content__popup.opened .team-profile__contact .services-details .main-links ul li .area .arrow-right, .services-details .main-links ul li .latest-blog .categories .category .arrow-right, .latest-blog .categories .services-details .main-links ul li .category .arrow-right,
  .services-details .main-links ul li .blog-insights .categories .category .arrow-right,
  .blog-insights .categories .services-details .main-links ul li .category .arrow-right,
  .services-details .main-links ul li .template-blog .categories .category .arrow-right,
  .template-blog .categories .services-details .main-links ul li .category .arrow-right {
    padding: 13px 16px;
    height: 14px;
  }
}
@media screen and (min-width: 900px) {
  .services-details .quick-links {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
  }
}
.services-details .quick-links .title--lilac {
  margin-right: 170px;
  color: #DFCCEF;
  font-weight: 800;
  font-size: 24px;
}
.services-details .quick-links ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .services-details .quick-links ul li {
    margin-bottom: 25px;
  }
}
.services-details .quick-links ul li a {
  color: #8B95A5;
  font-weight: bold;
  padding-left: 10px;
  border-left: solid 3px #DFCCEF;
}
.services-details .header--lilac {
  color: #FFFFFF;
  padding-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .services-details .header--lilac {
    max-width: 500px;
    margin-left: 0;
  }
}
.services-details .header--lilac::after {
  border: solid 1px #DFCCEF;
  margin: 0;
}

.standard-content {
  position: relative;
  background: #1D3955;
  color: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .standard-content {
    padding: 80px 0 40px;
  }
}
.standard-content p {
  padding: 40px 0;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .standard-content p {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
    margin-right: 20px;
    font-size: 24px;
  }
}
.standard-content__image-float {
  margin: 0 -20px;
}
@media screen and (min-width: 1200px) {
  .standard-content__image-float {
    height: 450px;
    width: 650px;
    position: absolute;
    right: 0;
    top: -30%;
    z-index: 1;
    margin: 0;
  }
}
.standard-content__image-float img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.standard-content--with-image {
  padding-top: 0;
}

.content__no-image-layout {
  background: #F3F2F8;
  padding-bottom: 100px;
}
.content__no-image-layout .secondary-container {
  background: #F3F2F8;
  position: relative;
  margin-top: -120px;
  max-width: 995px;
  overflow: unset;
  z-index: 2;
}
.content__no-image-layout .secondary-container .main-content {
  padding-top: 20px;
  padding-bottom: 80px;
  color: #192336;
}
@media screen and (min-width: 900px) {
  .content__no-image-layout .secondary-container .main-content {
    padding: 80px 80px 20px;
  }
}
.content__no-image-layout .secondary-container .main-content .highlighted-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.content__no-image-layout .secondary-container .main-content .highlighted-content p {
  margin-bottom: 0;
}
.content__no-image-layout .secondary-container .pagination {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .content__no-image-layout .secondary-container .pagination {
    border-top: solid 1px #DBDEE8;
    padding: 20px 0 0;
    margin: 0 80px;
  }
}
.content__no-image-layout .secondary-container .pagination .previous,
.content__no-image-layout .secondary-container .pagination .next {
  width: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 900px) {
  .content__no-image-layout .secondary-container .pagination .previous,
  .content__no-image-layout .secondary-container .pagination .next {
    width: 50%;
    padding: 0;
  }
}
.content__no-image-layout .secondary-container .pagination .previous .label,
.content__no-image-layout .secondary-container .pagination .next .label {
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 12px;
}
.content__no-image-layout .secondary-container .pagination .previous .title,
.content__no-image-layout .secondary-container .pagination .next .title {
  color: #8B95A5;
  font-weight: 700;
}
.content__no-image-layout .secondary-container .pagination .next {
  border-top: solid 1px #8B95A5;
}
@media screen and (min-width: 900px) {
  .content__no-image-layout .secondary-container .pagination .next {
    border-top: unset;
    text-align: right;
  }
}
.content__no-image-layout .secondary-container .highlight {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .content__no-image-layout .secondary-container .highlight {
    font-size: 24px;
  }
}
.content__no-image-layout .secondary-container .letter-highlight {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 800;
}
.content__no-image-layout .secondary-container .quote-highlight {
  font-family: "freight-big-pro", serif;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  position: relative;
  padding: 20px 0;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .content__no-image-layout .secondary-container .quote-highlight {
    font-size: 40px;
  }
}
@media screen and (min-width: 900px) {
  .content__no-image-layout .secondary-container .quote-highlight {
    font-size: 50px;
    margin: 40px -80px;
  }
}
@media screen and (min-width: 1200px) {
  .content__no-image-layout .secondary-container .quote-highlight {
    margin: 40px -150px;
  }
}
.content__no-image-layout .secondary-container .quote-highlight::before {
  content: "";
  position: absolute;
  border: solid 1px #C7E8F9;
  width: 70px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.content__no-image-layout .secondary-container .quote-highlight::after {
  content: "";
  position: absolute;
  border: solid 1px #C7E8F9;
  width: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.content__no-image-layout .secondary-container .pale-blue {
  color: #C7E8F9;
}

@media screen and (min-width: 900px) {
  .contact-information .message {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (min-width: 900px) {
  .contact-information .contact-form {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (min-width: 900px) {
  .contact-information .contact-form__left {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
  }
}
.contact-information .contact-form__left input {
  width: calc(100% - 40px);
}
@media screen and (min-width: 900px) {
  .contact-information .contact-form__right {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
  }
}
.contact-information .contact-form__right textarea {
  width: calc(100% - 40px);
  height: 235px;
}
.contact-information .contact-form__right .accept-terms {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  align-items: baseline;
}
.contact-information .contact-form__right .accept-terms span {
  font-size: 14px;
  color: #8B95A5;
}
.contact-information .contact-form__right .button, .contact-information .contact-form__right .template-blog__details .categories .category, .template-blog__details .categories .contact-information .contact-form__right .category, .contact-information .contact-form__right .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .template-blog-article__hero .hero-banner__header-title .page-title .categories .contact-information .contact-form__right .category, .contact-information .contact-form__right .team-content__details .area-specialising .specialising, .team-content__details .area-specialising .contact-information .contact-form__right .specialising, .contact-information .contact-form__right .team-content__popup.opened .team-profile__contact .area, .team-content__popup.opened .team-profile__contact .contact-information .contact-form__right .area, .contact-information .contact-form__right .latest-blog .categories .category, .latest-blog .categories .contact-information .contact-form__right .category,
.contact-information .contact-form__right .blog-insights .categories .category,
.blog-insights .categories .contact-information .contact-form__right .category,
.contact-information .contact-form__right .template-blog .categories .category,
.template-blog .categories .contact-information .contact-form__right .category {
  float: right;
  padding: 10px 15px 10px 35px;
  margin-top: 25px;
  font-weight: 700;
}
.contact-information .contact-form__right .button img, .contact-information .contact-form__right .template-blog__details .categories .category img, .template-blog__details .categories .contact-information .contact-form__right .category img, .contact-information .contact-form__right .template-blog-article__hero .hero-banner__header-title .page-title .categories .category img, .template-blog-article__hero .hero-banner__header-title .page-title .categories .contact-information .contact-form__right .category img, .contact-information .contact-form__right .team-content__details .area-specialising .specialising img, .team-content__details .area-specialising .contact-information .contact-form__right .specialising img, .contact-information .contact-form__right .team-content__popup.opened .team-profile__contact .area img, .team-content__popup.opened .team-profile__contact .contact-information .contact-form__right .area img, .contact-information .contact-form__right .latest-blog .categories .category img, .latest-blog .categories .contact-information .contact-form__right .category img,
.contact-information .contact-form__right .blog-insights .categories .category img,
.blog-insights .categories .contact-information .contact-form__right .category img,
.contact-information .contact-form__right .template-blog .categories .category img,
.template-blog .categories .contact-information .contact-form__right .category img {
  margin-left: 25px;
}
.contact-information .contact-form__right .radio-button {
  margin: 0;
}
.contact-information .contact-form__right .policy-accept {
  margin-left: 10px;
}
.contact-information .contact-form label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 6px;
  font-weight: 700 !important;
  margin-bottom: 5px;
}
@media screen and (min-width: 900px) {
  .contact-information .contact-form label {
    font-weight: normal;
  }
}
.contact-information .contact-form input,
.contact-information .contact-form textarea {
  font-size: 16px;
  border: none;
  margin-bottom: 20px;
  background: #F3F2F8;
  padding: 10px 20px;
  border-radius: 20px;
  color: #1D3955;
  font-family: "Hanken Grotesk", sans-serif;
}
@media screen and (min-width: 900px) {
  .contact-information .contact-form input,
  .contact-information .contact-form textarea {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.contact-information .message {
  margin-bottom: 30px;
}
.contact-information .message span {
  font-weight: 700 !important;
}
@media screen and (min-width: 900px) {
  .contact-information .message span {
    font-weight: normal;
  }
}

html {
  font-size: 10px;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (min-width: 2300px) {
  html {
    font-size: 10px;
  }
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-family: "Hanken Grotesk", sans-serif;
  position: relative;
  font-size: 18px;
  color: #1D3955;
  background: #FFFFFF;
}

.container {
  max-width: 1520px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  width: auto;
}

.secondary-container {
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  width: auto;
}

/* button */
.button, .template-blog__details .categories .category, .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .team-content__details .area-specialising .specialising, .team-content__popup.opened .team-profile__contact .area, .latest-blog .categories .category,
.blog-insights .categories .category,
.template-blog .categories .category {
  background: #C7E8F9;
  border: none;
  padding: 12px 16px 10px 25px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .button, .template-blog__details .categories .category, .template-blog-article__hero .hero-banner__header-title .page-title .categories .category, .team-content__details .area-specialising .specialising, .team-content__popup.opened .team-profile__contact .area, .latest-blog .categories .category,
  .blog-insights .categories .category,
  .template-blog .categories .category {
    font-size: 18px;
  }
}
.button a, .template-blog__details .categories .category a, .template-blog-article__hero .hero-banner__header-title .page-title .categories .category a, .team-content__details .area-specialising .specialising a, .team-content__popup.opened .team-profile__contact .area a, .latest-blog .categories .category a,
.blog-insights .categories .category a,
.template-blog .categories .category a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  color: #1D3955;
}
.button a:hover, .template-blog__details .categories .category a:hover, .template-blog-article__hero .hero-banner__header-title .page-title .categories .category a:hover, .team-content__details .area-specialising .specialising a:hover, .team-content__popup.opened .team-profile__contact .area a:hover, .latest-blog .categories .category a:hover,
.blog-insights .categories .category a:hover,
.template-blog .categories .category a:hover {
  text-decoration: none;
}
.button p, .template-blog__details .categories .category p, .template-blog-article__hero .hero-banner__header-title .page-title .categories .category p, .team-content__details .area-specialising .specialising p, .team-content__popup.opened .team-profile__contact .area p, .latest-blog .categories .category p,
.blog-insights .categories .category p,
.template-blog .categories .category p {
  margin-bottom: 0 !important;
}
.button .arrow-right, .template-blog__details .categories .category .arrow-right, .template-blog-article__hero .hero-banner__header-title .page-title .categories .category .arrow-right, .team-content__details .area-specialising .specialising .arrow-right, .team-content__popup.opened .team-profile__contact .area .arrow-right, .latest-blog .categories .category .arrow-right,
.blog-insights .categories .category .arrow-right,
.template-blog .categories .category .arrow-right,
.button .expand-icon,
.template-blog__details .categories .category .expand-icon,
.template-blog-article__hero .hero-banner__header-title .page-title .categories .category .expand-icon,
.team-content__details .area-specialising .specialising .expand-icon,
.team-content__popup.opened .team-profile__contact .area .expand-icon,
.latest-blog .categories .category .expand-icon,
.blog-insights .categories .category .expand-icon,
.template-blog .categories .category .expand-icon {
  height: 12px;
  background: #FFFFFF;
  padding: 4px 7px;
  border-radius: 100%;
  margin-left: 10px;
}
.button--lilac {
  background: #DFCCEF;
}
.button--orange {
  background: #F7C49C;
}

.chevron-down {
  width: 10px;
}

a {
  color: #1D3955;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  p {
    line-height: 1.8;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "freight-big-pro", serif;
  color: #192336;
  line-height: 1;
}

h1 {
  font-size: 45px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 100px;
  }
}

h2 {
  padding-bottom: 30px;
  position: relative;
  font-size: 34px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 50px;
  }
}
h2::after {
  content: "";
  position: absolute;
  border: solid 1px #C7E8F9;
  width: 70px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 900px) {
  h2::after {
    margin: 0 auto;
  }
}

ul {
  padding-inline-start: 0;
  text-decoration: none;
}
ul li {
  list-style: none;
}

.testimonial-icon {
  height: 50px;
  width: 50px;
}

.title--pale-blue {
  color: #C7E8F9;
}

.fixed-review-solicitors {
  display: none;
}
@media screen and (min-width: 900px) {
  .fixed-review-solicitors {
    display: block;
    position: absolute;
    z-index: 100;
    top: 800px;
    right: 0;
  }
  .fixed-review-solicitors img {
    position: absolute;
    z-index: 1000;
    bottom: 100%;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    transform-origin: 0 100%;
    background: #FFFFFF;
    padding: 8px 20px;
    width: 200px;
    white-space: nowrap;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
}

.expand-btn {
  display: block;
  padding: 0 9px 3px;
  border-radius: 100%;
  border: solid 2px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .expand-btn {
    display: none;
  }
}
.expand-btn--lilac {
  color: #DFCCEF;
}
.expand-btn--lilac.expanded {
  background: #DFCCEF;
  color: #1D3955;
}
.expand-btn--blue {
  color: #C7E8F9;
}
.expand-btn--blue.expanded {
  background: #C7E8F9;
  color: #1D3955;
}
.expand-btn--orange {
  color: #F7C49C;
}
.expand-btn--orange.expanded {
  background: #F7C49C;
  color: #1D3955;
}
.expand-btn--red {
  color: #E5AAAE;
}
.expand-btn--red.expanded {
  background: #E5AAAE;
  color: #1D3955;
}
.expand-btn.expanded {
  padding: 2px 13px;
}

.bold {
  font-weight: 700;
}

.socials ul {
  margin: 0;
}
.socials ul li {
  display: inline-block;
  margin-left: 0;
}
@media screen and (min-width: 900px) {
  .socials ul li {
    margin-left: 20px;
  }
}
.socials ul li img {
  height: 30px;
  background: #C7E8F9;
  border-radius: 100%;
  padding: 2px;
}
.socials--mobile {
  display: block;
}
@media screen and (min-width: 900px) {
  .socials--mobile {
    display: none;
  }
}
.socials--desktop {
  display: none;
}
@media screen and (min-width: 900px) {
  .socials--desktop {
    display: block;
  }
}

.carousel-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.carousel-placeholder span {
  border: solid 2px #DFCCEF;
  border-radius: 100%;
  height: 8px;
  width: 8px;
  margin: 0 5px;
}
.carousel-placeholder span.active {
  background: #DFCCEF;
  height: 12px;
  width: 12px;
  border: none;
}
@media screen and (min-width: 900px) {
  .carousel-placeholder {
    display: none;
  }
}
.carousel-placeholder--grey span {
  border: solid 2px #8B95A5;
}
.carousel-placeholder--grey span.active {
  background: #8B95A5;
}/*# sourceMappingURL=main.css.map */