<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  /* COLORS */
  --color-black: #000000;
  --color-blue: #4e7fa1;
  --color-blue-dark: #012641;
  --color-dark-dark-2: #013960;
  --color-grey: #7e7e7e;
  --color-grey-lighter: #eeeeee;
  --color-grey-light: #dbdbdb;
  --color-grey-dark: #5e5959;
  --color-orange: #ff934d;
  --color-orange-light: #ffb687;
  --color-white: #ffffff;
  /* Effects */
  --diagonal: skew(-8deg) rotate(-8deg);
}

/* RESET */
/* Box sizing rules */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a {
  text-decoration: none;
}

/* Natural flow and rhythm in articles by default */
article &gt; * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

html {
  background-color: var(--color-white);
  color: var(--color-grey-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 11.8rem;
}

section {
  overflow: hidden;
  width: 100vw;
}

h2 {
  color: var(--color-blue-dark);
  font-family: 'Comfortaa', cursive;
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 144rem;
  padding: 0 2.4rem;
  position: relative;
  width: 100%;
}

.slick-slider {
  position: relative;
  width: 100%;
}

.slick-slider .slick-arrow {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  color: transparent;
  cursor: pointer;
  height: 3.8rem;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  z-index: 4;
}

@media (max-width: 768px) {
  .slick-slider .slick-arrow {
    height: 1.6rem;
    width: 0.8rem;
  }
}

.slick-slider .slick-arrow.slick-prev {
  background-image: url(../images/icon-arrow-left.svg);
  left: 0rem;
}

.slick-slider .slick-arrow.slick-next {
  background-image: url(../images/icon-arrow-right.svg);
  right: 0rem;
}

.slick-slider .slick-list {
  margin: 0 auto;
  width: calc(100% - 8rem);
}

@media (max-width: 768px) {
  .slick-slider .slick-list {
    width: calc(100% - 4rem);
  }
}

main {
  display: block;
  margin-top: 11.8rem;
  width: 100vw;
}

@media (max-width: 768px) {
  main {
    margin-top: 7.7rem;
  }
}

header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-white);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  padding: 2.4rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

@media (max-width: 768px) {
  header {
    padding: 1.6rem 0;
  }
  header .logo-uptech {
    height: 4.5rem;
    width: 8.2rem;
  }
}

header .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

header ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 768px) {
  header ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: var(--color-white);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 0;
    position: fixed;
    top: 7.7rem;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    width: 100%;
  }
}

header ul.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header ul li:not(:first-child) {
  margin-left: 2.4rem;
}

@media (max-width: 768px) {
  header ul li {
    border-top: 0.1rem solid var(--color-grey-lighter);
    margin: 0 !important;
    width: 100%;
  }
}

header ul li a {
  color: var(--color-grey-dark);
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (max-width: 768px) {
  header ul li a {
    padding: 0.8rem 2.4rem;
  }
}

header ul li a:hover {
  color: var(--color-orange);
}

header #icon-menu {
  display: none;
}

@media (max-width: 768px) {
  header #icon-menu {
    display: block;
  }
}

#banner-top {
  background: linear-gradient(135deg, #2a5b7c 0%, #012641 80%, #012641 100%);
  display: block;
  padding: 5rem 0;
  width: 100%;
}

@media (max-width: 768px) {
  #banner-top {
    padding: 4rem 0 6rem;
  }
}

#banner-top .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media (max-width: 768px) {
  #banner-top .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#banner-top .content .left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: auto;
  max-width: 80rem;
  width: 100%;
}

@media (max-width: 768px) {
  #banner-top .content .left {
    width: 100%;
  }
}

#banner-top .content .left span {
  color: var(--color-white);
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 4rem;
  width: 100%;
}

@media (max-width: 768px) {
  #banner-top .content .left span {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    width: 100%;
  }
}

#banner-top .content .left span strong {
  font-weight: 700;
}

