/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap);
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss (1) ***!
  \********************************************************************************************************************/
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.7;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Arimo", sans-serif;
  color: #383838;
  background: #fff;
  margin: 0;
}

.wys-reset * {
  margin: 0;
  padding: 0;
}
.wys-reset h1, .wys-reset h2, .wys-reset h3, .wys-reset h4, .wys-reset h5, .wys-reset h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.wys-reset p:not(:last-child) {
  margin-bottom: 0;
}
.wys-reset ul, .wys-reset ol {
  list-style: none;
}
.wys-reset a {
  color: inherit;
  text-decoration: none;
}
.wys-reset img {
  max-width: 100%;
  height: auto;
  display: block;
}
.wys-reset .aligncenter,
.wys-reset .alignleft,
.wys-reset .alignright {
  float: none;
  margin: 0;
}
.wys-reset table {
  border-collapse: collapse;
  width: 100%;
}
.wys-reset blockquote {
  border: none;
  font-style: normal;
}
.wys-reset strong, .wys-reset b {
  font-weight: bold;
}
.wys-reset em, .wys-reset i {
  font-style: italic;
}

img {
  width: 100%;
  height: auto;
}

.clickBox {
  cursor: pointer;
  transition: 0.6s ease-in-out all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  margin: 0 0 1.25rem 0;
}

h1 {
  font-size: 1.875rem;
  line-height: 110%;
}
@media (min-width: 992px) {
  h1 {
    font-size: clamp(1.625rem, -0.16375rem + 2.8846vw, 2rem);
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: clamp(2rem, -1.1625rem + 4.2169vw, 2.4375rem);
    line-height: 110%;
  }
}
@media (min-width: 1366px) {
  h1 {
    font-size: clamp(2.4375rem, -5.63875rem + 9.4595vw, 2.875rem);
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 2.875rem;
    line-height: 110%;
  }
}

h2 {
  font-size: clamp(1.4375rem, 0.74125rem + 0.6696vw, 0.9375rem);
  line-height: 120%;
}
@media (min-width: 1200px) {
  h2 {
    font-size: clamp(1.625rem, -0.1825rem + 2.4096vw, 1.875rem);
    line-height: 120%;
  }
}
@media (min-width: 1366px) {
  h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1440px) {
  h2 {
    font-size: 1.875rem;
    line-height: 120%;
  }
}

h3 {
  font-size: clamp(1.3125rem, 0.660625rem + 0.4464vw, 1.4375rem);
  line-height: 125%;
}
@media (min-width: 1366px) {
  h3 {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 1.4375rem;
    line-height: 125%;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 130%;
}

h5 {
  font-size: 1.125rem;
  line-height: 130%;
}

h6 {
  font-size: 1.125rem;
  line-height: 130%;
}

strong {
  font-weight: 700;
}

p {
  font-family: "Arimo", sans-serif;
  line-height: 170%;
  margin: 0 0 0.875rem 0;
}

a {
  text-decoration: none;
  transition: 0.6s ease-in-out all;
  color: #070e2b;
}

ul {
  padding: 0;
  margin: 0 0 1.25rem 1.25rem;
}
blockquote {
  border-left: 0.3125rem solid #00457a;
  margin: 1.875rem 0;
  padding: 0 1.875rem;
  font-size: 1rem;
}
@media (min-width: 992px) {
  blockquote {
    font-size: 1.125rem;
  }
}
blockquote p {
  margin-bottom: 0;
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 0.9375rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 794px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1080px;
  }
}

