.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: 0 !important;
}

.no-bg {
  background: transparent !important;
}

.margin20top {
  margin-top: 20px;
}

.margin20bottom {
  margin-bottom: 20px;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.box {
  width: 100%;
  float: left;
}

.hidden {
  display: none;
}

.a-left {
  text-align: left !important;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right !important;
}

.site-container {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
.site-container:before, .site-container:after {
  content: "";
  display: table;
}
.site-container:after {
  clear: both;
}

.section-icon-wrap {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.section-icon-wrap .check-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../../img/landing/checkboxes.png) no-repeat;
}
.section-icon-wrap .check-icon.magenta {
  background-position: 0 0;
}
.section-icon-wrap .check-icon.green {
  background-position: 0 -65px;
}
.section-icon-wrap .check-icon.purple {
  background-position: 0 -130px;
}
.section-icon-wrap .check-icon.orange {
  background-position: 0 -196px;
}
.section-icon-wrap .check-icon.blue {
  background-position: 0 -260px;
}

.styled-btn {
  display: inline-block;
  font: 700 18px/50px "Roboto", Arial, sans-serif;
  color: #fff;
  text-align: center;
  padding: 0 45px;
  background: #5e7283;
  border-radius: 3px;
}
.styled-btn.blue {
  background: #257fe4;
}
.styled-btn.blue:hover {
  background: #1f71ce;
}
.styled-btn.purple {
  background: #5e64d3;
}
.styled-btn.purple:hover {
  background: #5258c2;
}

.section-headline {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  font: 300 36px/1.2 "Roboto", Arial, sans-serif;
  color: #282e33;
  margin-bottom: 8px;
  letter-spacing: 0.2px;
}
.section-headline + .subtitle {
  margin-top: 70px;
}

.small-headline {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  font: 400 15px/1.2 "Roboto", Arial, sans-serif;
  color: #5e7283;
  margin-bottom: 46px;
}

.subtitle {
  width: 100%;
  float: left;
  position: relative;
  font: 400 24px/1.4 "Roboto", Arial, sans-serif;
  color: #5e7283;
  margin-bottom: 8px;
}

.text {
  width: 100%;
  float: left;
  position: relative;
  font: 400 15px/2 "Roboto", Arial, sans-serif;
  color: #5e7283;
}
.text + .text {
  margin-top: 20px;
}

.main-wrapper {
  width: 100%;
  float: left;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

/* == Main Header == */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 12px 0;
  background: #fff;
  box-shadow: 0 0 3px 0 #ccc;
}
.main-header .inner-wrap {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .logo {
  flex-basis: 20%;
  max-width: 150px;
}
.main-header .main-nav-wrap {
  flex-basis: 71%;
}
.main-header .nav-toggle {
  display: none;
  float: right;
  font-size: 24px;
  color: #282e33;
  padding: 5px 0;
}
.main-header .main-nav {
  display: flex;
  width: 100%;
  align-content: space-between;
  text-align: center;
 justify-content: flex-end;
}
.main-header .main-nav li {
  flex-basis: 16.66%;
}
.main-header .main-nav li:last-child {
  text-align: right;
}
.main-header .main-nav li a {
  display: inline-block;
  font: 700 15px/1.2 "Roboto", Arial, sans-serif;
  color: #5e7283;
  opacity: 0.9;
}
.main-header .main-nav li a.active {
  color: #282e33;
  opacity: 1;
}
.main-header .main-nav li a:hover {
  opacity: 1;
}

/* == Background == */
.bg-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  min-width: 1660px;
  height: 1300px;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #dfe9f3 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #dfe9f3 100%);
  background: linear-gradient(to right, #ffffff 0%, #dfe9f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfe9f3',GradientType=1 );
  -webkit-transform: translate(-50%, 0) skewY(-7deg);
  transform: translate(-50%, 0) skewY(-7deg);
}
.bg-wrap .line {
  display: block;
  position: absolute;
}
.bg-wrap .line-1 {
  bottom: 12%;
  right: 0;
  height: 200px;
  width: 50%;
  background: #dfe9f3;
  background: -moz-linear-gradient(left, #dfe9f3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #dfe9f3 0%, #ffffff 100%);
  background: linear-gradient(to right, #dfe9f3 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe9f3', endColorstr='#ffffff',GradientType=1 );
}
.bg-wrap .line-2 {
  bottom: 0;
  right: 0;
  height: 200px;
  width: 30%;
  background: #dfe9f3;
  z-index: 1;
}
.bg-wrap .line-3 {
  bottom: -40px;
  right: 0;
  height: 80px;
  width: 11%;
  z-index: 2;
  background: #31a779;
  background: -moz-linear-gradient(left, #31a779 0%, #2698c5 100%);
  background: -webkit-linear-gradient(left, #31a779 0%, #2698c5 100%);
  background: linear-gradient(to right, #31a779 0%, #2698c5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31a779', endColorstr='#2698c5',GradientType=1 );
}
.bg-wrap .line-4 {
  bottom: 12%;
  left: 0;
  height: 200px;
  width: 30%;
  background: #dce3ea;
  z-index: 1;
}
.bg-wrap .line-5 {
  bottom: 16%;
  left: 0;
  width: 11%;
  height: 80px;
  z-index: 2;
  background: #2698c5;
  background: -moz-linear-gradient(left, #2698c5 0%, #31a779 100%);
  background: -webkit-linear-gradient(left, #2698c5 0%, #31a779 100%);
  background: linear-gradient(to right, #2698c5 0%, #31a779 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2698c5', endColorstr='#31a779',GradientType=1 );
}
.bg-wrap .line-6 {
  left: 0;
  bottom: 0;
  height: 200px;
  width: 35%;
  background: #dfe9f3;
  z-index: 3;
  opacity: 0.9;
  background: -moz-linear-gradient(left, #dfe9f3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #dfe9f3 0%, #ffffff 100%);
  background: linear-gradient(to right, #dfe9f3 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe9f3', endColorstr='#ffffff',GradientType=1 );
}
.bg-wrap .line-7 {
  right: 0;
  top: 24%;
  height: 200px;
  width: 25%;
  background: #cfd9e3;
}
.bg-wrap .line-8 {
  top: 26%;
  right: 0;
  height: 80px;
  width: 11%;
  z-index: 2;
  background: #31a779;
  background: -moz-linear-gradient(left, #31a779 0%, #2698c5 100%);
  background: -webkit-linear-gradient(left, #31a779 0%, #2698c5 100%);
  background: linear-gradient(to right, #31a779 0%, #2698c5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31a779', endColorstr='#2698c5',GradientType=1 );
}
.bg-wrap .line-9 {
  top: 6%;
  right: 0;
  height: 260px;
  width: 33%;
  z-index: 3;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #dfe9f3 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #dfe9f3 100%);
  background: linear-gradient(to right, #ffffff 0%, #dfe9f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfe9f3',GradientType=1 );
}
.bg-wrap .line-10 {
  left: 0;
  top: -8%;
  height: 290px;
  width: 28%;
  z-index: 3;
  background: #dfe9f3;
  background: -moz-linear-gradient(left, #dfe9f3 0%, #f6f9fc 100%);
  background: -webkit-linear-gradient(left, #dfe9f3 0%, #f6f9fc 100%);
  background: linear-gradient(to right, #dfe9f3 0%, #f6f9fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe9f3', endColorstr='#f6f9fc',GradientType=1 );
}

/* == Intro Wrap == */
.intro-wrap {
  width: 100%;
  float: left;
  position: relative;
  padding: 100px 0 40px;
  margin-top: 75px;
  height: 1200px;
}

.features-wrap {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.features-wrap .col {
  flex-basis: 23.7%;
}
.features-wrap .col:nth-child(2) .headline {
  background: #6d60cc;
}
.features-wrap .col:nth-child(3) .headline {
  background: #815bc1;
}
.features-wrap .col:nth-child(4) .headline {
  background: #9057ba;
}
.features-wrap .headline {
  width: 100%;
  float: left;
  position: relative;
  height: 60px;
  padding: 20px 20px 16px 30px;
  background: #5e64d3;
  font: 300 24px/1 "Roboto", Arial, sans-serif;
  color: #fff;
  letter-spacing: 0.3px;
  border-radius: 4px 4px 0 0;
}
.features-wrap .headline .name {
  float: left;
}
.features-wrap .headline .icon {
  float: right;
  opacity: 0.5;
  font-size: 27px;
  line-height: 0.7;
}
.features-wrap .col-body {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  padding: 25px 30px 36px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.features-wrap .col-body .title {
  width: 100%;
  float: left;
  position: relative;
  color: #282e33;
  font: 700 18px/1 "Roboto", Arial, sans-serif;
  padding-bottom: 18px;
}
.features-wrap .col-body .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 1px;
  background: #6f60ca;
}
.features-wrap .list {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 26px;
}
.features-wrap .list li {
  width: 100%;
  float: left;
  position: relative;
  font: 400 15px/1.2 "Roboto", Arial, sans-serif;
}
.features-wrap .list li + li {
  margin-top: 22px;
}

/* == Info Wrappers == */
.info-wrapper {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 100px;
}
.info-wrapper.get-started .box {
  margin-top: 50px;
}
.info-wrapper.bg {
  padding-bottom: 58px;
}
.info-wrapper.bg:before {
  content: "";
  position: absolute;
  display: block;
  top: 11.5%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  -webkit-transform: skewY(-7deg);
  transform: skewY(-7deg);
}
.info-wrapper .site-container {
  position: relative;
  z-index: 2;
}

.description-wrap {
  width: 100%;
  float: left;
  position: relative;
}
.description-wrap .box {
  display: flex;
  border-bottom: 1px solid #e1e3e6;
  padding: 50px 0;
}
.description-wrap .box .title {
  flex-basis: 20%;
  font: 700 18px/1 "Roboto", Arial, sans-serif;
  color: #282e33;
}
.description-wrap .box .text {
  flex-basis: 74.5%;
  width: 74.5%;
  position: relative;
  top: -7px;
}

/* === Footer === */
.main-footer {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 100px;
}
.main-footer .copy-wrap {
  width: 100%;
  float: left;
  position: relative;
  font: 400 14px/2 "Roboto", Arial, sans-serif;
  color: #5e7283;
  padding: 25px 0 40px;
  border-top: 1px solid #e1e3e6;
}
.main-footer .copy-wrap strong {
  color: #282e33;
  font-weight: 700;
}
.main-footer .copy-wrap a {
  color: #2698c5;
}
.main-footer .copy-wrap a:hover {
  text-decoration: underline;
}
