button, a {
  transition: color background-color 0.3s;
}

.header {
  padding: 28px 0;
}

.header__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0.875rem;
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 20px;
}

.header nav > div:first-of-type {
  color: #009fe3;
  margin-right: 40px;
}

.header nav > div:first-of-type a {
  color: #00205c;
}

.header nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.header nav ul li {
  display: block;
  margin-right: 24px;
}

.header nav ul li:last-of-type {
  margin-right: 0;
}

.header nav ul li a {
  color: #00205c;
}

.header nav ul li:last-of-type a {
  color: #fff;
  background-color: #009bdc;
  padding: 12px 24px;
  border-radius: 18px;
}

.header nav ul li:last-of-type a:hover {
  background-color: #00205c;
}

.header__main__logo {
  display: block;
  margin-bottom: -50px;
}

.header__ribbon {
  background-color: #00205c;
  height: 32px;
  margin-bottom: 2px;
}

.header__ribbon ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
}

.header__ribbon ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 24px;
  line-height: 1;
}

.header__ribbon ul li:last-of-type {
  margin-right: 0;
}

.header__ribbon ul li a {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 1px;
}

.header__ribbon ul li a:hover {
  color: #009fe3;
}

.header__ribbon ul li span {
  font-size: 1rem;
  display: block;
  margin-right: 8px;
}

.colour-1 {
  color: #00aa98;
}

.colour-2 {
  color: #eb5c2a;
}

.colour-3 {
  color: #fbbd1a;
}

.colour-4 {
  color: #54b04b;
}

.colour-5 {
  color: #979696;
}

.header__line {
  background-color: #189cd9;
  height: 4px;
}

.banners__banner {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.banners {
  position: relative;
}

.banners__mask {
  position: absolute;
  width: 100%;
  height: 64px;
  bottom: 0;
  left: 0;
  z-index: 9000;
  background-image: url(/uploads/shape.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 64px;
}

.banners__banner__text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #00205c;
}

.banners__banner__text > div {
  width: 100%;
  max-width: 550px;
  padding: 40px;
}

.banners__banner__text h4 {
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.banners__banner__text h4 span {
  display: block;
}

.banners__banner__text h4 span:first-of-type {
  margin-right: 8px;
}

.banners__banner__text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.75rem;
  line-height: 1.25;
  margin-bottom: 20px;
}

.banners__banner__image {
  height: 544px;
}

.banners__banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banners .buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.banners .buttons a {
  display: block;
  font-size: 0.875rem;
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #009fe3;
  padding: 11px 23px;
  border-radius: 18px;
  margin-right: 24px;
}

.banners .buttons a:first-of-type {
  background-color: #009fe3;
}

.banners .buttons a:last-of-type {
  margin-right: 0;
}

.standards {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.standards span {
  display: block;
  margin-right: 12px;
}

.standards img {
  margin-left: 28px;
  width: 160px;
}

.page {
  position: relative;
  z-index: 9200;
  margin-top: -2px;
  padding: 64px 0;
  background-color: #eeecee;
}

.page__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.page__heading--noMargin {
  margin-bottom: 0;
}

.page__heading h1 {
  text-transform: uppercase;
  font-size: 2.75rem;
  color: #00205c;
}

.page__heading h1 em {
  font-style: normal;
  color: #009fe3;
}

.brands {
  margin-bottom: 80px;
}

.brands__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}

.brands__grid > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #d6d6d6;
}

.brands__grid > a img {
  width: 100%;
  height: 100%;
  max-height: 80px;
  object-fit: contain;
}

.vacancies {
  padding: 80px 0;
  background-color: #f1f1f1;
}

.vacancies__heading {
  margin-bottom: 48px;
  text-align: center;
}

.vacancies__heading h2 {
  font-size: 2rem;
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  color: #00235a;
  text-transform: uppercase;
}

.vacancies__list__vacancy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 40px 48px;
  margin-bottom: 8px;
}

.vacancies__list__vacancy:last-of-type {
  margin-bottom: 0;
}

.vacancies__list__vacancy h3 {
  font-size: 1.25rem;
  line-height: 1.375;
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  color: #00235a;
  text-transform: uppercase;
}

.vacancies__list__vacancy h3 a {
  color: #00235a;
}

.vacancies__list__vacancy > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vacancies__list__vacancy > a span {
  display: block;
  font-size: 1rem;
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  color: #00235a;
  text-transform: uppercase;
  margin-right: 12px;
}

.vacancies__list__vacancy > a img {
  width: 40px;
  height: auto;
}