.background-primary-colour {
  background: #070e2b;
  color: #fff;
}
.background-secondary-colour {
  background: #13DCF2;
  color: #fff;
}
.background-white {
  background: #fff;
  color: #000;
}
.background-black {
  background: #383838;
  color: #fff;
}
.background-jet-black {
  background: #222222;
  color: #fff;
}
.background-light-blue {
  background: #81b4ef;
  color: #000;
}
.background-light-blue-13 {
  background: rgba(40, 191, 237, 0.13);
  color: #fff;
  color: #383838;
}
.background-blue {
  background: #00457a;
  color: #fff;
}
.background-off-blue {
  background: #dce5eb;
  color: #000;
}
.background-grey {
  background: rgba(0, 0, 0, 0.6784313725);
  color: #fff;
}
.background-gun-grey {
  background: #304a74;
  color: #fff;
}
.background-light-grey {
  background: rgba(0, 0, 0, 0.2509803922);
  color: #fff;
  color: #383838;
}
.background-off-white {
  background: #f7f9fb;
  color: #000;
}
.background-teal-blue {
  background: #367ea3;
  color: #fff;
}
.background-dark-teal {
  background: #32708a;
  color: #fff;
}
.background-navy {
  background: #2f4c6d;
  color: #fff;
}
.background-navy a {
  color: #fff;
}
.background-aqua {
  background: #61b6c4;
  color: #fff;
}
.background-slate-blue {
  background: #436491;
  color: #fff;
}
.background-sky-blue {
  background: #5fa1db;
  color: #000;
}
.background-periwinkle {
  background: #5773c7;
  color: #fff;
}
.background-ocean-blue {
  background: #397ab1;
  color: #fff;
}
.button {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  border-radius: 0.625rem;
  padding: 0.75rem 1.0625rem;
  transition: 0.6s ease-in-out all;
}
.button-primary-colour {
  background: #070e2b;
}
.button-primary-colour:hover {
  background: rgba(7, 14, 43, 0.8);
}
.button-secondary-colour {
  background: #13DCF2;
}
.button-secondary-colour:hover {
  background: rgba(19, 220, 242, 0.8);
}
.button-white {
  background: #fff;
}
.button-white:hover {
  background: rgba(255, 255, 255, 0.8);
}
.button-black {
  background: #383838;
}
.button-black:hover {
  background: rgba(56, 56, 56, 0.8);
}
.button-jet-black {
  background: #222222;
}
.button-jet-black:hover {
  background: rgba(34, 34, 34, 0.8);
}
.button-light-blue {
  background: #81b4ef;
}
.button-light-blue:hover {
  background: rgba(129, 180, 239, 0.8);
}
.button-light-blue-13 {
  background: rgba(40, 191, 237, 0.13);
}
.button-light-blue-13:hover {
  background: rgba(40, 191, 237, 0.8);
}
.button-blue {
  background: #00457a;
}
.button-blue:hover {
  background: rgba(0, 69, 122, 0.8);
}
.button-off-blue {
  background: #dce5eb;
}
.button-off-blue:hover {
  background: rgba(220, 229, 235, 0.8);
}
.button-grey {
  background: rgba(0, 0, 0, 0.6784313725);
}
.button-grey:hover {
  background: rgba(0, 0, 0, 0.8);
}
.button-gun-grey {
  background: #304a74;
}
.button-gun-grey:hover {
  background: rgba(48, 74, 116, 0.8);
}
.button-light-grey {
  background: rgba(0, 0, 0, 0.2509803922);
}
.button-light-grey:hover {
  background: rgba(0, 0, 0, 0.8);
}
.button-off-white {
  background: #f7f9fb;
}
.button-off-white:hover {
  background: rgba(247, 249, 251, 0.8);
}
.button-teal-blue {
  background: #367ea3;
}
.button-teal-blue:hover {
  background: rgba(54, 126, 163, 0.8);
}
.button-dark-teal {
  background: #32708a;
}
.button-dark-teal:hover {
  background: rgba(50, 112, 138, 0.8);
}
.button-navy {
  background: #2f4c6d;
}
.button-navy:hover {
  background: rgba(47, 76, 109, 0.8);
}
.button-aqua {
  background: #61b6c4;
}
.button-aqua:hover {
  background: rgba(97, 182, 196, 0.8);
}
.button-slate-blue {
  background: #436491;
}
.button-slate-blue:hover {
  background: rgba(67, 100, 145, 0.8);
}
.button-sky-blue {
  background: #5fa1db;
}
.button-sky-blue:hover {
  background: rgba(95, 161, 219, 0.8);
}
.button-periwinkle {
  background: #5773c7;
}
.button-periwinkle:hover {
  background: rgba(87, 115, 199, 0.8);
}
.button-ocean-blue {
  background: #397ab1;
}
.button-ocean-blue:hover {
  background: rgba(57, 122, 177, 0.8);
}
.button-outline-white {
  border: 0.125rem solid #fff;
  border-radius: 0.1875rem;
  padding: 0.375rem 1.25rem;
  color: #fff;
  font-size: 1.25rem;
  background: rgba(255, 255, 255, 0);
}
.button-outline-white:hover {
  background: rgba(255, 255, 255, 0.2);
}
.button-outline-blue {
  border: 0.125rem solid #00457a;
  border-radius: 0.1875rem;
  padding: 0.375rem 1.25rem;
  color: #00457a;
  font-size: 1.25rem;
  background: rgba(0, 69, 122, 0);
}
.button-outline-blue:hover {
  background: rgba(0, 69, 122, 0.2);
}

