.hideInitially {
  display: none;
}

.animate {
  transition: all 0.2s;
  transition-timing-function: ease;
}

.animate_delay_sm {
  transition-delay: 0.1s;
}

.animate_delay_md {
  transition-delay: 0.2s;
}

.animate_slow {
  transition: all 1s;
}

.animate_fadeIn {
  opacity: 0;
}

.animate_fadeInUp {
  position: relative;
  top: 30px;
  opacity: 0;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, -30px);
}

.fadeIn {
  opacity: 1;
}

img, picture {
  max-width: 100%;
  height: auto;
}

.global a {
  transition: all 0.2s;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  background-color: #F0F7FF;
}

body {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.global {
  background-color: white;
}

a:hover {
  opacity: 0.7;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

P {
  margin: 0;
  padding: 0;
}

.lightBg {
  background-color: #F0F7FF;
}

h1 {
  font-size: 3em;
  line-height: 110%;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.625em;
  }
}

.pageDescription {
  font-size: 1.25em;
  line-height: 180%;
  font-weight: 400;
}

header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding-top: 50px;
  transition: all 0.1s;
}
@media screen and (max-width: 576px) {
  header {
    padding-top: 32px;
  }
}

.header-fixed {
  transform: translate(0, -30px);
  background-color: white;
  border-bottom: 1px solid #E0E0E0;
  padding-top: 50px;
  padding-bottom: 20px;
}
.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 20px;
}
.logo img {
  height: 44px;
}
@media screen and (max-width: 576px) {
  .logo img {
    height: 40px;
  }
}
@media screen and (max-width: 340px) {
  .logo img {
    height: 36px;
  }
}

.nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  top: 4px;
  font-size: 1.125em;
  line-height: 180%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .nav {
    font-size: 1em;
  }
}
.nav a {
  padding: 8px 24px;
}
.nav li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.nav li:last-child a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999em;
  top: -4px;
  background-image: url(../images/ic_em.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.nav li:nth-last-child(2) {
  border-right: 1px solid #CDCDCD;
}
@media screen and (max-width: 992px) {
  .nav {
    display: none;
  }
}

.nav__mobile {
  display: none;
  line-height: 0;
  font-size: 0;
  text-indent: -9999em;
}
.nav__mobile a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/ic_menu.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .nav__mobile {
    display: inline-block;
  }
}