.interested {
  padding: 80px 24px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.interested h3 {
  font-size: 2rem;
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  color: #00235a;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.interested p {
  font-size: 1.25rem;
  margin-bottom: 28px;
}

.interested > a {
  display: block;
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  background-color: #009bdc;
  text-transform: uppercase;
  padding: 24px 32px;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  border-radius: 34px;
}

.text {
  padding: 80px 0;
}

.text--home {
  text-align: center;
}

.text--electric {
  background-color: #00235a;
}

.text__inner {
  max-width: 680px;
  margin: 0 auto;
}

.text--electric .text__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.text--electric .text__inner > img {
  margin-bottom: 48px;
}

.text--electric .text__inner > img:first-of-type {
  width: 240px;
}

.text--electric .text__inner > img:last-of-type {
  margin-bottom: 0;
}

.text--electric .text__inner h2 {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 40px;
}

.text--electric .text__inner h2 strong {
  font-weight: 900;
}

.text__inner h4 {
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  margin-bottom: 28px;
  color: #00235a;
}

.text__inner p {
  font-size: 1.125rem;
  line-height: 1.625;
  margin-bottom: 28px;
  color: #323e48;
}

.text--electric .text__inner p {
  color: #fff;
}

.text--electric .text__inner p a {
  color: #fff;
}

.text__inner p strong {
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  color: #00235a;
  text-transform: uppercase;
}

.text--electric .text__inner p strong {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  text-transform: none;
}

.text--electric .text__inner p strong em {
  color: #72ae58;
}

.text__inner ul {
  margin-bottom: 28px;
}

.text__inner ul li {
  font-size: 1.125rem;
  line-height: 1.625;
  margin-bottom: 8px;
  background-position: left 8px;
  background-repeat: no-repeat;
  background-image: url(../img/li.svg);
  padding-left: 28px;
}

.text__inner > :last-child {
  margin-bottom: 0;
}

.panels {
  background-image: linear-gradient(to bottom, #eeecee 0, #eeecee 50%, #313E48 50%, #313E48 100%);
}

.panels__panel {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.panels__panel__content {
  background-color: #fff;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.panels__panel__content .logo {
  display: block;
  width: auto;
  height: 92px;
  margin-bottom: 40px;
}

.panels__panel__content h2 {
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #00235a;
  margin-bottom: 24px;
}

.panels__panel__content p {
  line-height: 1.75;
  font-size: 1rem;
  margin-bottom: 28px;
}

.panels__panel__content a.b {
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: #009bdc;
  padding: 12px 24px;
  border-radius: 18px;
  font-size: 0.875rem;
}

.panels__panel__content a.b:hover {
  background-color: #00205c;
}

.panels__panel__content > :last-child {
  margin-bottom: 0;
}

.panels__panel__image {
  height: 500px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}

.panels__panel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo__wrapper {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.logo__wrapper img {
  width: auto;
  height: 92px;
}

.newServices__nav {
  background-color: #EB5C2A;
}

.newServices__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 724px;
  margin: 0 auto;
}

.newServices__nav ul li {
  display: block;
  margin-right: 40px;
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1;
}

.newServices__nav ul li:last-of-type {
  margin-right: 0;
}

.newServices__nav ul li a {
  display: block;
  color: #fff;
  padding: 20px 0;
}

.newServices__nav ul li a.active,
.newServices__nav ul li a:hover {
  background-position: center bottom -24px;
  background-repeat: no-repeat;
  background-image: url(/img/diamond.svg);
}

.newServices__services__service {
  padding: 64px 0 0;
  display: none;
}

.newServices__services__service .body {
  margin-bottom: 64px;
}

.newServices__services__service > .container:first-of-type {
  max-width: 724px;
}

.newServices__services__service:first-of-type {
  display: block;
}

.newServices__services__service h2 {
  text-align: center;
}

.gallery {
  padding: 80px 0;
  background-color: #323e48;
}

.gallery .caption {
  padding: 12px 0;
  font-size: 0.9375rem;
  color: #fff;
}

.gallery .caption strong {
  font-weight: normal;
  color:#009bdc;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.videoEmbed {
  padding: 80px 0;
}

.videoEmbed .caption {
  padding: 12px 0;
  font-size: 0.9375rem;
  color: #fff;
}

.videoEmbed .caption strong {
  font-weight: normal;
  color:#fff;
}

.newServices--colour-1 .newServices__nav,
.newServices--colour-1 .videoEmbed {
  background-color: #00aa98;
}

.newServices--colour-2 .newServices__nav,
.newServices--colour-2 .videoEmbed {
  background-color: #eb5c2a;
}

.newServices--colour-3 .newServices__nav,
.newServices--colour-3 .videoEmbed {
  background-color: #fbbd1a;
}

.newServices--colour-4 .newServices__nav,
.newServices--colour-4 .videoEmbed {
  background-color: #54b04b;
}

.newServices--colour-5 .newServices__nav,
.newServices--colour-5 .videoEmbed {
  background-color: #979696;
}

.newGallery {
  padding: 80px 0;
  background-color: #323e48;
}

.newGallery__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}