#banner-top .content .left span.title {
  color: var(--color-orange-light);
  font-family: 'Comfortaa', cursive;
  font-size: 6.8rem;
  font-weight: 400;
  line-height: 7.5rem;
}

@media (max-width: 768px) {
  #banner-top .content .left span.title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

#banner-top .content .left a {
  background: var(--color-orange);
  border: none;
  border-radius: 0.4rem;
  color: var(--color-white);
  font-size: 1.6rem;
  height: 3.4rem;
  line-height: 3.4rem;
  text-align: center;
  width: 12.3rem;
}

@media (max-width: 768px) {
  #banner-top .content .right {
    margin-bottom: 4rem;
  }
}

#banner-top .content .right .light {
  background: url(../images/lampada-desktop.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 67.5rem;
  margin: 0 auto;
  width: 40rem;
}

@media (max-width: 768px) {
  #banner-top .content .right .light {
    background: url(../images/lampada-mobile.png) 0 0 no-repeat;
    height: 43rem;
    width: 27rem;
  }
}

#about {
  padding: 5rem 0;
}

#about h2 {
  margin: 0 0 3rem 10rem;
}

@media (max-width: 768px) {
  #about h2 {
    margin: 0 0 3rem;
  }
}

#about .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

@media (max-width: 768px) {
  #about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#about .container &gt; div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 50%;
}

@media (max-width: 768px) {
  #about .container &gt; div {
    height: 16rem;
    width: 100%;
  }
}

#about .container &gt; div:before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: var(--diagonal);
          transform: var(--diagonal);
  width: 100%;
  z-index: -1;
}

#about .container &gt; div p {
  font-size: 1.8rem;
  margin-left: 4rem;
  width: 22rem;
}

@media (max-width: 768px) {
  #about .container &gt; div p {
    font-size: 1.2rem;
    margin-left: 2rem;
    width: 17rem;
  }
}

#about .container &gt; div p strong {
  font-weight: 700;
}

#about .container &gt; div#about-left {
  z-index: 1;
}

#about .container &gt; div#about-left:before {
  background: var(--color-grey-light);
  width: 110%;
}

@media (max-width: 768px) {
  #about .container &gt; div#about-left:before {
    height: 150%;
    width: 100%;
    left: -3rem;
  }
}

@media (max-width: 768px) {
  #about .container &gt; div#about-left img {
    width: 5.6rem;
  }
}

#about .container &gt; div#about-right {
  z-index: 2;
}

@media (max-width: 768px) {
  #about .container &gt; div#about-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #about .container &gt; div#about-right img {
    width: 4.5rem;
  }
}

#about .container &gt; div#about-right:before {
  background: var(--color-blue-dark);
}

@media (max-width: 768px) {
  #about .container &gt; div#about-right:before {
    bottom: 0;
    height: 120%;
    left: auto;
    right: -3rem;
    top: auto;
  }
}

#about .container &gt; div#about-right p {
  color: var(--color-grey-lighter);
}

@media (max-width: 768px) {
  #about .container &gt; div#about-right p {
    margin: 0 2rem 0 0;
  }
}

#investments {
  padding: 5rem 0;
}

#investments .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#investments .left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -5rem;
  min-width: 50rem;
  width: 50rem;
}

@media (max-width: 768px) {
  #investments .left {
    min-width: auto;
    width: 100%;
  }
}

#investments .left h2 {
  margin-left: 10rem;
  text-align: center;
  width: 30rem;
}

@media (max-width: 768px) {
  #investments .left h2 {
    margin: 0 0 2rem;
    width: 100%;
  }
}

#investments .left .box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8rem 0;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  #investments .left .box {
    height: 15rem;
    padding: 2rem 0;
  }
}

#investments .left .box:before {
  border: 1rem solid var(--color-blue);
  display: block;
  content: '';
  position: absolute;
  top: 3rem;
  bottom: 3rem;
  left: 6rem;
  right: 6rem;
}

