footer .wrap, .cta .wrap > a, .methods .wrap article div a, .methods .wrap article div, .methods .wrap article header, .features .wrap article header, .industries .wrap article, .our_services .wrap article header, .hero .wrap header a, .mobile_menu .wrap ul li + li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.methods .wrap:after, .features .wrap:after, .brands .wrap:after, .work .wrap article:after, .industries .wrap:after, .our_services .wrap article:after {
  content: "";
  display: block;
  clear: both;
}

.main_header {
  padding: 50px 0;
}
.main_header .wrap {
  margin: 0 50px;
}
.main_header .wrap figure {
  width: 300px;
}

.mobile_menu .wrap {
  margin: 0 50px;
}
.mobile_menu .wrap ul {
  list-style: none;
  border-bottom: 2px solid rgb(0, 0, 0);
  padding-bottom: 30px;
}
.mobile_menu .wrap ul li {
  padding-top: 0;
}
.mobile_menu .wrap ul li p {
  font-size: 1rem;
  line-height: 1;
}
.mobile_menu .wrap ul li p a {
  display: block;
  text-decoration: none;
}
.mobile_menu .wrap ul li + li {
  border-top: 1px solid rgb(0, 0, 0);
  margin-top: 20px;
  padding-top: 20px;
}
.mobile_menu .wrap ul li:last-child {
  padding-bottom: 20px;
}

.hero .wrap {
  margin: 0 50px;
}
.hero .wrap header {
  width: 50%;
}
.hero .wrap header h1 {
  font-size: 1.875rem;
  line-height: 1;
  margin: 0 0 18px 0;
}
.hero .wrap header p {
  line-height: 1.25;
}
.hero .wrap header a {
  display: block;
  width: 100%;
  height: 50px;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  line-height: 1;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  padding: 16px 0 0 0;
  margin: 20px 0 0 0;
}

.services_hero {
  margin: 50px 0 0 0;
}
.services_hero .wrap {
  margin: 0 25px;
  text-align: center;
}
.services_hero .wrap h1 {
  font-size: 2rem;
  margin: 0 0 16px 0;
}
.services_hero .wrap p {
  line-height: 1.5;
}

.our_services {
  margin: 100px 0 0 0;
}
.our_services .wrap {
  margin: 0 50px;
}
.our_services .wrap > header {
  margin: 0 0 30px 0;
  text-align: center;
}
.our_services .wrap > header h2 {
  font-size: 1.25rem;
  line-height: 1;
}
.our_services .wrap article {
  border: 2px solid rgb(0, 0, 0);
  position: relative;
}
.our_services .wrap article header {
  border-bottom: 0;
  border-right: 2px solid rgb(0, 0, 0);
  padding: 50px 30px;
  text-align: center;
  float: left;
  width: 50%;
}
.our_services .wrap article header h2 {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 20px 0;
}
.our_services .wrap article header p {
  line-height: 1.5;
}
.our_services .wrap article figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgb(242, 242, 242);
}
.our_services .wrap article.image_text header {
  float: right;
  border-right: 0;
  border-left: 2px solid rgb(0, 0, 0);
}
.our_services .wrap article.image_text figure {
  left: 0;
  right: auto;
}
.our_services .wrap article + article {
  margin: 30px 0 0 0;
}

.industries {
  margin: 100px 0 0 0;
}
.industries .wrap {
  margin: 0 50px;
}
.industries .wrap > header {
  margin: 0 0 30px 0;
  text-align: center;
}
.industries .wrap > header h2 {
  font-size: 1.25rem;
  line-height: 1;
}
.industries .wrap article {
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  border: 2px solid rgb(0, 0, 0);
  padding: 30px;
  float: left;
}
.industries .wrap article h3 {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 16px 0;
}
.industries .wrap article ul {
  list-style: none;
  line-height: 1.5;
}
.industries .wrap article:nth-child(4) {
  clear: left;
  margin-left: 0;
  margin-top: 20px;
}
.industries .wrap article:nth-child(4) ~ article {
  margin-top: 20px;
}
.industries .wrap article + article {
  margin: 0 0 0 20px;
}

.work {
  margin: 100px 0 0 0;
}
.work .wrap {
  margin: 0 50px;
}
.work .wrap > header {
  margin: 0 0 30px 0;
  text-align: center;
}
.work .wrap > header h2 {
  font-size: 1.25rem;
  line-height: 1;
}
.work .wrap article figure {
  height: 450px;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  float: left;
  background-color: rgb(0, 0, 0);
}
.work .wrap article div {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  float: right;
  margin: 0 0 0 10px;
}
.work .wrap article div figure {
  height: 220px;
}
.work .wrap article div figure + figure {
  margin: 0 0 0 10px;
}
.work .wrap article div figure:nth-child(2n+1) {
  margin-left: 0;
}
.work .wrap article div figure:nth-child(2) ~ figure {
  margin-top: 10px;
}
.work .wrap article + article {
  margin: 50px 0 0 0;
}

.brands {
  margin: 100px 0 0 0;
}
.brands .wrap {
  margin: 0 50px;
}
.brands .wrap > header {
  margin: 0 0 50px 0;
  text-align: center;
}
.brands .wrap > header h2 {
  font-size: 2rem;
  line-height: 1;
}
.brands .wrap div article {
  width: -webkit-calc((100% - 60px) / 4);
  width: calc((100% - 60px) / 4);
  float: left;
}
.brands .wrap div article + article {
  margin-left: 20px;
}
.brands .wrap div article:nth-child(2n+1) {
  margin-left: 20px;
  clear: none;
}
.brands .wrap div article:nth-child(2) ~ article {
  margin-top: 0;
}
.brands .wrap div article:nth-child(4n+1) {
  margin-left: 0;
  clear: left;
}
.brands .wrap div article:nth-child(4) ~ article {
  margin-top: 20px;
}

.features {
  margin: 100px 0 0 0;
}
.features .wrap {
  margin: 0 50px;
}
.features .wrap article {
  width: -webkit-calc((100% - 30px) / 4);
  width: calc((100% - 30px) / 4);
  float: left;
  background-color: rgb(242, 242, 242);
  position: relative;
}
.features .wrap article header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
.features .wrap article + article {
  margin: 0 0 0 10px;
}

.methods {
  margin: 100px 0 0 0;
}
.methods .wrap {
  margin: 0 50px;
}
.methods .wrap > header {
  margin: 0 0 50px 0;
  text-align: center;
}
.methods .wrap > header h2 {
  font-size: 2rem;
  line-height: 1;
}
.methods .wrap article {
  width: -webkit-calc((100% - 30px) / 4);
  width: calc((100% - 30px) / 4);
  float: left;
}
.methods .wrap article header {
  padding: 30px 20px;
  border-bottom: 2px solid rgb(0, 0, 0);
}
.methods .wrap article header h3 {
  font-size: 1.25rem;
  line-height: 1;
}
.methods .wrap article header p {
  margin: 8px 0 0 0;
}
.methods .wrap article div {
  padding: 20px;
}
.methods .wrap article div a {
  display: block;
  padding: 16px 0;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border-radius: 8px;
  text-decoration: none;
  margin: 0 0 20px 0;
}
.methods .wrap article div p {
  line-height: 1.5;
  font-size: 0.875rem;
}
.methods .wrap article div p + p {
  margin: 1.125em 0 0 0;
}
.methods .wrap article + article {
  margin: 0 0 0 10px;
}

.cta {
  margin: 100px 0 0 0;
}
.cta .wrap {
  margin: 0 50px;
}
.cta .wrap h2 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
}
.cta .wrap > a {
  display: block;
  padding: 16px 0;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border-radius: 8px;
  text-decoration: none;
  margin: 20px auto 0 auto;
}
.cta .wrap div {
  margin: 50px 0 0 0;
  text-align: center;
}
.cta .wrap div p {
  font-size: 0.875rem;
  margin: 0 0 16px 0;
}
.cta .wrap div a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgb(242, 242, 242);
  margin: 0 auto;
}

footer {
  margin: 100px 0 0 0;
}
footer .wrap {
  margin: 0 50px;
  border-top: 2px solid rgb(0, 0, 0);
  padding: 25px 0;
}
footer .wrap h5 {
  font-size: 0.875rem;
}
footer .wrap nav {
  margin: 8px 0 0 0;
}
footer .wrap nav a {
  font-size: 0.875rem;
}

/*# sourceMappingURL=tablet.css.map */