.pagination {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 1.375rem;
  list-style: none;
  margin: 0;
}
.pagination__item--link {
  padding: 0.5rem 0.75rem;
}
.pagination__item--link.current {
  background-color: #070e2b;
  display: flex;
  justify-content: center;
  flex-direction: row;
  color: #fff;
  align-items: center;
  border-radius: 0.25rem;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.pagination__item--link.current:hover {
  background-color: #13DCF2;
}
.pagination__item--link.next, .pagination__item--link.prev {
  padding: 0;
}

.back-to-top {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  position: fixed;
  bottom: 1.875rem;
  right: 0rem;
  width: 3rem;
  height: 3rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0.3125rem 0 0 0.3125rem;
  color: #fff;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.625rem);
  transition: 0.3s ease-in-out all;
  z-index: 50;
  padding: 0;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: rgba(0, 0, 0, 0.75);
}

.site-header {
  background-color: #fff;
  color: #070e2b;
  padding: 2.4375rem 0;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}
.site-header__logo {
  line-height: 0;
}
.site-header__logo a img {
  width: min(100%, 12.5rem);
  transition: 0.6s ease-in-out all;
}
.site-header__logo a img:hover {
  opacity: 0.65;
}
.site-header__navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media (min-width: 1366px) {
  .site-header__navigation {
    flex: 1 1 50.1875rem;
    max-width: 50.1875rem;
  }
}
.site-header__navigation .nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.625rem;
  height: 1.125rem;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 60;
}
.site-header__navigation .nav-toggle__bar {
  display: block;
  height: 0.125rem;
  width: 100%;
  background: #070e2b;
  transition: all 0.35s ease-in-out;
}
.site-header__navigation .nav-toggle--active .nav-toggle__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.site-header__navigation .nav-toggle--active .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}
.site-header__navigation .nav-toggle--active .nav-toggle__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.site-header__navigation .nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 18.75rem;
  max-width: 85vw;
  height: 100vh;
  padding: 8.4375rem 2.1875rem 1.5625rem;
  background: #f7f9fb;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.35s ease-in-out;
  z-index: 55;
}
.site-header__navigation .nav--active {
  transform: translateX(0);
}
.site-header__navigation .nav--active .nav__item {
  opacity: 1;
  transform: translateY(0);
}
.site-header__navigation .nav__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.375rem;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__navigation .nav__item {
  position: relative;
  margin-right: 0;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.site-header__navigation .nav__item--open i {
  transform: rotate(180deg);
}
.site-header__navigation .nav__item--open > .nav__submenu {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
  margin-top: 0.6875rem;
  padding-left: 0.6875rem;
}
.site-header__navigation .nav__item--current > .nav__link {
  color: #00457a;
}
.site-header__navigation .nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.6784313725);
  text-decoration: none;
  transition: color 0.35s ease-in-out;
  font-size: 0.875rem;
}
.site-header__navigation .nav__link:hover, .site-header__navigation .nav__link:focus {
  color: #00457a;
}
.site-header__navigation .nav__submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__navigation .nav__toggle {
  cursor: pointer;
}
.site-header__navigation .nav__toggle i {
  transition: 0.6s ease-in-out all;
}
.site-header__navigation .nav__toggle[aria-expanded=true] .nav__toggle-icon {
  transform: translate(-50%, -35%) rotate(-135deg);
}
.site-header__navigation .nav__toggle-icon i {
  color: #070e2b;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7, 14, 43, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  z-index: 54;
}
.nav-overlay--active {
  opacity: 1;
  visibility: visible;
}

