@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap");
.gallery-swiper,
.customer-swiper,
.case-study-swiper {
  position: relative;
}

@media only screen and (min-width: 36em) {
  .case-study-swiper-container {
    width: 80%;
  }
}
@media only screen and (min-width: 48em) {
  .case-study-swiper-container {
    width: 90%;
  }
}

.gallery-swiper-container,
.customer-swiper-container {
  width: 70%;
}
@media only screen and (min-width: 36em) {
  .gallery-swiper-container,
.customer-swiper-container {
    width: 80%;
  }
}
@media only screen and (min-width: 48em) {
  .gallery-swiper-container,
.customer-swiper-container {
    width: 90%;
  }
}

.swiper-button-prev,
.swiper-button-next {
  transform: scale(0.6);
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination {
  margin-top: 5rem;
}

.custom-swiper-btn {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 3.2rem;
  transform: scale(0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-swiper-btn-next {
  right: -3rem;
}
@media only screen and (min-width: 48em) {
  .custom-swiper-btn-next {
    background-color: transparent;
    color: #007aff;
    transform: scale(0.6);
    border-radius: none;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1rem;
  }
}

.custom-swiper-btn-prev {
  left: -3rem;
}
@media only screen and (min-width: 48em) {
  .custom-swiper-btn-prev {
    background-color: transparent;
    color: #007aff;
    transform: scale(0.6);
    border-radius: none;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 1rem;
  }
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 16px;
}

.lds-ellipsis div {
  position: absolute;
  top: 2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@-webkit-keyframes left-to-right {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  50% {
    left: 100%;
    transform: rotate(900deg);
  }
  100% {
    left: 0;
    transform: rotate(1800deg);
  }
}
@keyframes left-to-right {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  50% {
    left: 100%;
    transform: rotate(900deg);
  }
  100% {
    left: 0;
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes right-to-left {
  0% {
    right: 0;
    transform: rotate(0deg);
  }
  50% {
    right: 100%;
    transform: rotate(-900deg);
  }
  100% {
    right: 0;
    transform: rotate(0deg);
  }
}
@keyframes right-to-left {
  0% {
    right: 0;
    transform: rotate(0deg);
  }
  50% {
    right: 100%;
    transform: rotate(-900deg);
  }
  100% {
    right: 0;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes right-to-left-center {
  0% {
    right: 50%;
    transform: rotate(0deg);
  }
  25% {
    right: 0;
    transform: rotate(450deg);
  }
  50% {
    right: 50%;
    transform: rotate(0deg);
  }
  75% {
    right: 100%;
    transform: rotate(-450deg);
  }
  100% {
    right: 50%;
    transform: rotate(0deg);
  }
}
@keyframes right-to-left-center {
  0% {
    right: 50%;
    transform: rotate(0deg);
  }
  25% {
    right: 0;
    transform: rotate(450deg);
  }
  50% {
    right: 50%;
    transform: rotate(0deg);
  }
  75% {
    right: 100%;
    transform: rotate(-450deg);
  }
  100% {
    right: 50%;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@-webkit-keyframes pulse {
  to {
    opacity: 1;
  }
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
}

/* width */
::-webkit-scrollbar {
  width: 0.8rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #64b5f6;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2196f3;
  border-radius: 1rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1976d2;
}

body {
  font-family: "Jost", sans-serif;
}

.h1 {
  font-size: clamp(3.2rem, 2.6462rem + 1.5385vw, 4.8rem);
  max-width: 70rem;
  line-height: 1.2;
}
@media only screen and (min-width: 48em) {
  .h1--mobile {
    display: none;
  }
}
.h1--tablet {
  display: none;
}
@media only screen and (min-width: 48em) {
  .h1--tablet {
    display: inline-block;
  }
}
.h1--dynamic {
  font-size: clamp(2.8rem, 2.1077rem + 1.9231vw, 4.8rem);
}
.h1--tall {
  line-height: 1.7;
}

.h2 {
  font-size: clamp(2.4rem, 2.1231rem + 0.7692vw, 3.2rem);
  font-weight: 600;
}

.h3 {
  font-size: clamp(2rem, 1.8615rem + 0.3846vw, 2.4rem);
  font-weight: 600;
}

.lead {
  font-size: 2rem;
  max-width: 70rem;
  line-height: 1.7;
}

.text-panarama {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8rem;
}

.para {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}

.generic-text > *:not(:last-child) {
  margin-bottom: 1.6rem;
}

.alert {
  position: absolute;
  font-size: 2rem;
  z-index: 30;
  width: 80%;
  top: 20%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 1.8rem;
  display: grid;
  grid-gap: 1.6rem;
  justify-items: center;
}
.alert.active {
  transform: translateX(-50%) scale(1);
}
.alert.active ~ .alert__overlay {
  transform: scale(1);
}
.alert--success {
  color: #4caf50;
  border: 1px solid rgba(76, 175, 80, 0.3);
  box-shadow: 0 0.8rem 1.6rem rgba(76, 175, 80, 0.08);
}
.alert--success .alert__icon--success {
  display: flex;
}
@media only screen and (min-width: 62em) {
  .alert--success {
    box-shadow: 0 1.6rem 3.2rem rgba(76, 175, 80, 0.16);
  }
}
.alert--success .alert__close {
  color: #4caf50;
}
.alert--success .alert__close:hover {
  color: #388e3c;
}
.alert--error {
  color: #e74b3b;
  border: 1px solid rgba(231, 75, 59, 0.3);
  box-shadow: 0 0.8rem 1.6rem rgba(231, 75, 59, 0.08);
}
.alert--error .alert__icon--error {
  display: flex;
}
@media only screen and (min-width: 62em) {
  .alert--error {
    box-shadow: 0 1.6rem 3.2rem rgba(231, 75, 59, 0.16);
  }
}
.alert--error .alert__close {
  color: #e74b3b;
}
.alert--error .alert__close:hover {
  color: #8b2d23;
}
.alert__message {
  align-self: center;
  text-align: center;
}
.alert__close {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.8rem 2rem;
  border-radius: 5rem;
  border: none;
  background-color: #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.alert__close:hover {
  background-color: #bdbdbd;
}
.alert__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 20;
  display: inline-block;
  transform: scale(0);
}
.alert__icon {
  display: none;
  justify-content: center;
  align-items: center;
}
.alert__icon svg {
  width: 12.8rem;
  height: 12.8rem;
  fill: currentColor;
}

.btn, .btn:link, .btn:visited {
  border: none;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  padding: clamp(1.2rem, 1.0615rem + 0.3846vw, 1.6rem) clamp(2.4rem, 1.9846rem + 1.1538vw, 3.6rem);
  font-size: 1.6rem;
  font-size: 500;
  border-radius: 10rem;
  transition: all 0.3s ease-out;
  line-height: 1;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: start;
  justify-self: start;
}
.btn:hover {
  transform: translateY(-3px);
}
.btn:active {
  transform: translateY(-1px);
}
.btn--white, .btn--white:link, .btn--white:visited {
  color: #0d47a1;
  background-color: #ffffff;
}
.btn--primary, .btn--primary:link, .btn--primary:visited {
  color: #ffffff;
  background-image: linear-gradient(to right, #2196f3, #0d47a1);
  background-size: 110%;
}
.btn--sm, .btn--sm:link, .btn--sm:visited {
  padding: 0.6rem 2rem;
}
.btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.8rem;
}
.btn__icon svg {
  width: 3.2rem;
  height: 3.2rem;
  fill: currentColor;
}

.btn-inline {
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: 1.6rem;
  color: #2196f3;
  padding: 0.8rem 1.6rem;
  border-bottom: 1px solid currentColor;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.btn-inline:hover {
  background-color: #2196f3;
  color: #ffffff;
}

.card {
  padding: 3.2rem;
  border: 1px solid rgba(33, 150, 243, 0.3);
  border-radius: 0.8rem;
  box-shadow: 0 0.8rem 1.6rem rgba(33, 150, 243, 0.1);
}
@media only screen and (min-width: 62em) {
  .card {
    box-shadow: 0 1.6rem 3.2rem rgba(33, 150, 243, 0.2);
  }
}

.case-study {
  display: grid;
  grid-gap: clamp(3.2rem, 2.6462rem + 1.5385vw, 4.8rem);
}
@media only screen and (min-width: 62em) {
  .case-study {
    grid-template-columns: 2fr 3fr;
  }
}
.case-study__img-container {
  width: 100%;
  height: 25rem;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 62em) {
  .case-study__img-container {
    height: 42rem;
  }
}
.case-study__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study__content {
  display: grid;
  grid-gap: 1.6rem;
  align-content: center;
}
.case-study__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.case-study__group {
  display: grid;
  grid-gap: 0.4rem;
}
.case-study__title {
  font-size: 2rem;
  font-weight: 500;
}
.case-study__list {
  font-size: 1.6rem;
  line-height: 1.7;
  padding-left: 2rem;
}

.co-founder-bio {
  display: grid;
  grid-gap: 2.4rem;
  text-align: center;
  justify-items: center;
}
.co-founder-bio__gallery {
  display: grid;
  grid-gap: 1.6rem;
}
.co-founder-bio__img-container {
  width: 70vw;
  max-width: 40rem;
  height: clamp(28rem, 25.2308rem + 7.6923vw, 36rem);
  border-radius: 0.8rem;
  overflow: hidden;
}
.co-founder-bio__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.co-founder-bio__btn {
  margin: auto;
}
.co-founder-bio__name {
  font-size: 1.8rem;
  font-weight: 500;
}
.co-founder-bio__content {
  font-size: 1.6rem;
  line-height: 1.7;
  display: grid;
  grid-gap: 1.6rem;
}
.co-founder {
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid rgba(33, 150, 243, 0.2);
  box-shadow: 0 0.8rem 1.6rem rgba(33, 150, 243, 0.1);
  position: relative;
}
@media only screen and (min-width: 62em) {
  .co-founder {
    box-shadow: 0 1.6rem 3.2rem rgba(33, 150, 243, 0.2);
  }
}
.co-founder__img-container {
  width: 100%;
  height: 24rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 62em) {
  .co-founder__img-container {
    cursor: url(../img/linkedin.svg), auto;
  }
}
.co-founder__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.co-founder__overlay {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 6rem;
  background-image: linear-gradient(to right, rgba(33, 150, 243, 0.5), rgba(13, 71, 161, 0.5));
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 62em) {
  .co-founder__overlay {
    height: 100%;
    opacity: 0;
  }
}
.co-founder__btn {
  position: absolute;
  left: 1.6rem;
  top: 18.8rem;
}
@media only screen and (min-width: 62em) {
  .co-founder__btn, .co-founder__btn:link, .co-founder__btn:visited {
    display: none;
  }
}
.co-founder__content {
  padding: 1.6rem;
  display: grid;
  color: #03045e;
  justify-items: start;
}
.co-founder__name {
  font-size: 1.8rem;
  font-weight: 500;
}
.co-founder__text {
  font-size: 1.6rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.co-founder:hover .co-founder__overlay {
  opacity: 1;
}

.co-founder-row {
  max-width: 64rem;
  margin: auto;
  display: grid;
  grid-gap: clamp(3.2rem, 2.6462rem + 1.5385vw, 4.8rem);
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 36em) {
  .co-founder-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.collage {
  position: relative;
  height: clamp(30rem, 23.0769rem + 19.2308vw, 50rem);
}
.collage__img {
  display: inline-block;
  position: absolute;
  border-radius: 0.8rem;
  width: 58%;
  height: auto;
  z-index: 10;
}
.collage__img--1 {
  top: 0;
  left: 0;
}
.collage__img--2 {
  right: 0;
  bottom: 0;
}
.collage::after {
  width: clamp(20rem, 14.4615rem + 15.3846vw, 36rem);
  height: clamp(20rem, 14.4615rem + 15.3846vw, 36rem);
  border-radius: 50%;
  border: 2px #bdbdbd dashed;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.customer__img-container {
  text-align: center;
}
.customer__img {
  display: inline;
  width: 100%;
}

.doodle {
  position: relative;
}
.doodle__circle {
  border-radius: 50%;
}
.doodle__circle, .doodle__square, .doodle__cross {
  position: absolute;
  height: 2.4rem;
  width: 2.4rem;
  display: inline-block;
  display: inline-block;
  z-index: -10;
}
.doodle__circle::after, .doodle__circle::before, .doodle__square::after, .doodle__square::before, .doodle__cross::after, .doodle__cross::before {
  content: "";
  display: inline-block;
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.doodle__circle, .doodle__square {
  background-image: linear-gradient(to right, #90caf9, #42a5f5);
  background-size: 110%;
}
.doodle__circle::after, .doodle__square::after {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ffffff;
}
.doodle__circle::before, .doodle__square::before {
  width: 1rem;
  height: 1rem;
  background-image: linear-gradient(to right, #90caf9, #42a5f5);
  background-size: 110%;
  z-index: 10;
}
.doodle__cross {
  border-radius: 2rem;
}
.doodle__cross::before, .doodle__cross::after {
  width: 2.4rem;
  height: 0.4rem;
  background-image: linear-gradient(to right, #90caf9, #42a5f5);
  background-size: 110%;
}
.doodle__cross::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.form__group {
  position: relative;
}
.form__label {
  position: absolute;
  color: #9a9bbf;
  left: 1rem;
  top: 0;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.form__label sup {
  color: #e74b3b;
  font-size: 1.6rem;
  transition: all 0.3s ease-out;
}
.form__input {
  width: 100%;
  font-family: inherit;
  padding: 0.8rem;
  font-size: 1.6rem;
  border: none;
  border-bottom: 2px solid #adb3bf;
  color: #010226;
  background-color: transparent;
  color: #010226;
  position: relative;
  z-index: 4;
}
.form__input:focus, .form__input.active {
  outline: none;
}
.form__input:focus ~ .form__label, .form__input.active ~ .form__label {
  font-weight: 600;
  font-size: 1.2rem;
  top: -1.6rem;
}
.form__input:focus ~ .form__label sup, .form__input.active ~ .form__label sup {
  font-size: 1rem;
}

select {
  cursor: pointer;
}

.gallery__img-container {
  width: 100%;
  height: 20rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}

.how-we-work {
  text-align: center;
}
.how-we-work__img--sm {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 36em) {
  .how-we-work__img--sm {
    display: none;
  }
}
.how-we-work__img--md {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 36em) {
  .how-we-work__img--md {
    display: inline-block;
  }
}
@media only screen and (min-width: 62em) {
  .how-we-work__img--md {
    display: none;
  }
}
.how-we-work__img--lg {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 62em) {
  .how-we-work__img--lg {
    display: inline-block;
  }
}

.modal {
  position: fixed;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -200%) scaleY(0);
  border-radius: 0.8rem;
  overflow: hidden;
  transition: all 0.3s ease-out;
  max-width: 90vw;
  max-height: calc(100vh - 16rem);
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 300;
}
.modal--video {
  overflow: hidden !important;
}
.modal--video .modal__content {
  padding: 0;
}
.modal__close {
  position: absolute;
  right: 1.2rem;
  top: 0;
  display: inline;
  font-size: 3.2rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
  color: #68689e;
}
.modal__close:hover {
  color: #03045e;
}
.modal.active {
  transform: translate(-50%, -50%) scaleY(1);
}
.modal__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 200;
}
.modal__overlay.active {
  transform: scale(1);
  opacity: 1;
}
.modal__content {
  padding: 3.6rem;
  background-color: #ffffff;
}
.modal__video {
  width: 90vw;
  max-width: 100rem;
  max-height: calc((100rem * 9) / 16);
  height: calc((90vw * 9) / 16);
}

.product-card {
  display: grid;
  grid-gap: clamp(3.2rem, 2.6462rem + 1.5385vw, 4.8rem);
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .product-card {
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-card__img-container {
  width: 100%;
  height: 42rem;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  position: relative;
}
.product-card__img-container--infographics {
  height: 32rem;
  overflow: visible;
}
@media only screen and (min-width: 62em) {
  .product-card__img-container--infographics {
    height: 45rem;
  }
}
.product-card__img {
  height: 42rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem;
}
.product-card__img--narrow {
  height: 28rem;
  width: 90%;
}
@media only screen and (min-width: 62em) {
  .product-card__img--narrow {
    height: 40rem;
  }
}
.product-card__img--dark {
  filter: brightness(40%);
}
.product-card__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  outline: 6px solid #90caf9;
  outline-offset: -10px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  color: #90caf9;
}
.product-card__btn:hover {
  outline-offset: 2rem;
  outline: 6px solid transparent;
}
.product-card__btn svg {
  width: 6.4rem;
  height: 6.4rem;
  fill: currentColor;
}
.product-card__infographics {
  display: inline-block;
  position: absolute;
  border-radius: 0.8rem;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(33, 150, 243, 0.2);
  width: 70%;
  height: auto;
  box-shadow: 0 0.8rem 1.6rem rgba(33, 150, 243, 0.08);
}
@media only screen and (min-width: 62em) {
  .product-card__infographics {
    width: 50%;
    box-shadow: 0 1.6rem 3.2rem rgba(33, 150, 243, 0.2);
  }
}
.product-card__content {
  display: grid;
  grid-gap: 1.6rem;
}
.product-card__title {
  display: grid;
  grid-gap: 0.4rem;
}
@media only screen and (min-width: 62em) {
  .product-card--reverse .product-card__img-container {
    grid-row: 1/2;
    grid-column: 2/3;
    text-align: right;
  }
  .product-card--reverse .product-card__content {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media only screen and (min-width: 62em) {
  .product-card--reverse .product-card__infographics {
    left: 0;
  }
}
.product-card--1 .doodle__circle {
  top: 0;
  right: 20%;
}
.product-card--1 .doodle__square {
  bottom: 35%;
  right: 30%;
  transform: rotate(45deg);
}
.product-card--2 .doodle__circle {
  top: 4%;
}
.product-card--2 .doodle__cross {
  bottom: 20%;
  right: 60%;
  transform: rotate(45deg);
}

.scroll-down {
  position: absolute;
  width: 22rem;
  height: 12rem;
  z-index: 50;
  bottom: 2rem;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-down__text {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}
.scroll-down__icon, .scroll-down__icon:before {
  position: absolute;
  left: 50%;
}
.scroll-down__icon {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 40%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 25px;
}
.scroll-down__icon:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
.stats {
  background-size: 120%;
  border-radius: 0.8rem;
  padding: 3.2rem;
  text-align: center;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.2rem;
  background-image: url("../img/stats.svg"), linear-gradient(to right, #2196f3, #0d47a1);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .stats {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 62em) {
  .stats {
    padding: 4.8rem;
  }
}
.stats__item {
  color: #ffffff;
}
.stats__text {
  font-size: 1.8rem;
  font-weight: 400;
}

.contact {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  box-shadow: 0 0.8rem 1.6rem rgba(33, 150, 243, 0.1);
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid rgba(33, 150, 243, 0.2);
}
@media only screen and (min-width: 75em) {
  .contact {
    grid-template-columns: 3fr 2fr;
    box-shadow: 0 1.6rem 3.2rem rgba(33, 150, 243, 0.2);
  }
}
.contact__form {
  padding: 2rem;
  border-top: none;
  display: grid;
  grid-gap: 3.2rem;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .contact__form {
    grid-row: 1/-1;
    grid-column: 1/2;
    padding: 3.2rem;
    border-right: none;
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact__map {
  height: 100%;
  background-color: #2196f3;
}
.contact__map iframe {
  width: 100%;
  min-height: 25rem;
  height: 100%;
}
.contact__details {
  font-size: 2rem;
  font-weight: 500;
  display: grid;
  grid-gap: 3.2rem;
  padding: 3.2rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.8rem;
  box-shadow: 0 0.8rem 1.6rem rgba(33, 150, 243, 0.15);
}
@media only screen and (min-width: 48em) {
  .contact__details {
    grid-gap: 0;
    grid-column-gap: 3.2rem;
    grid-template-columns: repeat(2, 30rem);
    grid-template-rows: repeat(2, 5rem);
  }
}
@media only screen and (min-width: 75em) {
  .contact__details {
    padding: 3.6rem;
    box-shadow: 0 1.6rem 3.2rem rgba(33, 150, 243, 0.3);
  }
}
.contact__details-item {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  grid-gap: 0.8rem;
  color: #ffffff;
  justify-items: start;
  align-items: center;
  align-self: start;
}
.contact__details-item:first-child {
  grid-row: 1/-1;
}
.contact__details-icon {
  display: flex;
  align-items: center;
  justify-items: center;
}
.contact__details-icon svg {
  width: 3.2rem;
  height: 3.2rem;
  fill: currentColor;
}
.contact__details-text {
  color: currentColor;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer {
  background-color: #0d47a1;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.footer__content {
  display: grid;
  grid-gap: clamp(3.2rem, 2.6462rem + 1.5385vw, 4.8rem);
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 62em) {
  .footer__content {
    grid-template-columns: 3fr 2fr 2fr;
  }
}
.footer__cta {
  display: grid;
  grid-gap: 3.2rem;
  grid-column: 1/-1;
}
@media only screen and (min-width: 36em) {
  .footer__cta {
    grid-column: 1/2;
  }
}
.footer__logo {
  width: 100%;
  max-width: 32rem;
  display: inline-block;
}
.footer__nav {
  display: grid;
  grid-gap: 1.6rem;
  align-content: start;
}
.footer__nav-title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #e3f2fd;
}
.footer__nav-list {
  list-style: none;
  display: grid;
  grid-gap: 1.6rem;
}
.footer__nav-link:link, .footer__nav-link:visited {
  text-decoration: none;
  font-size: 1.4rem;
  color: #90caf9;
  transition: all 0.3s ease-out;
}
.footer__nav-link:hover {
  color: #e3f2fd;
}
.footer__nav-link:active {
  color: #e3f2fd;
}

.grid {
  display: grid;
  grid-gap: clamp(3.2rem, 2.6462rem + 1.5385vw, 4.8rem);
  width: 100%;
  overflow: hidden;
}
.grid:not(:last-child) {
  margin-bottom: clamp(4rem, 3.1692rem + 2.3077vw, 6.4rem);
}

@media only screen and (min-width: 48em) {
  .grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 48em) {
  .grid-col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 62em) {
  .grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.header {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.header__content {
  display: flex;
  align-items: center;
  height: clamp(6rem, 5.6538rem + 0.9615vw, 7rem);
}
.header__logo:link, .header__logo:visited {
  text-decoration: none;
  display: inline-block;
}
.header__logo-img {
  width: auto;
  height: 4rem;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 100%;
  opacity: 0;
  width: 100%;
  min-height: 100%;
  background-color: #2196f3;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 62em) {
  .header__menu {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    width: auto;
    min-height: auto;
    background-color: transparent;
    align-self: stretch;
    margin-left: auto;
  }
}
.header__list {
  list-style: none;
  padding: 3.2rem;
  padding-top: 10rem;
  width: 100%;
  height: 100vh;
  display: grid;
  justify-items: center;
  align-content: start;
  grid-gap: 3.2rem;
}
@media only screen and (min-width: 62em) {
  .header__list {
    padding: 0;
    width: auto;
    height: auto;
    grid-auto-flow: column;
    grid-gap: 4.8rem;
    align-content: stretch;
    height: 100%;
  }
}
@media only screen and (min-width: 62em) {
  .header__item {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.header__link:link, .header__link:visited {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s ease-out;
}
.header__link:hover {
  color: #e3f2fd;
}
.header__link:active {
  color: #ffffff;
}
.header__link.active {
  color: #ffffff;
}
.header__link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -2rem;
}
.header__link-icon svg {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}
.header__toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  border: none;
  background-color: transparent;
  margin-left: auto;
  cursor: pointer;
}
@media only screen and (min-width: 62em) {
  .header__toggler {
    display: none;
  }
}
.header__icon {
  display: inline-block;
  position: relative;
}
.header__icon, .header__icon::after, .header__icon::before {
  height: 2px;
  width: 4rem;
  background-color: #ffffff;
  border-radius: 1rem;
  transition: all 0.3s ease-out;
}
.header__icon::after, .header__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
}
.header__icon::before {
  bottom: 1rem;
}
.header__icon::after {
  top: 1rem;
}
.header.active .header__menu {
  opacity: 1;
  left: 0;
}
.header.active .header__icon {
  background-color: transparent;
}
.header.active .header__icon::before {
  bottom: 0;
  transform: rotate(135deg);
}
.header.active .header__icon::after {
  top: 0;
  transform: rotate(-135deg);
}
.header.sticky {
  position: fixed;
  background-color: #0d47a1;
}

.header.sticky .mega-menu {
  color: #ffffff;
  background-color: #0d47a1;
}
.header.sticky .mega-menu__link {
  color: #90caf9;
}
.header.sticky .mega-menu__link:hover {
  color: #ffffff;
}
.header.sticky .mega-menu__sub-link {
  color: #64b5f6;
}
.header.sticky .mega-menu__sub-link:hover {
  color: #ffffff;
}

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  display: grid;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero--our-products {
  background-image: url("../img/our-products-hero.jpg");
}
.hero--who-we-are {
  background-image: url("../img/who-we-are-hero.jpg");
}
.hero--contact-us {
  background-image: url("../img/contact-us-hero.jpg");
}
.hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
.hero__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to right, rgba(100, 181, 246, 0.85), rgba(25, 118, 210, 0.85));
  top: 0;
  left: 0;
  z-index: 10;
}
.hero__overlay--light {
  background-image: linear-gradient(to right, rgba(100, 181, 246, 0.6), rgba(25, 118, 210, 0.6));
}
.hero__content {
  position: relative;
  margin-top: -6rem;
  z-index: 15;
}

.mega-menu {
  color: #0d47a1;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  top: 20.6rem;
  max-height: 0;
  position: absolute;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
@media only screen and (min-width: 62em) {
  .mega-menu {
    top: auto;
  }
}
.mega-menu__content {
  padding: 3.2rem 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.6rem;
}
@media only screen and (min-width: 48em) {
  .mega-menu__content {
    padding: 3.2rem;
  }
}
@media only screen and (min-width: 62em) {
  .mega-menu__content {
    padding: 4.8rem;
    grid-template-columns: 1fr repeat(2, 30rem);
    justify-items: center;
  }
}
.mega-menu__img-container {
  width: 75%;
  height: 28rem;
  border-radius: 0.8rem;
  overflow: hidden;
  display: none;
}
@media only screen and (min-width: 62em) {
  .mega-menu__img-container {
    display: grid;
    justify-self: center;
  }
}
.mega-menu__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.mega-menu__menu {
  display: grid;
  grid-gap: 2rem;
  align-content: start;
  justify-items: start;
}
.mega-menu__title {
  font-size: 1.8rem;
  font-size: 500;
}
.mega-menu__list {
  list-style: none;
  display: grid;
  grid-gap: 2rem;
  text-align: center;
}
.mega-menu__link:link, .mega-menu__link:visited {
  display: flex;
  align-items: center;
  text-align: left;
  text-decoration: none;
  color: #1976d2;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
.mega-menu__link:hover {
  color: #0d47a1;
}
.mega-menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
}
.mega-menu__icon svg {
  width: 2.8rem;
  height: 2.8rem;
  fill: currentColor;
}
.mega-menu__sub-menu {
  margin-left: 3.6rem;
}
.mega-menu__sub-list {
  list-style: none;
  display: grid;
  grid-gap: 2rem;
}
.mega-menu__sub-link:link, .mega-menu__sub-link:visited {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1976d2;
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
.mega-menu__sub-link:hover {
  color: #0d47a1;
}

.message {
  display: grid;
  grid-gap: clamp(3.2rem, 2.6462rem + 1.5385vw, 4.8rem);
  align-items: center;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .message {
    grid-template-columns: 2fr 3fr;
  }
}
.message .doodle__circle--1 {
  top: 4%;
  right: 5%;
}
.message .doodle__cross {
  bottom: 20%;
  right: 50%;
  transform: rotate(45deg);
}
.message .doodle__circle--2 {
  bottom: 0%;
  right: 30%;
}

.products {
  display: grid;
  grid-gap: clamp(3.2rem, 2.6462rem + 1.5385vw, 4.8rem);
  grid-auto-rows: 30rem;
}
@media only screen and (min-width: 48em) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 62em) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 75em) {
  .products {
    grid-gap: 0;
  }
}
.products__item:link, .products__item:visited {
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.products__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4.8rem;
  width: 100%;
  background-image: linear-gradient(to right, rgba(100, 181, 246, 0.9), rgba(25, 118, 210, 0.9));
}
@media only screen and (min-width: 62em) {
  .products__item::before {
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
}
.products__item:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 75em) {
  .products__item:hover .products__title {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.products__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products__title {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  color: #ffffff;
  width: 100%;
  bottom: 1.2rem;
}
@media only screen and (min-width: 75em) {
  .products__title {
    top: 50%;
    transform: translate(-50%, 100%);
    bottom: auto;
    transition: all 0.3s ease-out;
    opacity: 0;
  }
}

.section {
  padding-top: clamp(4rem, 2.6154rem + 3.8462vw, 8rem);
  padding-bottom: clamp(4rem, 2.6154rem + 3.8462vw, 8rem);
  overflow: hidden;
}

.static-nav {
  position: fixed;
  top: 50%;
  left: -16rem;
  transform: translateY(-50%);
  background-color: #ffffff;
  z-index: 60;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  box-shadow: 0 0.8rem 1.6rem rgba(33, 150, 243, 0.08);
  transition: all 0.5s ease-out;
  display: none;
}
.static-nav.active {
  left: 0;
}
.static-nav.active .static-nav__toggler-icon {
  transform: rotate(180deg);
}
@media only screen and (min-width: 62em) {
  .static-nav {
    display: block;
    box-shadow: 0 1.6rem 3.2rem rgba(33, 150, 243, 0.2);
  }
}
.static-nav__menu {
  width: 16rem;
  height: 36rem;
  display: grid;
  align-content: center;
  justify-content: center;
  padding-left: 1.6rem;
}
.static-nav__list {
  list-style: none;
  display: grid;
  grid-gap: 3.2rem;
}
.static-nav__link:link, .static-nav__link:visited {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #2196f3;
  transition: all 0.3s ease-out;
}
.static-nav__link:hover {
  color: #0d47a1;
}
.static-nav__toggler {
  border: none;
  background-color: #ffffff;
  color: #1976d2;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  transition: all 0.3s ease-out;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
.static-nav__toggler:hover {
  color: #0d47a1;
  background-color: #e3f2fd;
}
.static-nav__toggler-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  transition: all 0.5s ease-out;
}
.static-nav__toggler-icon svg {
  width: 3.6rem;
  height: 3.6rem;
  fill: currentColor;
}
.static-nav.dark {
  background-color: #0d47a1;
}
.static-nav.dark .static-nav__link:link, .static-nav.dark .static-nav__link:visited {
  color: #90caf9;
}
.static-nav.dark .static-nav__link:hover {
  color: #ffffff;
}
.static-nav.dark .static-nav__toggler {
  color: #90caf9;
  background-color: #0d47a1;
}
.static-nav.dark .static-nav__toggler:hover {
  color: #ffffff;
}

.who-we-are {
  display: grid;
  grid-gap: clamp(3.2rem, 2.6462rem + 1.5385vw, 4.8rem);
}
@media only screen and (min-width: 48em) {
  .who-we-are {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 62em) {
  .who-we-are {
    grid-template-rows: repeat(2, 1fr);
    text-align: center;
  }
}
@media only screen and (min-width: 62em) {
  .who-we-are__vision, .who-we-are__mission {
    display: grid;
    justify-content: center;
    align-content: center;
  }
}
@media only screen and (min-width: 62em) {
  .who-we-are__about-us {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 62em) {
  .who-we-are__mission {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.who-we-are__about-us {
  grid-column: 1/-1;
}
@media only screen and (min-width: 62em) {
  .who-we-are__about-us {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}

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

.border-bottom-lg {
  border-bottom: clamp(0.5rem, 0.3962rem + 0.2885vw, 0.8rem) solid currentColor;
}

.border-bottom-md {
  border-bottom: clamp(0.3rem, 0.2654rem + 0.0962vw, 0.4rem) solid currentColor;
}

.mb-tn {
  margin-bottom: 0.8rem;
}

.mb-sm {
  margin-bottom: 1.6rem;
}

.mb-md {
  margin-bottom: clamp(2.4rem, 1.5692rem + 2.3077vw, 4.8rem);
}

.mb-lg {
  margin-bottom: clamp(4.8rem, 4.2462rem + 1.5385vw, 6.4rem);
}

.ml-tn {
  margin-left: 0.8rem;
}

.ml-sm {
  margin-left: 1.6rem;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.cl-white {
  color: #ffffff;
}

.cl-orange-200 {
  color: #ffcc80;
}

.cl-orange-300 {
  color: #ffcc80;
}

.cl-orange-400 {
  color: #ffa726;
}

.cl-orange-500 {
  color: #ff9800;
}

.cl-orange-600 {
  color: #fb8c00;
}

.cl-grey-300 {
  color: #e0e0e0;
}

.cl-blue-200 {
  color: #90caf9;
}

.cl-navy-blue-100 {
  color: #cdcddf;
}

.cl-navy-blue-200 {
  color: #9a9bbf;
}

.cl-navy-blue-600 {
  color: #02034b;
}

.cl-navy-blue-700 {
  color: #020238;
}

.cl-navy-blue-800 {
  color: #010226;
}

.cl-red-500 {
  color: #e74b3b;
}

.bg-blue-500 {
  background-color: #2196f3;
}

.bg-blue-900 {
  background-color: #0d47a1;
}

.bg-purple-500 {
  background-color: #32415e;
}

.bg-red-500 {
  background-color: #e74b3b;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.align-items-start {
  align-items: start;
}

.align-items-center {
  align-items: center;
}

.align-self-start {
  align-self: start;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-center {
  justify-content: center;
}

.justify-items-center {
  justify-items: center;
}

.grid-col-span-full {
  grid-column: 1/-1;
}/*# sourceMappingURL=main.css.map */