:root {
  --color-primary: #002D59;
  --color-secondary: #EE6C4D;
  --color-primary-light: #9FD6E2;
  --color-white-rep: #F9FFFF;
  --color-black-rep: #17202D;
  --font-primary: stolzl, sans-serif;
  --font-secondary: "Safiro";
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.3;
  color: var(--color-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: var(--color-white-rep);
}
@media screen and (max-width: 991px) {
  html,
  body {
    font-size: 12px;
  }
}

img,
svg,
iframe {
  max-width: 100%;
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

a {
  color: #002D59;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1,
h2 {
  font-family: var(--font-secondary);
}

h2 {
  font-size: 2.8rem;
}

.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.gsap-reveal {
  opacity: 0;
}

@font-face {
  font-family: "Safiro";
  src: url("fonts/Safiro-Bold.woff2") format("woff2"), url("fonts/Safiro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Safiro";
  src: url("fonts/Safiro-BoldItalic.woff2") format("woff2"), url("fonts/Safiro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Safiro";
  src: url("fonts/Safiro-RegularItalic.woff2") format("woff2"), url("fonts/Safiro-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Safiro";
  src: url("fonts/Safiro-Regular.woff2") format("woff2"), url("fonts/Safiro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Safiro";
  src: url("fonts/Safiro-MediumItalic.woff2") format("woff2"), url("fonts/Safiro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Safiro";
  src: url("fonts/Safiro-Medium.woff2") format("woff2"), url("fonts/Safiro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Safiro";
  src: url("fonts/Safiro-SemiBoldItalic.woff2") format("woff2"), url("fonts/Safiro-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Safiro";
  src: url("fonts/Safiro-SemiBold.woff2") format("woff2"), url("fonts/Safiro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
a.return-top {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 999;
  background-color: var(--primary-color);
  padding: 10px;
  display: none;
}

a.pointer,
button.pointer {
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 20px;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #ffffff, #DFF3FA) padding-box, linear-gradient(120deg, transparent, #e6ebf0 80%, rgba(238, 108, 77, 0.5019607843)) border-box;
  border: 2px solid transparent;
}
a.pointer:after,
button.pointer:after {
  content: " ";
  display: inline-flex;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background: var(--color-primary) url(../img/pointer.svg) no-repeat center center;
}
a.pointer:hover,
button.pointer:hover {
  animation: spin-border 0.2s linear;
  background: linear-gradient(-90deg, #ffffff, #DFF3FA) padding-box, linear-gradient(120deg, transparent, #e6ebf0 50%, #ee6c4d) border-box;
}

a.pointer2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.pointer2:after {
  content: " ";
  display: inline-flex;
  margin-left: 10px;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  align-items: center;
  justify-content: center;
  background: var(--color-primary) url(../img/pointer2.svg) no-repeat center center;
}

.square-corner {
  position: relative;
  display: inline-block;
}
.square-corner::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 100%;
  top: -10px;
  background-color: var(--color-secondary);
}

body.scrolled a.return-top {
  display: block;
}
body.scrolled .scroll-disappear {
  transition: all 0.5s ease-in-out;
  transform: translateY(-100%);
  opacity: 0;
}
body.scrolled .scroll-disappear.delayed {
  transition-delay: 0.2s;
}
body.scrolled .scroll-disappear.longer {
  transition-duration: 1s;
}

.expertise-icon-wrapper {
  background-color: var(--color-primary);
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin: 0 auto 0 auto;
}

.reveal-up {
  opacity: 0;
  animation: revealUp 0.6s ease-in-out forwards;
}

.column-2 {
  -moz-column-count: 2;
       column-count: 2;
}
.column-2 p {
  /* The modern standard */
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  /* Fallback for older browsers (Firefox, etc.) */
  page-break-inside: avoid;
}

@keyframes scrollLogo {
  from {
    background-position: 0 0%;
  }
  to {
    background-position: 0 -400px;
  }
}
@keyframes fadeOut {
  to {
    visibility: hidden;
    pointer-events: none;
    top: -120%;
  }
}
@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLabel {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
header .menu-left ul.nav,
header .menu-right ul.nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
header .menu-left ul.nav > li,
header .menu-right ul.nav > li {
  padding: 0 15px;
  position: relative;
}
header .menu-left ul.nav > li > a,
header .menu-right ul.nav > li > a {
  position: relative;
  transition: all 0.2s ease-in-out;
}
header .menu-left ul.nav > li > a:hover, header .menu-left ul.nav > li > a.active,
header .menu-right ul.nav > li > a:hover,
header .menu-right ul.nav > li > a.active {
  color: var(--color-secondary);
}
header .menu-left ul.nav > li > a:hover:before, header .menu-left ul.nav > li > a.active:before,
header .menu-right ul.nav > li > a:hover:before,
header .menu-right ul.nav > li > a.active:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--color-secondary);
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
}
header .menu-left ul.nav > li ul,
header .menu-right ul.nav > li ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 300px;
  background: linear-gradient(45deg, #fff, rgba(214, 225, 229, 0.5019607843));
  list-style: none;
  margin: 0;
  padding: 20px;
  border-radius: 30px;
  transform: translateY(20px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  display: none;
}
header .menu-left ul.nav > li ul li,
header .menu-right ul.nav > li ul li {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
header .menu-left ul.nav > li ul li a,
header .menu-right ul.nav > li ul li a {
  color: #333;
  font-size: 0.9rem;
}
header .menu-left ul.nav > li ul li a:hover,
header .menu-right ul.nav > li ul li a:hover {
  color: var(--color-secondary);
}
header .menu-left ul.nav > li ul li:last-child,
header .menu-right ul.nav > li ul li:last-child {
  border-bottom: none;
}
header .menu-left ul.nav > li:hover ul,
header .menu-right ul.nav > li:hover ul {
  opacity: 1;
  display: block;
  transform: translateY(0px);
}
header .menu-left ul.nav > li:first-child {
  padding-left: 0;
}
header .menu-right ul.nav > li:last-child {
  padding-right: 0;
}
header .menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
}
header .menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
}

.menu-open .menu-toggle span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}
.menu-open .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.menu-open .mobile-menu {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu {
  transform: translateY(-200dvh);
  background-color: var(--color-secondary);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.mobile-menu ul.nav {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu ul.nav li {
  font-size: 2rem;
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}

footer {
  color: #fff;
  margin-top: 100px;
}
footer .footer-upper {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}
footer .footer-upper .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 110px;
}
footer .footer-upper .container label {
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  footer .footer-upper .container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    justify-content: space-around;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
footer .footer-lower {
  background-color: var(--color-primary);
  padding-top: 100px;
}
footer .footer-lower .footer-brand {
  padding-bottom: 120px;
}
footer .footer-lower .footer-brand img {
  width: 150px;
  filter: brightness(100);
}
footer .footer-lower .footer-brand .tagline {
  font-size: 1.5rem;
}
footer .footer-lower .footer-contact {
  font-size: 1.5rem;
}
footer .footer-lower .footer-contact a {
  display: block;
  color: var(--color-secondary);
}
footer .footer-lower .container {
  background: url(../img/footer-bg.svg) no-repeat center bottom -150px;
  background-size: 100%;
}
footer .footer-lower .footer-bottom {
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(121, 182, 209, 0.1254901961);
  margin-top: 50px;
  padding: 30px 0;
}
footer .footer-lower .footer-bottom a {
  color: #fff;
}
footer .footer-lower .footer-bottom .footer-copyright {
  opacity: 0.8;
}
footer .footer-lower .footer-bottom .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-lower .footer-bottom .footer-menu li {
  display: inline;
}
footer .footer-lower .footer-bottom .footer-menu a {
  padding-right: 30px;
}
a.return-top {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 999;
  transform: rotate(-90deg);
  background-color: var(--random-color);
  padding: 10px;
  display: none;
}

.scrolled a.return-top {
  display: block;
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 30px;
}

.carousel-arrow {
  background: url(../img/carousel-arrow-left.svg) center center no-repeat;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s ease;
}
.carousel-arrow.carousel-next {
  background: url(../img/carousel-arrow-right.svg) center center no-repeat;
}
.carousel-arrow:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
.carousel-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: scale(1);
}

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease;
}

.carousel-slide {
  flex-shrink: 0;
}

.modal.fade .modal-dialog {
  transition: none;
  transform: translateX(100%);
}

.modal.fade.show .modal-dialog {
  animation: slideInRight 0.4s forwards;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
body.modal-open {
  overflow: hidden;
}
@media (min-width: 992px) {
  body.modal-open #contactModal .modal-content {
    background: #fff url(../img/contact-modal-bg.jpg) no-repeat;
    background-position: right 0% top 0%;
    background-size: auto 100%;
  }
  body.modal-open #contactModal .modal-content .modal-body {
    padding-right: 350px;
  }
  body.modal-open #contactModal .modal-content .modal-body p {
    margin-bottom: 25px;
  }
  body.modal-open #contactModal .modal-content .modal-body p.excerpt {
    font-size: 1.5rem;
  }
  body.modal-open #contactModal .modal-content .modal-body strong {
    display: block;
    font-weight: 500;
  }
}
body.modal-open .modal.fade.show {
  background-color: rgba(0, 0, 0, 0.3137254902);
}
body.modal-open .modal-body {
  padding: 0px;
}
body.modal-open .modal-dialog {
  max-width: unset;
  margin: 0px;
  position: fixed;
  right: 0px;
  height: 100%;
}
@media (min-width: 992px) {
  body.modal-open .modal-dialog {
    width: 66%;
  }
}
body.modal-open .modal-dialog .modal-content {
  height: inherit;
  overflow: auto;
  padding: 0px 24px;
  padding-bottom: 24px;
  border-radius: unset;
  border: 0;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
body.modal-open .modal-dialog .modal-content .modal-header {
  border: unset;
  position: relative;
  justify-content: space-between;
  padding: 40px 0px;
}
body.modal-open .modal-dialog .modal-content .modal-header .modal-title {
  text-align: left;
  font-weight: normal;
}
body.modal-open .modal-dialog .modal-content input,
body.modal-open .modal-dialog .modal-content textarea {
  border: 1px solid var(--color-primary-light);
  padding: 15px;
}
body .modal-backdrop.show {
  background-color: rgba(var(--color-primary), 1);
  opacity: 0.8;
}

.logos-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.logos-marquee:hover .logos-track {
  animation-play-state: paused;
}

.logos-track {
  display: flex;
  align-items: center;
  gap: 75px;
  animation: marquee 30s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.logos-track img {
  height: 75px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.logos-track img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.home-hero {
  position: relative;
  min-height: 80dvh;
  display: flex;
  align-items: center;
}
.home-hero .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 0.5;
}
.home-hero .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero .video:after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  background: linear-gradient(to top, #fff, transparent);
  left: 0;
  bottom: 0;
}
.home-hero .container {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.home-hero h1 {
  font-size: 4rem;
  margin-bottom: 30px;
}
.home-hero p {
  font-size: 1.2rem;
}

.home-about {
  position: relative;
  padding: 150px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-about .home-about-content p {
  font-size: 1.6rem;
}

.home-expertise {
  text-align: center;
}
.home-expertise .expertise-items {
  height: 100vh;
  background-size: 100%;
  line-height: 1.8;
  position: relative;
  overflow: hidden;
}
.home-expertise .expertise-items .bg {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
  background: linear-gradient(to right, #002D59, transparent);
  will-change: background-position;
  z-index: -1;
}
@keyframes bgMove {
  0% {
    background-position: 0% 0%, 100% 100%;
  }
  50% {
    background-position: 100% 100%, 0% 0%;
  }
  100% {
    background-position: 0% 0%, 100% 100%;
  }
}
.home-expertise .expertise-items .bg:before {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  background-color: var(--color-white-rep);
  content: " ";
  border-radius: 100%;
}
@media screen and (max-width: 991px) {
  .home-expertise .expertise-items .bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--color-white-rep);
  }
}
.home-expertise .expertise-items:after {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0px;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #fff);
  content: " ";
}
.home-expertise .expertise-items .expertise-item {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 70vh;
  opacity: 0;
}
.home-expertise .expertise-items .expertise-item.first {
  opacity: 1;
}
.home-expertise .expertise-items .expertise-item h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.home-expertise .expertise-items .expertise-item label {
  color: var(--color-secondary);
  margin: 50px auto 30px auto;
}
.home-expertise .expertise-items .expertise-item a.pointer {
  margin-top: 30px;
}

.home-expertise-tabs .home-expertise-tabs-header {
  margin: 150px auto;
  text-align: center;
}
.home-expertise-tabs .expertise-tabs .container {
  background: linear-gradient(45deg, rgba(159, 214, 226, 0.062745098), rgba(214, 225, 229, 0.3137254902));
  padding: 30px;
  border-radius: 30px;
}
.home-expertise-tabs .expertise-tabs .container .nav-tabs {
  justify-content: space-around;
}
.home-expertise-tabs .expertise-tabs .container .nav-tabs button {
  padding: 15px;
  border-bottom: none;
}
.home-expertise-tabs .expertise-tabs .container .nav-tabs button.active {
  color: var(--color-secondary);
}

.home-models {
  padding-bottom: 200px;
}
.home-models .model-item {
  background-image: linear-gradient(90deg, #ffffff, rgba(214, 225, 229, 0.3137254902));
  padding: 20px;
  border-radius: 30px;
  color: var(--color-primary);
  line-height: 1.8;
  min-height: 330px;
}
.home-models .model-item h3 {
  font-size: 1.5rem;
}
.home-models .model-item img {
  height: 50px;
  margin: 15px 0;
}

.home-partners {
  line-height: 1.8;
}
.home-partners .partner-item img {
  margin: 25px 0;
}
.home-partners .partner-item p {
  color: #888888;
}

.content-hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}
.content-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, transparent, #D6E1E5 50%, transparent), linear-gradient(to bottom, transparent, #D6E1E5 50%, transparent);
  animation: breathe 8s ease-in-out infinite;
  z-index: 0;
}
.content-hero.no-bg::before {
  display: none;
}
@keyframes breathe {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.content-hero .content-titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-hero label {
  color: var(--color-secondary);
}
.content-hero .expertise-hero-imgs {
  position: relative;
}
.content-hero .expertise-hero-imgs img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.content-hero .expertise-hero-imgs img:first-child {
  position: static;
}

.company-content {
  color: var(--color-black-rep);
  padding: 100px 0;
  line-height: 1.6;
}
.company-content .excerpt {
  color: var(--color-primary);
  font-size: 1.5rem;
}

.company-values {
  text-align: center;
}
.company-values .values-items {
  height: 100vh;
  line-height: 1.8;
  position: relative;
}
.company-values .values-items:before {
  position: absolute;
  content: " ";
  left: 50%;
  height: 70%;
  width: 300px;
  top: 100px;
  background: linear-gradient(to right bottom, transparent, rgba(214, 225, 229, 0.3137254902));
  border-radius: 300px;
  transform: translateX(-50%);
}
.company-values .values-items .values-item {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  height: 70vh;
  opacity: 0;
}
.company-values .values-items .values-item.first {
  opacity: 1;
}
.company-values .values-items .values-item .img-wrapper img {
  height: 150px;
  margin: 0 auto;
}
.company-values .values-items .values-item h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.company-values .values-items .values-item label {
  color: var(--color-secondary);
  margin: 50px auto 10px auto;
}
.company-values .values-items .values-item a.pointer {
  margin-top: 30px;
}

.expertise-details .list-group a,
.expertise-details .list-group button {
  text-align: left;
  padding: 15px 0;
}
.expertise-details .list-group a.active,
.expertise-details .list-group button.active {
  color: var(--color-secondary);
}
.expertise-details .tab-content p {
  line-height: 1.8;
}

.expertise-clients .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.list-expertises .expertise-icon-wrapper {
  margin-left: 0;
  margin-bottom: 25px;
}
.list-expertises p {
  margin: 15px 0;
}

.careers-content .careers-item {
  background-image: linear-gradient(90deg, #ffffff, rgba(214, 225, 229, 0.3137254902));
  padding: 20px;
  border-radius: 30px;
  line-height: 1.8;
  margin-bottom: 30px;
  min-height: 330px;
}
.careers-content .careers-item .img-wrapper {
  background-color: #D6E1E5;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-bottom: 25px;
}
.careers-content .careers-item a {
  color: var(--color-secondary);
}

.client-map-wrapper {
  background: url("../img/client-map.png");
  background-position: top 0 center;
  max-width: 1100px;
  height: 400px;
  margin: 100px auto 30px auto;
  position: relative;
}
.client-map-wrapper label {
  color: var(--color-secondary);
  font-size: 0.7rem;
  position: absolute;
  left: 50%;
  top: 50px;
  padding-left: 3px;
  opacity: 0;
  animation: fadeInLabel 1s ease-in-out forwards;
}
.client-map-wrapper label span {
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: var(--color-secondary);
  left: 0;
  top: 5px;
}
.client-map-wrapper label span:after {
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 16px;
  background-color: var(--color-secondary);
  display: block;
  position: absolute;
  top: 100%;
  left: -5px;
}
.client-map-wrapper label.tr {
  transform: translate(88px, -35px);
  animation-delay: 1s;
}
.client-map-wrapper label.de {
  transform: translate(-10px, -60px);
  animation-delay: 0s;
}
.client-map-wrapper label.at {
  transform: translate(8px, -35px);
  animation-delay: 0.5s;
}
.client-map-wrapper label.at span {
  height: 30px;
}
.client-map-wrapper label.ae {
  transform: translate(180px);
  animation-delay: 1.5s;
}

.client-list .client-item {
  background-image: linear-gradient(90deg, #ffffff, rgba(214, 225, 229, 0.3137254902));
  padding: 20px;
  border-radius: 30px;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
}
.client-list .client-item .img-wrapper {
  margin: 30px 0;
}
.client-list .client-item .img-wrapper img {
  width: 300px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.client-list .client-item p {
  color: rgba(0, 45, 89, 0.2509803922);
  font-size: 0.8rem;
}/*# sourceMappingURL=main.css.map */