body.nav-open {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .site-header__logo {
    flex: 1 1 10.625rem;
    max-width: 10.625rem;
  }
  .site-header__navigation {
    flex: 1;
  }
  .site-header__navigation .nav-toggle {
    display: none;
  }
  .site-header__navigation .nav {
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 0;
    background: none;
    overflow: visible;
    transform: none;
    transition: none;
    z-index: auto;
    padding: 0;
  }
  .site-header__navigation .nav__list {
    flex-direction: row;
    align-items: center;
  }
  .site-header__navigation .nav__item {
    border-bottom: 0;
    opacity: 1;
    transform: none;
    transition: none;
    transition-delay: 0s !important;
  }
  .site-header__navigation .nav__item--has-children > .nav__link {
    padding-right: 0;
  }
  .site-header__navigation .nav__item--has-children > .nav__link::after {
    content: "";
    display: inline-block;
    width: 0.375rem;
    height: 0.375rem;
    margin-left: 0.375rem;
    border-right: 0.125rem solid currentColor;
    border-bottom: 0.125rem solid currentColor;
    transform: rotate(45deg);
  }
  .site-header__navigation .nav__link {
    padding: 0.5rem 0;
    font-weight: 600;
  }
  .site-header__navigation .nav__submenu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 13.75rem;
    background: #fff;
    box-shadow: 0 0.625rem 1.875rem rgba(7, 14, 43, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.375rem);
    transition: all 0.35s ease-in-out;
    z-index: 50;
  }
  .site-header__navigation .nav__submenu .nav__submenu {
    top: 0;
    left: 100%;
  }
  .site-header__navigation .nav__submenu .nav__link {
    padding: 0.65rem 1rem;
    white-space: nowrap;
  }
  .site-header__navigation .nav__item:hover > .nav__submenu, .site-header__navigation .nav__item--open > .nav__submenu, .site-header__navigation .nav__item:focus-within > .nav__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .site-header__navigation .nav__toggle {
    display: none;
  }
  .site-header .nav-overlay {
    display: none;
  }
}
.hero {
  min-height: 10rem;
  display: flex;
  align-items: center;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 14, 43, 0.25);
  z-index: 1;
}
.hero-home {
  min-height: 28.125rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 1440px) {
  .hero-home {
    min-height: 42.8125rem;
  }
}
.hero-home:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(56, 56, 56, 0.3);
  z-index: 1;
}
.hero-home__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
.hero-home__content--title {
  color: #fff;
  margin-bottom: 0;
}
.hero-home__content--copy p {
  font-size: 0.9375rem;
  color: #fff;
}
.hero-home__content--copy p:last-of-type {
  margin-bottom: 0;
}
.hero__content {
  color: #fff;
  position: relative;
  z-index: 2;
}
.hero__content.align-left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.hero__content.align-right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: end;
  gap: 1.25rem;
}
.hero__content--title {
  color: #fff;
  font-size: 1.6875rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .hero__content--title {
    font-size: 1.875rem;
  }
}
.hero__content--copy p {
  color: #fff;
}
.hero__content--copy p:last-of-type {
  margin-bottom: 0;
}
.hero-blog {
  display: flex;
  align-items: center;
  position: relative;
}
.hero-blog__inner {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.hero-blog__inner--content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}
.hero-blog__inner--title {
  color: #070e2b;
}
.hero-blog__inner--excerpt {
  color: #070e2b;
}
.hero-blog__inner--image {
  width: 100%;
  position: relative;
  padding-top: 55%;
  overflow: hidden;
}
.hero-blog__inner--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-team-members {
  min-height: 34.375rem;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-team-members:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 14, 43, 0.25);
  z-index: 1;
}
.hero-team-members__content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.25rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
.hero-team-members__content--title {
  color: #fff;
}
.hero-team-members__content--copy p {
  color: #fff;
}
.hero-team-members__content--copy p:last-of-type {
  margin-bottom: 0;
}
.site-footer {
  padding: 2.1875rem 0;
  border-bottom: 0.9375rem solid rgba(0, 0, 0, 0.32);
}
@media (min-width: 768px) {
  .site-footer {
    padding: 2.625rem 0;
  }
}
@media (min-width: 1200px) {
  .site-footer {
    padding: 4.0625rem 0;
  }
}
.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.875rem;
}
.site-footer__inner--column {
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer__inner--column {
    flex: 1 1 calc(50% - 1.25rem);
  }
}
@media (min-width: 992px) {
  .site-footer__inner--column {
    flex: 1 1 calc(33.333% - 1.25rem);
  }
}
@media (min-width: 1366px) {
  .site-footer__inner--column {
    flex: 1 1 8.125rem;
  }
}
.site-footer__inner--column a {
  color: #fff;
  overflow-wrap: break-word;
  word-break: break-word;
}
.site-footer__inner--column a:hover {
  color: #81b4ef;
}
.site-footer__inner--column ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.4375rem;
}
.site-footer__inner--column ul li {
  color: #81b4ef;
}
.site-footer__inner--legal {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.75rem;
}
@media (min-width: 992px) {
  .site-footer__inner--legal {
    flex: 1 1 calc(50% - 0.9375rem);
    max-width: calc(50% - 0.9375rem);
    gap: 2.5rem;
  }
}
.site-footer__inner--title {
  color: #81b4ef;
}
.site-footer__inner--address, .site-footer__inner--email, .site-footer__inner--phone {
  margin-bottom: 0.875rem;
}
.site-footer__inner--email a, .site-footer__inner--phone a {
  color: #fff;
}
.site-footer__inner--email a:hover, .site-footer__inner--phone a:hover {
  color: #81b4ef;
}