@media (max-width: 768px) {
  #investments .left .box:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

#investments .left .box:after {
  background: var(--color-white);
  display: block;
  content: '';
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: 10rem;
  right: 10rem;
}

@media (max-width: 768px) {
  #investments .left .box:after {
    left: 3rem;
    right: 3rem;
  }
}

#investments .left .box p {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  width: 25rem;
  z-index: 2;
}

@media (max-width: 768px) {
  #investments .right {
    display: none;
  }
}

#investments .right img {
  max-width: 100%;
}

#programs {
  position: relative;
}

#programs:before {
  background: var(--color-blue-dark);
  -webkit-clip-path: polygon(0% 20%, 100% 0%, 100% 80%, 0% 100%);
          clip-path: polygon(0% 20%, 100% 0%, 100% 80%, 0% 100%);
  content: '';
  height: 50rem;
  left: 0;
  position: absolute;
  top: 8rem;
  width: calc(100% - 20rem);
  z-index: -1;
}

@media (max-width: 768px) {
  #programs:before {
    -webkit-clip-path: polygon(0% 12%, 100% 10%, 100% 85%, 0% 90%);
            clip-path: polygon(0% 12%, 100% 10%, 100% 85%, 0% 90%);
    height: calc(100% - 16rem);
    left: 4.4rem;
    right: 4.4rem;
    width: auto;
  }
}

#programs h2 {
  background: var(--color-white);
  color: var(--color-dark-dark-2);
  position: absolute;
  left: 0rem;
  padding-left: 12.4rem;
  top: 0;
  width: 60rem;
  z-index: 2;
}

@media (max-width: 768px) {
  #programs h2 {
    margin-bottom: 2rem;
    padding: 0;
    position: static;
    width: 100%;
  }
}

#programs .programs-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20rem 0 15rem;
  position: relative;
}

@media (max-width: 768px) {
  #programs .programs-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 3rem 2rem;
    width: 100%;
  }
}

#programs .programs-item img {
  display: block;
  height: 5rem;
  position: absolute;
  right: 14rem;
  top: 0;
}

@media (max-width: 768px) {
  #programs .programs-item img {
    margin-bottom: 5rem;
    position: static;
  }
}

#programs .programs-item .text {
  color: var(--color-white);
  margin: 2rem 0 0 6rem;
  width: calc(50% - 6rem);
}

@media (max-width: 768px) {
  #programs .programs-item .text {
    margin: 0;
    width: 100%;
  }
}

#programs .programs-item .text span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin-bottom: 2rem;
}

#programs .programs-item iframe {
  display: block;
  height: 28rem;
  margin-top: -5rem;
  width: 45%;
}

@media (max-width: 768px) {
  #programs .programs-item iframe {
    margin-top: 2rem;
    width: 100%;
  }
}

#startups {
  padding-top: 3rem;
}

#startups h2 {
  margin-left: 10rem;
}

@media (max-width: 768px) {
  #startups h2 {
    margin: 0 0 2rem;
    width: 100%;
  }
}

#startups .top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 10rem;
  width: calc(100% - 20rem);
}

@media (max-width: 768px) {
  #startups .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 100%;
  }
}

#startups .top &gt; div {
  display: block;
  text-align: center;
}

#startups .top &gt; div:nth-child(1) {
  width: 16.5rem;
}

#startups .top &gt; div:nth-child(2) {
  width: 18.2rem;
}

#startups .top &gt; div:nth-child(3) {
  width: 25.2rem;
}

#startups .top &gt; div span {
  color: var(--color-orange);
  font-size: 10rem;
  font-weight: 300;
  line-height: normal;
}

#startups .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30rem 30rem;
      grid-template-columns: 1fr 30rem 30rem;
  gap: 9rem;
  margin-top: 5rem;
  width: 100%;
}

@media (max-width: 768px) {
  #startups .grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

#startups .grid &gt; img {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
  margin: 0 auto;
  min-width: 40rem;
  max-width: 80rem;
  width: 100%;
}

@media (max-width: 768px) {
  #startups .grid &gt; img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    margin-bottom: -8rem;
    min-width: auto;
  }
}

#startups .grid &gt; p {
  font-size: 1.8rem;
  font-style: italic;
  line-height: 2.8rem;
}

@media (max-width: 768px) {
  #startups .grid &gt; p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding-left: 2.4rem;
  }
}

#startups .grid a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 30rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5.4rem;
  position: relative;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
  width: 100%;
}

@media (max-width: 768px) {
  #startups .grid a {
    height: 28rem;
    padding: 0 2.4rem;
  }
}

#startups .grid a:before {
  background: var(--color-blue-dark);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: var(--diagonal);
          transform: var(--diagonal);
  width: 100%;
  z-index: -1;
}

@media (max-width: 768px) {
  #startups .grid a:before {
    height: 95%;
  }
}

#startups .grid a p {
  color: var(--color-white);
  font-family: 'Comfortaa', cursive;
  font-size: 2.6rem;
  font-weight: 300;
  left: 0;
  line-height: 3.2rem;
  margin-bottom: 3.2rem;
  position: relative;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
  top: 0;
  width: 12.5rem;
}

@media (max-width: 768px) {
  #startups .grid a p {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2rem;
  }
}

#startups .grid a img {
  left: 0;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
  position: relative;
  top: 0;
}

#startups .grid a:hover p,
#startups .grid a:hover img {
  left: 1rem;
  top: -1rem;
}

#team {
  padding: 4rem 0;
}

#team h2 {
  margin-bottom: 6rem;
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  #team h2 {
    margin-bottom: 3rem;
  }
}

#team .slick-slider .slick-list {
  width: 100%;
}

@media (max-width: 768px) {
  #team .slick-slider .slick-list {
    width: calc(100% - 4rem);
  }
}

#team .slick-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#team .container {
  width: 100%;
}

#team .container .person {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 3rem 0;
  padding: 0 3rem 4rem;
  position: relative;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
  width: 30% !important;
}

@media (max-width: 768px) {
  #team .container .person {
    margin: 0;
    padding: 0;
  }
}

#team .container .person:before {
  background: var(--color-grey-lighter);
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
  width: 100%;
  z-index: -1;
}

@media (max-width: 768px) {
  #team .container .person:before {
    display: none;
  }
}

#team .container .person img {
  display: block;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  margin-bottom: 2.4rem;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

@media (max-width: 768px) {
  #team .container .person img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

#team .container .person p {
  position: relative;
}

#team .container .person p:before, #team .container .person p:after {
  content: '';
  display: block;
  height: 3rem;
  position: absolute;
  width: 3rem;
  z-index: 2;
}

#team .container .person p:before {
  background: url(../images/icon-quote-left.svg) 0 0 no-repeat;
  left: 0;
  top: -3rem;
}

#team .container .person p:after {
  background: url(../images/icon-quote-right.svg) 0 0 no-repeat;
  bottom: 0;
  right: 0;
}

@media (min-width: 769px) {
  #team .container .person.active {
    color: var(--color-white);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  #team .container .person.active:before {
    background: var(--color-grey-dark);
  }
  #team .container .person.active img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

#recognition {
  padding: 4rem 0;
}

#recognition h2 {
  margin: 0 0 6rem 10rem;
}

@media (max-width: 768px) {
  #recognition h2 {
    margin: 0 0 2rem;
    text-align: center;
    width: 100%;
  }
}

#recognition .recognition-banner {
  display: block;
  width: 100%;
}

#recognition .recognition-banner .recognition-person {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  #recognition .recognition-banner .recognition-person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#recognition .recognition-banner .recognition-person .text {
  background: var(--color-grey-lighter);
  display: block;
  margin: 6rem 0;
  padding: 4rem 6rem;
  width: 100%;
}

@media (max-width: 768px) {
  #recognition .recognition-banner .recognition-person .text {
    margin: 2rem 0 0;
    padding: 0;
    background: none;
    text-align: center;
  }
}

