* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

html {
  color: #222;
  font-size: 1.2em;
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
}

a {
  color: inherit
}

.container {
  width: 1440px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
}

.header {
  padding-block: 1rem;
  /* background: linear-gradient(90deg, #5768ff, #4c53c1); */
  /* color: white */

}

.header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  /* font-weight: 300; */
}

.header nav a {
  transition: color 200ms linear;
}

.header nav a.active {
  color: #c82a68;
  padding-block-end: 0.25rem;
  border-bottom: solid 2px #c82a68;
}

.header nav a:hover {
  color: #c82a68
}

.logo {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: -1px;
  color: #2b538a;
}

.logo span {
  color: #7087a9;
}

@media(max-width: 767px) {
  .header nav {
    gap: 0.75rem;
    font-size: 0.8em;
  }
  .logo {
    font-size: 1em;
  }
}

.banner {
  /* background-color: #5f6efd; */
  background-image: url('../images/5039684.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
}

.banner .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 500px;
}

.innerpage-banner {
  background-position: bottom;
}

.innerpage-banner .container {
  height: 150px;
}

.banner h1 {
  font-size: 2.5vw;
  text-align: center;
  font-weight: 300;
}

.innerpage-banner h1 {
  font-weight: 500;
}

.banner h1 span {
  font-size: 2em;
  font-weight: 700;
}

.banner+.section:last-of-type {
  min-height: 73vh;
}

.banner+.section:last-of-type {
  min-height: 73vh;
}

.section {
  margin-block-start: 2rem;
}

.section h2,
.section h3 {
  font-weight: 500;
  margin-block: 1rem;
}

.section+.section {
  margin-block-start: 1rem;
}

.section p {
  line-height: 1.3;
  font-size: 0.95em;
}

.section p+p,
.section p+strong {
  margin-block-start: 1rem;
}

.section strong+p {
  margin-block-start: 0.25rem;
  margin-inline-start: 1.4rem;
}

.section strong {
  display: block;
  font-size: 1.2em;
  font-weight: 500;
}

.section h2 {
  margin-block-end: 0.5rem;
  font-size: 1.75em;
  font-weight: 500;
}

.section a {
  color: #163664;
  transition: color 200ms linear;
}

.section a:hover {
  color: #c82a68
}

.section ul {
  margin-left: 0.9rem;
  margin-block-start: 0.5rem;
  font-size: 0.9em;
}

.section ul li+li {
  margin-block-start: 0.25rem;
}

.footer {
  background: linear-gradient(90deg, #001933, #022a54);
  color: white;
  margin-block-start: 2rem;
  padding-block: 1.5rem;
  text-align: center;
  font-weight: 300;
  font-size: 0.9em;
}

.services {
  text-align: center;
  background-color: #f4f4f4;
  margin-top: 0;
  padding-block: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.services:before {
  content: '';
  position: absolute;
  left: -20%;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: #ededed;
  transform: skewX(45deg)
}

.services h2 {
  position: relative;
}

.services h2,
.services h3 {
  margin: 0;
}

.services-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-block-start: 1.5rem;
  gap: 1rem;
  width: 1200px;
  max-width: 100%;
  margin-inline: auto;
  position: relative;
}

.services-row .services-col {
  width: calc(33.333% - 1rem);
}

.skills .services-row {
  grid-template-columns: repeat(6, 1fr);
  row-gap: 2rem;
  margin-top: 1.5rem;
}

.skills .services-row .services-col {
  width: calc(20% - 1rem);
}

.services-col img {
  width: 100px;
  height: auto;
}

.skills .services-col img {
  width: 70px;
  height: auto;
}

.services-col h3 {
  color: #333;
  font-size: 1em;
  font-weight: 500;
  margin-block-start: 0.25rem;
}

.services.skills {
  margin-top: 2rem;
  margin-bottom: 0;
}

.services.skills + .footer,
.about-container + .footer {
  margin-top: 0;
}

.about-container {
  position: relative;
  margin-top: 0;
}

.about-container .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.about-container:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: #f1f1f1;
}

.about-container article {
  margin-top: 0;
  padding: 2rem;
  position: relative;
}

.career h3 {
  margin-block-end: 0.5rem;
}

.career h4 {
  margin-block-start: 1rem;
}

.career h3+h4 {
  margin-block-start: 0;
}

.career h4+p,
.career h4+ul {
  margin-block-start: 0.35rem;
}

.vacancies {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 1.2em;
  gap: 0.5rem
}

.vacancies a {
  color: #c82a68;
  transition: 300ms linear;
}

.vacancies a:hover,
.vacancies a:focus {
  color: #2b538a;
}

.vacancies a:before {
  content: '';
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  border: solid #c82a68;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  margin-inline-end: 1rem;
}

.career button {
  background-color: #c82a68;
  color: white;
  padding: 0.75rem 1rem;
  font-size: 0.8em;
  border-radius: 5px;
  border: none;
  margin-block-start: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}