.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 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body.show_menu .mobile_menu {
  display: none;
}

.main_header {
  padding: 0;
}
.main_header .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  border-bottom: 2px solid rgb(0, 0, 0);
  position: relative;
}
.main_header .wrap figure {
  float: left;
}
.main_header .wrap nav {
  display: block;
  position: absolute;
  top: 56px;
  left: 50%;
  width: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main_header .wrap nav ul {
  list-style: none;
  text-align: center;
}
.main_header .wrap nav ul li {
  display: inline-block;
}
.main_header .wrap nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 10px;
}
.main_header .wrap > a {
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  position: absolute;
  padding: 15px 20px;
  top: 40px;
  right: 0;
  border-radius: 30px;
  text-decoration: none;
}
.main_header .wrap button {
  display: none;
}

.mobile_menu {
  display: none;
}

.hero {
  margin: 100px 0 0 0;
}
.hero .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.hero .wrap header {
  width: 60%;
}
.hero .wrap header h1 {
  font-size: 3.75rem;
  line-height: 1.125;
  margin: 0 0 18px 0;
}
.hero .wrap header p {
  font-size: 1.5rem;
  line-height: 1.5;
}
.hero .wrap header h3 {
  margin: 50px 0 0 0;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
.hero .wrap header a {
  display: block;
  width: 500px;
  height: 60px;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  padding: 17.5px 0 0 0;
  margin: 30px 0 0 0;
}
.hero .wrap figure {
  position: absolute;
  top: -25px;
  right: 0;
  height: -webkit-calc(100% + 50px);
  height: calc(100% + 50px);
  width: 35%;
  margin: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgb(242, 242, 242);
}

.services_hero {
  margin: 125px 0 0 0;
}
.services_hero .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 900px;
  margin: 0 auto;
}
.services_hero .wrap h1 {
  font-size: 3.5rem;
  margin: 0 0 16px 0;
}
.services_hero .wrap p {
  line-height: 1.5;
  font-size: 1.5rem;
}

.our_services {
  margin: 150px 0 0 0;
}
.our_services .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.our_services .wrap > header {
  margin: 0 0 50px 0;
  text-align: center;
}
.our_services .wrap > header h2 {
  font-size: 3rem;
  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: 75px;
  text-align: center;
  float: left;
  width: 50%;
}
.our_services .wrap article header h2 {
  font-size: 2rem;
  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 + article {
  margin: 30px 0 0 0;
}

.industries {
  margin: 150px 0 0 0;
}
.industries .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.industries .wrap > header {
  margin: 0 0 50px 0;
  text-align: center;
}
.industries .wrap > header h2 {
  font-size: 3rem;
  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: 40px;
  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: 150px 0 0 0;
}
.work .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.work .wrap > header {
  margin: 0 0 50px 0;
  text-align: center;
}
.work .wrap > header h2 {
  font-size: 3rem;
  line-height: 1;
}
.work .wrap article figure {
  height: 500px;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  float: left;
  background-color: rgb(0, 0, 0);
  overflow: hidden;
}
.work .wrap article figure video {
  height: 500px;
}
.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: 245px;
}
.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: 100px 0 0 0;
}

.brands {
  margin: 150px 0 0 0;
}
.brands .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1200px;
  margin: 0 auto;
}
.brands .wrap > header {
  margin: 0 0 50px 0;
  text-align: center;
}
.brands .wrap > header h2 {
  font-size: 3rem;
  line-height: 1;
}
.brands .wrap div article {
  width: -webkit-calc((100% - 90px) / 4);
  width: calc((100% - 90px) / 4);
}
.brands .wrap div article + article {
  margin-left: 30px;
}
.brands .wrap div article:nth-child(2n+1) {
  margin-left: 30px;
}
.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: 30px;
}

.features {
  margin: 150px 0 0 0;
}
.features .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1200px;
  margin: 0 auto;
}
.features .wrap article {
  width: -webkit-calc((100% - 30px) / 4);
  width: calc((100% - 30px) / 4);
  height: 420px;
  float: left;
  background-color: rgb(242, 242, 242);
  position: relative;
}
.features .wrap article header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 45px 30px;
}
.features .wrap article header h3 {
  font-size: 1.875rem;
  line-height: 1.25;
  text-align: center;
}
.features .wrap article + article {
  margin: 0 0 0 10px;
}

.methods {
  margin: 150px 0 0 0;
}
.methods .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1200px;
  margin: 0 auto;
}
.methods .wrap > header {
  margin: 0 0 50px 0;
  text-align: center;
}
.methods .wrap > header h2 {
  font-size: 3rem;
  line-height: 1;
}
.methods .wrap article {
  width: -webkit-calc((100% - 30px) / 4);
  width: calc((100% - 30px) / 4);
  float: left;
}
.methods .wrap article header {
  padding: 40px 0 38px 0;
  border-bottom: 2px solid rgb(0, 0, 0);
  text-align: center;
}
.methods .wrap article header h3 {
  font-size: 1.5rem;
  line-height: 1;
}
.methods .wrap article header p {
  margin: 16px 0 0 0;
  font-size: 1.25rem;
}
.methods .wrap article div {
  padding: 40px 30px;
}
.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 30px 0;
}
.methods .wrap article div p {
  line-height: 1.5;
  font-size: 0.9375rem;
}
.methods .wrap article div p + p {
  margin: 1.125em 0 0 0;
}
.methods .wrap article + article {
  margin: 0 0 0 10px;
}

.cta {
  margin: 150px 0 0 0;
}
.cta .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 800px;
  margin: 0 auto;
}
.cta .wrap h2 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.25;
}
.cta .wrap > a {
  display: block;
  width: 400px;
  padding: 16px 0;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  font-size: 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  margin: 40px auto 0 auto;
}
.cta .wrap div {
  margin: 100px 0 0 0;
  text-align: center;
}
.cta .wrap div p {
  font-size: 1.5rem;
  margin: 0 0 30px 0;
}
.cta .wrap div a {
  display: block;
  width: 60px;
  margin: 0 auto;
}

footer {
  margin: 150px 0 0 0;
}
footer .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
footer .wrap h5 {
  font-size: 1rem;
  float: left;
}
footer .wrap nav {
  margin: 0;
  float: right;
}
footer .wrap nav a {
  font-size: 1rem;
  text-decoration: none;
}
footer .wrap nav a + a {
  margin: 0 0 0 20px;
}

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