@import 'https://fonts.googleapis.com/css?family=Sintony';
/* * {
  box-sizing: border-box;
} */

/* body {
  background: #222;
  padding: 0;
  margin: 0;
  font-family: "Sintony", sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
} */

/* header {
  background-color: #fff;
  padding: 0;
  margin: 0;
} */

.section-benefits {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  letter-spacing: 4px;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
}
.section-benefits .fixed {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
}
.section-benefits .white {
  color: #fff;
}

.section-benefits:nth-child(1) {
  background-color: #fff;
  color: #000;
  top: 0;
  z-index: 1;
}
.section-benefits:nth-child(1) .fixed {
  transform: translate(-50%, -50%);
}

.section-benefits:nth-child(2) {
  /* box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14); */
  background-color: #fff;
  color: #000;
  top: 100vh;
  z-index: 2;
}
.section-benefits:nth-child(2) .fixed {
  transform: translate(-50%, -50%);
}

.section-benefits:nth-child(3) {
  /* box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14); */
  background-color: #fff;
  color: #000;
  top: 200vh;
  z-index: 3;
}
.section-benefits:nth-child(3) .fixed {
  transform: translate(-50%, -50%);
}

.section-benefits:nth-child(4) {
  /* box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14); */
  background-color: #fff;
  color: #000;
  top: 300vh;
  z-index: 4;
}
.section-benefits:nth-child(4) .fixed {
  transform: translate(-50%, -50%);
}

.section-benefits:nth-child(5) {
  /* box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14); */
  background-color: #fff;
  color: #000;
  top: 400vh;
  z-index: 5;
}
.section-benefits:nth-child(5) .fixed {
  transform: translate(-50%, -50%);
}

.section-benefits:nth-child(6) {
  /* box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14); */
  background-color: #fff;
  color: #000;
  top: 500vh;
  z-index: 6;
}
.section-benefits:nth-child(6) .fixed {
  transform: translate(-50%, -50%);
}

.section-benefits:nth-child(7) {
  /* box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14); */
  background-color: #fff;
  color: #000;
  top: 600vh;
  z-index: 7;
}
.section-benefits:nth-child(7) .fixed {
  transform: translate(-50%, -50%);
}

.section-benefits:nth-child(8) {
  /* box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14); */
  background-color: #fff;
  color: #000;
  top: 700vh;
  z-index: 8;
}
.section-benefits:nth-child(8) .fixed {
  transform: translate(-50%, -50%);
}

.section-benefits:nth-child(9) {
  /* box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14); */
  background-color: #fff;
  color: #000;
  top: 800vh;
  z-index: 9;
}
.section-benefits:nth-child(9) .fixed {
  transform: translate(-50%, -50%);
}

.section-benefits:nth-child(10) {
  /* box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14); */
  background-color: #fff;
  color: #000;
  top: 900vh;
  z-index: 10;
}
.section-benefits:nth-child(10) .fixed {
  transform: translate(-50%, -50%);
}

.section-benefits:nth-child(11) {
  /* box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14); */
  background-color: #fff;
  color: #000;
  top: 1000vh;
  z-index: 11;
}
.section-benefits:nth-child(11) .fixed {
  transform: translate(-50%, -50%);
}

.fixed{
    width: 100%;
}

.height-benefits-row{
  height: 500px !important;
}

.height-benefits-row-mobile{
  height: 450px !important;
}