/* colors */
/* fonts */
.sofia {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
}
.karoll {
  font-family: Karoll, 'Karoll', Georgia, Times, 'Times New Roman' !important;
}
/* mixed */
/* body */
html,
body {
  margin: 0 auto;
  font-size: 62.5% !important;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
}
body p {
  color: #181b23;
}
table,
tr,
td {
  font-size: 20px;
}
a {
  outline: none;
  text-decoration: none;
}
.row {
  max-width: 138rem;
  height: inherit;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
#page {
  min-height: 100vh;
}
/* header */
#head {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 6rem 0;
  z-index: 50;
}
#head .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 5rem;
}
#head #logo {
  width: 24rem;
  height: 6rem;
}
#head #logo a {
  display: block;
  width: inherit;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../img/invetit-logo-white.png');
  text-indent: -999rem;
}
#head #mainMenu .scroll {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#head #mainMenu .scroll .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
#head #mainMenu .scroll .menu > li {
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 0 0.5rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  position: relative;
}
#head #mainMenu .scroll .menu > li a {
  color: #fff;
  padding: 1rem;
  box-sizing: content-box;
  position: relative;
}
#head #mainMenu .scroll .menu > li .sub-menu {
  display: none;
  overflow: hidden;
  position: absolute;
  transition: all .3s;
  list-style: none;
  padding: 1rem;
}
#head #mainMenu .scroll .menu > li .sub-menu li {
  margin: 0 0 1rem 0;
}
#head #mainMenu .scroll .menu > li .sub-menu li a {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding: 0;
  white-space: nowrap;
  transition: all .3s;
}
#head #mainMenu .scroll .menu > li .sub-menu li a:hover {
  color: #ff8f4b;
}
#head #mainMenu .scroll .menu > li.menu-item-has-children {
  margin-right: 1.5rem;
}
#head #mainMenu .scroll .menu > li.menu-item-has-children > a {
  padding-right: 2rem;
  background: url('../img/ico-angledown.svg') no-repeat right center;
  background-size: auto .8rem;
}
#head #mainMenu .scroll .menu > li.menu-item-has-children > a:after,
#head #mainMenu .scroll .menu > li.menu-item-has-children > a:before {
  display: none;
}
#head #mainMenu .scroll .menu > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
#head #mainMenu .scroll #menu-social-menu {
  margin: 0 -1.5rem 0 1rem;
}
#head #mainMenu .scroll #menu-social-menu a {
  text-indent: -999rem;
  display: block;
  transition: all .3s;
}
#head #mainMenu .scroll #menu-social-menu a:hover {
  filter: brightness(45%) sepia(1) hue-rotate(-5deg) saturate(5);
}
#head #mainMenu .scroll #menu-social-menu a[href*='facebook'] {
  width: 0.9rem;
  height: 2.1rem;
  background: url('../img/social-facebook.svg') no-repeat center;
  background-size: auto 2.1rem;
}
#head #mainMenu .scroll #menu-social-menu a[href*='instagram'] {
  width: 2.1rem;
  height: 2.1rem;
  background: url('../img/social-instagram.svg') no-repeat center;
  background-size: auto 2.1rem;
}
#head #mainMenu .scroll #menu-social-menu a[href*='linked'] {
  width: 2.1rem;
  height: 2.1rem;
  background: url('../img/social-linked.svg') no-repeat center;
  background-size: auto 2.1rem;
}
#head #mainMenu .scroll #menu-main-menu > li > a:after,
#head #mainMenu .scroll #menu-main-menu > li > a:before {
  content: '';
  width: 50%;
  height: 1px;
  background: #ff8f4b;
  position: absolute;
  left: 25%;
  opacity: 0;
  transition: all .3s;
}
#head #mainMenu .scroll #menu-main-menu > li > a:before {
  top: 50%;
}
#head #mainMenu .scroll #menu-main-menu > li > a:after {
  bottom: 50%;
}
#head #mainMenu .scroll #menu-main-menu > li > a:hover:before {
  top: 0;
  opacity: 1;
}
#head #mainMenu .scroll #menu-main-menu > li > a:hover:after {
  bottom: 0;
  opacity: 1;
}
#head #mainMenu .scroll #menu-main-menu > li:last-of-type {
  margin-left: 1.5rem;
}
#head #mainMenu .scroll #menu-main-menu > li:last-of-type > a {
  height: 4.4rem;
  line-height: 2.4rem;
  border-radius: .5rem;
  background: #ff8f4b;
  padding: 1rem 3.5rem;
  transition: all .3s;
  display: block;
  box-sizing: border-box;
}
#head #mainMenu .scroll #menu-main-menu > li:last-of-type > a:hover {
  background: #fff;
  color: #ff8f4b;
}
#head #mainMenu .scroll #menu-main-menu > li:last-of-type > a:after,
#head #mainMenu .scroll #menu-main-menu > li:last-of-type > a:before {
  display: none;
}
#mobileTrigger {
  display: none;
  height: 3.7rem;
  width: 4.5rem;
  cursor: pointer;
  padding: 1.1rem 0;
  position: absolute;
  right: 4rem;
  top: 2rem;
  z-index: 20;
}
#mobileTrigger div {
  width: 2.5rem;
  height: 2px;
  background: #fff;
  margin: .8rem 1rem;
  transition: all .3s;
}
#mobileTrigger:hover div {
  background-color: #ff8f4b;
}
#mobileTrigger.opened {
  position: fixed;
  z-index: 110;
}
#mobileTrigger.opened div {
  position: absolute;
  top: 2.1rem;
  left: 0;
  background: #020d38;
  border: none;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobileTrigger.opened div + div {
  display: none;
}
#mobileTrigger.opened div + div + div {
  display: block;
  position: absolute;
  top: 2.1rem;
  left: 0;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* home */
.page-template-home #hero {
  padding: 19rem 0 0 0;
  height: 89rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.page-template-home #hero .dark {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-template-home #hero .row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  height: 100%;
}
.page-template-home #hero h1 {
  font-family: Karoll, 'Karoll', Georgia, Times, 'Times New Roman' !important;
  color: #fff;
  font-size: 8rem;
  line-height: 8.2rem;
  letter-spacing: -2px;
  max-width: 90rem;
  margin: 0 auto 0 auto;
  text-align: center;
}
.page-template-home #hero p {
  font-size: 2.6rem;
  line-height: 4rem;
  text-align: center;
  color: #fff;
  margin: 2rem auto 2.5rem auto;
  max-width: 64rem;
}
.page-template-home #hero a {
  height: 5.2rem;
  border: 2px solid #ff8f4b;
  background: #ff8f4b;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.3rem 2.8rem;
  line-height: 2.2rem;
  transition: all .3s;
  border-radius: 2.6rem;
  font-weight: 800;
  display: inline-block;
}
.page-template-home #hero a:hover {
  background: #fff;
  color: #ff8f4b;
}
.page-template-home #hero p:last-of-type {
  margin-bottom: 0;
}
.page-template-home #what {
  padding: 12rem 0 5rem 0;
}
.page-template-home #what .row {
  max-width: 64rem;
}
.page-template-home #what img {
  width: 100%;
  max-width: 33rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.page-template-home #what h1 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 3.7rem;
  line-height: 4.6rem;
  font-weight: 900;
  color: #181b23;
  text-align: center;
  max-width: 40rem;
  margin: 2rem auto 3rem auto;
}
.page-template-home #what p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.9rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #181b23;
  text-align: center;
  margin: 3rem auto 0 auto;
}
.page-template-home #legal {
  padding: 5rem 0 5rem 0;
}
.page-template-home #legal .row {
  max-width: 76rem;
  padding: 2.5rem 5rem;
  border-radius: 2.2rem;
  background: url('../img/bg-legal.jpg') no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
.page-template-home #legal .row h1 {
  font-size: 3.2rem;
  line-height: 3.2rem;
  margin: 0;
  font-weight: 700;
  color: #fff;
  flex: 1 0 19rem;
  max-width: 19rem;
}
.page-template-home #legal .row div {
  padding: 0 0 0 2rem;
}
.page-template-home #legal .row div p {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
  margin: 0 0 2rem 0;
  font-weight: 600;
}
.page-template-home #legal .row div a {
  display: inline-block;
  height: 3rem;
  border-radius: 1.5rem;
  padding: 0.5rem 1.5rem;
  background: #3DB8E3;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  transition: all .3s;
}
.page-template-home #legal .row div a:hover {
  background: #fff;
  color: #3DB8E3;
}
.page-template-home #how {
  padding: 5rem 0 0 0;
}
.page-template-home #how .row {
  padding: 10rem 3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2.2rem;
}
.page-template-home #how h1 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 900;
  color: #181b23;
  text-align: center;
  margin: 0 auto 2rem auto;
}
.page-template-home #how p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.9rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #181b23;
  max-width: 66rem;
  text-align: center;
  margin: 2rem auto 3rem auto;
}
.page-template-home #how p strong {
  font-weight: 700;
}
.page-template-home #how a {
  height: 5.2rem;
  border: 2px solid #ff8f4b;
  background: #ff8f4b;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.3rem 2.8rem;
  line-height: 2.2rem;
  transition: all .3s;
  border-radius: 2.6rem;
  font-weight: 800;
  display: inline-block;
}
.page-template-home #how a:hover {
  background: #fff;
  color: #ff8f4b;
}
.page-template-home #how .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 7rem 0 0 0;
}
.page-template-home #how .flex .step {
  flex: 1 0 25%;
  max-width: 30rem;
  padding: 0 1.5rem;
  position: relative;
}
.page-template-home #how .flex .step .content {
  background: #02555C;
  border-radius: 2rem;
  padding: 3rem 3rem 5.5rem 3rem;
  height: 100%;
}
.page-template-home #how .flex .step .content strong {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 12rem;
  line-height: 10rem;
  font-weight: 700;
  color: #9fadad;
  display: block;
  margin: 0 0 4rem 0;
  padding: 0 0 0 2rem;
}
.page-template-home #how .flex .step .content p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  text-align: left;
  max-width: 22rem;
}
.page-template-home #how .flex .step:nth-of-type(even) {
  top: 5rem;
}
.page-template-home #partners {
  padding: 11rem 0 8rem 0;
}
.page-template-home #partners .row {
  max-width: 126rem;
}
.page-template-home #partners .slide {
  display: flex;
  padding: 6rem 0;
}
.page-template-home #partners .slide .misc {
  flex: 1 0 20%;
  max-width: 20%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.page-template-home #partners .slide .misc hr {
  border: none;
  border-top: 1px solid #B0B0B0;
  width: 100%;
  margin: 15rem 0 0 0;
}
.page-template-home #partners .slide .misc p:nth-of-type(1) {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2.1rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #181b23;
  margin: 2rem 3rem 0 0;
  text-align: right;
  max-width: 18rem;
}
.page-template-home #partners .slide .misc p:nth-of-type(2) {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: #181b23;
  margin: 1rem 3rem 0 0;
  text-align: right;
  max-width: 18rem;
}
.page-template-home #partners .slide .pic {
  flex: 1 0 25%;
  max-width: 25%;
}
.page-template-home #partners .slide .pic .img {
  max-width: 100%;
  height: 41rem;
}
.page-template-home #partners .slide .pic .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.page-template-home #partners .slide .text {
  flex: 1 0 55%;
  max-width: 55%;
  padding: 0 3rem 7rem 6rem;
  position: relative;
}
.page-template-home #partners .slide .text h1 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 700;
  color: #181b23;
  text-transform: uppercase;
  margin: 4rem 0 .5rem 0;
  max-width: 55rem;
  letter-spacing: 2px;
}
.page-template-home #partners .slide .text h2 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  color: #181b23;
  margin: 0 0 3rem 0;
  max-width: 55rem;
}
.page-template-home #partners .slide .text p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.9rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #181b23;
  margin: 0;
  max-width: 55rem;
}
.page-template-home #partners .slide .text a {
  height: 5.2rem;
  border: 2px solid #ff8f4b;
  background: #ff8f4b;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.3rem 2.8rem;
  line-height: 2.2rem;
  transition: all .3s;
  border-radius: 2.6rem;
  font-weight: 800;
  display: inline-block;
  position: absolute;
  bottom: 1rem;
  left: 6rem;
}
.page-template-home #partners .slide .text a:hover {
  background: #fff;
  color: #ff8f4b;
}
.page-template-home #partners .slide .text:before {
  content: '';
  background: #f7f6f1;
  border-radius: 1.6rem;
  position: absolute;
  top: -6rem;
  bottom: -6rem;
  right: 0;
  left: -40%;
  z-index: -1;
}
.page-template-home #partners .owl-nav {
  padding-right: 55%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -4.5rem;
}
.page-template-home #partners .owl-nav button {
  width: 1.7rem;
  height: 2.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s;
}
.page-template-home #partners .owl-nav button.owl-prev {
  background-image: url('../img/owl-prev.svg');
  margin-right: 1.7rem;
}
.page-template-home #partners .owl-nav button.owl-next {
  background-image: url('../img/owl-next.svg');
  margin-left: 1.7rem;
}
.page-template-home #partners .owl-nav button:hover {
  transform: scale(1.2);
}
.page-template-home #partners .owl-nav button span {
  display: none;
}
.page-template-home #quote {
  padding: 16rem 0 17rem 0;
}
.page-template-home #quote .row {
  max-width: 86rem;
}
.page-template-home #quote blockquote {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 4.6rem;
  line-height: 6rem;
  font-weight: 700;
  color: #181b23;
  margin: 0 0 4rem 0;
  text-align: center;
}
.page-template-home #quote p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #9fadad;
  margin: 0;
  text-align: center;
}
#signup {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 12rem 0;
  position: relative;
  /*p:last-of-type{ .f(2rem,2.4rem,800,#fff); margin:3rem auto 0 auto; background:#FF8F4B; max-width:29rem; border-radius:.6rem; padding:2rem 0; }*/
}
#signup .bg {
  background: rgba(0, 0, 0, 0.38);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#signup .row {
  max-width: 59rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
#signup h1 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 3rem 0;
}
#signup p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #ffffff;
  margin: 2rem auto;
}
#signup p + p {
  max-width: 34rem;
}
#signup a {
  height: 5.2rem;
  border: 2px solid #ff8f4b;
  background: #ff8f4b;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.3rem 2.8rem;
  line-height: 2.2rem;
  transition: all .3s;
  border-radius: 2.6rem;
  font-weight: 800;
  display: inline-block;
}
#signup a:hover {
  background: #fff;
  color: #ff8f4b;
}
#signup a:hover {
  background: #fff;
  color: #FF8F4B;
  text-decoration: none;
}
/* case */
.page-template-case .row {
  max-width: 128rem;
}
.page-template-case #hero {
  padding: 19rem 0 14rem 0;
  height: 78rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.page-template-case #hero .color {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-template-case #hero .row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
  height: 100%;
}
.page-template-case #hero h1 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 8rem;
  line-height: 8.6rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 auto 4rem auto;
  max-width: 92rem;
  text-align: center;
}
.page-template-case #hero p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  max-width: 74rem;
  text-align: center;
}
.page-template-case #hero a {
  height: 5.2rem;
  border: 2px solid #ff8f4b;
  background: #ff8f4b;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.3rem 2.8rem;
  line-height: 2.2rem;
  transition: all .3s;
  border-radius: 2.6rem;
  font-weight: 800;
  display: inline-block;
}
.page-template-case #hero a:hover {
  background: #fff;
  color: #ff8f4b;
}
.page-template-case #hero p:last-of-type {
  margin-bottom: 0;
}
.page-template-case #details {
  padding: 13rem 0 10rem 0;
}
.page-template-case #details .row {
  position: relative;
}
.page-template-case #details .row:nth-of-type(1) {
  padding-right: 42rem;
  min-height: 35rem;
}
.page-template-case #details .row:nth-of-type(1) h2 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 3.7rem;
  line-height: 4.6rem;
  font-weight: 700;
  color: #181b23;
  margin: 0 0 4rem 0;
  max-width: 66rem;
}
.page-template-case #details .row:nth-of-type(1) p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.9rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #181b23;
  margin: 2rem 0;
  max-width: 66rem;
}
.page-template-case #details .row:nth-of-type(2) h3 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 800;
  color: #181b23;
  margin: 6rem 0 3rem 0;
}
.page-template-case #details .row:nth-of-type(2) .challenges {
  display: flex;
  flex-wrap: wrap;
}
.page-template-case #details .row:nth-of-type(2) .challenges p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 500;
  color: #181b23;
  margin: 2rem 0;
  padding: 0 6rem 0 2rem;
  position: relative;
  max-width: 28rem;
}
.page-template-case #details .row:nth-of-type(2) .challenges p:before {
  content: '';
  width: 1px;
  height: 5rem;
  background: #979797;
  position: absolute;
  left: 0;
  top: 0;
}
.page-template-case #details .row:nth-of-type(2) .challenges p:last-of-type {
  padding-right: 0;
  max-width: 19rem;
}
.page-template-case #details .row:nth-of-type(3) {
  padding-top: 6rem;
  text-align: center;
}
.page-template-case #details .row:nth-of-type(3) h3 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 800;
  color: #181b23;
  margin: 0 auto;
  padding: 1rem 5rem;
  background: #fff;
  display: inline-block;
}
.page-template-case #details .row:nth-of-type(3) .needs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border: 2px solid #E9E9E9;
  padding: 6rem 2rem 4rem 2rem;
  margin-top: -3rem;
}
.page-template-case #details .row:nth-of-type(3) .needs p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 800;
  color: #000000;
  width: 16rem;
  text-align: center;
}
.page-template-case #details .row:nth-of-type(3) .needs p img {
  margin: 0 auto 1.5rem auto;
  display: block;
  width: auto;
  height: 4rem;
}
.page-template-case #details #info {
  width: 37.5rem;
  border-radius: .9rem;
  padding: 4rem 3rem 2rem 3rem;
  background: #fff;
  position: absolute;
  right: 0;
  top: -22rem;
  z-index: 5;
}
.page-template-case #details #info .logo {
  height: 21rem;
  display: flex;
  justify-content: center;
  margin: 0 0 3.5rem 0;
}
.page-template-case #details #info .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-case #details #info .details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-case #details #info .details div {
  margin: 0 0 3rem 0;
}
.page-template-case #details #info .details div label {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: #181b23;
  border-top: 1px solid #979797;
  padding: 1.5rem 0 0 0;
  margin: 0 0 1rem 0;
  display: block;
  width: 100%;
}
.page-template-case #details #info .details div p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 700;
  color: #181b23;
  margin: 0;
}
.page-template-case #details #info .details div:nth-of-type(1) {
  flex: 1 0 21rem;
  max-width: 21rem;
}
.page-template-case #details #info .details div:nth-of-type(2) {
  flex: 1 0 8rem;
  max-width: 8rem;
}
.page-template-case #details #info .details div:nth-of-type(3) {
  width: 100%;
}
.page-template-case #details #info a {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 700;
  color: #ffffff;
  height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2D3027;
  padding: .5rem 1rem;
  margin: 1rem 0 0 0;
  transition: all .3s;
}
.page-template-case #details #info a:hover {
  background: #D12141;
}
.page-template-case #approach {
  padding: 13rem 0 30rem 0;
}
.page-template-case #approach .row {
  max-width: 106rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-case #approach .row .img {
  flex: 1 0 50%;
  max-width: 50%;
  padding-right: 6rem;
}
.page-template-case #approach .row .img img {
  width: 100%;
  height: auto;
}
.page-template-case #approach .row .text {
  flex: 1 0 50%;
  max-width: 50%;
  padding-left: 6rem;
}
.page-template-case #approach .row .text h2 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 3.7rem;
  line-height: 4.6rem;
  font-weight: 700;
  color: #181b23;
  margin: 0 0 4rem 0;
}
.page-template-case #approach .row .text p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.9rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #181b23;
  margin: 2rem 0;
}
.page-template-case #approachdetails {
  padding: 0 0 0 0;
}
.page-template-case #approachdetails.template-A {
  display: flex;
  flex-direction: column;
}
.page-template-case #approachdetails.template-A .rlaptop {
  order: 1;
}
.page-template-case #approachdetails.template-A .rlaptop #laptop {
  margin-top: -30rem;
}
.page-template-case #approachdetails.template-A .rlaptop #mobile {
  margin-top: -20rem;
}
.page-template-case #approachdetails.template-A .rcolors {
  order: 2;
}
.page-template-case #approachdetails.template-A .rplan {
  order: 3;
}
.page-template-case #approachdetails.template-A .rplan h2 {
  color: #fff;
}
.page-template-case #approachdetails.template-B {
  display: flex;
  flex-direction: column;
}
.page-template-case #approachdetails.template-B .rlaptop {
  order: 3;
}
.page-template-case #approachdetails.template-B .rlaptop #laptop {
  margin-bottom: -15rem;
}
.page-template-case #approachdetails.template-B .rlaptop #mobile {
  margin-bottom: -15rem;
}
.page-template-case #approachdetails.template-B .rcolors {
  order: 2;
}
.page-template-case #approachdetails.template-B .rplan {
  order: 1;
  margin-top: -20rem;
}
.page-template-case #approachdetails.template-B .rplan h2 {
  color: #181B23;
}
.page-template-case #approachdetails.template-B + #marketing {
  padding-top: 20rem;
}
.page-template-case #approachdetails #laptop {
  max-width: 117rem;
  margin: 0 auto;
}
.page-template-case #approachdetails #laptop img {
  width: 100%;
  height: auto;
  background: url('../img/mac.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5% 15% 11% 15%;
}
.page-template-case #approachdetails #mobile {
  max-width: 117rem;
  margin: 0 auto;
  display: none;
}
.page-template-case #approachdetails #mobile img {
  width: 100%;
  height: auto;
  background: url('../img/mobile.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 4% 15% 4% 15%;
}
.page-template-case #approachdetails .colors {
  padding: 10rem 0 14rem;
  display: flex;
  justify-content: center;
}
.page-template-case #approachdetails .colors .color {
  width: 15rem;
  margin: 0 3rem;
  text-align: center;
}
.page-template-case #approachdetails .colors .color .picker {
  width: 10.7rem;
  height: 10.7rem;
  border-radius: 3.2rem;
  display: inline-block;
  margin: 0 0 3.5rem 0;
}
.page-template-case #approachdetails .colors .color .picker.border {
  border: 2px solid #555555;
}
.page-template-case #approachdetails .colors .color p:nth-of-type(1) {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2.1rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
.page-template-case #approachdetails .colors .color p:nth-of-type(2) {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #8b8b8b;
  margin: .2rem 0 0 0;
  text-transform: uppercase;
}
.page-template-case #approachdetails .rplan h2 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 3rem;
  line-height: 4.6rem;
  font-weight: 700;
  color: #181b23;
  text-align: center;
  margin: 0 0 4.5rem 0;
}
.page-template-case #approachdetails .rplan .plan {
  display: flex;
  margin: 0 -2rem;
}
.page-template-case #approachdetails .rplan .plan .step {
  padding: 0 2rem;
  flex: 1 0 33.33%;
  max-width: 33.33%;
  margin: 0 0 4rem 0;
}
.page-template-case #approachdetails .rplan .plan .step .imgcontainer {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin: 0 0 6rem 0;
}
.page-template-case #approachdetails .rplan .plan .step .imgcontainer .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 2.2rem;
  overflow: hidden;
}
.page-template-case #approachdetails .rplan .plan .step .imgcontainer .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-case #approachdetails .rplan .plan .step .imgcontainer p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 12rem;
  line-height: 12rem;
  font-weight: 700;
  color: #181b23;
  margin: 0;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -3rem;
  color: inherit;
  z-index: 2;
}
.page-template-case #approachdetails .rplan .plan .step .imgcontainer p:before {
  display: none;
}
.page-template-case #approachdetails .rplan .plan .step p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 800;
  color: #cdcdcd;
  padding: 0 2rem 0 3.5rem;
  position: relative;
}
.page-template-case #approachdetails .rplan .plan .step p:before {
  content: '';
  width: 1px;
  height: 3rem;
  background: #979797;
  position: absolute;
  left: 0;
  top: 0;
}
.page-template-case #marketing {
  padding: 13rem 0 13rem 0;
}
.page-template-case #marketing h1 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 3.7rem;
  line-height: 4.6rem;
  font-weight: 800;
  color: #181b23;
  margin: 0 0 4rem 0;
}
.page-template-case #marketing .row:nth-of-type(2) {
  max-width: 125rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6% 7%;
}
.page-template-case #marketing .row:nth-of-type(2) .content {
  background: #fff;
  border-radius: .8rem;
  padding: 7% 8%;
  display: flex;
  justify-content: space-between;
}
.page-template-case #marketing .row:nth-of-type(2) .content .left {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 2.5rem 0 0;
}
.page-template-case #marketing .row:nth-of-type(2) .content .right {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 0 0 2.5rem;
}
.page-template-case #marketing .row:nth-of-type(2) .content h2 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #181b23;
  margin: 0 0 2.5rem 0;
}
.page-template-case #marketing .row:nth-of-type(2) .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-case #marketing .row:nth-of-type(2) .content ul li {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #181b23;
  margin: 2rem 0 0 0;
  padding: 0 0 0 4rem;
  position: relative;
}
.page-template-case #marketing .row:nth-of-type(2) .content ul li:before {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  border-radius: .4rem;
  background: #D12240;
  position: absolute;
  left: 0;
  top: .6rem;
}
.page-template-case #marketing .row:nth-of-type(3) {
  padding-top: 18rem;
}
.page-template-case #marketing .row:nth-of-type(3) blockquote {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 4.2rem;
  line-height: 6rem;
  font-weight: 800;
  color: #181b23;
  max-width: 79rem;
  text-align: center;
  margin: 0 auto;
}
.page-template-case #marketing .row:nth-of-type(3) p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #b67f31;
  text-align: center;
  margin: 2rem auto 0 auto;
}
.page-template-case #results {
  padding: 10rem 0 7rem 0;
}
.page-template-case #results .row {
  max-width: 129rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-case #results .row .text {
  flex: 1 0 45%;
  max-width: 45%;
  padding: 0 5rem 0 0;
}
.page-template-case #results .row .text h2 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 3.7rem;
  line-height: 4.6rem;
  font-weight: 800;
  color: #d12240;
  margin: 0 0 7rem 0;
  max-width: 44rem;
}
.page-template-case #results .row .text p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.9rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 2.5rem 0;
  max-width: 40rem;
}
.page-template-case #results .row .text a {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 700;
  color: #ffffff;
  height: 4.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: .5rem 4rem;
  margin: 6rem 0 0 0;
  transition: all .3s;
  color: #fff;
}
.page-template-case #results .row .text a:hover {
  background-color: #fff !important;
  color: #181B23;
}
.page-template-case #results .row .info {
  flex: 1 0 55%;
  max-width: 55%;
  display: flex;
  flex-wrap: wrap;
}
.page-template-case #results .row .info .cont {
  flex: 1 0 50%;
  max-width: 50%;
}
.page-template-case #results .row .info .cont .body {
  background: rgba(170, 173, 182, 0.08);
  border: 1px solid rgba(151, 151, 151, 0.35);
  border-radius: .8rem;
  padding: 2rem 3.5rem 2rem 3.5rem;
  height: 100%;
  min-height: 15.5rem;
}
.page-template-case #results .row .info .cont .body p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.9rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.page-template-case #results .row .info .cont .body p strong {
  font-size: 5rem;
  line-height: 4.6rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem 0;
  display: block;
}
.page-template-case #results .row .info .cont:nth-of-type(even) {
  padding: 1.4rem 1.4rem 1.4rem 0;
}
.page-template-case #results .row .info .cont:nth-of-type(odd) {
  padding: 1.4rem 0 1.4rem 1.4rem;
}
.page-template-case #results .row .info .cont.head {
  flex: 1 0 100%;
  max-width: 100%;
  padding: 0 0 1.4rem 0;
}
.page-template-case #results .row .info .cont.head .body {
  display: flex;
  align-items: flex-start;
  height: auto;
}
.page-template-case #results .row .info .cont.head .body .img {
  flex: 1 0 12.5rem;
  max-width: 12.5rem;
}
.page-template-case #results .row .info .cont.head .body .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-case #results .row .info .cont.head .body .txt {
  width: 100%;
  padding-left: 4rem;
}
.page-template-case #results .row .info .cont.head .body .txt p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.9rem;
  line-height: 3rem;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.page-template-case #results .row .info .cont.head .body .txt p strong {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 3rem;
  margin: 0;
}
.page-template-case #results .row .info p.intro {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin: 1.5rem 0 0.5rem 0;
  flex: 1 0 100%;
  max-width: 100%;
  text-align: center;
}
.page-template-case.page-id-14 #hero {
  background-position: right center;
}
.page-template-case.page-id-354 #hero {
  background-position: right center;
}
.page-template-case.page-id-354 #hero h1 {
  text-align: left;
  margin: 0 0 2.5rem 0;
  max-width: 58rem;
  font-size: 6rem;
  line-height: 7rem;
}
.page-template-case.page-id-354 #hero p {
  text-align: left;
  margin: 0;
  max-width: 58rem;
}
.page-template-case.page-id-354 #marketing .row:nth-of-type(3) blockquote {
  font-size: 3.2rem;
  line-height: 4.2rem;
}
.page-template-case.page-id-354 #results .row .text h2 {
  color: #fff;
}
.page-template-case.page-id-354 #approach .row {
  align-items: flex-end;
}
.page-template-case.page-id-354 #approach .row .text {
  padding-bottom: 8rem;
}
.page-template-case.page-id-354 #approach .row .img img {
  width: 160%;
}
/* about */
.page-template-about #mobileTrigger div {
  background: #181B23;
}
.page-template-about #head {
  background: #fff;
}
.page-template-about #head #logo a {
  background-image: url('../img/invetit-logo-dark.png');
}
.page-template-about #head #mainMenu .scroll .menu > li .sub-menu {
  background: #FAFAFA;
}
.page-template-about #head #mainMenu .scroll .menu > li .sub-menu li a {
  color: #181B23;
}
.page-template-about #head #mainMenu .scroll .menu > li a {
  color: #181B23;
}
.page-template-about #head #mainMenu .scroll .menu > li:last-of-type a {
  color: #ffffff;
  border: 1px solid #ff8f4b;
}
.page-template-about #head #mainMenu .scroll .menu > li.menu-item-has-children > a {
  background-image: url('../img/ico-angledown-dark.svg');
}
.page-template-about #head #mainMenu .scroll #menu-social-menu > li:last-of-type a {
  border: none;
}
.page-template-about #head #mainMenu .scroll #menu-social-menu a {
  filter: invert(100%);
}
.page-template-about #head #mainMenu .scroll #menu-social-menu a:hover {
  filter: invert(31%) sepia(47%) saturate(1828%) hue-rotate(325deg) brightness(100%) contrast(102%);
}
.page-template-about #hero {
  background: #FAFAFA;
  padding: 35rem 0 7rem 0;
}
.page-template-about #hero .row {
  max-width: 74rem;
}
.page-template-about #hero h1 {
  font-family: Karoll, 'Karoll', Georgia, Times, 'Times New Roman' !important;
  font-size: 6rem;
  line-height: 8.2rem;
  font-weight: 500;
  color: #181b23;
  margin: 0 0 4rem 0;
  text-align: center;
}
.page-template-about #hero p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 500;
  color: #181b23;
  margin: 3rem 0;
  text-align: center;
}
.page-template-about #team {
  background: #FAFAFA;
  padding: 7rem 0 13rem 0;
}
.page-template-about #team .row {
  max-width: 127rem;
  display: flex;
  flex-wrap: wrap;
}
.page-template-about #team .row .person {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 2rem;
}
.page-template-about #team .row .person .content {
  background: #fff;
  border-radius: .9rem;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
}
.page-template-about #team .row .person .content p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #181b23;
  max-width: 21rem;
  text-align: right;
  margin: 0 0 2rem 0;
  max-height: 2.4rem;
  align-self: flex-end;
}
.page-template-about #team .row .person .content .img {
  width: 23rem;
  height: 23rem;
  align-self: center;
}
.page-template-about #team .row .person .content .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.page-template-about #team .row .person .content h2 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #181b23;
  max-width: 21rem;
  margin: -0.5rem 0 2rem 0.9rem;
}
/* apply */
.page-template-apply #mobileTrigger div {
  background: #181B23;
}
.page-template-apply #head {
  background: #fff;
}
.page-template-apply #head #logo a {
  background-image: url('../img/invetit-logo-dark.png');
}
.page-template-apply #head #mainMenu .scroll .menu > li .sub-menu {
  background: #FAFAFA;
}
.page-template-apply #head #mainMenu .scroll .menu > li .sub-menu li a {
  color: #181B23;
}
.page-template-apply #head #mainMenu .scroll .menu > li a {
  color: #181B23;
}
.page-template-apply #head #mainMenu .scroll .menu > li:last-of-type a {
  color: #ffffff;
  border: 1px solid #ff8f4b;
}
.page-template-apply #head #mainMenu .scroll .menu > li.menu-item-has-children > a {
  background-image: url('../img/ico-angledown-dark.svg');
}
.page-template-apply #head #mainMenu .scroll #menu-social-menu > li:last-of-type a {
  border: none;
}
.page-template-apply #head #mainMenu .scroll #menu-social-menu a {
  filter: invert(100%);
}
.page-template-apply #head #mainMenu .scroll #menu-social-menu a:hover {
  filter: invert(31%) sepia(47%) saturate(1828%) hue-rotate(325deg) brightness(100%) contrast(102%);
}
.page-template-apply #hero {
  background: #FAFAFA;
  padding: 35rem 0 4rem 0;
}
.page-template-apply #hero .row {
  max-width: 83rem;
}
.page-template-apply #hero h1 {
  font-family: Karoll, 'Karoll', Georgia, Times, 'Times New Roman' !important;
  font-size: 6rem;
  line-height: 8.2rem;
  font-weight: 500;
  color: #181b23;
  margin: 0 0 4rem 0;
  text-align: center;
}
.page-template-apply #hero p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #181b23;
  margin: 3rem auto;
  max-width: 70rem;
  text-align: center;
}
.page-template-apply #form {
  background: #FAFAFA;
  padding: 4rem 0 13rem 0;
}
.page-template-apply #form .row {
  max-width: 72rem;
}
.page-template-apply #form .nf-form-cont nf-fields-wrap nf-field:nth-of-type(1) {
  flex: 1 0 100%;
  max-width: 100%;
}
.page-template-apply #form .nf-form-cont nf-fields-wrap nf-field:nth-of-type(4) {
  flex: 1 0 100%;
  max-width: 100%;
}
.page-template-apply #form .nf-form-cont nf-fields-wrap nf-field:nth-of-type(10) {
  flex: 1 0 100%;
  max-width: 100%;
}
.page-template-apply #form .nf-form-cont nf-fields-wrap nf-field:nth-of-type(11) {
  flex: 1 0 100%;
  max-width: 100%;
}
.page-template-apply #form .nf-form-cont nf-fields-wrap nf-field:nth-of-type(14) {
  flex: 1 0 100%;
  max-width: 100%;
}
.page-template-apply #form .nf-form-cont nf-fields-wrap nf-field:nth-of-type(15) {
  flex: 1 0 100%;
  max-width: 100%;
}
.page-template-apply #form .nf-form-cont nf-fields-wrap nf-field:nth-of-type(16) {
  flex: 1 0 100%;
  max-width: 100%;
}
/* contact */
.page-template-contact #mobileTrigger div {
  background: #181B23;
}
.page-template-contact #head {
  background: #fff;
}
.page-template-contact #head #logo a {
  background-image: url('../img/invetit-logo-dark.png');
}
.page-template-contact #head #mainMenu .scroll .menu > li .sub-menu {
  background: #FAFAFA;
}
.page-template-contact #head #mainMenu .scroll .menu > li .sub-menu li a {
  color: #181B23;
}
.page-template-contact #head #mainMenu .scroll .menu > li a {
  color: #181B23;
}
.page-template-contact #head #mainMenu .scroll .menu > li:last-of-type a {
  color: #ffffff;
  border: 1px solid #ff8f4b;
}
.page-template-contact #head #mainMenu .scroll .menu > li.menu-item-has-children > a {
  background-image: url('../img/ico-angledown-dark.svg');
}
.page-template-contact #head #mainMenu .scroll #menu-social-menu > li:last-of-type a {
  border: none;
}
.page-template-contact #head #mainMenu .scroll #menu-social-menu a {
  filter: invert(100%);
}
.page-template-contact #head #mainMenu .scroll #menu-social-menu a:hover {
  filter: invert(31%) sepia(13%) saturate(4613%) hue-rotate(326deg) brightness(105%) contrast(106%);
}
.page-template-contact #hero {
  background: #FAFAFA;
  padding: 35rem 0 4rem 0;
}
.page-template-contact #hero .row {
  max-width: 83rem;
}
.page-template-contact #hero h1 {
  font-family: Karoll, 'Karoll', Georgia, Times, 'Times New Roman' !important;
  font-size: 6rem;
  line-height: 8.2rem;
  font-weight: 500;
  color: #181b23;
  margin: 0 0 4rem 0;
  text-align: center;
}
.page-template-contact #hero p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #181b23;
  margin: 3rem auto;
  max-width: 70rem;
  text-align: center;
}
.page-template-contact #form {
  background: #FAFAFA;
  padding: 4rem 0 13rem 0;
}
.page-template-contact #form .row {
  max-width: 72rem;
}
.page-template-contact #form .nf-form-cont nf-fields-wrap nf-field:nth-of-type(1) {
  flex: 1 0 100%;
  max-width: 100%;
}
.page-template-contact #form .nf-form-cont nf-fields-wrap nf-field:nth-of-type(6) {
  flex: 1 0 100%;
  max-width: 100%;
}
/* default */
.page-template-default #mobileTrigger div {
  background: #181B23;
}
.page-template-default #head {
  background: #fff;
}
.page-template-default #head #logo a {
  background-image: url('../img/invetit-logo-dark.png');
}
.page-template-default #head #mainMenu .scroll .menu > li .sub-menu {
  background: #FAFAFA;
}
.page-template-default #head #mainMenu .scroll .menu > li .sub-menu li a {
  color: #181B23;
}
.page-template-default #head #mainMenu .scroll .menu > li a {
  color: #181B23;
}
.page-template-default #head #mainMenu .scroll .menu > li:last-of-type a {
  color: #ffffff;
  border: 1px solid #ff8f4b;
}
.page-template-default #head #mainMenu .scroll #menu-social-menu > li:last-of-type a {
  border: none;
}
.page-template-default #head #mainMenu .scroll #menu-social-menu a {
  filter: invert(100%);
}
.page-template-default #head #mainMenu .scroll #menu-social-menu a:hover {
  filter: invert(31%) sepia(47%) saturate(1828%) hue-rotate(325deg) brightness(100%) contrast(102%);
}
.page-template-default #hero {
  background: #FAFAFA;
  padding: 35rem 0 4rem 0;
}
.page-template-default #hero .row {
  max-width: 83rem;
}
.page-template-default #hero h1 {
  font-family: Karoll, 'Karoll', Georgia, Times, 'Times New Roman' !important;
  font-size: 6rem;
  line-height: 8.2rem;
  font-weight: 500;
  color: #181b23;
  margin: 0 0 4rem 0;
  text-align: center;
}
.page-template-default #hero p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #181b23;
  margin: 3rem auto;
  max-width: 70rem;
  text-align: center;
}
.page-template-default #content {
  background: #FAFAFA;
  padding: 4rem 0 13rem 0;
}
.page-template-default #content .row {
  max-width: 72rem;
}
.page-template-default #content h1 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 3.7rem;
  line-height: 4.6rem;
  font-weight: 900;
  color: #181b23;
  margin: 0 auto 6rem auto;
}
.page-template-default #content h2 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 800;
  color: #181b23;
  margin: 3rem auto;
}
.page-template-default #content h3 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #181b23;
  margin: 2rem auto;
}
.page-template-default #content p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.9rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #181b23;
  margin: 2rem auto 2rem auto;
}
/* default */
.error404 #mobileTrigger div {
  background: #181B23;
}
.error404 #head {
  background: #fff;
}
.error404 #head #logo a {
  background-image: url('../img/invetit-logo-dark.png');
}
.error404 #head #mainMenu .scroll .menu > li .sub-menu {
  background: #FAFAFA;
}
.error404 #head #mainMenu .scroll .menu > li .sub-menu li a {
  color: #181B23;
}
.error404 #head #mainMenu .scroll .menu > li a {
  color: #181B23;
}
.error404 #head #mainMenu .scroll .menu > li:last-of-type a {
  color: #ffffff;
  border: 1px solid #ff8f4b;
}
.error404 #head #mainMenu .scroll .menu > li.menu-item-has-children > a {
  background-image: url('../img/ico-angledown-dark.svg');
}
.error404 #head #mainMenu .scroll #menu-social-menu > li:last-of-type a {
  border: none;
}
.error404 #head #mainMenu .scroll #menu-social-menu a {
  filter: invert(100%);
}
.error404 #head #mainMenu .scroll #menu-social-menu a:hover {
  filter: invert(31%) sepia(47%) saturate(1828%) hue-rotate(325deg) brightness(100%) contrast(102%);
}
.error404 #p404 {
  background: #FAFAFA;
  padding: 35rem 0 24rem 0;
}
.error404 #p404 p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 10rem;
  line-height: 10rem;
  font-weight: 800;
  color: #181b23;
  text-align: center;
  margin: 0;
}
.error404 #p404 p + p {
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 500;
  color: #181b23;
}
/* forms */
.nf-form-cont .nf-form-fields-required {
  display: none;
}
.nf-form-cont h2 {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #181b23;
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 2rem 0;
  padding: 0 0 2.5rem 0;
  border-bottom: 1px solid #979797;
}
.nf-form-cont h2 span {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #a1a1a1;
}
.nf-form-cont nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.nf-form-cont nf-fields-wrap nf-field {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 1rem;
}
.nf-form-cont nf-fields-wrap nf-field .nf-field-label {
  margin-bottom: 0.5rem !important;
}
.nf-form-cont nf-fields-wrap nf-field .nf-field-label label {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #151515;
}
.nf-form-cont nf-fields-wrap nf-field .nf-field-label label .ninja-forms-req-symbol {
  color: #151515;
}
.nf-form-cont nf-fields-wrap nf-field .nf-field-element input[type="text"],
.nf-form-cont nf-fields-wrap nf-field .nf-field-element input[type="email"],
.nf-form-cont nf-fields-wrap nf-field .nf-field-element input[type="tel"] {
  height: 4.9rem;
  border: 2px solid #c9d0d0;
  background: #fff;
  color: #181B23;
}
.nf-form-cont nf-fields-wrap nf-field .nf-field-element select,
.nf-form-cont nf-fields-wrap nf-field .nf-field-element select:focus {
  height: 4.9rem !important;
  border: 2px solid #c9d0d0;
  background: #ffffff url('../img/ico-select.svg') no-repeat right 2rem center;
  color: #181B23;
  padding-right: 4rem;
}
.nf-form-cont nf-fields-wrap nf-field .nf-field-element select + div,
.nf-form-cont nf-fields-wrap nf-field .nf-field-element select:focus + div {
  border: none !important;
  height: 4.9rem !important;
}
.nf-form-cont nf-fields-wrap nf-field .nf-field-element textarea {
  height: 17rem;
  border: 2px solid #c9d0d0;
  background: #fff;
  color: #181B23;
}
.nf-form-cont nf-fields-wrap nf-field .nf-field-element input[type="button"] {
  height: 5.2rem;
  border: 2px solid #ff8f4b;
  background: #ff8f4b;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.3rem 2.8rem;
  line-height: 2.2rem;
  transition: all .3s;
  border-radius: 2.6rem;
  font-weight: 800;
  display: inline-block;
  height: 4.4rem;
  margin-top: 2rem;
  padding: 0.9rem 2.8rem;
}
.nf-form-cont nf-fields-wrap nf-field .nf-field-element input[type="button"]:hover {
  background: #fff;
  color: #ff8f4b;
}
.nf-form-cont nf-fields-wrap nf-field .nf-after-field .nf-error-msg {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #cc0000;
}
.nf-form-cont .nf-after-form-content .nf-error-msg {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #cc0000;
}
.nf-form-cont .nf-response-msg p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #181b23;
  margin: 2rem auto;
  max-width: 70rem;
  text-align: center;
}
/* footer */
footer#foot {
  padding: 6rem 0;
  background: #03444A;
}
footer#foot .row {
  max-width: 132rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer#foot .row .logo {
  flex: 1 0 44rem;
  max-width: 44rem;
}
footer#foot .row .logo #footLogo {
  width: 16.7rem;
  height: 4.1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../img/invetit-logo-white.png');
  display: block;
  margin: 0 0 3rem 0;
}
footer#foot .row .logo p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #ffffff;
  margin: 1rem 0;
}
footer#foot .row .logo form .flex {
  display: flex;
  justify-content: flex-start;
}
footer#foot .row .logo form .flex input[type="email"] {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: #181b23;
  height: 4rem;
  border-top-left-radius: .4rem;
  border-bottom-left-radius: .4rem;
  border: none;
  padding: 1rem 2rem;
  width: 100%;
}
footer#foot .row .logo form .flex input[type="submit"] {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  color: #ffffff;
  height: 4rem;
  border-top-right-radius: .4rem;
  border-bottom-right-radius: .4rem;
  background: #FF8F4B;
  border: none;
  padding: 1rem 3rem;
}
footer#foot .row .logo form #mce-responses {
  margin: 1rem 0 0 0;
}
footer#foot .row .logo form #mce-responses .response {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #ffffff;
}
footer#foot .row .logo form #mce-responses .response a {
  color: inherit;
  text-decoration: underline;
}
footer#foot .row .logo form #mce-responses .response a:hover {
  text-decoration: none;
}
footer#foot .row .menuContainer {
  flex: 1 0 33rem;
  max-width: 33rem;
  display: flex;
  justify-content: space-between;
}
footer#foot .row .menuContainer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer#foot .row .menuContainer .menu li {
  margin: .5rem 0;
  padding: 0;
}
footer#foot .row .menuContainer .menu li a {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 900;
  color: #9fadad;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .3s;
}
footer#foot .row .menuContainer .menu li a:hover {
  color: #ff8f4b;
}
footer#foot .row .menuContainer .menu li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1rem;
  display: none;
}
footer#foot .row .menuContainer .menu li .sub-menu li {
  margin: 0;
}
footer#foot .row .menuContainer .menu li .sub-menu li a {
  text-transform: capitalize;
}
footer#foot .row .menuContainer .menu li.menu-item-has-children > a {
  padding-right: 2rem;
  background: url('../img/ico-angledown.svg') no-repeat right center;
  background-size: auto .8rem;
}
footer#foot .row .menuContainer .left .menu > li:nth-of-type(4) {
  display: none;
}
footer#foot .row .menuContainer .left .menu > li:nth-of-type(5) {
  display: none;
}
footer#foot .row .menuContainer .left .menu > li:nth-of-type(6) {
  display: none;
}
footer#foot .row .menuContainer .right .menu > li:nth-of-type(1) {
  display: none;
}
footer#foot .row .menuContainer .right .menu > li:nth-of-type(2) {
  display: none;
}
footer#foot .row .menuContainer .right .menu > li:nth-of-type(3) {
  display: none;
}
footer#foot .row .misc {
  flex: 1 0 30rem;
  max-width: 30rem;
}
footer#foot .row .misc .vet {
  width: 7.8rem;
  height: 6.3rem;
  background: url('../img/logo-veteran2.png') no-repeat center;
  background-size: contain;
  margin: 0 auto 3rem auto;
  display: block;
}
footer#foot .row .misc p {
  font-family: Sofia, 'Sofia', 'Myriad Pro', Arial, Verdana !important;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #181b23;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 3rem 0;
}
footer#foot .row .misc p a {
  color: inherit;
  text-decoration: underline;
}
footer#foot .row .misc p a:hover {
  text-decoration: none;
}
footer#foot .row .misc .menu-social-menu-container ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
footer#foot .row .misc .menu-social-menu-container ul li {
  margin: 0 1.5rem;
}
footer#foot .row .misc .menu-social-menu-container ul a {
  text-indent: -999rem;
  display: block;
  transition: all .3s;
}
footer#foot .row .misc .menu-social-menu-container ul a:hover {
  filter: brightness(45%) sepia(1) hue-rotate(-5deg) saturate(5);
}
footer#foot .row .misc .menu-social-menu-container ul a[href*='facebook'] {
  width: 0.9rem;
  height: 2.1rem;
  background: url('../img/social-facebook.svg') no-repeat center;
  background-size: auto 2.1rem;
}
footer#foot .row .misc .menu-social-menu-container ul a[href*='instagram'] {
  width: 2.1rem;
  height: 2.1rem;
  background: url('../img/social-instagram.svg') no-repeat center;
  background-size: auto 2.1rem;
}
footer#foot .row .misc .menu-social-menu-container ul a[href*='linked'] {
  width: 2.1rem;
  height: 2.1rem;
  background: url('../img/social-linked.svg') no-repeat center;
  background-size: auto 2.1rem;
}
/* buttons */
.btn {
  height: 5.2rem;
  border: 2px solid #ff8f4b;
  background: #ff8f4b;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.3rem 2.8rem;
  line-height: 2.2rem;
  transition: all .3s;
  border-radius: 2.6rem;
  font-weight: 800;
  display: inline-block;
}
.btn:hover {
  background: #fff;
  color: #ff8f4b;
}
/* misc */
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none !important;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder {
  color: rgba(74, 74, 74, 0.6);
}
img.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}
img.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.hidden {
  visibility: hidden !important;
}
.visible {
  visibility: visible !important;
}
/* rwd */
@media only screen and (min-width: 1151px) {
  header#head #mainMenu {
    display: block !important;
    top: auto !important;
  }
}
@media only screen and (max-width: 1150px) {
  header#head {
    padding: 2rem 0;
  }
  header#head #mainMenu {
    position: fixed;
    display: none;
    margin: 0;
    top: -105vh;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    bottom: auto;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
    transition: all .3s;
    padding: 6rem 0;
  }
  header#head #mainMenu > div.scroll {
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
  }
  header#head #mainMenu > div.scroll .menu {
    flex-direction: column;
  }
  header#head #mainMenu > div.scroll .menu > li {
    margin: 2rem 1rem;
    text-align: center;
  }
  header#head #mainMenu > div.scroll .menu > li a {
    color: #181B23;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  header#head #mainMenu > div.scroll .menu > li:last-of-type {
    margin: 2rem 1rem 1rem 1rem;
  }
  header#head #mainMenu > div.scroll .menu > li:last-of-type a {
    color: #fff;
  }
  header#head #mainMenu > div.scroll .menu > li.menu-item-has-children {
    margin: 2rem 1rem 1rem 1rem;
  }
  header#head #mainMenu > div.scroll .menu > li.menu-item-has-children > a {
    padding: 0;
    background-image: none !important;
  }
  header#head #mainMenu > div.scroll .menu > li .sub-menu {
    background: transparent;
    padding: 0;
    display: block;
    position: static;
    margin: 1rem 0 0 0;
  }
  header#head #mainMenu > div.scroll .menu > li .sub-menu > li {
    margin: 1rem 1rem;
  }
  header#head #mainMenu > div.scroll .menu > li .sub-menu > li a {
    color: #181B23;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  header#head #mainMenu > div.scroll #menu-social-menu {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  header#head #mainMenu > div.scroll #menu-social-menu a {
    filter: invert(100%);
  }
  header#head #mainMenu > div.scroll #menu-social-menu a:hover {
    filter: invert(31%) sepia(47%) saturate(1828%) hue-rotate(325deg) brightness(100%) contrast(102%);
  }
  header#head #mainMenu > div.scroll #menu-social-menu > li:last-of-type {
    margin: 2rem 1rem;
  }
  #mobileTrigger {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  footer#foot .row {
    flex-direction: column;
  }
  footer#foot .row .logo {
    flex: auto;
    width: 100%;
    max-width: 40rem;
  }
  footer#foot .row .logo #footLogo {
    margin: 0 auto 3rem auto;
    display: block;
  }
  footer#foot .row .logo p {
    text-align: center;
  }
  footer#foot .row .menuContainer {
    flex: auto;
    width: 100%;
    max-width: 30rem;
    margin: 6rem auto;
  }
  footer#foot .row .misc {
    flex: auto;
    width: 100%;
    max-width: 30rem;
  }
  .page-template-case.page-id-354 #hero {
    background-position: right -28rem center;
  }
}
@media only screen and (max-width: 1150px) {
  .page-template-home #hero h1 {
    font-size: 6rem;
    line-height: 6.2rem;
    font-weight: 500;
    color: #ffffff;
    max-width: 70rem;
  }
  .page-template-home #hero p {
    font-size: 2.2rem;
    line-height: 3.6rem;
    font-weight: 500;
    color: #ffffff;
    max-width: 70rem;
  }
}
@media only screen and (max-width: 1100px) {
  .page-template-about #team .row {
    max-width: 82rem;
  }
  .page-template-about #team .row .person {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .page-template-case #hero h1 {
    font-size: 6rem;
    line-height: 6.6rem;
    font-weight: 800;
    color: #ffffff;
    max-width: 90rem;
    margin: 0 auto 3rem auto;
  }
  .page-template-case #hero p {
    font-size: 2.4rem;
    line-height: 3.8rem;
    font-weight: 500;
    color: #ffffff;
    max-width: 78rem;
  }
}
@media only screen and (max-width: 1000px) {
  .page-template-home #how .flex {
    flex-wrap: wrap;
    max-width: 70rem;
    margin: 7rem auto 0 auto;
  }
  .page-template-home #how .flex .step {
    flex: 1 0 50%;
    max-width: 50%;
    margin: 0 0 3rem 0;
  }
  .page-template-home #partners .slide .text {
    padding: 0 3rem 7rem 3rem;
  }
  .page-template-case #approachdetails .colors .color {
    width: 12rem;
  }
  .page-template-case #approachdetails .colors .color .picker {
    width: 9rem;
    height: 9rem;
    border-radius: 2rem;
    margin: 0 0 2.5rem 0;
  }
  .page-template-case #approachdetails .colors .color p:nth-of-type(1) {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
    color: #ffffff;
  }
  .page-template-case #approachdetails .colors .color p:nth-of-type(2) {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    color: #8b8b8b;
  }
  .page-template-case #marketing .row:nth-of-type(3) blockquote {
    font-size: 3.6rem;
    line-height: 5rem;
    font-weight: 800;
    color: #181b23;
  }
}
@media only screen and (max-width: 900px) {
  .page-template-case #results .row {
    flex-direction: column;
  }
  .page-template-case #results .row .text {
    padding: 0;
    flex: auto;
    max-width: 100%;
  }
  .page-template-case #results .row .text p,
  .page-template-case #results .row .text h2 {
    max-width: 100%;
  }
  .page-template-case #results .row .info {
    padding: 0;
    flex: auto;
    max-width: 100%;
    margin: 10rem 0 0 0;
  }
  .page-template-case.page-id-354 #hero {
    background-position: right -42rem center;
  }
}
@media only screen and (max-width: 850px) {
  .page-template-case #details #info {
    position: static;
    margin: 6rem 0;
  }
  .page-template-case #details .row:nth-of-type(1) {
    padding-right: 2rem;
  }
  .page-template-case #details .row:nth-of-type(1) p {
    max-width: 100%;
  }
  .page-template-case #details .row:nth-of-type(2) .challenges p {
    max-width: 25rem;
  }
  .page-template-case #approachdetails .rplan .plan .step .imgcontainer p {
    font-size: 8rem;
    line-height: 8rem;
    font-weight: 700;
    color: #ffffff;
  }
  .page-template-case #approachdetails .rplan .plan .step p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 800;
    color: #ffffff;
    padding: 0 2rem 0 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .page-template-home #partners .owl-nav {
    position: absolute;
    top: 38rem;
    padding-right: 0;
    width: 27rem;
  }
  .page-template-home #partners .slide {
    flex-wrap: wrap;
  }
  .page-template-home #partners .slide .misc {
    flex: auto;
    max-width: 30rem;
    width: 30rem;
  }
  .page-template-home #partners .slide .pic {
    flex: 1 0 30rem;
    max-width: 30rem;
    position: relative;
    z-index: 2;
  }
  .page-template-home #partners .slide .text {
    flex: auto;
    max-width: 100%;
    border-radius: 1.6rem;
    background: #f7f6f1;
    padding: 3rem 3rem 11rem 3rem;
    margin-top: -4rem;
  }
  .page-template-home #partners .slide .text p {
    max-width: 100%;
  }
  .page-template-home #partners .slide .text:before {
    display: none;
  }
  .page-template-home #partners .slide .text a {
    left: 3rem;
    bottom: 3rem;
  }
  .page-template-case #hero h1 {
    font-size: 4.4rem;
    line-height: 5rem;
    font-weight: 800;
    color: #ffffff;
    max-width: 62rem;
    margin: 0 auto 2.5rem auto;
  }
  .page-template-case #hero p {
    font-size: 2.2rem;
    line-height: 3.6rem;
    font-weight: 500;
    color: #ffffff;
    max-width: 74rem;
  }
  .page-template-case.page-id-354 #hero h1 {
    font-size: 4.4rem;
    line-height: 5rem;
    font-weight: 800;
    color: #ffffff;
    max-width: 52rem;
    margin: 0 0 2.5rem 0;
  }
  .page-template-case.page-id-354 #hero p {
    font-size: 2.2rem;
    line-height: 3.6rem;
    font-weight: 500;
    color: #ffffff;
    max-width: 42rem;
  }
  .page-template-case.page-id-22 #hero {
    background-position: right 62% center;
  }
}
@media only screen and (max-width: 770px) {
  .page-template-home #legal .row {
    margin: 0 1.5rem;
  }
}
@media only screen and (max-width: 750px) {
  .row {
    padding: 0 1.5rem;
  }
  #head .row {
    padding: 0 2rem;
  }
  #head #mobileTrigger {
    right: 1rem;
  }
  .page-template-home #hero h1 {
    font-size: 5rem;
    line-height: 5.4rem;
    font-weight: 500;
    color: #ffffff;
    max-width: 60rem;
  }
  .page-template-home #hero p {
    font-size: 2rem;
    line-height: 3.4rem;
    font-weight: 500;
    color: #ffffff;
  }
  .page-template-home #what img {
    max-width: 28rem;
  }
  .page-template-home #what h1 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    font-weight: 900;
    color: #181b23;
  }
  .page-template-home #what p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-home #how .row {
    padding: 10rem 1rem;
  }
  .page-template-home #how h1 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    font-weight: 900;
    color: #181b23;
  }
  .page-template-home #how p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-home #quote blockquote {
    font-size: 3.8rem;
    line-height: 5.2rem;
    font-weight: 700;
    color: #181b23;
  }
  .page-template-home #quote p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 600;
    color: #9fadad;
  }
  #signup h1 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    font-weight: 700;
    color: #ffffff;
  }
  #signup p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: #ffffff;
  }
  .page-template-case #details {
    padding: 10rem 0 8rem 0;
  }
  .page-template-case #details .row:nth-of-type(1) {
    padding-right: 1.5rem;
  }
  .page-template-case #details .row:nth-of-type(1) h2 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    font-weight: 700;
    color: #181b23;
    margin: 0 0 3rem 0;
  }
  .page-template-case #details .row:nth-of-type(1) p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-case #approach .row .img {
    padding-right: 3rem;
  }
  .page-template-case #approach .row .text {
    padding-left: 3rem;
  }
  .page-template-case #approachdetails .colors .color {
    width: 9rem;
    margin: 0 2rem;
  }
  .page-template-case #approachdetails .colors .color .picker {
    width: 8rem;
    height: 8rem;
    border-radius: 1.6rem;
  }
  .page-template-case #marketing h1 {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 800;
    color: #181b23;
  }
  .page-template-case #marketing .row:nth-of-type(2) .content {
    padding: 5% 6%;
  }
  .page-template-case #marketing .row:nth-of-type(2) .content h2 {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 700;
    color: #181b23;
  }
  .page-template-case #marketing .row:nth-of-type(2) .content li {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-case #marketing .row:nth-of-type(3) {
    padding-top: 13rem;
  }
  .page-template-case #marketing .row:nth-of-type(3) blockquote {
    font-size: 2.6rem;
    line-height: 4.4rem;
    font-weight: 600;
    color: #181b23;
  }
  .page-template-case #marketing .row:nth-of-type(3) p {
    font-size: 1.8rem;
  }
  .page-template-case #results .row .text h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 800;
    color: #ffffff;
  }
  .page-template-about #hero {
    padding: 28rem 0 5rem 0;
  }
  .page-template-about #hero h1 {
    font-size: 5rem;
    line-height: 5.4rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-about #hero p {
    font-size: 2.2rem;
    line-height: 3.4rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-apply #hero {
    padding: 28rem 0 5rem 0;
  }
  .page-template-apply #hero h1 {
    font-size: 5rem;
    line-height: 5.4rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-apply #hero p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-contact #hero {
    padding: 28rem 0 5rem 0;
  }
  .page-template-contact #hero h1 {
    font-size: 5rem;
    line-height: 5.4rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-contact #hero p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: #181b23;
  }
}
@media only screen and (max-width: 700px) {
  .page-template-about #team .row .person .content p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .page-template-about #team .row .person .content h2 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  .page-template-about #team .row .person .content .img {
    width: 18rem;
    height: 18rem;
    margin: 0 0 1rem 0;
  }
  .page-template-case.page-id-20 #hero {
    background-position: right 70% center;
  }
}
@media only screen and (max-width: 650px) {
  .page-template-home #legal .row {
    display: block;
  }
  .page-template-home #legal .row h1 {
    max-width: 100%;
    margin: 0 0 3rem 0;
  }
  .page-template-home #legal .row div {
    padding: 0;
  }
  .page-template-home #partners .owl-nav {
    top: 31rem;
    width: 21rem;
  }
  .page-template-home #partners .slide .misc {
    max-width: 24rem;
    width: 24rem;
  }
  .page-template-home #partners .slide .misc hr {
    margin: 10rem 0 0 0;
  }
  .page-template-home #partners .slide .pic {
    flex: 1 0 22rem;
    max-width: 22rem;
  }
  .page-template-home #partners .slide .pic .img {
    height: 34rem;
  }
  .page-template-case #approach {
    padding-top: 8rem;
  }
  .page-template-case #approach .row {
    flex-direction: column;
  }
  .page-template-case #approach .row .img {
    padding-right: 0;
    order: 2;
    flex: auto;
    max-width: 100%;
    margin-top: 6rem;
  }
  .page-template-case #approach .row .img img {
    max-width: 30rem;
  }
  .page-template-case #approach .row .text {
    padding-left: 0;
    order: 1;
    flex: auto;
    max-width: 100%;
    text-align: center;
  }
  .page-template-case.page-id-22 #approach .row .img img {
    max-width: 100%;
    right: -12%;
    position: relative;
  }
  .page-template-case.page-id-354 #approach .row .text {
    padding: 0;
  }
  .page-template-case.page-id-354 #approach .row .img img {
    width: 100%;
    max-width: 46rem;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-home #hero {
    background-position: right -10rem top;
  }
  .page-template-case #approachdetails .rplan .plan {
    flex-wrap: wrap;
    max-width: 30rem;
    margin: 0 auto;
  }
  .page-template-case #approachdetails .rplan .plan .step {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-case #approachdetails .rplan .plan .step .imgcontainer p {
    font-size: 12rem;
    line-height: 12rem;
    font-weight: 800;
    color: #ffffff;
  }
  .page-template-case #approachdetails .rlaptop #laptop {
    display: none;
  }
  .page-template-case #approachdetails .rlaptop #mobile {
    display: block;
  }
  .page-template-case #marketing .row:nth-of-type(2) .content {
    flex-direction: column;
  }
  .page-template-case #marketing .row:nth-of-type(2) .content .left {
    flex: auto;
    max-width: 100%;
    padding: 0;
  }
  .page-template-case #marketing .row:nth-of-type(2) .content .right {
    flex: auto;
    max-width: 100%;
    padding: 0;
    margin-top: 4rem;
  }
  .page-template-case.page-id-14 #hero {
    background-position: right 10% center;
  }
}
@media only screen and (max-width: 550px) {
  .page-template-case #details .row:nth-of-type(2) .challenges p {
    max-width: 50%;
    padding: 0 4rem 0 2rem;
  }
  .page-template-case #details .row:nth-of-type(2) .challenges p:last-of-type {
    max-width: 50%;
    padding: 0 4rem 0 2rem;
  }
  .page-template-case #details .row:nth-of-type(3) h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 800;
    color: #181b23;
  }
  .page-template-case #details .row:nth-of-type(3) .needs {
    padding: 5rem 1rem 3rem 1rem;
  }
  .page-template-case #details .row:nth-of-type(3) .needs p {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 800;
    color: #181b23;
    width: 14rem;
  }
  .page-template-case #approachdetails .colors {
    max-width: 30rem;
    margin: 0 auto;
    padding: 6rem 0 10rem 0;
    flex-wrap: wrap;
  }
  .page-template-case #approachdetails .colors .color {
    margin: 2rem 2rem;
  }
  .page-template-case #results .row .info .cont {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-case #results .row .info .cont:nth-of-type(odd) {
    padding: 1.4rem 0;
  }
  .page-template-case #results .row .info .cont:nth-of-type(even) {
    padding: 1.4rem 0;
  }
  .page-template-case #results .row .info .cont.head .body {
    flex-direction: column;
  }
  .page-template-case #results .row .info .cont.head .body .img {
    flex: auto;
    height: 13rem;
    max-width: 100%;
    margin: 0 0 2rem 0;
  }
  .page-template-case #results .row .info .cont.head .body .txt {
    padding: 0;
  }
  .page-template-case #results .row .info .cont.head .body .txt p {
    text-align: center;
  }
  .page-template-about #team .row {
    padding: 0;
  }
  .page-template-about #team .row .person {
    padding: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  #head #logo {
    width: 18rem;
  }
  .page-template-home #hero {
    height: 70rem;
    padding: 7rem 0 0 0;
  }
  .page-template-home #hero h1 {
    font-size: 4.4rem;
    line-height: 4.8rem;
    font-weight: 500;
    color: #ffffff;
    max-width: 35rem;
  }
  .page-template-home #hero p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 500;
    color: #ffffff;
  }
  .page-template-home #how .flex .step {
    flex: 1 0 100%;
    max-width: 100%;
    margin: 0 0 3rem 0;
  }
  .page-template-home #how .flex .step .content p {
    max-width: 100%;
  }
  .page-template-home #how .flex .step:nth-of-type(even) {
    top: auto;
  }
  .page-template-home #quote {
    padding: 4rem 0 10rem 0;
  }
  .page-template-home #quote blockquote {
    font-size: 3rem;
    line-height: 4.4rem;
    font-weight: 700;
    color: #181b23;
  }
  .page-template-home #partners {
    padding: 0 0 4rem 0;
  }
  .page-template-home #partners .owl-nav {
    width: 31rem;
    top: 36rem;
  }
  .page-template-home #partners .slide .pic {
    order: 1;
  }
  .page-template-home #partners .slide .misc {
    order: 2;
    flex: auto;
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
  }
  .page-template-home #partners .slide .misc hr {
    display: none;
  }
  .page-template-home #partners .slide .misc p:nth-of-type(1) {
    margin: 2rem 0 0 0;
    text-align: left;
    max-width: 100%;
  }
  .page-template-home #partners .slide .misc p:nth-of-type(2) {
    margin: 1rem 0 0 0;
    text-align: left;
    max-width: 100%;
  }
  .page-template-home #partners .slide .text {
    order: 3;
    margin-top: 3rem;
  }
  .page-template-home #partners .slide .text h1 {
    margin: 0 0 .5rem 0;
  }
  #signup h1 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: 700;
    color: #ffffff;
  }
  .page-template-case #hero,
  .page-template-case.page-id-354 #hero {
    height: 100vh;
    padding: 12rem 0 14rem 0;
  }
  .page-template-case #hero h1,
  .page-template-case.page-id-354 #hero h1 {
    font-size: 3.4rem;
    line-height: 4.4rem;
    font-weight: 800;
    color: #ffffff;
  }
  .page-template-case #hero p,
  .page-template-case.page-id-354 #hero p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 500;
    color: #ffffff;
  }
  .page-template-case #details,
  .page-template-case.page-id-354 #details {
    padding: 8rem 0 8rem 0;
  }
  .page-template-case #details .row:nth-of-type(1) h2,
  .page-template-case.page-id-354 #details .row:nth-of-type(1) h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    font-weight: 700;
    color: #181b23;
  }
  .page-template-case #details .row:nth-of-type(1) p,
  .page-template-case.page-id-354 #details .row:nth-of-type(1) p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-case #details .row:nth-of-type(2) h3,
  .page-template-case.page-id-354 #details .row:nth-of-type(2) h3 {
    text-align: center;
  }
  .page-template-case #details .row:nth-of-type(2) .challenges,
  .page-template-case.page-id-354 #details .row:nth-of-type(2) .challenges {
    justify-content: center;
  }
  .page-template-case #details .row:nth-of-type(2) .challenges p,
  .page-template-case.page-id-354 #details .row:nth-of-type(2) .challenges p {
    max-width: 90%;
    padding-right: 0;
  }
  .page-template-case #details .row:nth-of-type(2) .challenges p:last-of-type,
  .page-template-case.page-id-354 #details .row:nth-of-type(2) .challenges p:last-of-type {
    max-width: 90%;
    padding-right: 0;
  }
  .page-template-case #details #info,
  .page-template-case.page-id-354 #details #info {
    width: 100%;
    max-width: 38rem;
  }
  .page-template-case #approach .row .text h2,
  .page-template-case.page-id-354 #approach .row .text h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 700;
    color: #181b23;
    margin: 0 0 3rem 0;
  }
  .page-template-case #approach .row .text p,
  .page-template-case.page-id-354 #approach .row .text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-case #marketing h1,
  .page-template-case.page-id-354 #marketing h1 {
    font-size: 2.6rem;
    line-height: 3.4rem;
    font-weight: 800;
    color: #181b23;
  }
  .page-template-case #marketing .row:nth-of-type(2),
  .page-template-case.page-id-354 #marketing .row:nth-of-type(2) {
    padding: 3rem 3rem;
  }
  .page-template-case #marketing .row:nth-of-type(2) .content,
  .page-template-case.page-id-354 #marketing .row:nth-of-type(2) .content {
    padding: 3.5rem 3rem;
  }
  .page-template-case #marketing .row:nth-of-type(3),
  .page-template-case.page-id-354 #marketing .row:nth-of-type(3) {
    padding-top: 11rem;
  }
  .page-template-case #marketing .row:nth-of-type(3) blockquote,
  .page-template-case.page-id-354 #marketing .row:nth-of-type(3) blockquote {
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: 600;
    color: #181b23;
  }
  .page-template-case #marketing .row:nth-of-type(3) p,
  .page-template-case.page-id-354 #marketing .row:nth-of-type(3) p {
    font-size: 1.6rem;
  }
  .page-template-case #results .row .text h2,
  .page-template-case.page-id-354 #results .row .text h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 5rem 0;
  }
  .page-template-case #results .row .text p,
  .page-template-case.page-id-354 #results .row .text p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: #ffffff;
  }
  .page-template-case #results .row .text a,
  .page-template-case.page-id-354 #results .row .text a {
    font-size: 1.6rem;
  }
  .page-template-case #results .row .info p.intro,
  .page-template-case.page-id-354 #results .row .info p.intro {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 700;
    color: #ffffff;
  }
  .page-template-about #hero {
    padding: 23rem 0 4rem 0;
  }
  .page-template-about #hero h1 {
    font-size: 4rem;
    line-height: 4.4rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-about #hero p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-about #team .row .person .content p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .page-template-about #team .row .person .content h2 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin: 0;
  }
  .page-template-about #team .row .person .content .img {
    width: 12rem;
    height: 12rem;
    margin: 0 0 1rem 0;
  }
  .page-template-apply #hero {
    padding: 23rem 0 4rem 0;
  }
  .page-template-apply #hero h1 {
    font-size: 4rem;
    line-height: 4.4rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-apply #hero p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-contact #hero {
    padding: 23rem 0 4rem 0;
  }
  .page-template-contact #hero h1 {
    font-size: 4rem;
    line-height: 4.4rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-contact #hero p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #181b23;
  }
  .error404 #p404 {
    background: #FAFAFA;
    padding: 23rem 0 20rem 0;
  }
  .error404 #p404 p {
    font-size: 7rem;
    line-height: 7rem;
    font-weight: 800;
    color: #181b23;
  }
  .error404 #p404 p + p {
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: #181b23;
  }
  .nf-form-cont nf-fields-wrap nf-field {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .page-template-home #legal .row {
    padding: 4rem 3rem;
  }
}
@media only screen and (max-width: 360px) {
  .page-template-home #hero {
    height: 64rem;
  }
  .page-template-home #hero h1 {
    font-size: 3.6rem;
    line-height: 4.2rem;
    font-weight: 500;
    color: #ffffff;
    max-width: 35rem;
  }
  .page-template-home #hero p {
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 500;
    color: #ffffff;
  }
  .page-template-home #what {
    padding: 8rem 0 10rem 0;
  }
  .page-template-home #what img {
    max-width: 22rem;
  }
  .page-template-home #what h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    font-weight: 900;
    color: #181b23;
  }
  .page-template-home #what p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-home #how h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    font-weight: 900;
    color: #181b23;
  }
  .page-template-home #how p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-home #how .flex .step .content p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #ffffff;
  }
  .page-template-home #how .flex .step .content strong {
    padding-left: 0;
    font-size: 10rem;
    line-height: 8rem;
  }
  .page-template-home #quote blockquote {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: #181b23;
  }
  .page-template-home #quote p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: #9fadad;
  }
  .page-template-home #partners .owl-nav {
    top: 42rem;
    right: 1rem;
  }
  .page-template-home #partners .slide .pic {
    margin-bottom: 4rem;
  }
  .page-template-home #partners .slide .text {
    padding: 2rem 2rem 10rem 2rem;
  }
  .page-template-home #partners .slide .text h1 {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 700;
    color: #181b23;
  }
  .page-template-home #partners .slide .text h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    font-weight: 700;
    color: #181b23;
  }
  .page-template-home #partners .slide .text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-home #partners .slide .text a {
    left: 2rem;
    bottom: 2rem;
  }
  #signup {
    padding: 10rem 0;
  }
  #signup h1 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: #ffffff;
  }
  #signup p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 600;
    color: #ffffff;
  }
  .page-template-case #hero h1,
  .page-template-case.page-id-354 #hero h1 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    font-weight: 800;
    color: #ffffff;
  }
  .page-template-case #hero p,
  .page-template-case.page-id-354 #hero p {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 500;
    color: #ffffff;
  }
  .page-template-case #details #info,
  .page-template-case.page-id-354 #details #info {
    padding: 3rem 2rem 2rem 2rem;
  }
  .page-template-case #details #info .logo,
  .page-template-case.page-id-354 #details #info .logo {
    height: 13rem;
  }
  .page-template-case #details #info .details div:nth-of-type(1),
  .page-template-case.page-id-354 #details #info .details div:nth-of-type(1) {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-case #details #info .details div:nth-of-type(2),
  .page-template-case.page-id-354 #details #info .details div:nth-of-type(2) {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-case #details #info a,
  .page-template-case.page-id-354 #details #info a {
    font-size: 1.4rem;
  }
  .page-template-case #details .row:nth-of-type(2) h3,
  .page-template-case.page-id-354 #details .row:nth-of-type(2) h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 800;
    color: #181b23;
    margin: 5rem 0 2rem 0;
  }
  .page-template-case #details .row:nth-of-type(2) .challenges p,
  .page-template-case.page-id-354 #details .row:nth-of-type(2) .challenges p {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: #181b23;
    padding: 0 0 0 2rem;
  }
  .page-template-case #details .row:nth-of-type(3) h3,
  .page-template-case.page-id-354 #details .row:nth-of-type(3) h3 {
    padding: 1rem 2rem;
  }
  .page-template-case #details .row:nth-of-type(3) .needs p,
  .page-template-case.page-id-354 #details .row:nth-of-type(3) .needs p {
    font-size: 1.4rem;
    width: 12rem;
  }
  .page-template-case #details .row:nth-of-type(3) .needs p img,
  .page-template-case.page-id-354 #details .row:nth-of-type(3) .needs p img {
    height: 3.2rem;
  }
  .page-template-case #approach .row .text h2,
  .page-template-case.page-id-354 #approach .row .text h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-weight: 700;
    color: #181b23;
  }
  .page-template-case #approach .row .text p,
  .page-template-case.page-id-354 #approach .row .text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-case #approachdetails .rplan .plan .step .imgcontainer,
  .page-template-case.page-id-354 #approachdetails .rplan .plan .step .imgcontainer {
    margin: 0 0 4rem 0;
  }
  .page-template-case #approachdetails .rplan .plan .step .imgcontainer p,
  .page-template-case.page-id-354 #approachdetails .rplan .plan .step .imgcontainer p {
    font-size: 8rem;
    line-height: 8rem;
    font-weight: 700;
    color: #ffffff;
  }
  .page-template-case #marketing .row:nth-of-type(2),
  .page-template-case.page-id-354 #marketing .row:nth-of-type(2) {
    padding: 1rem 1rem;
  }
  .page-template-case #marketing .row:nth-of-type(3) blockquote,
  .page-template-case.page-id-354 #marketing .row:nth-of-type(3) blockquote {
    font-size: 2rem;
    line-height: 3.6rem;
    font-weight: 600;
    color: #181b23;
  }
  .page-template-case #marketing .row:nth-of-type(3) p,
  .page-template-case.page-id-354 #marketing .row:nth-of-type(3) p {
    font-size: 1.4rem;
  }
  .page-template-case #results .row .text p,
  .page-template-case.page-id-354 #results .row .text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #ffffff;
  }
  .page-template-case #results .row .text a,
  .page-template-case.page-id-354 #results .row .text a {
    padding: .5rem 2rem;
    margin: 4rem 0 0 0;
  }
  .page-template-case #results .row .info .cont.head .body .txt p,
  .page-template-case.page-id-354 #results .row .info .cont.head .body .txt p {
    font-size: 1.7rem;
    line-height: 2.8rem;
    font-weight: 300;
    color: #ffffff;
  }
  .page-template-case #results .row .info .cont .body p,
  .page-template-case.page-id-354 #results .row .info .cont .body p {
    font-size: 1.7rem;
    line-height: 2.8rem;
    font-weight: 300;
    color: #ffffff;
  }
  .page-template-case #results .row .info .cont .body p strong,
  .page-template-case.page-id-354 #results .row .info .cont .body p strong {
    font-size: 4rem;
    line-height: 3.8rem;
    font-weight: 700;
    color: #ffffff;
  }
  .page-template-about #hero {
    padding: 20rem 0 3rem 0;
  }
  .page-template-about #hero h1 {
    font-size: 3.2rem;
    line-height: 3.8rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-about #hero p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-about #team .row {
    justify-content: center;
  }
  .page-template-about #team .row .person {
    flex: 1 0 100%;
    max-width: 30rem;
  }
  .page-template-about #team .row .person .content p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .page-template-about #team .row .person .content h2 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin: 0;
  }
  .page-template-about #team .row .person .content .img {
    width: 18rem;
    height: 18rem;
  }
  .page-template-apply #hero {
    padding: 20rem 0 3rem 0;
  }
  .page-template-apply #hero h1 {
    font-size: 3.2rem;
    line-height: 3.8rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-apply #hero p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-contact #hero {
    padding: 20rem 0 3rem 0;
  }
  .page-template-contact #hero h1 {
    font-size: 3.2rem;
    line-height: 3.8rem;
    font-weight: 500;
    color: #181b23;
  }
  .page-template-contact #hero p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: #181b23;
  }
  .nf-form-cont nf-fields-wrap nf-field {
    padding: 0 0;
  }
  .nf-form-cont h2 {
    display: block;
    padding: 0 0 1.5rem 0;
  }
  .nf-form-cont h2 span {
    text-align: left;
    display: block;
    margin: 0.5rem 0 0 0;
  }
}