.mobileMenu {
  visibility: hidden;
  transition: all 0.2s ease;
  left: 100%;
  box-sizing: border-box;
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 32px;
}
.mobileMenu img {
  width: 40px;
  height: 40px;
}
.mobileMenu .close {
  position: absolute;
  background-color: white;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
  text-indent: -9999em;
  background-image: url(../images/ic_close.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.mobileMenu ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  top: 32px;
}
.mobileMenu li {
  border-bottom: 1px solid #CDCDCD;
}
.mobileMenu li a {
  display: block;
  background-color: white;
  padding: 16px 0;
}

.showMenu {
  visibility: visible;
  left: 0;
}

.wrapper {
  max-width: 1136px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 576px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.privacy {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.hero {
  position: relative;
  overflow: hidden;
}

.hero__wrapper {
  position: relative;
  padding-top: 140px;
  display: flex;
  align-items: center;
  gap: 56px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .hero__wrapper {
    gap: 64px;
  }
}
@media screen and (max-width: 992px) {
  .hero__wrapper {
    display: block;
    padding-top: 190px;
  }
}
@media screen and (max-width: 670px) {
  .hero__wrapper {
    padding-top: 170px;
  }
}
@media screen and (max-width: 576px) {
  .hero__wrapper {
    padding-top: 150px;
  }
}

.glow {
  width: 600px;
  height: 500px;
  z-index: 0;
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 50px;
  border-radius: 583px;
  opacity: 0.6999999881;
  filter: blur(192px);
  transform: translate3d(0, 0, 0);
}

.hero__text {
  position: relative;
  top: -10px;
  z-index: 1;
}

.hero__logos {
  width: 100%;
  max-width: 95%;
}
@media screen and (max-width: 992px) {
  .hero__logos {
    max-width: 550px;
  }
}
@media screen and (max-width: 576px) {
  .hero__logos {
    max-width: 450px;
  }
}

.hero__image-container {
  position: relative;
  z-index: 1;
  width: 495px;
  flex-shrink: 0;
  line-height: 0;
  text-align: center;
}
.hero__image-container picture {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .hero__image-container {
    width: 460px;
  }
}
@media screen and (max-width: 992px) {
  .hero__image-container {
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .hero__image-container {
    padding-top: 16px;
  }
}

.hero__heading {
  font-size: 3.875em;
  line-height: 115%;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .hero__heading {
    font-size: 3.2em;
  }
}
@media screen and (max-width: 768px) {
  .hero__heading {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 670px) {
  .hero__heading {
    margin-bottom: 16px;
  }
}

.hero__subheading {
  font-size: 1.25em;
  line-height: 180%;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .hero__subheading {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 670px) {
  .hero__subheading {
    margin-bottom: 16px;
  }
}

.hero__description {
  font-size: 1.25em;
  line-height: 180%;
  font-weight: 400;
}

.blueText {
  color: #004FDF;
}

a {
  text-decoration: none;
  color: #000000;
  transition: all 0.2s ease;
}

.trusted-by {
  display: block;
  margin-top: 32px;
  padding-right: 24px;
}
@media screen and (max-width: 670px) {
  .trusted-by {
    padding-right: 0;
  }
}

.trusted-by__heading {
  font-size: 0.75em;
  line-height: 180%;
  font-weight: 400;
}

.innerTop {
  background-color: #F0F7FF;
  padding-top: 180px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 670px) {
  .innerTop {
    padding-top: 160px;
    margin-bottom: 60px;
  }
}

.innerTopWrapper {
  padding-bottom: 100px;
  background-image: url(../images/bg_portfolio.png);
  background-repeat: no-repeat;
  background-size: 480px;
  background-position: right 20px bottom 0;
}
@media screen and (max-width: 992px) {
  .innerTopWrapper {
    background-size: 320px;
  }
}
@media screen and (max-width: 670px) {
  .innerTopWrapper {
    padding-bottom: 80px;
    background-size: 200px;
    background-position: right -100px bottom 0;
  }
}

.postHero {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .postHero {
    padding-bottom: 64px;
  }
}

.postHero__section-heading {
  font-size: 1.125em;
  line-height: 160%;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #757575;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .postHero__section-heading {
    font-size: 1em;
  }
}

.image_link {
  border: none;
}
.image_link:hover {
  opacity: 1;
}

.section-testimonial {
  gap: 64px;
  border: 1px solid #E0E0E0;
  padding: 64px 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 992px) {
  .section-testimonial {
    display: block;
    padding: 56px 48px;
  }
}
@media screen and (max-width: 670px) {
  .section-testimonial {
    display: block;
    padding: 40px 32px;
  }
}

.testimonial__left img {
  width: 40px;
}

.testimonial_quoteimg {
  margin-bottom: 24px;
}

.testimonial__left p {
  font-size: 1.5em;
  line-height: 150%;
  font-weight: 500;
  font-size: 1.25em;
  margin-bottom: 32px;
}

.testimonial__avatar {
  width: 72px;
  margin-bottom: 8px;
}

.testimonial__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.testimonial__right p {
  font-size: 1.125em;
  line-height: 180%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .testimonial__right p {
    font-size: 1em;
  }
}

.portfoliolink a {
  font-size: 1.25em;
  line-height: 180%;
  font-weight: 600;
  padding-right: 32px;
  transition: all 0.2s ease;
  background-image: url(../images/ic_arrow.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 0 center;
}
@media screen and (max-width: 768px) {
  .portfoliolink a {
    font-size: 1.125em;
  }
}
.portfoliolink a:hover {
  padding-right: 36px;
}

.work-item {
  transition: all 0.2s ease;
  margin-bottom: 100px;
}
.work-item:hover {
  opacity: 0.8;
}
.work-item:hover img {
  transform: scale(1.1);
}
.work-item:hover .work-learn-more {
  padding-right: 35px;
}

.thumb {
  overflow: hidden;
}

.thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}

.content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 56px;
}
@media screen and (max-width: 992px) {
  .content-wrapper {
    display: block;
  }
}
.content-wrapper p {
  font-size: 1.25em;
  line-height: 180%;
  font-weight: 400;
  margin-bottom: 24px;
}
.content-wrapper .work-title {
  margin-bottom: 8px;
}
.content-wrapper .work-description {
  font-size: 1em;
  line-height: 180%;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .content-wrapper .work-description {
    font-size: 0.875em;
  }
}
.content-wrapper .work-tags {
  font-size: 0.75em;
  line-height: 180%;
  font-weight: 400;
  list-style-type: none;
  margin: 0 0 8px 0;
  padding: 0;
}
.content-wrapper .work-tags li {
  display: inline-block;
  border: 1px solid #CDCDCD;
  padding: 4px 8px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.content-wrapper .work-learn-more {
  display: inline;
  font-size: 1em;
  line-height: 180%;
  font-weight: 600;
  border-bottom: none;
  transition: all 0.2s ease;
  padding: 4px 32px 4px 0px;
  background-image: url(../images/ic_ext.svg);
  background-repeat: no-repeat;
  background-position: right 4px top 2px;
}
@media screen and (max-width: 768px) {
  .content-wrapper .work-learn-more {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 768px) {
  .content-wrapper .work-learn-more {
    background-position: right 4px top 3px;
    background-size: 20px 20px;
    padding-right: 28px;
  }
}
.content-wrapper a {
  border-bottom: 1px solid black;
  font-weight: 700;
}
.content-wrapper .lead {
  font-size: 1.5em;
  line-height: 150%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .content-wrapper .lead {
    font-size: 1.25em;
  }
}
.content-wrapper h3 {
  font-size: 1.5em;
  line-height: 150%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .content-wrapper h3 {
    font-size: 1.25em;
  }
}

.section-about {
  margin-bottom: 64px;
}

.col1 {
  width: 63%;
}
@media screen and (max-width: 992px) {
  .col1 {
    width: 100%;
    margin-bottom: 16px;
  }
}

.col2 {
  width: 37%;
}
@media screen and (max-width: 992px) {
  .col2 {
    width: 100%;
  }
}

.highlights {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: square;
  font-size: 1.125em;
  line-height: 180%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .highlights {
    font-size: 1em;
  }
}
.highlights li {
  border-bottom: 1px solid #E0E0E0;
  padding: 15px 0 15px 10px;
}
.highlights li:first-child {
  padding-top: 2px;
}
.highlights li:last-child {
  border-bottom: 0px solid #E0E0E0;
}

footer {
  border-top: 1px solid #E0E0E0;
}

.footer {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 670px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.footer__label {
  font-size: 1em;
  line-height: 180%;
  font-weight: 400;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .footer__label {
    font-size: 0.875em;
  }
}

.footer__top {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .footer__top {
    display: block;
  }
}

.footer__contact {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .footer__contact {
    width: 100%;
  }
}

.footer__email {
  font-size: 1.5em;
  line-height: 150%;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #CDCDCD;
}
@media screen and (max-width: 768px) {
  .footer__email {
    font-size: 1.25em;
  }
}

.footer__nav-container {
  width: 50%;
  padding-top: 36px;
}
@media screen and (max-width: 992px) {
  .footer__nav-container {
    padding-top: 32px;
    width: 100%;
  }
}

.footer__nav {
  display: inline;
  float: right;
  font-size: 1em;
  line-height: 180%;
  font-weight: 600;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 992px) {
  .footer__nav {
    width: 100%;
    padding: 0;
  }
}
.footer__nav li {
  display: inline-block;
  margin-left: 24px;
}
.footer__nav li:first-child {
  margin-left: 0;
}
.footer__nav a {
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 2px;
}

.footer__bottom {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 88px;
}
@media screen and (max-width: 992px) {
  .footer__bottom {
    display: block;
    margin-top: 64px;
  }
}

.footer__copyright {
  font-size: 0.75em;
  line-height: 180%;
  font-weight: 400;
  color: #757575;
  width: 50%;
  order: 1;
}
@media screen and (max-width: 992px) {
  .footer__copyright {
    width: 100%;
    padding-top: 64px;
  }
}

.footer__links-container {
  order: 2;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .footer__links-container {
    width: 100%;
  }
}

.footer__links {
  font-size: 0.75em;
  line-height: 180%;
  font-weight: 400;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  line-height: 100%;
}
@media screen and (max-width: 992px) {
  .footer__links {
    width: 100%;
  }
}
.footer__links li {
  display: inline-block;
  border-right: 1px solid #CDCDCD;
  padding-right: 12px;
  margin-right: 12px;
  margin-bottom: 24px;
}
.footer__links li:last-child {
  border-right: 0px;
  padding-right: 0;
  margin-right: 0;
}

.footer__logo {
  position: absolute;
  top: 0;
  width: 32px;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.loaderContainer {
  height: 50px;
  width: 50px;
  transition: all 1s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.1;
}

.hide {
  display: none;
}

.loader,
.loader:before,
.loader:after {
  background: black;
  animation: load1 1s infinite ease-in-out;
  width: 0.5em;
  height: 2em;
}

.loader {
  color: black;
  text-indent: -9999em;
  margin: 16px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -0.75em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 0.75em;
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 2em;
  }
  40% {
    box-shadow: 0 -1em;
    height: 2.5em;
  }
}
.privacyPolicy {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 120px;
  max-width: 800px;
  padding: 0 30px;
}
.privacyPolicy h1, .privacyPolicy h2, .privacyPolicy h3, .privacyPolicy h4, .privacyPolicy h5 {
  margin-top: 60px;
  margin-bottom: 20px;
}
.privacyPolicy a {
  color: #004FDF;
}
.privacyPolicy p {
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */