/* 

colors:
- purple      #495bb8
- green       #adde5e
- gradient 
    * green   #B4ED50, #429321 
    * purple  #3023AE, #8b6ed1


*/

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

html,
body {
  overflow-x: hidden !important;
  /* overflow: hidden !important; */
}

body {
  font-size: 16px;
  font-stretch: normal;
  margin: 0;
  padding: 0;
}

body,
input,
textarea,
button {
  font-family: 'Open Sans';
}

a,
input,
button,
svg,
path,
polygon,
rect,
section:not(#mobile-menu),
#preloader,
#wrapper,
.parallax-window,
.blackestnight,
.in-page-link,
.cta-btn,
.newsletter button[type=submit]:before {
  transition: 0.35s ease;
}

input:focus,
button:focus {
  outline: 0;
}

button[type=submit] {
  cursor: pointer;
  appearance: none;
}

.clr {
  clear: both;
}

p,
ul,
ol,
.light {
  font-weight: 300;
}

b,
strong,
h1, h2, h3, h4,
.semibold {
  font-weight: 600;
}

mark {
  background-color: #84ba46;
  box-shadow:5px 0 0 #84ba46, -5px 0 0 #84ba46;
  color: #f8f8f8;
}

.gradgreen {
  background-color: #adde5e;
  background: linear-gradient(45deg, #adde5e 0%, #84ba46 100%);
}

.gradpurple {
  background-color: #8b6ed1;
  background: linear-gradient(45deg, #8b6ed1 0%, #8b6ed1 30%, #495bb8 100%);
}

#preloader {
  background-color: #adde5e;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 11111;
  top: 0;
  left: 0;
}

#preloader span {
  position: absolute;
  z-index: 11;
  color: #f8f8f8;
  font-size: 2em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader-container {
  width: 180px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader-big-circle,
.preloader-medium-circle,
.preloader-small-circle {
  border-bottom: none;
  border-radius: 50%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  animation: spin 3s linear infinite;
}

.preloader-big-circle {
  position: relative;
  height: 180px;
  width: 180px;
  background-color: #95c550;
  box-shadow: 0 0 0 25px #a7d85b;
}

.preloader-medium-circle {
  position: relative;
  height: 120px;
  width: 120px;
  left: 30px;
  top: 30px;
  background-color: #86b547;
}

.preloader-small-circle {
  position: relative;
  height: 60px;
  width: 60px;
  left: 30px;
  top: 30px;
  background-color: #adde5e;
}

@keyframes spin {

  from,
  to {
    transform: scale(1.0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

.preloader-heart {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -22.5px;
  margin-left: -25px;
  width: 50px;
  height: 45px;
  animation: heartbeat 1s infinite;
}

.preloader-heart:before,
.preloader-heart:after {
  position: absolute;
  content: "";
  left: 25px;
  top: 0;
  width: 25px;
  height: 40px;
  background-color: #f8f8f8;
  border-radius: 25px 25px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}

.preloader-heart:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

@keyframes heartbeat {
  0% {
    transform: scale(.75);
  }

  20% {
    transform: scale(1);
  }

  40% {
    transform: scale(.75);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(.75);
  }

  100% {
    transform: scale(.75);
  }
}

/* Mobile menu */

#mobile-menu {
  z-index: 1000;
  position: fixed;
  color: #f8f8f8;
  width: 100%;
}

.mobile-nav a {
  color: #f8f8f8;
  text-decoration: none;
  font-weight: 400;
  background-color: #7e5bd0;
  border-radius: 4px;
  padding: 2px 6px;
}

.mobile-nav a:hover {
  background-color: #8b6ed1;
}

.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%) scale(1.0);
}

.mobile-nav.disappear {
  transform: translateY(-50%) scale(0);
}

.mobile-nav li {
  width: 100%;
  text-align: center;
  padding: 0.25em 0.5em;
  opacity: 0;
}

#mobile-menu.active .mobile-nav>li {
  opacity: 1;
}

#mobile-menu,
.big-circle,
.medium-circle,
.small-circle {
  transition: 1s ease;
}

.mobile-nav,
.mobile-nav li {
  transition: 0.3s ease;
}

.mobile-nav li:nth-child(1) {
  transition-delay: 0.1s;
}

.mobile-nav li:nth-child(2) {
  transition-delay: 0.3s;
}

.mobile-nav li:nth-child(3) {
  transition-delay: 0.5s;
}

.mobile-nav li:nth-child(4) {
  transition-delay: 0.7s;
}

.big-circle,
.medium-circle,
.small-circle {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.big-circle.show,
.big-circle.show .medium-circle,
.big-circle.show .small-circle {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.0);
}

.big-circle {
  background-color: #95c550;
  box-shadow: 0 0 0 25px #a7d85b;
  height: 250px;
  width: 250px;
}

.medium-circle {
  background-color: #86b547;
  height: 200px;
  width: 200px;
}

.small-circle {
  background-color: #adde5e;
  height: 150px;
  width: 150px;
}

.mobile-menu-bg {
  background-color: #adde5e;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

#mobile-menu.active .mobile-menu-bg {
  opacity: 1;
}

a.target-burger {
  right: 0;
  margin: 1.125em;
  width: 3.250em;
  height: 3.250em;
  position: absolute;
  display: block;
  cursor: pointer;
}

a.target-burger ul.buns {
  width: 2.4em;
  height: 2.4em;
  list-style: none;
  margin: -0.8125em 0 0 -0.8125em;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1), background 0.35s ease;
  transform: translateZ(0);
  color: #f8f8f8;
  background-color: #7f5dc7;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.19);
}

a.target-burger ul.buns:hover {
  background-color: #8b6ed1;
}

a.target-burger ul.buns li.bun {
  width: 1.4em;
  height: 2px;
  background-color: #f8f8f8;
  position: absolute;
  top: 50%;
  margin-top: -0.75px;
  transform: translateY(-3.75px) translateZ(0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  margin-left: 0.5em;
}

a.target-burger ul.buns li.bun:last-child {
  transform: translateY(3.75px) translateZ(0);
}

a.target-burger.toggled ul.buns li.bun {
  transform: rotate(45deg) translateZ(0);
}

a.target-burger.toggled ul.buns li.bun:last-child {
  transform: rotate(-45deg) translateZ(0);
}

/* Intro */

#home-intro {
  position: relative;
  overflow: hidden;
}

#home-intro .overlay-bg {
  background-color: #2D0553;
  opacity: 1;
}

.fullheight {
  min-height: 100vh;
}

section .section-inner {
  position: relative;
  z-index: 1;
  padding: 0 2em;
}

section h2 {
  font-size: 1.4em;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-top: 10px;
  position: relative;
}

/* Navigation */

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.nav {
  list-style: none;
  display: none;
  position: relative;
  opacity: 0;
}

.nav>li {
  display: inline-block;
  padding: 0.5em 1em;
}

.nav>li>a {
  color: #f8f8f8;
  text-decoration: none;
}

.nav>li.active>a {
  font-weight: 600;
}

.app-ic {
  display: inline-block;
  margin-top: 20px;
  vertical-align: bottom;
  width: 100%;
  text-align: center;
}

.app-ic-logo {
  padding: 10px;
  vertical-align: bottom;
}

.app-ic img {
  width: 100%;
  padding-top: 30px;
}

.app-ic span {
  font-size: 2em;
  color: #f8f8f8;
  display: inline-block;
}

/* First Block */

.overlay-bg,
.hero-bg {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

.pattern-bg {
  background-image: url(/assets/img/stuff/tiles.png);
  background-attachment: fixed;
}

.intro-app-mockup {
  position: relative;
}

.intro-app-mockup {
  display: none;
}

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

.intro-content-inner {
  font-size: 0.8em;
  padding: 2em 0em;
  padding-bottom: 6em;
  width: 90%;
  max-width: 500px;
  display: inline-block;
  vertical-align: middle;
}

.intro-content-inner p strong {
 color: #adde5e;
} 

.intro-content h2 {
  color: #f8f8f8;
  margin: 0;
}

.intro-content a {
  color: white;
}

.intro-content a:visited {
color:#7f5dc7;
}

.intro-content h2>span {
  display: inline-block;
}

.intro-content h2>span:last-child {
  padding-top: 0.25em;
}

.intro-content p {
  color: #f8f8f8;
  font-size: 1.3em;
  margin: 1em auto;
  margin-bottom: 2em;
}


::-webkit-input-placeholder {
  color: #ada7af;
}

::-moz-placeholder {
  color: #ada7af;
}

:-moz-placeholder {
  color: #ada7af;
}

:-ms-input-placeholder {
  color: #ada7af;
}

.newsletter input[type=email]:focus,
.newsletter input[type=email]:focus+button[type=submit] {
  border-color: #adde5e !important;
}

.nlt-info {
  padding-top: 5px;
  padding-left: 50px;
}

.nlt-info img {
  width: 70px;
  height: 70px;
}

.nlt-info svg path {
  fill: #adde5e;
}

.nlt-info span {
  display: inline-block;
  color: #adde5e;
  width: 150px;
  padding: 0.5em;
  font-style: italic;
  position: relative;
  top: 8px;
}

/* Watch Promo video */

.cta-btn {
  display: inline-block;
  position: absolute;
  width: 240px;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #7f5dc7;
  padding: 0.75em;
  color: #f8f8f8;
  font-size: 1.2em;
  border-radius: 1em;
  text-align: center;
  cursor: pointer;
}

.cta-btn svg {
  position: relative;
  width: 3em;
  height: 3em;
  display: inline-block;
  vertical-align: middle;
}

.cta-btn span {
  padding: 0 0.5em;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.cta-btn svg path,
.cta-btn svg polygon,
.cta-btn svg rect {
  fill: #f8f8f8;
}

.cta-btn:hover svg path,
.cta-btn:hover svg polygon,
.cta-btn:hover svg rect {
  fill: #adde5e;
}

.cta-btn:hover {
  color: #adde5e;
}

.cta-btn:hover svg {
  transform: scale(1.2);
}

.blackestnight {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.lightbox {
  width: 100%;
  max-width: 840px;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 11;
}

.close-video-btn {
  position: absolute;
  top: -3em;
  right: 0;
  cursor: pointer;
}

.close-video-btn svg {
  width: 2em;
  height: 2em;
}

.close-video-btn svg path {
  fill: #f8f8f8;
}

.close-video-btn:hover svg path {
  fill: #adde5e;
}

.video-iframe {
  display: none;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-bottom: 53.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-iframe iframe,
.video-iframe video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Mission */

#mission {
  background-color: #292929;
}

.mission-stmt {
  padding: 4em 1em;
  font-size: 0.8em;
  text-align: center;
}

.mission-stmt h2 {
  margin: 0 0 1em;
}

.mission-stmt p {
  font-size: 1.3em;
  line-height: 1.5em;
  max-width: 600px;
  margin: 0 auto;
}

/* Features */

.s-feature {
  padding: 4em 0;
  position: relative;
  overflow: hidden;
}

.s-feature>div {
  z-index: 1;
}

.feature-wrap {
  font-size: 0.8em;
}

.feature-descr {
  width: 100%;
  font-size: 1.3em;
  padding: 1em;
  text-align: center;
  padding-bottom: 0;
}

.feature-descr img {
  display: inline-block;
  width: 420px;
  max-width: 100%;
  padding: 1em 0;
}

.feature-descr:nth-child(2),
.feature-descr:nth-child(2) img {
  padding-bottom: 0em;
}

.feature-screen {
  display: block;
  position: relative;
  top: 0;
  width: 275px;
  height: 512px;
  max-width: 100%;
  background-size: 250px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

#feature-donations {
  background-color: #f8f8f8;
}

#feature-donations .feature-descr:first-child {
  color: #cab5e3;
}

#feature-donations .feature-descr:first-child strong {
  color: #6c24bb;
}

#feature-donations .feature-descr:last-child {
  color: #cee3b5;
}

#feature-donations .feature-descr:last-child strong {
  color: #3d8f16;
}

.screen1-bg {
  background-image: url(/assets/img/features/donations-screen.png);
}

#feature-fitness {
  color: #91d04f;
}

#feature-fitness strong {
  color: #e6e6e6;
}

#feature-fitness .overlay-bg {
  opacity: 0.92;
}

.screen2-bg {
  background-image: url(/assets/img/features/fitness-screen.png);
}

#feature-leaderboard {
  color: #3f3d56;
  background-color: #f8f8f8;
}

#feature-leaderboard strong {
  color: #6c24bb;
}

.screen3-bg {
  background-image: url(/assets/img/features/leaderboard-screen.png);
}

#feature-meditation {
  color: #efefef;
}

#feature-meditation strong {
  color: #7a4aaa;
}

.screen4-bg {
  background-image: url(/assets/img/features/meditation-screen.png);
}

/* Footer */

#footer {
  text-align: center;
  color: #403c69;
  background-color: #f8f8f8;
  padding: 1em;
  padding-bottom: 2em;
}

.get-app {
  padding: 1.5em 0 1em 0;
}

.get-app h2 {
  margin: 0;
  font-size: 1.4em;
  color: #495bb8;
  text-align: center;
}

.get-app p {
  text-align: center;
  margin: 0 auto;
  padding: 1em 0;
  max-width: 400px;
}

.get-app p.accept-terms a {
  color: #495bb8;
  text-decoration: underline;
}

.get-app p.accept-terms a:hover {
  color: #84ba46;
}

.app-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 1em;
}

.app-badges img,
.app-badges svg {
  width: 135px;
  margin: 0.5em;
  cursor: pointer;
  border-radius: 5px;
}

.app-badges svg>* {
  fill: #403c69;
}

.app-badges svg:hover {
  background-color: #7f5dc7;
}

.app-badges svg:hover>* {
  fill: #f8f8f8;
}

.footer-right {
  display: inline-block;
  vertical-align: middle;
}

.developer {
  padding-bottom: 0.5em;
}

.developer a {
  font-weight: 600;
  color: #495bb8;
}

.developer a:hover {
  color: #84ba46;
}

.support {
  padding: 0;
  margin: 1em auto;
  list-style: none;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0.5em;
}

.support li {
  display: inline-block;
}

.support li img {
  display: inline-block;
  height: 50px;
  padding: 0 0.5em;
}

#about-us {
  background-color: #f8f8f8;
  padding: 4em 0 0;
  overflow: hidden;
}

#about-us .section-inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

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

.about-content h2 {
  color: #7f5dc7;
  margin: 0;
}

.about-img {
  position: relative;
  width: 380px;
  max-width: 100%;
  padding: 0 30px;
  flex-shrink: 0;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.about-img img {
  width: 100%;
  display: block;
}

/* Timeline */

#timeline {
  position: relative;
  text-align: center;
}

#timeline .overlay-bg {
  opacity: 0.82;
}

.timeline-list {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  list-style: none;
  text-align: left;
  padding: 60px 0 40px;
  margin: 0 0 0 -40px;
}

.timeline-list:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #7f5dc7;
  left: 110px;
}

.timeline-list li {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.tl-date {
  display: inline-block;
  position: relative;
  left: 33px;
  width: 80px;
  color: #f8f8f8;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  background-color: #7f5dc7;
  border-radius: 5px;
  padding: 0 5px;
  margin: 10px 0 0 0;
}

.tl-color {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #82c43b;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #7f5dc7;
  margin: 12px 28px 0 22px;
}

.tl-color:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  background-color: #7f5dc7;
  border-radius: 50%;
}

.tl-info {
  position: relative;
  width: calc(100% - 160px);
  max-width: 340px;
  color: #f8f8f8;
  background-color: #7f5dc7;
  border-radius: 5px;
  padding: 10px;
}

.tl-info p {
  margin: 0;
}

.tl-info:before {
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-right-color:#7f5dc7;
  right: 100%;
  top: 10px;
}

.timeline-list li:nth-child(2n + 2) .tl-info {
  background-color: #f8f8f8;
  color: #000;
}

.timeline-list li:nth-child(2n + 2) .tl-info:before {
  border-right-color:#f8f8f8;
}

/* Team */

#team {
  background-color: #dcdcdc;
  padding: 4em 0;
}

#team h2 {
  color: #7f5dc7;
  text-align: center;
  margin: 0 0 1em 0;
}

.team-list {
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

.teammate {
  width: 350px;
  text-align: center;
  padding: 1em;
}

.teammate-img {
  position: center;
  border-radius: 5px;
  box-shadow: 0 0 0 5px #f8f8f8;
  overflow: hidden;
}

.teammate-img img {
  width: 60px;
  display: block;
}

.teammate h4 {
  margin: 1em 0 0.25em;
}

.teammate span {
  color: #5b901d;
  
}

/* Sponsors */

#support {
  background-color: #7f5dc7;
  padding: 1.5em 0;
}

.sponsors-list {
  text-align: center;
  width: 100%;
  max-width: 280px;
}

.swiper-slide {
  width: 180px;
}

.sponsor {
  display: inline-flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px !important;
  height: 100px;
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 15px;
}

.sponsor img {
  display: block;
  max-width: 140px;
  max-height: 60px;
}

/* Slick */

.slider-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 284px;
  top: 68px;
  left: 50%;
  padding: 0 30px;
  transform: translate(-50%, -100%);
}

.slider-nav span {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-image: url('../img/stuff/arrow-down.svg');
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #adde5e;
}

.slider-next {
  transform: rotate(-90deg);
}

.slider-prev {
  transform: rotate(90deg);
}

.slider-dots span:focus,
.slider-nav span:focus {
  outline: none;
}

@media (min-width: 385px) {
  #home-intro {
    max-height: 900px;
  }
}

@media (min-width: 420px) {
  section h2 {
    font-size: 1.6em;
  }

  .intro-content-inner,
  .mission-stmt,
  .feature-wrap,
  .get-app {
    font-size: 0.9em;
  }

  .newsletter input[type=email] {
    padding: 0.5em 1.5em;
  }
}

@media (min-width: 480px) {
  .support {
    padding: 0 1.5em;
  }

  .nlt-info span {
    width: 175px;
    font-size: 0.9em;
  }

  .intro-content-inner,
  .mission-stmt,
  .feature-wrap,
  .get-app {
    font-size: 1em;
  }
  
  .feature-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .feature-descr:nth-child(1),
  .feature-descr:nth-child(1) img {
    padding-bottom: 0em;
  }
}

@media (min-width: 640px) {
  .app-ic span {
    font-size: 2.5em;
  }

  .timeline-list {
    margin: 0;
  }
}

@media(min-width: 888px) {
  .container {
    padding: 0em 2em;
    margin: 0 auto;
  }

  #mobile-menu {
    display: none;
  }

  .nav {
    display: inline-block;
    transform: scale(1);
    opacity: 1;
  }

  .nav-wrapper {
    padding: 0;
  }

  .app-ic-logo {
    width: auto;
  }

  .intro-content h2>span:last-child {
    padding-left: 1em;
  }

  .intro-content {
    text-align: left;
  }

  .intro-content-inner {
    padding: 0em 0 4em;
  }

  .intro-content p {
    max-width: 430px;
    margin: 1em 0;
    margin-bottom: 2em;
  }

  .intro-app-mockup {
    display: block;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    left: 50%;
    transform: translateX(-50%);
  }

  .intro-app-mockup img {
    max-height: 80%;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  /* Features */

  .s-feature {
    min-height: 800px;
  }

  .feature-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 270px;
    background-position: center;
  }

  .no-mobile .feature-screen {
    background-attachment: fixed;
  }

  .feature-descr {
    width: 33%;
    padding: 5em 0;
  }

  #feature-donations .feature-descr:nth-child(1) {
    padding-top: 9em;
  }

  #feature-leaderboard .feature-descr:nth-child(2) {
    padding-top: 9em;
  }

  #feature-fitness .feature-descr:nth-child(1) {
    padding-top: 9em;
  }

  #feature-meditation .feature-descr:nth-child(2) {
    padding-top: 9em;
  }

  #feature-leaderboard:after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #dcdcdc;
  }

  /* Timeline */

  .timeline-list {
    display: block;
    padding: 60px 0 40px;
  }

  .timeline-list:before {
    left: 50%;
    margin-left: -1px;
  }

  .timeline-list li {
    display: flex;
    padding-left: calc(50% - 110px);
  }

  .timeline-list li:nth-child(2n+2) .tl-date,
  .timeline-list li:nth-child(2n+2) .tl-info p,
  .timeline-list li:nth-child(2n+2) {
    transform: rotateY(-180deg);
    text-align: right;
  }

  /* About */

  #about-us .section-inner {
    flex-direction: row;
  }

  .about-img {
    padding: 0 50px;
    margin: 0;
  }

  .about-content {
    text-align: left;
  }

  /* Team */

  .team-list {
    flex-direction: row;
  }
  
  .teammate-img img {
  width: 60px;
  display: block;
}

  /* Slider */

  .sponsors-list {
    max-width: 680px;
  }
}