.text-image {
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .text-image {
    padding: 2.625rem 0;
  }
}
@media (min-width: 1200px) {
  .text-image {
    padding: 3.125rem 0;
  }
}
.text-image__inner.orientation-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: stretch;
  gap: 1.875rem;
}
@media (min-width: 992px) {
  .text-image__inner.orientation-right {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.text-image__inner.orientation-left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: stretch;
  gap: 1.875rem;
}
@media (min-width: 992px) {
  .text-image__inner.orientation-left {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}
.text-image__inner--content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
}
@media (min-width: 992px) {
  .text-image__inner--content {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .text-image__inner--image {
    flex: 1 1 26.25rem;
    max-width: 26.25rem;
  }
}
@media (min-width: 1200px) {
  .text-image__inner--image {
    flex: 1 1 28.125rem;
    max-width: 28.125rem;
  }
}
@media (min-width: 1366px) {
  .text-image__inner--image {
    flex: 1 1 31.875rem;
    max-width: 31.875rem;
  }
}
.text-image__inner--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image__inner--title {
  margin-top: 1.875rem;
}
.text-image__inner--copy {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.text-image__inner--copy h2, .text-image__inner--copy h3, .text-image__inner--copy h4, .text-image__inner--copy h5, .text-image__inner--copy h6, .text-image__inner--copy p {
  margin-bottom: 0;
}

.basic-section {
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .basic-section {
    padding: 2.625rem 0;
  }
}
@media (min-width: 1200px) {
  .basic-section {
    padding: 3.125rem 0;
  }
}
.basic-section__inner--content p:last-of-type {
  margin-bottom: 0;
}
.basic-section__inner--content p:has(~ .button-outline-blue) {
  margin-bottom: 1.875rem;
}
.basic-section.background-navy + .basic-section.background-navy {
  padding-top: 0;
}

.page-cta-blocks {
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .page-cta-blocks {
    padding: 2.625rem 0;
  }
}
@media (min-width: 1200px) {
  .page-cta-blocks {
    padding: 3.125rem 0;
  }
}
.page-cta-blocks__blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1875rem;
}
@media (min-width: 992px) {
  .page-cta-blocks__blocks {
    gap: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .page-cta-blocks__blocks {
    gap: 3.4375rem;
  }
}
@media (min-width: 1440px) {
  .page-cta-blocks__blocks {
    gap: 3.75rem;
  }
}
.page-cta-blocks__blocks--item {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  padding: 1.875rem;
  transition: 0.6s ease-in-out all;
}
.page-cta-blocks__blocks--item:hover {
  transform: translateY(-10px);
}
@media (min-width: 992px) {
  .page-cta-blocks__blocks--item {
    flex: 0 0 calc(50% - 1.40625rem);
    max-width: calc(50% - 1.40625rem);
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .page-cta-blocks__blocks--item {
    flex: 0 0 calc(25% - 2.578125rem);
    max-width: calc(25% - 2.578125rem);
  }
}
@media (min-width: 1440px) {
  .page-cta-blocks__blocks--item {
    flex: 0 0 calc(25% - 2.8125rem);
    max-width: calc(25% - 2.8125rem);
  }
}
.page-cta-blocks__blocks--item h3 {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

.awards-accreditations {
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .awards-accreditations {
    padding: 2.625rem 0;
  }
}
@media (min-width: 1200px) {
  .awards-accreditations {
    padding: 3.125rem 0;
  }
}
.awards-accreditations__inner--logos .slick-slide {
  margin: 0 27px;
  height: auto;
}
.awards-accreditations__inner--logos .slick-list {
  margin: 0 -27px;
}
.awards-accreditations__inner--logos .slick-track {
  display: flex;
  align-items: center;
}
.awards-accreditations__inner--slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.awards-accreditations__inner--slide a img {
  opacity: 1;
  transition: 0.6s ease-in-out all;
}
.awards-accreditations__inner--slide a:hover {
  opacity: 0.6;
}
.awards-accreditations__inner--slide img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.testimonials {
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .testimonials {
    padding: 2.625rem 0;
  }
}
@media (min-width: 1200px) {
  .testimonials {
    padding: 3.125rem 0;
  }
}
.testimonials__inner {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  position: relative;
}
.testimonials__inner--slider {
  position: relative;
  width: 100%;
}
.testimonials__inner--slider .slick-track {
  display: flex !important;
}
.testimonials__inner--slider .slick-slide {
  height: inherit !important;
}
.testimonials__inner--slider .slick-dots {
  bottom: 0;
}
.testimonials__inner--slide {
  display: flex !important;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 2.5rem 1.875rem;
}
@media (min-width: 992px) {
  .testimonials__inner--slide {
    padding: 3.75rem;
  }
}
.testimonials__inner--image {
  width: 5.625rem;
  height: 5.625rem;
  margin-bottom: 1.5rem;
}
.testimonials__inner--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testimonials__inner--content {
  margin-bottom: 1.25rem;
}
.testimonials__inner--content p {
  font-size: 1.125rem;
  line-height: 160%;
}
@media (min-width: 992px) {
  .testimonials__inner--content p {
    font-size: 1.25rem;
  }
}
.testimonials__inner--name {
  margin: 0;
  font-size: 1.6875rem;
}
@media (min-width: 1200px) {
  .testimonials__inner--name {
    font-size: 2.625rem;
  }
}
.testimonials__inner--controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 1.25rem;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 992px) {
  .testimonials__inner--controls {
    padding: 0 -1.5rem;
  }
}
.testimonials__inner--arrow {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.2s ease, color 0.2s ease;
}
.testimonials__inner--arrow i {
  color: white;
  transition: 0.6s ease-in-out all;
}
.testimonials__inner--arrow:hover i {
  color: rgba(255, 255, 255, 0.5);
}

.contact-block {
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .contact-block {
    padding: 2.625rem 0;
  }
}
@media (min-width: 1200px) {
  .contact-block {
    padding: 3.125rem 0;
  }
}
.contact-block.background-grey a {
  color: #fff;
}
.contact-block__inner--content {
  text-align: center;
}
@media (min-width: 1200px) {
  .contact-block__inner--content p {
    font-size: 1.375rem;
  }
}
.contact-block__inner--content p:last-of-type {
  margin-bottom: 0;
}
.contact-block__inner--content p a {
  text-decoration: underline;
}
.contact-block__inner--content p a:hover {
  text-decoration: none;
}

.resource-packs {
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .resource-packs {
    padding: 2.625rem 0;
  }
}
@media (min-width: 1200px) {
  .resource-packs {
    padding: 3.125rem 0;
  }
}
.resource-packs__inner--title {
  color: #383838;
}
.resource-packs__inner--items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.resource-packs__item {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .resource-packs__item {
    flex: 0 0 calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
}
@media (min-width: 1200px) {
  .resource-packs__item {
    flex: 0 0 calc(25% - 1.125rem);
    max-width: calc(25% - 1.125rem);
  }
}
.resource-packs__item--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: 0.6s ease-in-out all;
}
.resource-packs__item--image:hover {
  opacity: 0.65;
}

.logo-carousel {
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .logo-carousel {
    padding: 2.625rem 0;
  }
}
@media (min-width: 1200px) {
  .logo-carousel {
    padding: 3.125rem 0;
  }
}
.logo-carousel__inner--carousel {
  overflow: hidden;
}
.logo-carousel__inner--carousel .slick-slide {
  margin: 0 27px;
  height: auto;
}
.logo-carousel__inner--carousel .slick-list {
  margin: 0 -27px;
}
.logo-carousel__inner--carousel .slick-track {
  display: flex;
  align-items: center;
}
.logo-carousel__inner--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.logo-carousel__inner--logo a img {
  opacity: 1;
  transition: 0.6s ease-in-out all;
}
.logo-carousel__inner--logo a:hover {
  opacity: 0.6;
}
.logo-carousel__inner--logo img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.image-gallery {
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .image-gallery {
    padding: 2.625rem 0;
  }
}
@media (min-width: 1200px) {
  .image-gallery {
    padding: 3.125rem 0;
  }
}
.image-gallery__inner--intro {
  margin-bottom: 1.875rem;
}
.image-gallery__inner--slide {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.image-gallery__inner--slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-blocks {
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .content-blocks {
    padding: 2.625rem 0;
  }
}
@media (min-width: 1200px) {
  .content-blocks {
    padding: 3.125rem 0;
  }
}
.content-blocks__inner--intro {
  margin-bottom: 1.875rem;
}
.content-blocks__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 768px) {
  .content-blocks__grid {
    gap: 2.5rem;
  }
}
@media (min-width: 1366px) {
  .content-blocks__grid {
    gap: 3.75rem;
  }
}
.content-blocks__item {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .content-blocks__item {
    flex: 1 1 calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
@media (min-width: 1366px) {
  .content-blocks__item {
    flex: 1 1 calc(33.333% - 2.5rem);
    max-width: calc(33.333% - 2.5rem);
  }
}
.content-blocks__item img {
  margin-bottom: 1.25rem;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.content-blocks__item a:hover img {
  opacity: 0.6;
}

.blog__search {
  background-color: #f7f9fb;
  color: #070e2b;
  padding: 1.5625rem 0;
}
@media (min-width: 1200px) {
  .blog__search {
    padding: 2.5rem 0;
  }
}
.blog__archive {
  padding: 3.4375rem 0;
}
@media (min-width: 768px) {
  .blog__archive {
    padding: 4.0625rem 0;
  }
}
@media (min-width: 992px) {
  .blog__archive {
    padding: 4.6875rem 0;
  }
}
@media (min-width: 1200px) {
  .blog__archive {
    padding: 5.625rem 0;
  }
}
@media (min-width: 1440px) {
  .blog__archive {
    padding: 7.5rem 0;
  }
}
.blog__archive--inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.blog__archive--inner .blog__preview {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .blog__archive--inner .blog__preview {
    flex: 1 1 calc(50% - 0.9375rem);
    max-width: calc(50% - 0.9375rem);
  }
}
@media (min-width: 1200px) {
  .blog__archive--inner .blog__preview {
    flex: 1 1 calc(33.333% - 1.25rem);
    max-width: calc(33.333% - 1.25rem);
  }
}
.blog__archive--navigation {
  width: 100%;
}
.blog__preview {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.9375rem;
  border: 0.0625rem solid #d8d8d8;
}
.blog__preview--image {
  width: 100%;
  height: 12.5rem;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog__preview--meta {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.75rem;
}
.blog__preview--categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.blog__preview--category {
  border-radius: 3.125rem;
  border: 0.0625rem solid rgba(7, 14, 43, 0.35);
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  color: #00457a;
}
.blog__preview--title {
  margin: 0;
}
.blog__preview--date {
  margin: 0;
}
.blog__preview--excerpt p {
  margin-bottom: 0;
}
.blog__preview--content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.875rem;
  height: 100%;
  padding: 0 1.1875rem 1.1875rem 1.1875rem;
}
.blog__single {
  padding: 2.5rem 0 3.4375rem 0;
}
@media (min-width: 768px) {
  .blog__single {
    padding: 2.5rem 0 4.0625rem 0;
  }
}
@media (min-width: 992px) {
  .blog__single {
    padding: 2.5rem 0 4.6875rem 0;
  }
}
@media (min-width: 1200px) {
  .blog__single {
    padding: 2.5rem 0 5.625rem 0;
  }
}
@media (min-width: 1440px) {
  .blog__single {
    padding: 2.5rem 0 7.5rem 0;
  }
}
.blog__related-posts {
  background-color: #f7f9fb;
  color: #070e2b;
  padding: 1.5625rem 0;
}
@media (min-width: 1200px) {
  .blog__related-posts {
    padding: 2.5rem 0;
  }
}
.blog__related-posts--intro {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.9375rem;
}
.blog__related-posts--title {
  margin-bottom: 0;
}
.blog__related-posts--posts {
  margin-top: 1.875rem;
}
@media (min-width: 1200px) {
  .blog__related-posts--posts {
    margin-top: 3.125rem;
  }
}
.blog__related-posts--slider .slick-list {
  margin-left: -1.6875rem;
}
.blog__related-posts--slider .slick-track {
  display: flex !important;
}
.blog__related-posts--slide {
  padding: 0 0.625rem;
  height: 100%;
  box-sizing: border-box;
  height: inherit !important;
  margin-left: 1.25rem;
}
.blog__related-posts--slide .blog__preview {
  height: 100%;
}
.blog__related-posts--controlls {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5625rem;
}
@media (min-width: 1200px) {
  .blog__related-posts--controlls {
    margin-top: 2.1875rem;
  }
}
.blog__related-posts--arrow {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  background: none;
  border: 0.0625rem solid #070e2b;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  cursor: pointer;
  transition: 0.6s ease-in-out all;
  color: #070e2b;
  padding: 0rem;
}
.blog__related-posts--arrow i {
  pointer-events: none;
}
.blog__related-posts--arrow:hover {
  background: #070e2b;
  color: #f7f9fb;
}
.blog__related-posts--arrow.slick-disabled {
  opacity: 0.3;
  cursor: none;
  pointer-events: none;
}

.team-members__archive {
  background-color: #fff;
  color: #070e2b;
  padding: 2.8125rem 0;
}
.team-members__archive--inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.team-members__archive--inner .team-members__preview {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .team-members__archive--inner .team-members__preview {
    flex: 1 1 calc(50% - 0.9375rem);
    max-width: calc(50% - 0.9375rem);
  }
}
@media (min-width: 1200px) {
  .team-members__archive--inner .team-members__preview {
    flex: 1 1 calc(33.333% - 1.25rem);
    max-width: calc(33.333% - 1.25rem);
  }
}
.team-members__archive--navigation {
  width: 100%;
}
.team-members__preview {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.9375rem;
}
.team-members__preview--image {
  width: 100%;
  height: 15rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-members__preview--meta {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.75rem;
}
.team-members__preview--category {
  font-style: italic;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6784313725);
  margin-bottom: 1.25rem;
}
.team-members__preview--talk-about {
  margin-bottom: 1.25rem;
}
.team-members__preview--talk-title {
  font-style: italic;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6784313725);
  margin-bottom: 0.625rem;
}
.team-members__preview--talk-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-members__preview--talk-list li {
  display: inline;
  font-style: italic;
}
.team-members__preview--talk-list li:not(:last-child)::after {
  content: " / ";
}
.team-members__preview--contact h6 {
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6784313725);
  margin-bottom: 0.625rem;
}
.team-members__preview--contact-detail.email a {
  color: #00457a;
  font-weight: 700;
}
.team-members__preview--contact-detail.email a:hover {
  color: rgba(0, 0, 0, 0.6784313725);
}
.team-members__preview--contact-detail.phone {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6784313725);
}
.team-members__preview--contact-detail.phone a {
  color: rgba(0, 0, 0, 0.6784313725);
}
.team-members__preview--contact-detail.phone a:hover {
  color: #00457a;
}
.team-members__preview--title {
  margin: 0;
  font-size: 1.375rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6784313725);
}
@media (min-width: 1200px) {
  .team-members__preview--title {
    font-size: 1.5rem;
  }
}
.team-members__preview--date {
  margin: 0;
}
.team-members__preview--excerpt p {
  margin-bottom: 0;
}
.team-members__preview--content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
}
.team-members__single {
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .team-members__single {
    padding: 3.75rem 0;
  }
}
@media (min-width: 1200px) {
  .team-members__single {
    padding: 5.0625rem 0;
  }
}
.team-members__single--intro {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media (min-width: 1200px) {
  .team-members__single--intro {
    gap: 3.75rem;
  }
}
.team-members__single--basic-info {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.875rem;
}
.team-members__single--basic-info h1 {
  color: #383838;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 120px) {
  .team-members__single--basic-info h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .team-members__single--basic-info {
    flex: 1 1 25rem;
    max-width: 25rem;
  }
}
.team-members__single--category h3 {
  color: #383838;
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.team-members__single--image {
  width: 100%;
  height: 18.3125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 0.25rem solid #fff;
}
.team-members__single--contact-details {
  color: rgba(0, 0, 0, 0.6784313725);
  font-weight: 700;
  font-size: 1.125rem;
}
.team-members__single--contact-details a {
  color: rgba(0, 0, 0, 0.6784313725);
  font-weight: 700;
}
.team-members__single--contact-details a:hover {
  color: #00457a;
}
.team-members__single--about h2 {
  color: rgba(0, 0, 0, 0.6784313725);
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .team-members__single--about {
    flex: 1;
    margin-top: 6.25rem;
  }
}
.team-members__specialities {
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .team-members__specialities {
    padding: 3.75rem 0;
  }
}
@media (min-width: 1200px) {
  .team-members__specialities {
    padding: 5.0625rem 0;
  }
}
.team-members__specialities--inner {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.875rem;
}
.team-members__specialities--title {
  text-align: center;
}
@media (min-width: 1200px) {
  .team-members__specialities--title {
    text-align: left;
  }
}
.team-members__specialities--title h4 {
  color: rgba(0, 0, 0, 0.6784313725);
  font-weight: 700;
  margin-bottom: 0;
}
.team-members__specialities--links {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}
@media (min-width: 1200px) {
  .team-members__specialities--links {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.team-members__awards {
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .team-members__awards {
    padding: 2.625rem 0;
  }
}
@media (min-width: 1200px) {
  .team-members__awards {
    padding: 3.125rem 0;
  }
}
.team-members__awards--inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media (min-width: 1200px) {
  .team-members__awards--inner {
    gap: 3.75rem;
  }
}
.team-members__awards--left, .team-members__awards--right {
  width: 100%;
}
@media (min-width: 1200px) {
  .team-members__awards--left, .team-members__awards--right {
    flex: 1 1 0;
    width: auto;
  }
}
.team-members__awards--awards h4, .team-members__awards--accreds h4, .team-members__awards--notable-cases h4 {
  font-weight: 700;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}
.team-members__awards--awards ul, .team-members__awards--accreds ul, .team-members__awards--notable-cases ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0;
}
.team-members__awards--awards ul li, .team-members__awards--accreds ul li, .team-members__awards--notable-cases ul li {
  margin-bottom: 0.5rem;
}
.team-members__awards--notable-cases {
  margin-top: 1.875rem;
}
.team-members__testimonials {
  padding: 3.125rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .team-members__testimonials {
    padding: 5rem 0;
  }
}
@media (min-width: 1200px) {
  .team-members__testimonials {
    padding: 6.25rem 0;
  }
}
.team-members__testimonials:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 14, 43, 0.55);
  z-index: 0;
}
.team-members__testimonials--slider {
  max-width: 47.5rem;
  margin: 0 auto;
}
.team-members__testimonials--slide {
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #fff;
}
@media (min-width: 1200px) {
  .team-members__testimonials--slide {
    font-size: 1.375rem;
  }
}

.error-page__inner {
  min-height: calc(100vh - 300px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .error-page__inner {
    min-height: calc(100vh - 175px);
  }
}
@media screen and (min-width: 2561px) {
  .error-page__inner {
    min-height: calc(100vh - 400px);
  }
}
.contact-page {
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .contact-page {
    padding: 2.625rem 0;
  }
}
@media (min-width: 1200px) {
  .contact-page {
    padding: 3.125rem 0;
  }
}
.contact-page__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media (min-width: 1200px) {
  .contact-page__inner {
    gap: 3.75rem;
  }
}
.contact-page__inner--content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.875rem;
}
@media (min-width: 1200px) {
  .contact-page__inner--content {
    flex: 1 1 31.3125rem;
    max-width: 31.3125rem;
  }
}
.contact-page__inner--content p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .contact-page__inner--map {
    flex: 1;
  }
}

/*# sourceMappingURL=styles.css.map*/