section.features {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 943px) {
  section.features {
    width: 650px;
  }
}
@media (max-width: 767px) {
  section.features {
    width: auto;
  }
}
section.features h2 {
  font-size: 32px;
  color: #56595D;
  text-align: center;
}
section.features ul.features > li {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  section.features ul.features > li {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
section.features ul.features > li:before {
  content: "";
  position: absolute;
  top: -20px;
  display: block;
  background-image: url('https://winnie-static.imgix.net/providers/bg-blob.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  section.features ul.features > li:before {
    display: none;
  }
}
section.features ul.features > li:nth-child(1):before {
  width: 500px;
  height: 340px;
  filter: invert(94%) sepia(12%) saturate(331%) hue-rotate(56deg) brightness(104%) contrast(107%);
  transform: rotate(340deg);
}
section.features ul.features > li:nth-child(1) span.material-icons {
  color: #54AC3E;
}
section.features ul.features > li:nth-child(2):before {
  width: 597px;
  height: 304px;
  filter: invert(90%) sepia(10%) saturate(808%) hue-rotate(202deg) brightness(107%) contrast(101%);
  transform: rotate(10deg);
}
section.features ul.features > li:nth-child(2) span.material-icons {
  color: #9860CA;
}
section.features ul.features > li:nth-child(3):before {
  width: 553px;
  height: 294px;
  filter: invert(91%) sepia(16%) saturate(71%) hue-rotate(156deg) brightness(102%) contrast(103%);
  transform: rotate(170deg);
}
section.features ul.features > li:nth-child(3) span.material-icons {
  color: #0DAEF2;
}
section.features ul.features > li:nth-child(4):before {
  width: 500px;
  height: 335px;
  filter: invert(82%) sepia(2%) saturate(1112%) hue-rotate(338deg) brightness(119%) contrast(103%);
}
section.features ul.features > li:nth-child(4) span.material-icons {
  color: #FFA72E;
}
section.features ul.features > li:nth-child(2n+1):before {
  right: 15%;
}
section.features ul.features > li:nth-child(2n+1) .hero {
  float: right;
  text-align: right;
}
section.features ul.features > li:nth-child(2n+1) .info {
  float: left;
}
section.features ul.features > li:nth-child(2n):before {
  left: 15%;
}
section.features ul.features > li:nth-child(2n) .hero {
  float: left;
}
section.features ul.features > li:nth-child(2n) .info {
  float: right;
}
@media (max-width: 767px) {
  section.features ul.features > li > div.feature .hero,
  section.features ul.features > li > div.feature .info {
    float: none;
  }
}
section.features div.feature {
  position: relative;
  min-height: 300px;
}
section.features div.feature .hero {
  width: 50%;
}
@media (max-width: 767px) {
  section.features div.feature .hero {
    width: 100%;
  }
}
@media (max-width: 943px) {
  section.features div.feature .hero img {
    width: 100%;
    object-fit: contain;
  }
}
section.features div.feature .info {
  width: 50%;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 767px) {
  section.features div.feature .info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.features div.feature.short .hero {
    padding-top: 16px;
    padding-bottom: 32px;
  }
}
section.features div.feature.short .info {
  padding-top: 60px;
}
@media (max-width: 767px) {
  section.features div.feature.short .info {
    padding-top: 0;
  }
}
section.features div.info h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  section.features div.info h3 {
    font-size: 20px;
  }
}
section.features div.info p {
  margin-bottom: 20px;
}
section.features div.info ul li {
  padding-top: 24px;
  padding-left: 30px;
}
section.features div.info ul li span.material-icons {
  margin-right: 15px;
  margin-left: -32px;
}
section.grow {
  padding-bottom: 80px;
  text-align: center;
  box-shadow: none;
}
@media (max-width: 767px) {
  section.grow {
    padding-bottom: 64px;
  }
}
section.grow .container {
  position: relative;
}
section.grow h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  section.grow h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  section.grow .btn {
    width: 100%;
    max-width: 450px;
  }
}
section.grow.illustration {
  min-height: 380px;
  background-image: url('https://winnie-static.imgix.net/providers/grow_illustration@3x.png');
  background-size: contain;
  background-position: center 50px;
  background-repeat: no-repeat;
}
@media (max-width: 943px) {
  section.grow.illustration {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  section.grow.illustration {
    min-height: auto;
    background-image: none;
  }
}
header.header {
  padding-top: 64px;
  padding-bottom: 16px;
  background-color: #FFF;
}
@media (max-width: 943px) {
  header.header {
    padding-top: 48px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
header.header .container {
  position: relative;
  width: 920px;
}
@media (max-width: 943px) {
  header.header .container {
    width: auto;
  }
}
header.header .intro {
  float: left;
  width: 420px;
}
@media (max-width: 943px) {
  header.header .intro {
    width: 50%;
  }
}
@media (max-width: 767px) {
  header.header .intro {
    float: none;
    width: 100%;
  }
}
header.header .hero {
  float: right;
  width: 480px;
}
@media (max-width: 943px) {
  header.header .hero {
    width: 50%;
  }
}
@media (max-width: 767px) {
  header.header .hero {
    float: none;
    width: 100%;
    max-width: 400px;
  }
}
header.header nav {
  float: left;
}
@media (max-width: 767px) {
  header.header nav {
    float: none;
  }
}
header.header .intro {
  margin-bottom: 48px;
}
@media (max-width: 943px) {
  header.header .intro {
    padding-right: 32px;
  }
}
header.header .intro h1 {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 943px) {
  header.header .intro h1 {
    font-size: 24px;
  }
}
header.header .intro p {
  margin-bottom: 24px;
  font-size: 24px;
}
@media (max-width: 943px) {
  header.header .intro p {
    font-size: 16px;
  }
}
header.header .intro a.btn {
  padding-top: 16px;
  padding-right: 48px;
  padding-bottom: 16px;
  padding-left: 48px;
  font-size: 24px;
}
@media (max-width: 943px) {
  header.header .intro a.btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header.header .intro a.btn {
    display: block;
    width: 200px;
    margin: auto;
  }
}
header.header .hero {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  header.header .hero {
    margin-left: auto;
    margin-right: auto;
  }
}
header.header .hero img {
  width: 100%;
}
header.header nav {
  margin-bottom: 48px;
  font-size: 20px;
}
@media (max-width: 767px) {
  header.header nav {
    font-size: 16px;
  }
}
header.header nav p {
  margin-bottom: 8px;
  font-weight: bold;
}
header.header nav li {
  display: inline;
}
header.header nav li + li:before {
  content: "\000B7 \00A0";
  margin: 0 2px;
}
section.callout {
  display: flex;
  width: 840px;
  height: 200px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url('https://winnie-static.imgix.net/providers/bg-blob_horizontal.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 943px) {
  section.callout {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.callout {
    width: auto;
    height: auto;
    margin-left: -32px;
    margin-right: -32px;
    padding-top: 32px;
    padding-bottom: 32px;
    background-size: cover;
  }
}
section.callout p {
  width: 80%;
  padding-bottom: 16px;
  font-size: 24px;
}
@media (max-width: 767px) {
  section.callout p {
    font-size: 22px;
  }
}
section.callout p strong {
  color: #9860CA;
}
section.callout ul {
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  section.callout ul {
    margin-top: -16px;
  }
}
section.callout ul li {
  display: inline-block;
  padding: 16px;
}
@media (max-width: 943px) {
  section.callout ul li {
    padding: 12px;
  }
}
section.resources {
  padding-bottom: 56px;
}
section.resources h2 {
  font-size: 20px;
}
ul.guides {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
ul.guides > li {
  width: 20%;
  margin-bottom: 16px;
}
@media (max-width: 943px) {
  ul.guides > li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  ul.guides > li {
    width: 180px;
  }
}
ul.guides .thumb {
  float: left;
  width: 35px;
  height: 35px;
}
ul.guides .thumb + div {
  margin-left: 45px;
  line-height: 35px;
}
ul.guides a {
  color: #2A2C2E;
}
section.partners {
  padding-bottom: 56px;
  text-align: center;
}
section.partners h2 {
  font-size: 20px;
}
section.partners ul {
  display: inline-block;
}
section.partners ul li {
  display: inline-block;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  section.partners ul li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