#recognition .recognition-banner .recognition-person .text span,
#recognition .recognition-banner .recognition-person .text p {
  width: 40%;
}

@media (max-width: 768px) {
  #recognition .recognition-banner .recognition-person .text span,
  #recognition .recognition-banner .recognition-person .text p {
    width: 100%;
  }
}

#recognition .recognition-banner .recognition-person .text span {
  display: block;
  font-family: 'Comfortaa', cursive;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
}

#recognition .recognition-banner .recognition-person .text p {
  margin-bottom: 2.4rem;
}

@media (max-width: 768px) {
  #recognition .recognition-banner .recognition-person .text p {
    display: none;
  }
}

#recognition .recognition-banner .recognition-person .text p a {
  color: var(--color-grey-dark);
  font-weight: 700;
}

#recognition .recognition-banner .recognition-person .text &gt; a {
  background: var(--color-orange);
  border-radius: 0.4rem;
  color: var(--color-white);
  display: block;
  font-size: 1.6rem;
  height: 3.4rem;
  line-height: 3.4rem;
  text-align: center;
  width: 12.3rem;
}

@media (max-width: 768px) {
  #recognition .recognition-banner .recognition-person .text &gt; a {
    margin: 0 auto;
  }
}

#recognition .recognition-banner .recognition-person img {
  display: block;
  max-height: 100%;
  max-width: 40%;
  position: absolute;
  right: 6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  #recognition .recognition-banner .recognition-person img {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    max-width: 100%;
  }
}

#socials {
  background-color: var(--color-grey-lighter);
  padding: 12rem 0;
}

@media (max-width: 768px) {
  #socials {
    padding: 6rem 0;
  }
}

#socials .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#socials h2,
#socials p {
  margin-bottom: 3.2rem;
}

#socials .links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#socials .links a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-blue-dark);
  border-radius: 2.6rem;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  height: 5.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 2.4rem;
  margin: 1.6rem;
  padding: 1rem 2rem;
  text-decoration: underline;
}

#socials .links a img {
  margin-left: 2rem;
}

#startups-banner {
  padding: 4rem 0;
}

#startups-banner .startup {
  display: block;
  height: 55rem;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  #startups-banner .startup {
    height: auto;
  }
}

#startups-banner .startup .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-blue-dark);
  -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
          clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 98%;
  width: 100%;
}

@media (max-width: 768px) {
  #startups-banner .startup .container {
    background: none;
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

#startups-banner .startup .container img {
  max-width: 45%;
}

@media (max-width: 768px) {
  #startups-banner .startup .container img {
    max-width: none;
    max-height: 37.5rem;
  }
}

#startups-banner .startup .container .text {
  display: block;
  margin: 0 10rem;
  position: relative;
  width: 38rem;
}

@media (max-width: 768px) {
  #startups-banner .startup .container .text {
    color: var(--color-grey-dark);
    margin: 10rem 0 0;
    width: 100%;
  }
}

#startups-banner .startup .container .text:before, #startups-banner .startup .container .text:after {
  content: '';
  display: block;
  height: 3.5rem;
  position: absolute;
  width: 3.5rem;
}

#startups-banner .startup .container .text:before {
  background: url(../images/icon-quote-left-orange.svg) 0 0 no-repeat;
  left: 0;
  top: -5rem;
}

#startups-banner .startup .container .text:after {
  background: url(../images/icon-quote-right-orange.svg) 0 0 no-repeat;
  bottom: 0;
  right: 0;
}

#startups-banner .startup .container .text p {
  font-style: italic;
  font-weight: 300;
}

#startups-banner .startup .container .text p strong {
  font-weight: 700;
}

#startups-banner .startup .logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: polygon(0 22%, 100% 0%, 100% 80%, 0% 100%);
          clip-path: polygon(0 22%, 100% 0%, 100% 80%, 0% 100%);
  height: 12rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  width: 30rem;
}

@media (max-width: 768px) {
  #startups-banner .startup .logo {
    bottom: auto;
    -webkit-clip-path: none;
            clip-path: none;
    height: 9rem;
    top: 36rem;
    width: 15rem;
  }
}

@media (max-width: 768px) {
  #startups-banner .startup .logo img {
    max-width: 100%;
  }
}

#know h2 {
  margin-bottom: 3rem;
  width: 100%;
}

#know .filter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6rem;
  width: 100%;
}

@media (max-width: 768px) {
  #know .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#know .filter &gt; div {
  display: block;
  width: 48%;
}

@media (max-width: 768px) {
  #know .filter &gt; div {
    width: 100%;
  }
  #know .filter &gt; div:first-child {
    margin-bottom: 1rem;
  }
}

#know .filter &gt; div input {
  background: none;
  border: none;
  border-bottom: 0.1rem solid var(--color-grey-light);
  font-size: 1.6rem;
  outline: none;
  padding: 1rem 0;
  width: 100%;
}

#know ul#companies {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(29rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(29rem, 1fr));
  gap: 2.5rem;
  padding-bottom: 3rem;
  width: 100%;
}

#know ul#companies &gt; li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 41.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
}

#know ul#companies &gt; li &gt; p {
  display: block;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 3rem;
  text-align: center;
}

#know ul#companies &gt; li &gt; img {
  max-height: 45%;
  max-width: 100%;
}

#know ul#companies &gt; li.dark {
  background: var(--color-blue-dark);
}

#know ul#companies &gt; li.dark &gt; p {
  color: var(--color-white);
}

#know ul#companies &gt; li .about {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--color-white)), color-stop(12%, var(--color-white)), color-stop(12%, var(--color-blue-dark)), color-stop(92%, var(--color-blue-dark)), color-stop(92%, var(--color-white)), to(var(--color-white)));
  background-image: linear-gradient(180deg, var(--color-white) 0, var(--color-white) 12%, var(--color-blue-dark) 12%, var(--color-blue-dark) 92%, var(--color-white) 92%, var(--color-white) 100%);
  color: var(--color-white);
  display: block;
  height: 100%;
  left: 0;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  z-index: 2;
}

#know ul#companies &gt; li .about .logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 9rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1.5rem 0 0 auto;
  padding: 0.5rem;
  width: 9rem;
}

#know ul#companies &gt; li .about .logo img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

#know ul#companies &gt; li .about .segment {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin: -1.6rem 0 2rem;
  width: 100%;
}

#know ul#companies &gt; li .about .name {
  display: block;
  font-family: 'Comfortaa', cursive;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  width: 100%;
}

#know ul#companies &gt; li .about p {
  margin-bottom: 2rem;
  width: 100%;
}

#know ul#companies &gt; li .about .source {
  display: block;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  width: 100%;
}

#know ul#companies &gt; li .about .source ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0.5rem;
  width: 100%;
}

#know ul#companies &gt; li .about .source ul li {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  text-transform: uppercase;
}

#know ul#companies &gt; li .about .source ul li:not(:first-child) {
  border-left: 0.2rem solid var(--color-orange);
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}

#know ul#companies &gt; li .about a {
  background: var(--color-orange);
  border-radius: 0.4rem;
  bottom: 1.5rem;
  color: var(--color-white);
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  height: 3.4rem;
  left: 50%;
  line-height: 3.4rem;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12.3rem;
}

#know ul#companies &gt; li:hover .about,
#know ul#companies &gt; li:active .about {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

footer {
  background: var(--color-blue-dark);
  color: var(--color-white);
  padding: 4.5rem 0;
}

footer .content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .content .logo-uptech {
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  footer .content .logo-uptech {
    margin: 0 auto 3rem;
  }
}

footer .content .title {
  display: block;
  margin-bottom: 3.5rem;
  width: 100%;
}

footer .content .title h2 {
  color: var(--color-white);
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

footer .content .title a {
  color: var(--color-orange);
  font-size: 1.8rem;
  font-weight: 300;
}

footer .content .data {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
  width: 100%;
}

@media (max-width: 768px) {
  footer .content .data {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

footer .content .data .form {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
}

@media (max-width: 768px) {
  footer .content .data .form {
    width: 100%;
  }
}

footer .content .data .form form {
  display: block;
  max-width: 40rem;
  text-align: right;
  width: 100%;
}

@media (max-width: 768px) {
  footer .content .data .form form {
    max-width: 100%;
  }
}

footer .content .data .form form input[type='text'],
footer .content .data .form form input[type='email'],
footer .content .data .form form textarea {
  background: none;
  border: 0.1rem solid var(--color-grey);
  border-radius: 0.4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--color-white);
  height: 3.4rem;
  font-size: 1.6rem;
  margin-top: 2rem;
  outline: none;
  padding: 0 1.5rem;
  width: 100%;
}

footer .content .data .form form input[type='text']:invalid:focus,
footer .content .data .form form input[type='email']:invalid:focus,
footer .content .data .form form textarea:invalid:focus {
  border-color: var(--color-red);
}

footer .content .data .form form textarea {
  height: 8rem;
  padding: 0.6rem 1.5rem;
}

footer .content .data .form form button {
  background: var(--color-orange);
  border: none;
  border-radius: 0.4rem;
  color: var(--color-white);
  font-size: 1.6rem;
  height: 3.8rem;
  margin: 2rem 0 0 auto;
  width: 18.5rem;
}

@media (max-width: 768px) {
  footer .content .data .center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3rem;
    width: 100%;
  }
}

footer .content .data .center .address {
  width: 100%;
}

@media (max-width: 768px) {
  footer .content .data .center .address {
    text-align: center;
  }
}

footer .content .data .center .address p {
  margin-bottom: 1rem;
}

footer .content .data .center .address p:nth-child(1) {
  font-weight: 700;
  text-transform: uppercase;
}

footer .content .data .center .address p:nth-child(2) {
  font-weight: 700;
}

footer .content .data .center .address p:nth-child(3) {
  font-weight: 300;
}

footer .content .data .center ul.social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 7rem;
}

@media (max-width: 768px) {
  footer .content .data .center ul.social {
    margin-top: 3rem;
  }
}

footer .content .data .center ul.social li {
  display: block;
  margin-right: 3rem;
}

@media (max-width: 768px) {
  footer .content .data .right {
    margin-top: 3rem;
    text-align: center;
    width: 100%;
  }
}

footer .content .data .right .bmg {
  display: block;
}

@media (max-width: 768px) {
  footer .content .data .right .bmg {
    margin: 0 auto;
  }
}

footer .content .data .right .bmg span {
  display: block;
}

footer .content .copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.1rem solid var(--color-grey-light);
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2rem;
  width: 100%;
}

@media (max-width: 768px) {
  footer .content .copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .content .copy ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 768px) {
  footer .content .copy ul {
    margin-bottom: 1rem;
  }
}

footer .content .copy ul li {
  margin-right: 1.5rem;
}

footer .content .copy ul li:before {
  background: var(--color-blue);
  border-radius: 50%;
  content: '';
  height: 0.7rem;
  display: inline-block;
  margin-right: 0.5rem;
  width: 0.7rem;
}

footer .content .copy ul li a {
  color: var(--color-white);
  font-size: 1.4rem;
  text-decoration: underline;
}

footer .content .copy p {
  font-size: 1.2rem;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation: fadeInLeft 0.25s linear;
          animation: fadeInLeft 0.25s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation: fadeOutLeft 0.25s linear;
          animation: fadeOutLeft 0.25s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation: fadeInRight 0.25s linear;
          animation: fadeInRight 0.25s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation: fadeOutRight 0.25s linear;
          animation: fadeOutRight 0.25s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
/*# sourceMappingURL=main.css.map */</pre></body></html>