@import url("https://use.typekit.net/bwf0fgj.css");
/* fonts */
.art {
  font-family: "articulat-cf", sans-serif;
}
/* body */
html,
body {
  margin: 0;
  background: #fff;
  font-size: 62.5% !important;
  color: #0A0A0A;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: "articulat-cf", sans-serif;
}
#page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body p {
  color: #0A0A0A;
}
table,
tr,
td {
  font-size: 20px;
}
a {
  outline: none;
  text-decoration: none;
}
.row {
  max-width: 150rem;
  height: inherit;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  z-index: 5;
}
.row .anchor {
  position: absolute;
  top: -16rem;
  height: 1px;
  width: 1px;
}
* {
  box-sizing: border-box;
}
/* header */
header#head {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 1rem 0 2rem 0;
  z-index: 50;
  transition: all .5s;
  background: #744487;
}
header#head .row {
  max-width: 145rem;
  padding: 0.5rem 3rem;
}
header#head .row .topmenu {
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #b86dac;
}
header#head .row .topmenu .content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header#head .row .topmenu .content .menu-top-menu-container {
  width: 100%;
}
header#head .row .topmenu .content ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0 -2.5rem;
  padding: 0;
}
header#head .row .topmenu .content ul li {
  padding: 0 2.5rem 0 2.5rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: 1.8rem;
  background-position: center left;
}
header#head .row .topmenu .content ul li a {
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: 400;
  color: #50ffd1;
  position: relative;
  font-weight: 600;
}
header#head .row .topmenu .content ul li a:hover {
  text-decoration: underline;
}
header#head .row .topmenu .content ul li a[href*="#"] {
  cursor: default;
}
header#head .row .topmenu .content ul li:nth-of-type(1) {
  background-image: url('../img/call.png');
}
header#head .row .topmenu .content ul li:nth-of-type(2) {
  background-image: url('../img/mail.png');
}
header#head .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.4rem;
  position: relative;
  transition: all .3s;
}
header#head .row .flex #logo {
  flex: 1 0 17.2rem;
  max-width: 17.2rem;
  height: 3.4rem;
}
header#head .row .flex #logo a {
  display: block;
}
header#head .row .flex #logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header#head .row .flex nav {
  flex: 1;
  max-width: 100%;
  padding-left: 4rem;
}
header#head .row .flex nav .scroll .content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header#head .row .flex nav .scroll .content .menu-main-menu-container {
  width: 100%;
}
header#head .row .flex nav .scroll .content ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0 -2rem;
  padding: 0;
}
header#head .row .flex nav .scroll .content ul li {
  padding: 1rem 2rem;
  position: relative;
}
header#head .row .flex nav .scroll .content ul li a {
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  position: relative;
}
header#head .row .flex nav .scroll .content ul li a:hover:before {
  left: 0;
  right: 50%;
}
header#head .row .flex nav .scroll .content ul li a:hover:after {
  right: 0;
  left: 50%;
}
header#head .row .flex nav .scroll .content ul li a:before,
header#head .row .flex nav .scroll .content ul li a:after {
  content: '';
  display: block;
  height: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 2.5rem;
  transition: all .3s;
}
header#head .row .flex nav .scroll .content ul li a:before {
  left: -50%;
  right: 150%;
}
header#head .row .flex nav .scroll .content ul li a:after {
  right: -50%;
  left: 150%;
}
header#head .row .flex nav .scroll .content ul li.menu-item-has-children a {
  padding-right: 2rem;
  background-image: url('../img/arrow-dropdown.svg');
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position: center right;
}
header#head .row .flex nav .scroll .content ul li.menu-item-has-children a:before,
header#head .row .flex nav .scroll .content ul li.menu-item-has-children a:after {
  display: none;
}
header#head .row .flex nav .scroll .content ul li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  padding: 1rem 0;
  left: 2rem;
  top: 3.7rem;
  box-shadow: 0 40px 50px -15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: all .3s;
}
header#head .row .flex nav .scroll .content ul li.menu-item-has-children .sub-menu li {
  margin: 0 0;
  padding: 0.5rem 2rem;
  background-color: #fff;
}
header#head .row .flex nav .scroll .content ul li.menu-item-has-children .sub-menu li a {
  padding-right: 0;
  background-image: none;
  text-align: left;
  color: #172129;
}
header#head .row .flex nav .scroll .content ul li.menu-item-has-children .sub-menu li a:hover {
  color: #744487;
}
header#head .row .flex nav .scroll .content ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}
header#head .row .flex nav .scroll .content ul li.menu-item-has-children:hover.menu-item-709:hover .sub-menu,
header#head .row .flex nav .scroll .content ul li.menu-item-has-children:hover.menu-item-722:hover .sub-menu {
  display: flex;
}
header#head .row .flex nav .scroll .content ul li:nth-of-type(5) a {
  color: #551e6d;
  font-weight: 700;
  padding: 1rem 2rem;
  background-color: #50ffd1;
  border-radius: 1rem;
  transition: all .3s;
}
header#head .row .flex nav .scroll .content ul li:nth-of-type(5) a:hover {
  color: #50ffd1;
  background-color: #551e6d;
}
header#head .row .flex nav .scroll .content ul li:nth-of-type(5) a:before,
header#head .row .flex nav .scroll .content ul li:nth-of-type(5) a:after {
  display: none;
}
header#head .row .flex nav .scroll .content ul li:nth-of-type(6) {
  padding: 1rem 0;
}
header#head .row .flex nav .scroll .content ul li:nth-of-type(6) a {
  width: 2.8rem;
  height: 2.8rem;
  background-image: url('../img/glass.png');
  background-repeat: no-repeat;
  background-size: 2.8rem auto;
  background-position: center;
  display: block;
  text-indent: -999rem;
}
header#head .row .flex nav .scroll .content ul li:nth-of-type(6) a:before,
header#head .row .flex nav .scroll .content ul li:nth-of-type(6) a:after {
  display: none;
}
#mobileTrigger {
  display: none;
  height: 3.4rem;
  width: 4rem;
  cursor: pointer;
  padding: 0 1rem;
  position: absolute;
  right: 1rem;
  top: 2.3rem;
  z-index: 110;
  transition: all .3s;
}
#mobileTrigger div {
  width: 2rem;
  height: 2px;
  background: #fff;
  margin: 1rem 0;
  transition: all .3s;
}
#mobileTrigger div + div {
  width: 1.1rem;
}
#mobileTrigger.opened {
  position: fixed;
  top: 1.8rem;
  right: 0.9rem;
}
#mobileTrigger.opened div {
  width: 2.4rem;
  position: absolute;
  top: 1.9rem;
  left: 0.8rem;
  transform: rotate(45deg);
  background: #fff;
  margin: 0;
}
#mobileTrigger.opened div + div {
  transform: rotate(-45deg);
}
#page.scrolled header#head {
  padding: 0.5rem 0;
}
#page.scrolled header#head .row .flex {
  padding-top: 0.9rem;
}
#page.scrolled header#head #mobileTrigger {
  top: 0.9rem;
}
/* search */
#searchfield {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 18rem;
  background: #744487;
}
#searchfield .flex {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 22rem;
  margin: 0 0 0 auto ;
}
#searchfield .flex .search-form label {
  font-size: 1.4rem;
}
#searchfield .flex .search-form label input {
  flex: 1 0 28rem;
  max-width: 28rem;
  padding: 1rem 2rem;
  border: none;
}
#searchfield .flex .search-form label .screen-reader-text {
  font-size: 1.4rem !important;
}
#searchfield .flex #searchClose {
  width: 2rem;
  height: 2rem;
  background-image: url('../img/ico-close.svg');
  background-size: contain;
  cursor: pointer;
}
#searchfield .flex button {
  position: absolute;
  right: -999rem;
}
/* search results */
body.search #search {
  padding: 23rem 0 12rem 0;
}
body.search #search .row {
  max-width: 96rem;
}
body.search #search .row h1 {
  font-size: 5.6rem;
  line-height: 100%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 7rem auto;
  text-align: center;
}
body.search #search .row h1 span {
  color: #744487;
}
body.search #search .row .post {
  margin: 0 0 3rem 0;
}
body.search #search .row .post h2 {
  font-size: 2.2rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 0 0.7rem 0;
}
body.search #search .row .post h2 a {
  color: #744487;
}
body.search #search .row .post h2 a:hover {
  text-decoration: underline;
}
body.search #search .row .post .summary p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0;
}
body.search #search .row .post .summary a {
  display: none;
}
body.search #search .row article {
  max-width: 66rem;
  margin: 0 auto;
}
body.search #search .row article header h2 {
  font-size: 3.2rem;
  line-height: 100%;
  color: #744487;
  font-weight: 700;
  margin: 0 auto 2rem auto;
  text-align: center;
}
body.search #search .row article .entry-content {
  text-align: center;
}
body.search #search .row article .entry-content p {
  font-size: 2rem;
  line-height: 120%;
  color: #000;
  font-weight: 500;
  margin: 0 auto 3.5rem auto;
  max-width: 46rem;
}
body.search #search .row article .entry-content form {
  max-width: 36rem;
  margin: 0 auto;
}
body.search #search .row article .entry-content form div {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
body.search #search .row article .entry-content form div input[type="text"] {
  padding: 0.7rem 1.5rem;
  font-size: 1.4rem;
  line-height: 120%;
  color: #000;
  font-weight: 400;
  margin: 0;
  border: 1px solid #d7d7d7;
  width: 20rem;
}
body.search #search .row article .entry-content form div input[type="submit"] {
  padding: 0.7rem 1.5rem;
  font-size: 1.4rem;
  line-height: 120%;
  color: #fff;
  font-weight: 700;
  margin: 0;
  border: 1px solid #744487;
  background-color: #744487;
}
body.search #search .row .navigation {
  margin: 8rem auto 0 auto;
  max-width: 22rem;
}
body.search #search .row .navigation nav {
  text-align: center;
}
body.search #search .row .navigation nav h2 {
  font-size: 2rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0;
}
body.search #search .row .navigation nav .nav-links span.page-numbers.current {
  font-size: 2.2rem;
  line-height: 120%;
  color: #B86DAC;
  font-weight: 700;
  margin: 0;
  padding: 0 1.5rem;
}
body.search #search .row .navigation nav .nav-links a {
  font-size: 1.6rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 0 1.5rem;
}
body.search #search .row .navigation nav .nav-links a:hover {
  text-decoration: underline;
}
/* home */
.page-template-page-home #hero {
  padding: 19rem 0 0 0;
}
.page-template-page-home #hero .row {
  max-width: 145rem;
}
.page-template-page-home #hero .row .container {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  border-radius: 1.2rem;
  padding: 10rem 4rem;
  background-size: cover;
}
.page-template-page-home #hero .row .container .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-page-home #hero .row .container .flex .txt {
  text-align: center;
  flex: 1;
  max-width: 100%;
  padding-right: 6rem;
}
.page-template-page-home #hero .row .container .flex .txt h1 {
  font-size: 6.6rem;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 2rem auto;
  max-width: 54rem;
}
.page-template-page-home #hero .row .container .flex .txt p {
  font-size: 2.4rem;
  line-height: 145%;
  color: #fff;
  font-weight: 300;
  margin: 0 auto 4rem auto;
  max-width: 59rem;
}
.page-template-page-home #hero .row .container .flex .txt p strong {
  color: #50ffd1;
  font-weight: 700;
}
.page-template-page-home #hero .row .container .flex .txt a {
  font-size: 2.4rem;
  line-height: 140%;
  color: #551e6d;
  font-weight: 700;
  margin: 0 auto;
  padding: 1rem 3rem;
  background-color: #50ffd1;
  border-radius: 1rem;
  transition: all .3s;
  display: inline-block;
}
.page-template-page-home #hero .row .container .flex .txt a:hover {
  color: #50ffd1;
  background-color: #551e6d;
}
.page-template-page-home #hero .row .container .flex .img {
  flex: 1 0 57rem;
  max-width: 57rem;
}
.page-template-page-home #hero .row .container .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-home #partners {
  padding: 6rem 0 11.5rem 0;
}
.page-template-page-home #partners .row {
  max-width: 100%;
}
.page-template-page-home #partners .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-page-home #partners .row .flex .logotypes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-page-home #partners .row .flex .logotypes .img {
  margin: 0 4rem;
}
.page-template-page-home #partners .row .owl-stage {
  display: flex;
  align-items: center;
}
.page-template-page-home #benefits {
  padding: 0 0 7rem 0;
}
.page-template-page-home #benefits .row {
  max-width: 136rem;
  text-align: center;
}
.page-template-page-home #benefits .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -1.5rem;
}
.page-template-page-home #benefits .row .flex .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1.5rem;
}
.page-template-page-home #benefits .row .flex .box .content {
  display: block;
  border: 1px solid rgba(85, 30, 109, 0.5);
  background: rgba(85, 30, 109, 0.1);
  padding: 4rem 3rem;
  border-radius: 1.2rem;
  height: 100%;
}
.page-template-page-home #benefits .row .flex .box .content .img {
  max-width: 14rem;
  height: auto;
  margin: 0 auto 2.5rem auto;
}
.page-template-page-home #benefits .row .flex .box .content .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-home #benefits .row .flex .box .content .txt {
  text-align: center;
}
.page-template-page-home #benefits .row .flex .box .content .txt h3 {
  font-size: 3.2rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 1rem auto;
}
.page-template-page-home #benefits .row .flex .box .content .txt p {
  font-size: 2.2rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
}
.page-template-page-home #benefits .row .flex .box .content:hover .txt h3 {
  text-decoration: underline;
}
.page-template-page-home #discovery {
  padding: 10rem 0;
}
.page-template-page-home #discovery .row {
  max-width: 136rem;
}
.page-template-page-home #discovery .row h2 {
  font-size: 2.2rem;
  line-height: 120%;
  color: #744487;
  font-weight: 700;
  margin: 0 0 2.3rem 0;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
.page-template-page-home #discovery .row h3 {
  font-size: 4.5rem;
  line-height: 120%;
  color: #0c0c0c;
  font-weight: 700;
  margin: 0 0 4rem 0;
}
.page-template-page-home #discovery .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-page-home #discovery .row .flex .txt {
  flex: 1;
  max-width: 100%;
  padding-right: 4.8rem;
}
.page-template-page-home #discovery .row .flex .txt p {
  font-size: 2.2rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 0 1rem 0;
  max-width: 49rem;
}
.page-template-page-home #discovery .row .flex .txt p strong {
  color: #744487;
}
.page-template-page-home #discovery .row .flex .txt a {
  font-size: 1.8rem;
  line-height: 140%;
  color: #50ffd1;
  font-weight: 700;
  margin: 2.5rem 0 5rem 0;
  padding: 1.6rem 3rem;
  border-radius: 1rem;
  background-color: #744487;
  transition: all .3s;
  display: inline-block;
}
.page-template-page-home #discovery .row .flex .txt a:hover {
  color: #551e6d;
  background-color: #50ffd1;
}
.page-template-page-home #discovery .row .flex .img {
  flex: 1 0 67.4rem;
  max-width: 67.4rem;
}
.page-template-page-home #discovery .row .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-home #video {
  padding: 4rem 0 6.5rem 0;
}
.page-template-page-home #video .row {
  max-width: 132rem;
}
.page-template-page-home #video .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-page-home #video .row .flex .movie {
  flex: 1 0 69rem;
  max-width: 69rem;
  position: relative;
}
.page-template-page-home #video .row .flex .movie video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: auto;
}
.page-template-page-home #video .row .flex .movie .thumb {
  max-width: 69rem;
  height: auto;
  box-shadow: 7.241px 19.402px 29.103px -19.402px rgba(24, 26, 62, 0.1);
}
.page-template-page-home #video .row .flex .movie .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1.2rem;
}
.page-template-page-home #video .row .flex .movie .play {
  width: 9.2rem;
  height: 9.2rem;
  background-image: url('../img/ico-play.png');
  background-repeat: no-repeat;
  background-size: 9.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4.6rem 0 0 -4.6rem;
  transition: all .3s;
}
.page-template-page-home #video .row .flex .movie .play:hover {
  transform: scale(0.9);
}
.page-template-page-home #video .row .flex .txt {
  flex: 1;
  max-width: 100%;
  padding: 0 5.5rem;
  text-align: left;
}
.page-template-page-home #video .row .flex .txt h3 {
  font-size: 2.2rem;
  line-height: 120%;
  color: #744487;
  font-weight: 700;
  margin: 0 0 2.3rem 0;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
.page-template-page-home #video .row .flex .txt h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}
.page-template-page-home #video .row .flex .txt p {
  font-size: 2.2rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.page-template-page-home #video .row .flex .txt p strong {
  color: #551e6d;
  font-weight: 700;
}
.page-template-page-home #video .row .flex .txt a {
  font-size: 1.8rem;
  line-height: 140%;
  color: #50ffd1;
  font-weight: 700;
  margin: 2.5rem 0 5rem 0;
  padding: 1.6rem 3rem;
  border-radius: 1rem;
  background-color: #744487;
  transition: all .3s;
  display: inline-block;
}
.page-template-page-home #video .row .flex .txt a:hover {
  color: #551e6d;
  background-color: #50ffd1;
}
.page-template-page-home #difference .row {
  max-width: 100%;
}
.page-template-page-home #difference .row .container {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1.2rem;
  padding: 8.5rem 4rem;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-page-home #difference .row .container .txt {
  text-align: center;
  max-width: 99rem;
  margin: 0 auto;
}
.page-template-page-home #difference .row .container .txt h2 {
  font-size: 4.5rem;
  line-height: 120%;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 4.1rem auto;
}
.page-template-page-home #difference .row .container .txt p strong {
  font-size: 2.2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 4.1rem auto;
}
.page-template-page-home #difference .row .container .txt p {
  font-size: 2.2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  margin: 0 auto 4.1rem auto;
  max-width: 73.5rem;
}
.page-template-page-home #difference .row .container .txt .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -6rem;
}
.page-template-page-home #difference .row .container .txt .flex .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 6rem;
  text-align: center;
  position: relative;
}
.page-template-page-home #difference .row .container .txt .flex .box .img {
  margin: 0 auto 2rem auto;
  width: 5.8rem;
  height: 5.8rem;
}
.page-template-page-home #difference .row .container .txt .flex .box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-home #difference .row .container .txt .flex .box p {
  font-size: 2.2rem;
  line-height: 130%;
  color: #fff;
  font-weight: 400;
  margin: 0 auto 4.1rem auto;
}
.page-template-page-home #difference .row .container .txt .flex .box:after {
  content: '';
  width: 1px;
  height: 9rem;
  top: 50%;
  right: 0;
  margin: -4.5rem 0;
  background-color: #fff;
  position: absolute;
}
.page-template-page-home #difference .row .container .txt .flex .box:last-of-type:after {
  display: none;
}
.page-template-page-home #difference .row .container .txt a {
  font-size: 1.8rem;
  line-height: 140%;
  color: #50ffd1;
  font-weight: 700;
  margin: 0 auto 4rem auto;
  padding: 1.5rem 4.7rem;
  border-radius: 1rem;
  transition: all .3s;
  display: inline-block;
  background-color: #744487;
}
.page-template-page-home #difference .row .container .txt a:hover {
  color: #551e6d;
  background-color: #50ffd1;
}
.page-template-page-home #difference .row .container .txt a + p {
  font-size: 1.7rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  margin: 0 auto;
  max-width: 39rem;
}
.page-template-page-home #standards {
  padding: 6.5rem 0 10rem 0;
}
.page-template-page-home #standards .row {
  max-width: 134rem;
}
.page-template-page-home #standards .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-page-home #standards .row .flex .txt {
  flex: 1;
  max-width: 100%;
  padding-right: 7rem;
}
.page-template-page-home #standards .row .flex .txt p {
  font-size: 2.4rem;
  line-height: 140%;
  color: #231e14;
  font-weight: 400;
  margin: 0;
}
.page-template-page-home #standards .row .flex .awards {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -1rem;
}
.page-template-page-home #standards .row .flex .awards .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1rem;
}
.page-template-page-home #standards .row .flex .awards .box .img {
  max-width: 12.7rem;
  height: auto;
}
.page-template-page-home #standards .row .flex .awards .box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-home #testimonials {
  padding: 0 0 9rem 0;
}
.page-template-page-home #testimonials .row {
  max-width: 134rem;
}
.page-template-page-home #testimonials .row .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.page-template-page-home #testimonials .row .heading h2 {
  font-size: 3.6rem;
  line-height: 112%;
  color: #0c0c0c;
  font-weight: 600;
  margin: 0;
  flex: 1;
  max-width: 100%;
  padding-right: 4rem;
}
.page-template-page-home #testimonials .row .heading .nav {
  flex: 1 0 13.5rem;
  max-width: 13.5rem;
  display: flex;
  justify-content: flex-end;
}
.page-template-page-home #testimonials .row .heading .nav .prev,
.page-template-page-home #testimonials .row .heading .nav .next {
  flex: 1 0 50%;
  max-width: 50%;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 1rem;
  background-color: rgba(34, 34, 34, 0.1);
  transition: all .3s;
}
.page-template-page-home #testimonials .row .heading .nav .prev:active,
.page-template-page-home #testimonials .row .heading .nav .next:active,
.page-template-page-home #testimonials .row .heading .nav .prev:hover,
.page-template-page-home #testimonials .row .heading .nav .next:hover {
  background-color: #50ffd1;
}
.page-template-page-home #testimonials .row .heading .nav .next {
  margin-left: 1.2rem;
  background-image: url('../img/next.svg');
  background-repeat: no-repeat;
  background-size: 2rem 1.2rem;
  background-position: center;
}
.page-template-page-home #testimonials .row .heading .nav .prev {
  margin-left: 1.2rem;
  background-image: url('../img/prev.svg');
  background-repeat: no-repeat;
  background-size: 2rem 1.2rem;
  background-position: center;
}
.page-template-page-home #testimonials .row .owl-carousel .owl-stage {
  display: flex;
}
.page-template-page-home #testimonials .row .owl-carousel .box {
  height: 100%;
}
.page-template-page-home #testimonials .row .owl-carousel .box .content {
  border-radius: 1.2rem;
  padding: 2.4rem;
  border: 1px solid rgba(68, 68, 68, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.page-template-page-home #testimonials .row .owl-carousel .box .content .txt {
  margin: 0 0 2.3rem 0;
}
.page-template-page-home #testimonials .row .owl-carousel .box .content .txt h3 {
  font-size: 2.2rem;
  line-height: 137%;
  color: #222;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}
.page-template-page-home #testimonials .row .owl-carousel .box .content .txt p {
  font-size: 1.6rem;
  line-height: 150%;
  color: #444;
  font-weight: 400;
  margin: 0;
}
.page-template-page-home #testimonials .row .owl-carousel .box .content .author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-page-home #testimonials .row .owl-carousel .box .content .author img {
  flex: 1 0 5.6rem;
  max-width: 5.6rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-home #testimonials .row .owl-carousel .box .content .author .person {
  flex: 1;
  max-width: 100%;
  padding-left: 1.5rem;
}
.page-template-page-home #testimonials .row .owl-carousel .box .content .author .person p {
  font-size: 1.5rem;
  line-height: 120%;
  color: #222;
  font-weight: 700;
  margin: 0;
}
.page-template-page-home #testimonials .row .owl-carousel .box .content .author .person p + p {
  font-size: 1.5rem;
  line-height: 120%;
  color: #222;
  font-weight: 400;
  margin: 0;
}
.page-template-page-home #workflow {
  padding: 5rem 0 ;
  margin: 0 0 6rem 0;
}
.page-template-page-home #workflow .row {
  max-width: 132rem;
}
.page-template-page-home #workflow .row .container {
  max-width: 100%;
}
.page-template-page-home #workflow .row .container h2 {
  font-size: 2.2rem;
  line-height: 100%;
  color: #744487;
  font-weight: 700;
  margin: 0 0 2.5rem 0;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.page-template-page-home #workflow .row .container h3 {
  font-size: 4.5rem;
  line-height: 120%;
  color: #0c0c0c;
  font-weight: 700;
  margin: 0 0 4rem 0;
}
.page-template-page-home #workflow .row .container .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-page-home #workflow .row .container .flex .txt {
  flex: 1 0 50%;
  max-width: 50%;
  padding-left: 9rem;
}
.page-template-page-home #workflow .row .container .flex .txt p {
  font-size: 2.2rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 0 2.5rem 0;
}
.page-template-page-home #workflow .row .container .flex .txt p strong {
  color: #744487;
}
.page-template-page-home #workflow .row .container .flex .txt a {
  font-size: 1.8rem;
  line-height: 140%;
  color: #50ffd1;
  font-weight: 700;
  margin: 2.5rem 0 5rem 0;
  padding: 1.6rem 3rem;
  border-radius: 1rem;
  background-color: #744487;
  transition: all .3s;
  display: inline-block;
}
.page-template-page-home #workflow .row .container .flex .txt a:hover {
  color: #551e6d;
  background-color: #50ffd1;
}
.page-template-page-home #workflow .row .container .flex .img {
  flex: 1 0 50%;
  max-width: 50%;
}
.page-template-page-home #workflow .row .container .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* about us */
.page-template-page-about #hero {
  padding: 19rem 0 12rem 0 ;
}
.page-template-page-about #hero .row {
  max-width: 145rem;
}
.page-template-page-about #hero .row .container {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  border-radius: 1.2rem;
  padding: 10rem 5.7rem;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-page-about #hero .row .container h1 {
  font-size: 6.6rem;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  max-width: 99rem;
  padding: 12rem 0;
}
.page-template-page-about #timeline {
  padding: 0 0 4rem 0;
}
.page-template-page-about #timeline .row {
  max-width: 130rem;
}
.page-template-page-about #timeline .row h2 {
  font-size: 2.1rem;
  line-height: 120%;
  color: #744487;
  font-weight: 700;
  margin: 0 auto 4rem auto;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-align: center;
}
.page-template-page-about #timeline .row .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page-template-page-about #timeline .row .flex .txt {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 4rem;
}
.page-template-page-about #timeline .row .flex .txt h3 {
  font-size: 2.4rem;
  line-height: 150%;
  color: #4d4d4d;
  font-weight: 700;
  margin: 0 ;
  text-transform: uppercase;
}
.page-template-page-about #timeline .row .flex .txt p {
  font-size: 2.2rem;
  line-height: 150%;
  color: #551e6d;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.page-template-page-about #timeline .row .flex .txt p + p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 300;
  margin: 0;
}
.page-template-page-about #timeline .row .flex .img {
  flex: 1 0 50%;
  max-width: 50%;
  margin: 0 auto;
  padding: 4rem;
}
.page-template-page-about #timeline .row .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1rem;
}
.page-template-page-about #timeline .row .flex:before {
  content: '';
  height: 100%;
  width: 2px;
  background-color: #551e6d;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.page-template-page-about #timeline .row .flex:after {
  content: '';
  height: 2rem;
  width: 2rem;
  background-color: #744487;
  position: absolute;
  top: 2.8rem;
  left: 50%;
  margin-left: -1rem;
  border-radius: 50%;
}
.page-template-page-about #timeline .row .flex:nth-of-type(odd) .txt {
  order: 1;
  text-align: right;
}
.page-template-page-about #timeline .row .flex:nth-of-type(odd) .img {
  order: 2;
}
.page-template-page-about #timeline .row .flex:nth-of-type(even) .txt {
  order: 2;
}
.page-template-page-about #timeline .row .flex:nth-of-type(even) .img {
  order: 1;
}
.page-template-page-about #today {
  padding: 4rem 0 8rem 0;
}
.page-template-page-about #today .row {
  max-width: 96rem;
  text-align: center;
}
.page-template-page-about #today .row h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 2rem auto;
  max-width: 68rem;
}
.page-template-page-about #today .row p {
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
}
.page-template-page-about #more {
  padding: 0 0 10rem 0;
}
.page-template-page-about #more .row {
  max-width: 105rem;
}
.page-template-page-about #more .row h2 {
  font-size: 2.1rem;
  line-height: 140%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 3.5rem auto;
  text-align: center;
  max-width: 50rem;
}
.page-template-page-about #more .row .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 -1.1rem;
}
.page-template-page-about #more .row .flex .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1.1rem;
}
.page-template-page-about #more .row .flex .box .content {
  background-color: #744487;
  border-radius: 1rem;
  height: 100%;
  padding: 3rem;
  display: block;
  transition: all .3s;
}
.page-template-page-about #more .row .flex .box .content h3 {
  font-size: 2.4rem;
  line-height: 120%;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 1rem auto;
  text-align: center;
  text-decoration: underline;
}
.page-template-page-about #more .row .flex .box .content p {
  font-size: 1.7rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  max-width: 25rem;
}
.page-template-page-about #more .row .flex .box .content:hover {
  background-color: #60386f;
}
.page-template-page-about #more .row .flex .box .content:hover h3 {
  text-decoration: none;
}
.page-template-page-about #culture {
  padding: 4rem 0;
}
.page-template-page-about #culture .row {
  max-width: 145rem;
}
.page-template-page-about #culture .row .container {
  max-width: 100%;
  height: auto;
  background-color: #f6f6f6;
  padding: 5.8rem 11rem;
  border-radius: 1.2rem;
}
.page-template-page-about #culture .row .container h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 4.8rem auto;
  text-align: center;
}
.page-template-page-about #culture .row .container .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 -1.5rem 3rem -1.5rem;
}
.page-template-page-about #culture .row .container .flex .box {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 0 1.5rem;
}
.page-template-page-about #culture .row .container .flex .box .content {
  height: 100%;
  background: #fff;
  border-radius: 1.2rem;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.07);
}
.page-template-page-about #culture .row .container .flex .box .content .no {
  font-size: 2.8rem;
  line-height: 130%;
  color: #000;
  font-weight: 700;
  margin: 0 auto;
  width: 6.2rem;
  height: 6.2rem;
  background-color: #50ffd1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-about #culture .row .container .flex .box .content h3 {
  font-size: 2.1rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 1rem auto;
  text-align: center;
}
.page-template-page-about #culture .row .container .flex .box .content p {
  font-size: 1.7rem;
  line-height: 130%;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
}
.page-template-page-about #technology {
  padding: 7.2rem 0;
  background-color: #acfbf9;
}
.page-template-page-about #technology .row {
  max-width: 133rem;
}
.page-template-page-about #technology .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-page-about #technology .row .flex .txt {
  flex: 1;
  max-width: 100%;
  padding: 0 12rem 0 5rem;
  text-align: center;
}
.page-template-page-about #technology .row .flex .txt h2 {
  font-size: 3.2rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 2.5rem auto;
}
.page-template-page-about #technology .row .flex .txt p {
  font-size: 2.4rem;
  line-height: 140%;
  color: #231e14;
  font-weight: 400;
  margin: 0;
}
.page-template-page-about #technology .row .flex .awards {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -1rem;
  flex: 1 0 44rem;
  max-width: 44rem;
}
.page-template-page-about #technology .row .flex .awards .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1rem;
}
.page-template-page-about #technology .row .flex .awards .box .img {
  max-width: 12.7rem;
  height: auto;
}
.page-template-page-about #technology .row .flex .awards .box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-about #newslisting {
  display: none;
}
/* schedule a demo */
.page-template-page-demo #hero {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e7c2fa 160%), #ffffff;
  padding: 28rem 0 15rem 0;
}
.page-template-page-demo #hero .row {
  max-width: 120rem;
}
.page-template-page-demo #hero .row h1 {
  font-size: 5.6rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 1rem auto;
  text-align: center;
}
.page-template-page-demo #hero .row p {
  font-size: 2.4rem;
  line-height: 144%;
  color: #0c0c0c;
  font-weight: 400;
  margin: 0 auto 9rem auto;
  text-align: center;
}
.page-template-page-demo #hero .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-page-demo #hero .row .flex .txt {
  flex: 1 0 61;
  max-width: 61rem;
  text-align: left;
}
.page-template-page-demo #hero .row .flex .txt .img {
  max-width: 61rem;
  height: auto;
  margin-bottom: 2rem;
}
.page-template-page-demo #hero .row .flex .txt .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-demo #hero .row .flex .txt p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #212121;
  font-weight: 400;
  margin: 0 0 2rem 0;
  text-align: left;
}
.page-template-page-demo #hero .row .flex .txt h3 {
  font-size: 2.4rem;
  line-height: 200%;
  color: #744487;
  font-weight: 700;
  margin: 0 0 2rem 0;
  text-align: left;
}
.page-template-page-demo #hero .row .flex .txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.page-template-page-demo #hero .row .flex .txt ul li {
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0 0 1rem 3.2rem;
  background-image: url("../img/ico-check.svg");
  background-repeat: no-repeat;
  background-size: 1.6rem;
  background-position: top 0.7rem left;
  text-align: left;
}
.page-template-page-demo #hero .row .flex .txt blockquote {
  margin: 0 0 2rem 0;
  text-align: left;
}
.page-template-page-demo #hero .row .flex .txt blockquote p {
  font-size: 2.2rem;
  line-height: 140%;
  color: #551e6d;
  font-weight: 400;
  margin: 0 0 2rem 0;
  font-style: italic;
  text-align: left;
}
.page-template-page-demo #hero .row .flex .txt blockquote + p {
  font-size: 1.6rem;
  line-height: 140%;
  color: #744487;
  font-weight: 700;
  margin: 0;
  text-align: left;
}
.page-template-page-demo #hero .row .flex .form {
  flex: 1;
  max-width: 100%;
  padding-left: 8rem;
}
.page-template-page-demo #hero .row .flex .form .hbspt-form {
  padding: 4rem;
  background-color: #fff;
}
.page-template-page-demo #hero .row .flex .form .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) h2 {
  font-size: 2.2rem;
  color: #744487;
  text-align: left;
}
.page-template-page-demo #hero .row .flex .form .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) p {
  font-size: 1.6rem;
  color: #212121;
  text-align: left;
  margin-bottom: 3rem;
}
.page-template-page-demo #hero .row .flex .form .nf-form-cont .nf-response-msg p {
  font-size: 1.8rem;
  margin: 0 0 2rem 0;
}
/* submit a test file */
.page-id-646 #hero {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(35, 168, 158, 0.41) 100%), #ffffff;
  padding: 28rem 0 15rem 0;
}
.page-id-646 #hero .row {
  max-width: 118rem;
}
.page-id-646 #hero .row h2 {
  font-size: 5.6rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 1rem auto;
  text-align: center;
  max-width: 90rem;
}
.page-id-646 #hero .row p {
  font-size: 2.4rem;
  line-height: 144%;
  color: #0c0c0c;
  font-weight: 400;
  margin: 0 auto 9rem auto;
  text-align: center;
}
.page-id-646 #hero .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-id-646 #hero .row .flex .txt {
  flex: 1 0 61;
  max-width: 61rem;
  text-align: left;
}
.page-id-646 #hero .row .flex .txt .img {
  max-width: 61rem;
  height: auto;
  margin-bottom: 2rem;
}
.page-id-646 #hero .row .flex .txt .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-id-646 #hero .row .flex .txt p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #212121;
  font-weight: 400;
  margin: 0 0 2rem 0;
  text-align: left;
}
.page-id-646 #hero .row .flex .txt h3 {
  font-size: 2.4rem;
  line-height: 200%;
  color: #744487;
  font-weight: 700;
  margin: 0 0 2rem 0;
  text-align: left;
}
.page-id-646 #hero .row .flex .txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.page-id-646 #hero .row .flex .txt ul li {
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0 0 1rem 3.2rem;
  background-image: url("../img/ico-check.svg");
  background-repeat: no-repeat;
  background-size: 1.6rem;
  background-position: top 0.7rem left;
  text-align: left;
}
.page-id-646 #hero .row .flex .txt blockquote {
  margin: 0 0 2rem 0;
  text-align: left;
}
.page-id-646 #hero .row .flex .txt blockquote p {
  font-size: 2.2rem;
  line-height: 140%;
  color: #551e6d;
  font-weight: 400;
  margin: 0 0 2rem 0;
  font-style: italic;
  text-align: left;
}
.page-id-646 #hero .row .flex .txt blockquote + p {
  font-size: 1.6rem;
  line-height: 140%;
  color: #744487;
  font-weight: 700;
  margin: 0;
  text-align: left;
}
.page-id-646 #hero .row .flex .form {
  flex: 1;
  max-width: 100%;
  padding-left: 8rem;
}
.page-id-646 #hero .row .flex .form .hbspt-form {
  padding: 4rem;
  background-color: #fff;
}
.page-id-646 #hero .row .flex .form .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) h2 {
  font-size: 2.2rem;
  color: #744487;
  text-align: left;
}
.page-id-646 #hero .row .flex .form .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) p {
  font-size: 1.6rem;
  color: #212121;
  text-align: left;
  margin-bottom: 3rem;
}
.page-id-646 #hero .row .flex .form .nf-form-cont .nf-response-msg p {
  font-size: 1.8rem;
  margin: 0 0 2rem 0;
}
/* prior authorizations */
.page-template-page-authorizations #hero {
  padding: 19rem 0 12rem 0 ;
}
.page-template-page-authorizations #hero .row {
  max-width: 145rem;
}
.page-template-page-authorizations #hero .row .container {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  border-radius: 1.2rem;
  padding: 5rem 8rem 8rem 8rem;
  background-size: cover;
}
.page-template-page-authorizations #hero .row .container .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8rem;
}
.page-template-page-authorizations #hero .row .container .flex .txt {
  flex: 1;
  max-width: 100%;
  padding-right: 6rem;
  text-align: center;
}
.page-template-page-authorizations #hero .row .container .flex .txt h1 {
  font-size: 5.6rem;
  line-height: 110%;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 2rem auto;
  max-width: 60rem;
}
.page-template-page-authorizations #hero .row .container .flex .txt p {
  font-size: 3.3rem;
  line-height: 120%;
  color: #fff;
  font-weight: 400;
  margin: 0 auto 2rem auto;
}
.page-template-page-authorizations #hero .row .container .flex .txt p + p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  margin: 0 auto 4rem auto;
}
.page-template-page-authorizations #hero .row .container .flex .txt a {
  font-size: 2.4rem;
  line-height: 140%;
  color: #551e6d;
  font-weight: 700;
  margin: 0 auto;
  padding: 1.2rem 3rem;
  background-color: #50ffd1;
  border-radius: 1rem;
  transition: all .3s;
  display: inline-block;
}
.page-template-page-authorizations #hero .row .container .flex .txt a:hover {
  color: #50ffd1;
  background-color: #551e6d;
}
.page-template-page-authorizations #hero .row .container .flex .img {
  flex: 1 0 61rem;
  max-width: 61rem;
}
.page-template-page-authorizations #hero .row .container .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-authorizations #brochure {
  padding: 0 0 16rem 0;
}
.page-template-page-authorizations #brochure .row {
  max-width: 96rem;
}
.page-template-page-authorizations #brochure .row .txt {
  text-align: center;
}
.page-template-page-authorizations #brochure .row .txt h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 2rem auto;
}
.page-template-page-authorizations #brochure .row .txt p {
  font-size: 2.2rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto 4rem auto;
}
.page-template-page-authorizations #brochure .row .txt a {
  font-size: 2.1rem;
  line-height: 140%;
  color: #551e6d;
  font-weight: 700;
  margin: 0 auto;
  padding: 1.2rem 3rem 1.2rem 3rem;
  background-color: #50ffd1;
  border-radius: 1rem;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
}
.page-template-page-authorizations #brochure .row .txt a svg {
  margin-left: 1rem;
  transition: all .3s;
}
.page-template-page-authorizations #brochure .row .txt a:hover {
  color: #50ffd1;
  background-color: #551e6d;
}
.page-template-page-authorizations #brochure .row .txt a:hover svg path {
  stroke: #50ffd1;
}
.page-template-page-authorizations #advantages {
  padding-bottom: 2.5rem;
}
.page-template-page-authorizations #advantages .row {
  max-width: 134rem;
  background-color: #f6f6f6;
  border-radius: 1.2rem;
}
.page-template-page-authorizations #advantages .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 118rem;
  padding-top: 3rem;
}
.page-template-page-authorizations #advantages .row .flex .txt {
  flex: 1 0 42rem;
  max-width: 42rem;
  padding: 2rem;
  text-align: center;
}
.page-template-page-authorizations #advantages .row .flex .txt h2 {
  font-size: 2.8rem;
  line-height: 100%;
  color: #744487;
  font-weight: 700;
  margin: 0 auto 2rem auto;
}
.page-template-page-authorizations #advantages .row .flex .txt p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
}
.page-template-page-authorizations #advantages .row .flex .img {
  flex: 1;
  max-width: 100%;
  padding: 5.5rem 5.5rem 0 10rem;
}
.page-template-page-authorizations #advantages .row .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-authorizations #advantages .row .flex:nth-of-type(2) {
  position: relative;
}
.page-template-page-authorizations #advantages .row .flex:nth-of-type(2) .img {
  order: 1;
  padding: 5.5rem 15rem 0 5.5rem;
}
.page-template-page-authorizations #advantages .row .flex:nth-of-type(2) .txt {
  order: 2;
}
.page-template-page-authorizations #advantages .row .flex:nth-of-type(3) .img {
  padding-bottom: 10rem;
}
.page-template-page-authorizations #newslisting {
  padding: 7.5rem 0;
}
/* INTEGRATION SECTION */
#integration {
  padding: 4rem 0 7.5rem 0;
}
#integration .row {
  max-width: 145rem;
}
#integration .row .container {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  border-radius: 1.2rem;
  padding: 4rem 10rem;
  background-size: cover;
}
#integration .row .container .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -3.2rem 4.4rem -3.2rem;
}
#integration .row .container .flex .title {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 3.2rem;
}
#integration .row .container .flex .title .img {
  margin: 0 auto;
  max-width: 11.2rem;
  height: auto;
}
#integration .row .container .flex .title .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#integration .row .container .flex .title h2 {
  font-size: 4.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
}
#integration .row .container .flex .txt {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 3.2rem;
  text-align: center;
}
#integration .row .container .flex .txt p {
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 1.8rem auto;
  max-width: 54rem;
}
#integration .row .container .flex .txt p + p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
  max-width: 54rem;
}
#integration .row .container .flex2 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 -2.1rem;
}
#integration .row .container .flex2 .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 2.1rem;
}
#integration .row .container .flex2 .box .content {
  padding: 4.4rem 4rem;
  background-color: #fff;
  border-radius: 1.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#integration .row .container .flex2 .box .content p {
  font-size: 1.8rem;
  line-height: 130%;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
}
/* Demo section */
#demo {
  height: auto;
  background-repeat: no-repeat;
  padding: 6.4rem 0 8.4rem 0;
  background-size: cover;
  background-position: center;
}
#demo .row {
  max-width: 84rem;
  text-align: center;
}
#demo .row h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 2.6rem auto;
}
#demo .row a {
  font-size: 2.4rem;
  line-height: 140%;
  color: #551e6d;
  font-weight: 700;
  margin: 0 auto;
  padding: 1rem 3rem;
  background-color: #50ffd1;
  border-radius: 1rem;
  transition: all .3s;
  display: inline-block;
  border: none;
}
#demo .row a:hover {
  background-color: #551e6d;
  color: #50ffd1;
}
/* page news */
.page-template-page-news #hero {
  padding: 25rem 0 10rem 0;
}
.page-template-page-news #hero h1 {
  font-size: 6.6rem;
  line-height: 100%;
  color: #24363e;
  font-weight: 700;
  margin: 0 auto 0 auto;
  text-align: center;
}
/* news */
#newslisting {
  padding: 0 0 7.5rem 0;
}
#newslisting .row {
  max-width: 134rem;
}
#newslisting .row .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 4rem 0;
}
#newslisting .row .heading h1,
#newslisting .row .heading h2 {
  font-size: 2.4rem;
  line-height: 100%;
  color: #551e6d;
  font-weight: 700;
  margin: 0;
}
#newslisting .row .heading a {
  font-size: 1.8rem;
  line-height: 120%;
  color: #551e6d;
  font-weight: 700;
  margin: 0;
  padding: 1.1rem 3rem;
  background-color: #50ffd1;
  border-radius: 1rem;
  transition: all .3s;
  display: inline-block;
}
#newslisting .row .heading a:hover {
  color: #50ffd1;
  background-color: #551e6d;
}
#newslisting .row .newscontainer p.noposts {
  font-size: 1.8rem;
}
#newslisting .row .newscontainer .flex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
#newslisting .row .newscontainer .flex .post {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 0 1.2rem 4rem 1.2rem;
}
#newslisting .row .newscontainer .flex .post a {
  transition: all .3s;
  display: block;
  height: 100%;
}
#newslisting .row .newscontainer .flex .post a .img {
  max-width: 30rem;
  height: 26.8rem;
  margin-bottom: 2.4rem;
}
#newslisting .row .newscontainer .flex .post a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#newslisting .row .newscontainer .flex .post a .txt {
  padding: 0 1rem 3rem 1rem;
}
#newslisting .row .newscontainer .flex .post a .txt h2,
#newslisting .row .newscontainer .flex .post a .txt h3 {
  font-size: 2.2rem;
  line-height: 120%;
  color: #24363e;
  font-weight: 600;
  margin: 0 0 0.8rem 0;
}
#newslisting .row .newscontainer .flex .post a .txt p {
  font-size: 1.6rem;
  line-height: 125%;
  color: #24363e;
  font-weight: 400;
  margin: 0 0 2rem 0;
}
#newslisting .row .newscontainer .flex .post a .txt .more {
  font-size: 1.5rem;
  line-height: 160%;
  color: #4a4a68;
  font-weight: 600;
  margin: 0;
  text-decoration: underline;
  transition: all .3s;
}
#newslisting .row .newscontainer .flex .post a:hover {
  box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.1);
}
#newslisting .row .newscontainer .flex .post a:hover .txt h2 {
  text-decoration: underline;
}
#newslisting .row .newscontainer .flex .post a:hover .txt .more:hover {
  text-decoration: none;
}
#newslisting .row .newscontainer .flex .post:first-of-type {
  flex: 1 0 100%;
  max-width: 100%;
  padding: 0 0 5.4rem 1.2rem;
}
#newslisting .row .newscontainer .flex .post:first-of-type a {
  display: flex;
  justify-content: space-between;
}
#newslisting .row .newscontainer .flex .post:first-of-type a .img {
  flex: 1 0 55%;
  max-width: 55%;
  min-height: 38rem;
  margin-bottom: 0;
  height: auto;
}
#newslisting .row .newscontainer .flex .post:first-of-type a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#newslisting .row .newscontainer .flex .post:first-of-type a .txt {
  flex: 1 0 45%;
  max-width: 45%;
  padding: 3.5rem 8rem 3.5rem 3.5rem;
}
#newslisting .row .newscontainer .flex .post:first-of-type a .txt h2 {
  font-size: 3.4rem;
  line-height: 120%;
  color: #24363e;
  font-weight: 600;
  margin: 0 0 1.6rem 0;
}
#newslisting .row .newscontainer .flex .post:first-of-type a .txt p {
  font-size: 1.6rem;
  line-height: 125%;
  color: #24363e;
  font-weight: 400;
  margin: 0 0 2rem 0;
}
#newslisting .row .newscontainer .flex .post:first-of-type a .txt .more {
  font-size: 1.5rem;
  line-height: 160%;
  color: #4a4a68;
  font-weight: 600;
  margin: 0;
  text-decoration: underline;
  transition: all .3s;
}
#newslisting .row .newscontainer .flex .post:first-of-type a .txt .more:hover {
  text-decoration: none;
}
#newslisting .row .newscontainer .pagination {
  padding: 10rem 0 0 0;
  margin: 0;
}
#newslisting .row .newscontainer .pagination span.page-numbers.current {
  font-size: 1.7rem;
  line-height: 200%;
  color: #fff;
  font-weight: 600;
  margin: 0 0.2rem 0 0;
  padding: 0.2rem 1.2rem;
  border: 1px solid #551e6d;
  background-color: #551e6d;
  max-width: 3.8rem;
  display: inline-block;
}
#newslisting .row .newscontainer .pagination .page-numbers {
  font-size: 1.7rem;
  line-height: 200%;
  color: #551e6d;
  font-weight: 600;
  margin: 0 0.2rem 0 0;
  padding: 0.2rem 1.2rem;
  border: 1px solid #551e6d;
  background-color: #fff;
  min-width: 3.8rem;
  display: inline-block;
  text-align: center;
}
#newslisting .row .newscontainer .pagination .next.page-numbers {
  width: 7.5rem;
}
#newslisting .row .newscontainer .pagination .prev.page-numbers {
  width: 10.5rem;
}
#newslisting .row .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* resources */
.page-template-page-resources h1 {
  position: absolute;
  left: -999rem;
}
.page-template-page-resources #navigation {
  padding: 25rem 0 5rem 0;
}
.page-template-page-resources #navigation .row {
  max-width: 124rem;
}
.page-template-page-resources #navigation .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #c4c4c4;
  border-radius: 0.8rem;
  max-width: 111.2rem;
}
.page-template-page-resources #navigation .row .flex .box {
  position: relative;
}
.page-template-page-resources #navigation .row .flex .box a {
  font-size: 1.8rem;
  line-height: 168%;
  color: #551e6d;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  padding: 1rem 2rem;
  background-color: #fff;
  transition: all .3s;
  display: inline-block;
  cursor: pointer;
}
.page-template-page-resources #navigation .row .flex .box a:hover,
.page-template-page-resources #navigation .row .flex .box a.active {
  color: #50ffd1;
  background-color: #551e6d;
}
.page-template-page-resources #navigation .row .flex .box:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #c4c4c4;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.page-template-page-resources #navigation .row .flex .box:first-of-type a {
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
.page-template-page-resources #navigation .row .flex .box:last-of-type:after {
  display: none;
}
.page-template-page-resources #navigation .row .flex .box:last-of-type a {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.page-template-page-resources #newslisting {
  padding-bottom: 12rem;
}
.page-template-page-resources #faqs {
  padding: 10rem 0 13rem 0;
  background-color: #e4f4ff;
}
.page-template-page-resources #faqs .row {
  max-width: 78rem;
}
.page-template-page-resources #faqs .row h2 {
  font-size: 5rem;
  line-height: 120%;
  color: #141414;
  font-weight: 700;
  margin: 0 auto 3.5rem auto;
  text-align: center;
}
.page-template-page-resources #faqs .row .flex .box {
  margin: 0 auto 1.4rem auto;
}
.page-template-page-resources #faqs .row .flex .box .content {
  padding: 1.6rem 2.4rem 1.6rem 2.4rem;
  background: #fff;
  border-radius: 1.2rem;
  border: 1px solid #cacaca;
}
.page-template-page-resources #faqs .row .flex .box .content h3 {
  padding-right: 6rem;
  font-size: 2rem;
  line-height: 120%;
  color: #141414;
  font-weight: 700;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.page-template-page-resources #faqs .row .flex .box .content h3:after {
  content: ' ';
  width: 1px;
  height: 2rem;
  position: absolute;
  right: 1rem;
  top: 0.2rem;
  background-color: #744487;
}
.page-template-page-resources #faqs .row .flex .box .content h3:before {
  content: ' ';
  width: 2rem;
  height: 1px;
  position: absolute;
  right: 0;
  top: 1.2rem;
  background-color: #744487;
}
.page-template-page-resources #faqs .row .flex .box .content h3.opened:after {
  opacity: 0;
}
.page-template-page-resources #faqs .row .flex .box .content p {
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 160%;
  color: #000;
  font-weight: 400;
  margin: 1rem 0 0 0;
}
.page-template-page-resources #faqs .row .flex .box .content .ans {
  display: none;
}
/* clients served */
.page-template-page-clients #hero {
  padding: 19rem 0 12rem 0 ;
}
.page-template-page-clients #hero .row {
  max-width: 145rem;
}
.page-template-page-clients #hero .row .container {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  border-radius: 1.2rem;
  padding: 22rem 5.7rem;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-page-clients #hero .row .container h1 {
  font-size: 6.6rem;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  max-width: 106rem;
}
.page-template-page-clients #benefits {
  padding: 0 0 8rem 0;
}
.page-template-page-clients #benefits .row {
  max-width: 96rem;
}
.page-template-page-clients #benefits .row h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.page-template-page-clients #benefits .row p {
  font-size: 2.2rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.page-template-page-clients #partners {
  padding: 0 0 10rem 0;
}
.page-template-page-clients #partners .row {
  max-width: 108rem;
}
.page-template-page-clients #partners .row h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 4.2rem auto;
  text-align: center;
}
.page-template-page-clients #partners .row .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 -1.5rem;
}
.page-template-page-clients #partners .row .flex .box {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 1.5rem;
}
.page-template-page-clients #partners .row .flex .box .content {
  padding: 3rem;
  border-radius: 1rem;
  background: rgba(224, 200, 239, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.page-template-page-clients #partners .row .flex .box .content .ico {
  margin: 0 auto 2rem auto;
  width: 6.3rem;
  height: 6.3rem;
}
.page-template-page-clients #partners .row .flex .box .content .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-clients #partners .row .flex .box .content h3 {
  font-size: 2.4rem;
  line-height: 120%;
  font-weight: 700;
  margin: 0 auto 2rem auto;
  text-align: center;
  color: #c75fb6;
}
.page-template-page-clients #partners .row .flex .box .content p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto 1rem auto;
  text-align: center;
}
.page-template-page-clients #partners .row .flex .box:last-of-type .content h3 {
  color: #551e6d;
}
.page-template-page-clients #more {
  padding: 0 0 10rem 0;
}
.page-template-page-clients #more .row {
  max-width: 105rem;
}
.page-template-page-clients #more .row h2 {
  font-size: 3.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 3.5rem auto;
  text-align: center;
}
.page-template-page-clients #more .row .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 -1.1rem;
}
.page-template-page-clients #more .row .flex .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1.1rem;
}
.page-template-page-clients #more .row .flex .box .content {
  background-color: #744487;
  border-radius: 1rem;
  height: 100%;
  padding: 3rem;
  display: block;
  transition: all .3s;
}
.page-template-page-clients #more .row .flex .box .content h3 {
  font-size: 2.4rem;
  line-height: 120%;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 1rem auto;
  text-align: center;
  text-decoration: underline;
}
.page-template-page-clients #more .row .flex .box .content p {
  font-size: 1.7rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
}
.page-template-page-clients #more .row .flex .box .content:hover {
  background-color: #60386f;
}
.page-template-page-clients #more .row .flex .box .content:hover h3 {
  text-decoration: none;
}
.page-template-page-clients #assets {
  padding: 0 0 16rem 0;
}
.page-template-page-clients #assets .row {
  max-width: 124rem;
}
.page-template-page-clients #assets .row h2 {
  font-size: 3.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 3.5rem auto;
  text-align: center;
}
.page-template-page-clients #assets .row .box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10.5rem;
}
.page-template-page-clients #assets .row .box .txt {
  padding: 0 5rem;
  flex: 1 0 50%;
  max-width: 50%;
}
.page-template-page-clients #assets .row .box .txt h3 {
  font-size: 2.8rem;
  line-height: 100%;
  color: #744487;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.page-template-page-clients #assets .row .box .txt ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.page-template-page-clients #assets .row .box .txt ul li {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  padding: 1rem 0 1rem 3.2rem;
  background-image: url('../img/ico-check.svg');
  background-repeat: no-repeat;
  background-size: 1.7rem;
  background-position: left top 1.7rem;
}
.page-template-page-clients #assets .row .box .img {
  flex: 1 0 50%;
  max-width: 50%;
}
.page-template-page-clients #assets .row .box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1rem;
}
.page-template-page-clients #assets .row .box:nth-of-type(2) {
  margin-bottom: 0;
}
.page-template-page-clients #assets .row .box:nth-of-type(2) .txt {
  order: 2;
  padding-left: 7.5rem;
}
.page-template-page-clients #assets .row .box:nth-of-type(2) .img {
  order: 1;
}
/* Insurance discovery */
.page-template-page-insurance #hero {
  padding: 19rem 0 12rem 0 ;
}
.page-template-page-insurance #hero .row {
  max-width: 145rem;
}
.page-template-page-insurance #hero .row .container {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  border-radius: 1.2rem;
  padding: 8.5rem 4rem 8rem 4rem;
  background-size: cover;
}
.page-template-page-insurance #hero .row .container .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-insurance #hero .row .container .flex .txt {
  flex: 1 0 52%;
  max-width: 52%;
  padding-right: 4rem;
  text-align: center;
}
.page-template-page-insurance #hero .row .container .flex .txt h1 {
  font-size: 5.6rem;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 1rem auto;
  text-align: center;
}
.page-template-page-insurance #hero .row .container .flex .txt p {
  font-size: 3.3rem;
  line-height: 120%;
  color: #fff;
  font-weight: 400;
  margin: 0 auto 4.7rem auto;
  text-align: center;
  max-width: 57rem;
}
.page-template-page-insurance #hero .row .container .flex .txt a {
  font-size: 2.4rem;
  line-height: 140%;
  color: #551e6d;
  font-weight: 700;
  margin: 0 auto;
  padding: 1rem 3rem;
  background-color: #50ffd1;
  border-radius: 1rem;
  transition: all .3s;
  display: inline-block;
  border: none;
  text-align: center;
}
.page-template-page-insurance #hero .row .container .flex .txt a:hover {
  color: #50ffd1;
  background-color: #551e6d;
}
.page-template-page-insurance #hero .row .container .flex .img {
  flex: 1 0 48%;
  max-width: 48%;
}
.page-template-page-insurance #hero .row .container .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-insurance #coverage {
  padding: 0 0 8.5rem 0;
}
.page-template-page-insurance #coverage .row {
  max-width: 96rem;
}
.page-template-page-insurance #coverage .row .txt {
  max-width: 90rem;
  margin: 0 auto 5rem auto;
  text-align: center;
}
.page-template-page-insurance #coverage .row .txt h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 2rem auto;
}
.page-template-page-insurance #coverage .row .txt p {
  font-size: 2.2rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
}
.page-template-page-insurance #advantages {
  padding-bottom: 2.5rem;
}
.page-template-page-insurance #advantages .row {
  max-width: 123rem;
}
.page-template-page-insurance #advantages .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  background-color: #f6f6f6;
  border-radius: 1.2rem;
  padding: 6rem 10rem 2rem 10rem;
}
.page-template-page-insurance #advantages .row .flex .txt {
  flex: 1 0 47rem;
  max-width: 47rem;
  padding: 3rem;
  text-align: center;
}
.page-template-page-insurance #advantages .row .flex .txt h2 {
  font-size: 2.8rem;
  line-height: 100%;
  color: #744487;
  font-weight: 700;
  margin: 0 auto 2rem auto;
}
.page-template-page-insurance #advantages .row .flex .txt p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
  padding: 0 2rem 3rem 2rem;
}
.page-template-page-insurance #advantages .row .flex .img {
  flex: 1;
  max-width: 100%;
  padding: 2rem 2rem 3rem 8rem;
}
.page-template-page-insurance #advantages .row .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-insurance #advantages .row .flex:nth-of-type(2) .img {
  order: 1;
  padding: 8rem 8rem 3rem 2rem;
}
.page-template-page-insurance #advantages .row .flex:nth-of-type(2) .txt {
  order: 2;
}
.page-template-page-insurance #advantages .row .flex:nth-of-type(3) {
  padding-bottom: 9rem;
}
.page-template-page-insurance #discovery {
  padding: 10rem 0 17rem 0;
  background: linear-gradient(180deg, #e7c2fa 0%, rgba(255, 255, 255, 0) 100%);
}
.page-template-page-insurance #discovery .row {
  max-width: 116rem;
  text-align: center;
}
.page-template-page-insurance #discovery .row h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 2rem auto;
  max-width: 70rem;
}
.page-template-page-insurance #discovery .row p {
  font-size: 2.1rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 90rem;
}
.page-template-page-insurance #discovery .row .container {
  margin: 7.6rem auto 0 auto;
}
.page-template-page-insurance #discovery .row .container .txt {
  padding: 2.3rem 6.5rem;
  background-color: #744487;
  border-radius: 12px 12px 0px 0px;
  text-align: center;
}
.page-template-page-insurance #discovery .row .container .txt h3 {
  font-size: 3.2rem;
  line-height: 140%;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
}
.page-template-page-insurance #discovery .row .container .txt p {
  font-size: 2.4rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  margin: 0 auto;
}
.page-template-page-insurance #discovery .row .container .flex {
  padding: 3.4rem 4rem;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}
.page-template-page-insurance #discovery .row .container .flex .box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
}
.page-template-page-insurance #discovery .row .container .flex .box .button {
  flex: 1 0 30rem;
  max-width: 30rem;
  transition: all .3s;
}
.page-template-page-insurance #discovery .row .container .flex .box .button .content {
  border-radius: 1.3rem;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 1.2rem 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.page-template-page-insurance #discovery .row .container .flex .box .button .content .img {
  width: 3.2rem;
  height: 3.2rem;
  min-width: 3.2rem;
  flex: 1 0 3.2rem;
  max-width: 3.2rem;
}
.page-template-page-insurance #discovery .row .container .flex .box .button .content .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-insurance #discovery .row .container .flex .box .button .content h2 {
  font-size: 1.8rem;
  line-height: 100%;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding-left: 1rem;
  text-align: left;
}
.page-template-page-insurance #discovery .row .container .flex .box .button .content.active {
  background-color: #30313c;
}
.page-template-page-insurance #discovery .row .container .flex .box .button .content.active h2 {
  color: #fff;
}
.page-template-page-insurance #discovery .row .container .flex .box .text {
  padding-left: 7.6rem;
  flex: 1;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-page-insurance #discovery .row .container .flex .box .text .cont {
  display: none;
}
.page-template-page-insurance #discovery .row .container .flex .box .text p {
  font-size: 2.1rem;
  line-height: 130%;
  color: #000;
  font-weight: 600;
  margin: 0 auto 2.2rem auto;
}
.page-template-page-insurance #discovery .row .container .flex .box .text table {
  margin-bottom: 2rem;
}
.page-template-page-insurance #discovery .row .container .flex .box .text table tbody tr td {
  background: #eee7fb;
  padding: 1.6rem 2rem;
  border-radius: 1.2rem;
}
.page-template-page-insurance #discovery .row .container .flex .box .text table tbody tr td h3 {
  font-size: 2.1rem;
  line-height: 130%;
  color: #000;
  font-weight: 700;
  margin: 0 0 1rem 0;
  text-align: left;
}
.page-template-page-insurance #discovery .row .container .flex .box .text table tbody tr td p {
  font-size: 1.6rem;
  line-height: 130%;
  color: #000;
  font-weight: 400;
  margin: 0;
  text-align: left;
  padding: 0;
}
.page-template-page-insurance #discovery .row .container .flex .box .text h4 {
  font-size: 2.1rem;
  line-height: 130%;
  color: #000;
  font-weight: 700;
  margin: 2.2rem 0 0 0;
  text-align: center;
}
.page-template-page-insurance #discovery .row .container .flex .box .text h4 + p + p {
  font-size: 1.8rem;
  line-height: 130%;
  color: #000;
  font-weight: 500;
  margin: 0 auto 2rem auto;
}
.page-template-page-insurance #discovery .row .container .flex.mob {
  display: none;
}
.page-template-page-insurance #discovery .row .container .flex.mob .box {
  display: block;
}
.page-template-page-insurance #discovery .row .container .flex.mob .box .button {
  max-width: 100%;
}
.page-template-page-insurance #discovery .row .container .flex.mob .box .button .content {
  cursor: default;
  box-shadow: none;
  border-radius: 0;
}
.page-template-page-insurance #roi {
  padding-bottom: 6.6rem;
}
.page-template-page-insurance #roi .row {
  max-width: 142rem;
}
.page-template-page-insurance #roi .row h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 4rem auto;
  text-align: center;
}
.page-template-page-insurance #roi .row .container .content {
  background-color: #e4f4ff;
  border-radius: 1.2rem;
  padding: 4.6rem 4.8rem;
}
.page-template-page-insurance #roi .row .container .content .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3.8rem;
}
.page-template-page-insurance #roi .row .container .content .top .logo {
  flex: 1 0 44.5rem;
  max-width: 44.5rem;
}
.page-template-page-insurance #roi .row .container .content .top .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.page-template-page-insurance #roi .row .container .content .top .txt {
  flex: 1;
  max-width: 74rem;
  padding-left: 3.6rem;
  text-align: center;
  margin: 0 auto;
}
.page-template-page-insurance #roi .row .container .content .top .txt p {
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto 3rem auto;
}
.page-template-page-insurance #roi .row .container .content .top .txt p + p {
  margin-bottom: 1.5rem;
}
.page-template-page-insurance #roi .row .container .content .top .txt p + p + p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
}
.page-template-page-insurance #roi .row .container .content .bottom {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-radius: 1.2rem;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}
.page-template-page-insurance #roi .row .container .content .bottom .img {
  max-width: 48rem;
  flex: 1 0 48rem;
}
.page-template-page-insurance #roi .row .container .content .bottom .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
}
.page-template-page-insurance #roi .row .container .content .bottom .case {
  flex: 1;
  max-width: 100%;
  background: #fff;
  padding: 2.6rem 5.7rem;
  text-align: center;
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
}
.page-template-page-insurance #roi .row .container .content .bottom .case h3 {
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 2rem auto;
}
.page-template-page-insurance #roi .row .container .content .bottom .case .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -2.8rem;
}
.page-template-page-insurance #roi .row .container .content .bottom .case .flex .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 2.8rem;
  position: relative;
}
.page-template-page-insurance #roi .row .container .content .bottom .case .flex .box h3 {
  font-size: 4.4rem;
  line-height: 140%;
  color: #0071bf;
  font-weight: 700;
  margin: 0 auto ;
}
.page-template-page-insurance #roi .row .container .content .bottom .case .flex .box .more {
  font-size: 1.6rem;
  line-height: 120%;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
}
.page-template-page-insurance #roi .row .container .content .bottom .case .flex .box:after {
  content: '';
  width: 1px;
  height: 10rem;
  background-color: #744487;
  position: absolute;
  top: 0;
  right: 0;
}
.page-template-page-insurance #roi .row .container .content .bottom .case .flex .box:last-of-type:after {
  display: none;
}
.page-template-page-insurance #roi .row .container .content .bottom .case .summary {
  text-align: center;
  max-width: 54rem;
  margin: 3.7rem auto 0 auto;
}
.page-template-page-insurance #roi .row .container .content .bottom .case .summary p {
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto 1.5rem auto;
}
.page-template-page-insurance #roi .row .container .content .bottom .case .summary p + p {
  margin-bottom: 2rem;
}
.page-template-page-insurance #roi .row .container .content .bottom .case a {
  font-size: 1.8rem;
  line-height: 140%;
  color: #50ffd1;
  font-weight: 700;
  margin: 0 auto;
  padding: 1rem 3rem;
  background-color: #744487;
  border-radius: 1rem;
  transition: all .3s;
  display: inline-block;
  border: none;
}
.page-template-page-insurance #roi .row .container .content .bottom .case a:hover {
  background-color: #50ffd1;
  color: #551e6d;
}
/* RealTime Eligibility */
.page-template-page-eligibility #hero {
  padding: 19rem 0 4rem 0 ;
}
.page-template-page-eligibility #hero .row {
  max-width: 146rem;
}
.page-template-page-eligibility #hero .row .container {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  border-radius: 1.2rem;
  padding: 2.5rem 8rem 7rem 8rem;
  background-size: cover;
}
.page-template-page-eligibility #hero .row .container .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8rem;
}
.page-template-page-eligibility #hero .row .container .flex .txt {
  flex: 1;
  max-width: 100%;
  padding-right: 3rem;
  text-align: center;
}
.page-template-page-eligibility #hero .row .container .flex .txt h1 {
  font-size: 5.6rem;
  line-height: 110%;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 2rem auto;
  max-width: 60rem;
}
.page-template-page-eligibility #hero .row .container .flex .txt p {
  font-size: 3.3rem;
  line-height: 120%;
  color: #fff;
  font-weight: 400;
  margin: 0 auto 1rem auto;
  max-width: 57rem;
}
.page-template-page-eligibility #hero .row .container .flex .txt .button {
  margin: 0 auto;
  text-align: center;
}
.page-template-page-eligibility #hero .row .container .flex .txt .button p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  margin: 0 auto 2.8rem auto;
}
.page-template-page-eligibility #hero .row .container .flex .txt .button a {
  font-size: 2.4rem;
  line-height: 140%;
  color: #551e6d;
  font-weight: 700;
  margin: 0 auto;
  padding: 1.2rem 3rem;
  background-color: #50ffd1;
  border-radius: 1rem;
  transition: all .3s;
  display: inline-block;
}
.page-template-page-eligibility #hero .row .container .flex .txt .button a:hover {
  color: #50ffd1;
  background-color: #551e6d;
}
.page-template-page-eligibility #hero .row .container .flex .img {
  flex: 1 0 70rem;
  max-width: 70rem;
}
.page-template-page-eligibility #hero .row .container .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-eligibility #benefits {
  padding: 8rem 0 11rem 0;
}
.page-template-page-eligibility #benefits .row {
  max-width: 96rem;
}
.page-template-page-eligibility #benefits .row .txt {
  text-align: center;
}
.page-template-page-eligibility #benefits .row .txt h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 2.6rem auto;
  max-width: 78rem;
}
.page-template-page-eligibility #benefits .row .txt p {
  font-size: 2.2rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
  max-width: 100%;
}
.page-template-page-eligibility #advantages {
  padding-bottom: 2.5rem;
}
.page-template-page-eligibility #advantages .row {
  max-width: 134rem;
}
.page-template-page-eligibility #advantages .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  background-color: #f6f6f6;
  border-radius: 1.2rem;
  padding: 6rem 11rem;
}
.page-template-page-eligibility #advantages .row .flex .txt {
  flex: 1 0 49rem;
  max-width: 49rem;
  padding: 2rem;
  text-align: center;
}
.page-template-page-eligibility #advantages .row .flex .txt h2 {
  font-size: 2.8rem;
  line-height: 100%;
  color: #744487;
  font-weight: 700;
  margin: 0 auto 2rem auto;
}
.page-template-page-eligibility #advantages .row .flex .txt p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
  padding: 0 2rem 3rem 2rem;
}
.page-template-page-eligibility #advantages .row .flex .txt ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.page-template-page-eligibility #advantages .row .flex .txt ul li {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 0 1rem 0;
  padding: 1rem 2.3rem 1rem 7rem;
  background-color: #fff;
  border-radius: 1rem;
  background-repeat: no-repeat;
  background-size: 3.8rem;
  background-position: left 1.7rem center;
}
.page-template-page-eligibility #advantages .row .flex .img {
  flex: 1;
  max-width: 100%;
  padding: 2rem 2rem 3rem 8rem;
}
.page-template-page-eligibility #advantages .row .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-eligibility #advantages .row .flex:nth-of-type(1) {
  padding-top: 4rem;
}
.page-template-page-eligibility #advantages .row .flex:nth-of-type(1) .txt ul li:nth-of-type(1) {
  background-image: url("../img/Verification.png");
}
.page-template-page-eligibility #advantages .row .flex:nth-of-type(1) .txt ul li:nth-of-type(2) {
  background-image: url("../img/proses.png");
}
.page-template-page-eligibility #advantages .row .flex:nth-of-type(1) .txt ul li:nth-of-type(3) {
  background-image: url("../img/benefits.png");
}
.page-template-page-eligibility #advantages .row .flex:nth-of-type(1) .txt ul li:nth-of-type(4) {
  background-image: url("../img/math.png");
}
.page-template-page-eligibility #advantages .row .flex:nth-of-type(1) .txt ul li:nth-of-type(5) {
  background-image: url("../img/price.png");
}
.page-template-page-eligibility #advantages .row .flex:nth-of-type(2) {
  position: relative;
  padding-bottom: 9rem;
}
.page-template-page-eligibility #advantages .row .flex:nth-of-type(2) .img {
  order: 1;
  padding: 8rem 8rem 3rem 2rem;
}
.page-template-page-eligibility #advantages .row .flex:nth-of-type(2) .txt {
  order: 2;
}
.page-template-page-eligibility #advantages .row .flex:nth-of-type(2) .txt ul li {
  background-image: url('../img/ico-check.svg');
  background-size: 3rem;
  background-position: left 2.3rem center;
}
.page-template-page-eligibility #testimonial {
  padding: 3.5rem 0 8rem 0;
}
.page-template-page-eligibility #testimonial .row {
  max-width: 130rem;
}
.page-template-page-eligibility #testimonial .row .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1.2rem;
}
.page-template-page-eligibility #testimonial .row .flex .img {
  flex: 1 0 48rem;
  max-width: 48rem;
  background-color: #6450c8;
  border-radius: 12px 0px 0px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-page-eligibility #testimonial .row .flex .img img {
  width: 39.2rem;
  height: 8.2rem;
  object-fit: cover;
}
.page-template-page-eligibility #testimonial .row .flex .txt {
  padding: 2.6rem 8rem;
  text-align: center;
}
.page-template-page-eligibility #testimonial .row .flex .txt p {
  font-size: 2.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto 2.2rem auto;
}
.page-template-page-eligibility #testimonial .row .flex .txt p + p {
  font-size: 1.6rem;
  line-height: 140%;
  color: #6450cb;
  font-weight: 700;
  margin: 0 auto;
}
.page-template-page-eligibility #demo .row {
  max-width: 88rem;
}
/* ROI Calculator */
.page-template-page-roi #hero {
  padding: 19rem 0 12rem 0 ;
}
.page-template-page-roi #hero .row {
  max-width: 145rem;
}
.page-template-page-roi #hero .row .container {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  border-radius: 1.2rem;
  padding: 10rem 5.7rem 33rem 5.7rem;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-page-roi #hero .row .container h1 {
  font-size: 6.6rem;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 1.5rem auto;
  text-align: center;
  max-width: 102rem;
  padding: 12rem 0 0 0 ;
}
.page-template-page-roi #hero .row .container p {
  font-size: 4.2rem;
  line-height: 120%;
  color: #fff;
  font-weight: 400;
  margin: 0 auto 2rem auto;
  text-align: center;
  max-width: 99rem;
}
.page-template-page-roi #hero .row .container a {
  flex: 1 0 50%;
  max-width: 50%;
  font-size: 2.4rem;
  line-height: 140%;
  color: #551e6d;
  font-weight: 700;
  margin: 0 auto;
  padding: 1rem 3rem;
  background-color: #50ffd1;
  border-radius: 1rem;
  transition: all .3s;
  display: inline-block;
  border: none;
}
.page-template-page-roi #hero .row .container a:hover {
  background-color: #551e6d;
  color: #50ffd1;
}
.page-template-page-roi #advantages {
  padding: 0 0 8.5rem 0;
}
.page-template-page-roi #advantages .row {
  max-width: 100rem;
}
.page-template-page-roi #advantages .row .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: -18rem -1.5rem 0 -1.5rem;
}
.page-template-page-roi #advantages .row .flex .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1.5rem;
}
.page-template-page-roi #advantages .row .flex .box .content {
  background: #fff;
  border-radius: 1.2rem;
  padding: 4rem 3rem;
  height: 100%;
  box-shadow: 0px -8px 0px 0px #e7c2fa, 0px 20px 40px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
}
.page-template-page-roi #advantages .row .flex .box .content .img {
  margin: 0 auto 1.2rem auto;
  width: 100%;
  height: 3rem;
}
.page-template-page-roi #advantages .row .flex .box .content .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-roi #advantages .row .flex .box .content h2 {
  font-size: 2.4rem;
  line-height: 140%;
  color: #744487;
  font-weight: 700;
  margin: 0 auto 1.2rem auto;
}
.page-template-page-roi #advantages .row .flex .box .content p {
  font-size: 1.6rem;
  line-height: 140%;
  color: #3c3a47;
  font-weight: 400;
  margin: 0 auto;
}
.page-template-page-roi #software .row {
  max-width: 114rem;
  text-align: center;
}
.page-template-page-roi #software .row h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 2.7rem auto;
}
.page-template-page-roi #software .row h2 strong {
  color: #744487;
}
.page-template-page-roi #software .row .img {
  max-width: 108rem;
  height: auto;
  margin: 0 auto 2.7rem auto;
}
.page-template-page-roi #software .row .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-roi #software .row p {
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto 2.7rem auto;
}
.page-template-page-roi #software .row p + p {
  font-size: 2.4rem;
  line-height: 140%;
  color: #744487;
  font-weight: 700;
  margin: 0 auto;
  max-width: 80rem;
}
.page-template-page-roi #calculator {
  padding: 14rem 0 9rem 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e7c2fa 100%);
}
.page-template-page-roi #calculator .row {
  max-width: 102rem;
}
.page-template-page-roi #calculator .header {
  padding: 2.3rem 6.5rem;
  background-color: #744487;
  border-radius: 12px 12px 0px 0px;
  text-align: center;
}
.page-template-page-roi #calculator .header h2 {
  font-family: "articulat-cf", sans-serif;
  color: #fff;
  font-size: 3.8rem;
  line-height: 110%;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.page-template-page-roi #calculator .header p {
  font-family: "articulat-cf", sans-serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 140%;
  font-weight: 400;
  margin: 0;
}
.page-template-page-roi #calculator .calculator {
  padding: 6rem 4rem;
  background: #fff;
  border-radius: 0 0 12px 12px;
}
.page-template-page-roi #calculator .calculator .formrow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 5rem 0;
}
.page-template-page-roi #calculator .calculator .formrow .in {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 2rem;
}
.page-template-page-roi #calculator .calculator .formrow label {
  font-size: 1.8rem;
  line-height: 120%;
  margin: 0 0 0.5rem 0;
  color: #212121;
  font-weight: 700;
  display: block;
}
.page-template-page-roi #calculator .calculator .formrow label span {
  color: #ff0000;
}
.page-template-page-roi #calculator .calculator .formrow input {
  padding: 1rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  width: 100%;
  border-radius: 0.3rem;
}
.page-template-page-roi #calculator .calculator .formrow p {
  font-size: 1.3rem;
  line-height: 140%;
  color: #6a6a6a;
  font-style: italic;
  margin: 1rem 0 0 0;
  font-weight: 500;
}
.page-template-page-roi #calculator .calculator .results {
  margin: 6rem 0 0 0;
  padding: 0 2rem;
}
.page-template-page-roi #calculator .calculator .results label {
  font-size: 1.8rem;
  line-height: 120%;
  margin: 0 0 1rem 0;
  color: #212121;
  font-weight: 700;
  display: block;
}
.page-template-page-roi #calculator .calculator .results .result {
  font-family: "articulat-cf", sans-serif;
  padding: 1rem;
  border-radius: 0.3rem;
  background-color: #fff;
  border: 1px solid #744487;
  text-align: right;
  font-size: 2.6rem;
  line-height: 4.4rem;
  font-weight: 700;
  color: #744487;
}
.page-template-page-roi #potential {
  padding: 8rem 0;
  background-color: #e4f4ff;
}
.page-template-page-roi #potential .row {
  max-width: 116rem;
}
.page-template-page-roi #potential .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-page-roi #potential .row .flex .txt {
  flex: 1 0 54.5rem;
  max-width: 54.5rem;
  padding-right: 8rem;
}
.page-template-page-roi #potential .row .flex .txt h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 0 2rem 0;
}
.page-template-page-roi #potential .row .flex .txt p {
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 0 1rem 0;
}
.page-template-page-roi #potential .row .flex .txt p + p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 0 4rem 0;
}
.page-template-page-roi #potential .row .flex .txt .awards {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-roi #potential .row .flex .txt .awards .box {
  flex: 1 0 33.33%;
  max-width: 13rem;
}
.page-template-page-roi #potential .row .flex .txt .awards .box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-roi #potential .row .flex .txt .awards .box:nth-of-type(1) {
  padding-right: 4rem;
}
.page-template-page-roi #potential .row .flex .txt .awards .box:nth-of-type(3) {
  padding-left: 4rem;
}
.page-template-page-roi #potential .row .flex .form {
  flex: 1;
  max-width: 100%;
}
.page-template-page-roi #potential .row .flex .form .nf-form-cont {
  border-radius: 1.2rem;
}
.page-template-page-roi #potential .row .flex .form .hbspt-form {
  padding: 4rem;
  background-color: #fff;
  border-radius: 1.2rem;
}
.page-template-page-roi #newslisting {
  padding-top: 6rem;
}
/* single post */
.single-post #post {
  padding: 24rem 0 12rem 0;
}
.single-post #post .row {
  max-width: 120rem;
}
.single-post #post .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.single-post #post .row .flex .content {
  flex: 1;
  max-width: 100%;
  padding-right: 8rem;
}
.single-post #post .row .flex .content h1 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.single-post #post .row .flex .content ul.post-categories {
  margin: 0 0 1.4rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-starrt;
}
.single-post #post .row .flex .content ul.post-categories li {
  font-size: 1.4rem;
  line-height: 220%;
  color: #666;
  font-weight: 500;
  margin: 0 0.5rem 0 0;
}
.single-post #post .row .flex .content ul.post-categories li:after {
  content: ',';
}
.single-post #post .row .flex .content ul.post-categories li:last-of-type {
  margin: 0;
}
.single-post #post .row .flex .content ul.post-categories li:last-of-type:after {
  content: unset;
}
.single-post #post .row .flex .content ol,
.single-post #post .row .flex .content ul {
  margin: 0 0 1.4rem 0;
}
.single-post #post .row .flex .content ol li,
.single-post #post .row .flex .content ul li {
  font-size: 1.7rem;
  line-height: 180%;
  color: #212121;
}
.single-post #post .row .flex .content .thumb {
  max-width: 79.5rem;
  height: auto;
  margin-bottom: 4.3rem;
}
.single-post #post .row .flex .content .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-post #post .row .flex .content p {
  font-size: 1.7rem;
  line-height: 180%;
  color: #212121;
  font-weight: 400;
  margin: 0 0 1.7rem 0;
}
.single-post #post .row .flex .content p a {
  color: #b86eac;
}
.single-post #post .row .flex .content p a:hover {
  text-decoration: underline;
}
.single-post #post .row .flex .content h2 {
  font-size: 2.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 2rem 0;
}
.single-post #post .row .flex .content h3 {
  font-size: 2.4rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 2rem 0;
}
.single-post #post .row .flex .content h4 {
  font-size: 2.0rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 2rem 0;
}
.single-post #post .row .flex .content h5 {
  font-size: 1.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 2rem 0;
}
.single-post #post .row .flex .content h6 {
  font-size: 1.6rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 2rem 0;
}
.single-post #post .row .flex .content .wp-block-buttons {
  display: flex;
  justify-content: center;
}
.single-post #post .row .flex .content .wp-block-buttons .wp-block-button {
  margin: 1.5rem auto;
}
.single-post #post .row .flex .content .wp-block-buttons .wp-block-button a {
  font-size: 2rem;
  line-height: 130%;
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
  padding: 1.3rem 2.1rem;
  background-color: #744487;
  border-radius: 1rem;
  transition: all .3s;
  border: 1px solid #744487;
}
.single-post #post .row .flex .content .wp-block-buttons .wp-block-button a:hover {
  color: #fff;
  background-color: #b86eac;
}
.single-post #post .row .flex aside {
  flex: 1 0 26rem;
  max-width: 26rem;
}
.single-post #post .row .flex aside .search {
  width: 100%;
  margin-bottom: 4rem;
}
.single-post #post .row .flex aside .search form {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.single-post #post .row .flex aside .search input {
  padding: 1.1rem;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  flex: 1 0 16rem;
  border: 1px solid #ddd;
  font-size: 1.4rem;
}
.single-post #post .row .flex aside .search button {
  flex: 1 0 9.6rem;
  padding: 1.1rem;
  border-top-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  background-color: #ddd;
  color: #666;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  border: 1px solid #ddd;
}
.single-post #post .row .flex aside h3 {
  font-size: 2.4rem;
  line-height: 190%;
  color: #744487;
  font-weight: 700;
  margin: 0 0 3.5rem 0;
}
.single-post #post .row .flex aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-post #post .row .flex aside ul li {
  padding-bottom: 1.6rem;
}
.single-post #post .row .flex aside ul li a {
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 700;
  margin: 0;
  transition: all .3s;
}
.single-post #post .row .flex aside ul li a:hover {
  color: #744487;
}
/* Sucess stories */
.page-template-page-stories #hero {
  padding: 19rem 0 12rem 0 ;
}
.page-template-page-stories #hero .row {
  max-width: 145rem;
}
.page-template-page-stories #hero .row .container {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  border-radius: 1.2rem;
  padding: 27.5rem 5.7rem;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-page-stories #hero .row .container h1 {
  font-size: 6.6rem;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}
.page-template-page-stories #stories {
  padding: 0 0 10rem 0;
}
.page-template-page-stories #stories .row {
  max-width: 124rem;
}
.page-template-page-stories #stories .row .box {
  margin-bottom: 8.5rem;
}
.page-template-page-stories #stories .row .box h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 0 3rem 0;
}
.page-template-page-stories #stories .row .box .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.page-template-page-stories #stories .row .box .flex .txt {
  flex: 1 0 45%;
  max-width: 45%;
  padding-right: 6rem;
}
.page-template-page-stories #stories .row .box .flex .txt h3 {
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 700;
  margin: 0 0 1.2rem 0;
}
.page-template-page-stories #stories .row .box .flex .txt p {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 0 4rem 0;
}
.page-template-page-stories #stories .row .box .flex .txt a {
  font-size: 1.8rem;
  line-height: 140%;
  color: #50ffd1;
  font-weight: 600;
  margin: 0;
  padding: 1.3rem 3rem 1.3rem 3rem;
  background-color: #744487;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  transition: all .3s;
}
.page-template-page-stories #stories .row .box .flex .txt a svg {
  margin-left: 1rem;
  width: auto;
  height: 2.7rem;
  transition: all .3s;
}
.page-template-page-stories #stories .row .box .flex .txt a svg path {
  stroke: #50ffd1;
}
.page-template-page-stories #stories .row .box .flex .txt a:hover {
  color: #551e6d;
  background-color: #50ffd1;
}
.page-template-page-stories #stories .row .box .flex .txt a:hover svg path {
  stroke: #551e6d;
}
.page-template-page-stories #stories .row .box .flex .case {
  flex: 1 0 55%;
  max-width: 55%;
}
.page-template-page-stories #stories .row .box .flex .case .content {
  padding: 4rem 3rem;
  border-radius: 0 1.2rem 1.2rem 0;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.page-template-page-stories #stories .row .box .flex .case .content h2 {
  font-size: 2.4rem;
  line-height: 140%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 2.2rem auto;
}
.page-template-page-stories #stories .row .box .flex .case .content .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -2rem;
}
.page-template-page-stories #stories .row .box .flex .case .content .flex .single {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 2rem;
  position: relative;
}
.page-template-page-stories #stories .row .box .flex .case .content .flex .single h3 {
  font-size: 4.4rem;
  line-height: 140%;
  color: #0071bf;
  font-weight: 700;
  margin: 0 auto ;
}
.page-template-page-stories #stories .row .box .flex .case .content .flex .single .more {
  font-size: 1.6rem;
  line-height: 120%;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
}
.page-template-page-stories #stories .row .box .flex .case .content .flex .single:after {
  content: '';
  width: 1px;
  height: 10rem;
  background-color: #744487;
  position: absolute;
  top: 0;
  right: 0;
}
.page-template-page-stories #stories .row .box .flex .case .content .flex .single:last-of-type:after {
  display: none;
}
.page-template-page-stories #stories .row .box .flex .case .content .summary {
  text-align: center;
  max-width: 54rem;
  margin: 3.7rem auto 0 auto;
}
.page-template-page-stories #stories .row .box .flex .case .content .summary p {
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto 1.5rem auto;
}
.page-template-page-stories #stories .row .box .flex .case .content .summary p + p {
  margin-bottom: 2rem;
}
.page-template-page-stories #stories .row .box:nth-of-type(1) .flex .case .content h2 {
  padding-top: 6.3rem;
  background-image: url('../img/ph-logo.png');
  background-repeat: no-repeat;
  background-size: 21.2rem 4.1rem;
  background-position: top center;
}
/* Partners */
.page-template-page-partners #hero {
  padding: 19rem 0 12rem 0 ;
}
.page-template-page-partners #hero .row {
  max-width: 145rem;
}
.page-template-page-partners #hero .row .container {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  border-radius: 1.2rem;
  padding: 30.5rem 5.7rem;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-page-partners #hero .row .container h1 {
  font-size: 5.6rem;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}
.page-template-page-partners #hero .row .container h2 {
  font-size: 3.3rem;
  line-height: 120%;
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  max-width: 99rem;
}
.page-template-page-partners #partners {
  padding: 0 0 12rem 0;
}
.page-template-page-partners #partners .row {
  max-width: 96rem;
  text-align: center;
}
.page-template-page-partners #partners .row h2 {
  font-size: 2.1rem;
  line-height: 120%;
  color: #744487;
  font-weight: 700;
  margin: 0 auto 2.7rem auto;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.page-template-page-partners #partners .row h3 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 2.7rem auto;
}
.page-template-page-partners #partners .row p {
  font-size: 2.2rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto 2.6rem auto;
  max-width: 100%;
}
.page-template-page-partners #gallery {
  padding: 0 0 2.6rem 0;
}
.page-template-page-partners #gallery .row {
  max-width: 146rem;
}
.page-template-page-partners #gallery .row .container {
  background: #F6F6F6;
  border-radius: 12px;
  padding: 5rem;
}
.page-template-page-partners #gallery .row .container h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 9rem auto;
  text-align: center;
}
.page-template-page-partners #gallery .row .container .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -3rem 3rem -3rem;
}
.page-template-page-partners #gallery .row .container .flex .img {
  flex: 1;
  max-width: 100%;
  padding: 0 3rem;
  margin: 0 auto;
}
.page-template-page-partners #gallery .row .container .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-partners #gallery .row .container .flex .img:nth-of-type(1) {
  width: 18.6rem;
  height: 7.2rem;
}
.page-template-page-partners #newslisting {
  display: block;
}
/* privacy policy */
.page-template-default #post {
  padding: 23rem 0 12rem 0;
}
.page-template-default #post .row {
  max-width: 96rem;
}
.page-template-default #post .row h1 {
  font-size: 5.6rem;
  line-height: 100%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 9rem auto;
  text-align: center;
}
.page-template-default #post .row p {
  font-size: 2rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 0 2rem 0;
}
.page-template-default #post .row p a {
  color: #744487;
  text-decoration: underline;
}
.page-template-default #post .row p a:hover {
  text-decoration: none;
}
.page-template-default #post .row ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}
.page-template-default #post .row ul li {
  font-size: 2rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0.5rem 0 0.5rem 3.2rem;
  background-image: url('../img/ico-check.svg');
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: top 1.2rem left;
}
.page-template-default #post .row ul li a {
  color: #744487;
  text-decoration: underline;
}
.page-template-default #post .row ul li a:hover {
  text-decoration: none;
}
.page-template-default #post .row .wp-block-table {
  margin: 0 0 3rem 0;
}
.page-template-default.page-id-3183 #post,
.page-template-default.page-id-3215 #post,
.page-template-default.page-id-3195 #post {
  text-align: center;
}
.page-template-default.page-id-3183 #post .row h1,
.page-template-default.page-id-3215 #post .row h1,
.page-template-default.page-id-3195 #post .row h1 {
  margin-bottom: 5rem;
}
.page-template-default.page-id-3183 #post .row p,
.page-template-default.page-id-3215 #post .row p,
.page-template-default.page-id-3195 #post .row p {
  text-align: center;
}
.page-template-default.page-id-3183 #post .row p a,
.page-template-default.page-id-3215 #post .row p a,
.page-template-default.page-id-3195 #post .row p a {
  color: #010101;
  text-decoration: underline;
}
.page-template-default.page-id-3183 #post .row p a:hover,
.page-template-default.page-id-3215 #post .row p a:hover,
.page-template-default.page-id-3195 #post .row p a:hover {
  text-decoration: none;
}
/* ninja */
.nf-form-cont {
  margin: 0 auto;
  background: #fff;
  padding: 4rem;
}
.nf-form-cont .nf-response-msg {
  margin: 0 0 0 0;
  padding: 4rem 0;
}
.nf-form-cont .nf-response-msg p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #000;
  margin: 0 auto;
  text-align: center;
}
.nf-form-cont .nf-form-content {
  padding: 0;
}
.nf-form-cont .nf-form-content .nf-field-container {
  margin: 0 0 1.5rem 0;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-input-limit {
  margin: 0;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-label label {
  color: #33475b;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-label label .fa {
  display: none;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element input,
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element textarea,
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element select {
  background: #f5f8fa;
  color: #bfbfbf;
  border: 1px solid #cbd6e2;
  padding: 1rem 2.7rem 1rem 1.5rem;
  border-radius: 0.3rem;
  font-size: 1.6rem;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element textarea {
  height: 6.6rem;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element select {
  background-image: url('../img/ico-dropdown.svg') !important;
  background-repeat: no-repeat;
  background-size: 1.7rem auto;
  background-position: right 1.4rem center;
  padding-right: 5rem;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element input[type="submit"] {
  background-color: #50ffd1;
  display: inline-block;
  text-align: center;
  color: #551e6d;
  font-size: 1.8rem;
  font-weight: 700;
  transition: all .3s;
  padding: 1rem 3rem 1.1rem 3rem;
  border-radius: 1rem;
  border: none;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element input[type="submit"]:hover {
  color: #50ffd1;
  background-color: #551e6d;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element input[type="text"] {
  color: #bfbfbf;
  font-size: 1.6rem;
  font-weight: 400;
}
.nf-form-cont .nf-form-fields-required {
  display: none;
}
.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 100%;
  max-width: 100%;
  padding: 0 1rem;
}
.nf-form-cont nf-fields-wrap nf-field {
  margin: 0 0;
}
.nf-form-cont nf-fields-wrap .field-wrap {
  display: block;
}
.nf-form-cont nf-fields-wrap .nf-error-wrap {
  margin: 0.5rem 0 0 0;
}
.nf-form-cont nf-fields-wrap .nf-error-wrap .nf-error-msg {
  display: block;
  font-size: 1.4rem;
  text-align: left;
  color: #f00;
  margin: 0 0 0 0;
}
.nf-form-cont .nf-after-form-content {
  margin: 1rem 0 0 0;
}
.nf-form-cont .nf-after-form-content .nf-error-msg {
  font-size: 1.8rem;
  color: #f00;
  font-weight: 400;
  text-align: left;
}
.nf-form-cont .nf-error.field-wrap .nf-field-element:after {
  display: none;
}
.nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
  display: none;
}
.nf-form-cont .nf-error .nf-error-msg {
  display: none;
}
.nf-form-cont#nf-form-5-cont {
  background: #F4F6F6;
}
.nf-form-cont#nf-form-5-cont .nf-response-msg p {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container .nf-field-label label {
  color: #212B33;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container .nf-field-element input,
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container .nf-field-element textarea,
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container .nf-field-element select {
  border: none;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container .nf-field-element select {
  background-image: url('../img/ico-dropdown.svg') !important;
  background-repeat: no-repeat;
  background-size: 1.7rem auto;
  background-position: right 1.4rem center;
  padding-right: 5rem;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container.html-container h2 {
  font-size: 3rem;
  line-height: 130%;
  font-weight: 700;
  margin: 0 0 3rem 0;
  letter-spacing: -0.6px;
  color: #212b33;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container.listcheckbox-container {
  margin: 0 0 2.5rem 0;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-label span.nf-label-span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.8px;
  color: #212b33;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-element ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 -1rem !important;
  display: flex;
  flex-wrap: wrap;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-element ul li {
  padding: 0 1rem 0 1rem !important;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-element ul li:nth-of-type(odd) {
  flex: 1 0 40%;
  max-width: 40%;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-element ul li:nth-of-type(even) {
  flex: 1 0 60%;
  max-width: 60%;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-element ul li label:after {
  content: '' !important;
  box-shadow: none !important;
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  top: 0;
  left: -30px;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-element ul li label:before {
  content: '' !important;
  box-shadow: none !important;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 2.7px;
  background: #DF1133;
  top: 3px;
  left: -27px;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container.listcheckbox-container .nf-field-element ul li input.nf-checked + label:after {
  border: 1px solid #DF1133;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container.listcheckbox-container#nf-field-45-container .nf-field-element ul li:nth-of-type(even),
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container.listcheckbox-container#nf-field-45-container .nf-field-element ul li:nth-of-type(odd) {
  flex: 1 0 25%;
  max-width: 25%;
}
/* 404 */
.error404 #p404 {
  padding: 30rem 0 20rem 0;
}
.error404 #p404 p {
  margin: 0;
  text-align: center;
  color: #0c0c0c;
}
.error404 #p404 p:nth-of-type(1) {
  font-family: "articulat-cf", sans-serif;
  font-size: 12rem;
  line-height: 8rem;
  font-weight: 700;
}
.error404 #p404 p:nth-of-type(2) {
  font-family: "articulat-cf", sans-serif;
  font-size: 4rem;
  line-height: 5rem;
}
/* footer*/
footer#footer {
  padding: 6.6rem 0 4.4rem 0;
  background-color: #744487;
  border-bottom: 8rem solid #30313c;
}
footer#footer .row {
  max-width: 145rem;
  position: relative;
}
footer#footer .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer#footer .row .flex #footlogo {
  flex: 1 0 21rem;
  max-width: 21rem;
}
footer#footer .row .flex #footlogo a {
  width: 21rem;
  height: 4.1rem;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999rem;
  display: block;
  background-image: url('../img/maxrte-logo.svg');
}
footer#footer .row .flex .toolmenu {
  flex: 1 0 32rem;
  max-width: 32rem;
  padding: 0 0 0 10rem;
}
footer#footer .row .flex .toolmenu .content ul {
  margin: 0 0;
  padding: 0;
  list-style: none;
}
footer#footer .row .flex .toolmenu .content ul li {
  padding: 1rem 0 1rem 3rem;
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center left;
}
footer#footer .row .flex .toolmenu .content ul li a {
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
  color: #50ffd1;
  position: relative;
  font-weight: 600;
}
footer#footer .row .flex .toolmenu .content ul li a:hover {
  text-decoration: underline;
}
footer#footer .row .flex .toolmenu .content ul li:nth-of-type(1) {
  background-image: url('../img/call.png');
}
footer#footer .row .flex .toolmenu .content ul li:nth-of-type(2) {
  background-image: url('../img/mail.png');
  margin-bottom: 1rem;
}
footer#footer .row .flex .toolmenu .content ul li:nth-of-type(3),
footer#footer .row .flex .toolmenu .content ul li:nth-of-type(4) {
  margin-bottom: 1rem;
  padding: 1rem 0 2rem 0;
}
footer#footer .row .flex .toolmenu .content ul li:nth-of-type(3) a,
footer#footer .row .flex .toolmenu .content ul li:nth-of-type(4) a {
  color: #551e6d;
  font-weight: 700;
  padding: 1rem 2rem;
  background-color: #50ffd1;
  border-radius: 1.2rem;
  transition: all .3s;
}
footer#footer .row .flex .toolmenu .content ul li:nth-of-type(3) a:hover,
footer#footer .row .flex .toolmenu .content ul li:nth-of-type(4) a:hover {
  color: #50ffd1;
  background-color: #551e6d;
  text-decoration: none;
}
footer#footer .row .flex nav {
  flex: 1;
  max-width: 100%;
  padding-left: 6rem;
}
footer#footer .row .flex nav .content .menu-footer-menu-container {
  margin: 0 auto 0 0;
}
footer#footer .row .flex nav .content .menu-footer-menu-container ul {
  padding: 0;
  margin: 0 -3rem;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer#footer .row .flex nav .content .menu-footer-menu-container ul li {
  padding: 0 3rem;
  flex: 1 0 33.33%;
  max-width: 31.5rem;
  margin: 0 0 2rem 0;
}
footer#footer .row .flex nav .content .menu-footer-menu-container ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%;
  display: inline-block;
  margin: 0 0 2rem 0;
  color: #50ffd1;
  max-width: 17rem;
  transition: all .3s;
}
footer#footer .row .flex nav .content .menu-footer-menu-container ul li a:hover {
  color: #00b686;
}
footer#footer .row .flex nav .content .menu-footer-menu-container ul li a[href*="#"] {
  cursor: default;
}
footer#footer .row .flex nav .content .menu-footer-menu-container ul li .sub-menu {
  flex-direction: column;
}
footer#footer .row .flex nav .content .menu-footer-menu-container ul li .sub-menu li {
  flex: 1 0 100%;
  max-width: 100%;
  margin: 0;
}
footer#footer .row .flex nav .content .menu-footer-menu-container ul li .sub-menu li a {
  font-weight: 700;
  color: #fff;
}
footer#footer .row .flex nav .content .menu-footer-menu-container ul li .sub-menu li a:hover {
  text-decoration: underline;
}
footer#footer .row .flex nav .content .menu-footer-menu-container ul li:nth-of-type(3) .sub-menu li a {
  color: #50ffd1;
}
footer#footer .row .banner {
  position: absolute;
  bottom: -9.3rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer#footer .row .banner p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  color: #fff;
  padding: 0 2rem;
}
footer#footer .row .banner .links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1 0 50%;
  max-width: 41rem;
}
footer#footer .row .banner .links a {
  flex: 1;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  color: #fff;
  text-decoration: underline;
  padding: 0 2rem;
  text-align: right;
}
footer#footer .row .banner .links a:hover {
  text-decoration: none;
}
/* misc */
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);
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}
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;
}
svg.hidden {
  display: none;
}
.hidden {
  visibility: hidden !important;
}
.visible {
  visibility: visible !important;
}
/* rwd */
@media only screen and (min-width: 1081px) {
  header#head #mainMenu {
    position: static !important;
    display: block !important;
  }
}
@media only screen and (max-width: 1080px) {
  header#head .row {
    padding: 0 2rem;
  }
  header#head .row .topmenu .content ul li {
    padding: 0 3rem;
  }
  header#head #mainMenu {
    display: none;
    position: fixed;
    width: 90vw;
    max-width: 31rem;
    top: 0;
    right: -50rem;
    height: 100vh;
    z-index: 50;
    background-color: #744487;
    border-left: 4px solid #b86dac;
    padding: 8rem 0;
    margin: 0 0 0 5rem;
  }
  header#head #mainMenu .scroll {
    overflow-x: hidden;
    height: 100%;
    overflow-y: auto;
    padding: 0 3rem 0 3rem;
  }
  header#head #mainMenu .scroll .content {
    min-height: 100%;
    flex-direction: column;
    padding: 0 0 0 0;
    position: relative;
    justify-content: center;
  }
  header#head #mainMenu .menu-main-menu-container > ul {
    flex-direction: column;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li {
    padding: 0 0 3rem 0;
    text-align: center;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li a {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li a:before,
  header#head #mainMenu .menu-main-menu-container > ul > li a:after {
    display: none;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li a:hover {
    text-decoration: underline;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li .sub-menu {
    display: block;
    position: static;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li .sub-menu ul {
    margin: 0;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li .sub-menu li {
    background-color: transparent;
    margin: 0 0 1rem 0;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li .sub-menu li a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li.menu-item-has-children a {
    background-image: none;
    padding-right: 0;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li:nth-of-type(5) a:hover {
    text-decoration: none;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li:nth-of-type(6) {
    display: none;
  }
  header#head #mobileTrigger {
    display: block;
  }
  header#head #mobileTrigger .opened div {
    background: #fff;
  }
  #page.scrolled header#head .row .topmenu {
    padding: 0 0 0.5rem 0;
  }
  #page.scrolled header#head .row .flex {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 1350px) {
  .page-template-page-eligibility #hero .row .container {
    padding: 0 4rem 4rem 4rem;
  }
  .page-template-page-eligibility #hero .row .container .flex .img {
    max-width: 60rem;
  }
}
@media only screen and (max-width: 1300px) {
  .page-template-page-home #hero .row .container .flex .img {
    max-width: 52rem;
  }
  .page-template-page-home #hero .row .container .flex .txt {
    padding-right: 4rem;
  }
  .page-template-page-home #hero .row .container .flex .txt h1 {
    font-size: 6rem;
  }
  .page-template-page-home #discovery {
    background-position: center right -20rem;
  }
  .page-template-page-home #discovery .row .txt {
    max-width: 61rem;
  }
  .page-template-page-home #discovery .row .txt h3 {
    font-size: 4rem;
  }
  .page-template-page-home #discovery .row .txt p {
    font-size: 2rem;
    max-width: 45rem;
  }
  .page-template-page-home #video .row .flex .movie {
    max-width: 60rem;
  }
  .page-template-page-home #difference .row .container {
    background-position: center left;
  }
  .page-template-page-about #culture .row .container {
    padding: 6rem 4rem;
  }
  .page-template-page-eligibility #hero .row .container .flex .img {
    max-width: 53rem;
  }
  .page-template-page-eligibility #hero .row .container .flex .txt {
    padding-right: 4rem;
  }
  .page-template-page-eligibility #hero .row .container .flex .txt h1 {
    font-size: 5rem;
  }
  .page-template-page-eligibility #advantages .row .flex {
    padding: 6rem 5rem;
  }
  .page-template-page-insurance #advantages .row .flex {
    padding: 6rem 5rem;
  }
  .page-template-page-insurance #roi .row .container .content .top .logo {
    max-width: 40rem;
  }
  .page-template-page-insurance #roi .row .container .content .top .txt {
    padding-left: 5rem;
  }
  .page-template-page-insurance #roi .row .container .content .bottom .case .flex {
    margin: 0 -1.5rem;
  }
  .page-template-page-insurance #roi .row .container .content .bottom .case .flex .box {
    padding: 0 1.5rem;
  }
  .page-template-page-insurance #roi .row .container .content .bottom .case .flex .box h3 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1250px) {
  footer#footer .row .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer#footer .row .flex #footlogo {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 0 6rem 0;
    margin: 0 auto;
    text-align: center;
  }
  footer#footer .row .flex #footlogo a {
    display: inline-block;
  }
  footer#footer .row .flex .toolmenu {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 0 6rem 0;
  }
  footer#footer .row .flex .toolmenu .content {
    max-width: 46rem;
    margin: 0 auto ;
  }
  footer#footer .row .flex .toolmenu .content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
    text-align: center;
  }
  footer#footer .row .flex .toolmenu .content ul li {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 1rem 2rem 1rem 3rem;
    margin: 0 auto;
  }
  footer#footer .row .flex .toolmenu .content ul li:nth-of-type(4) a {
    max-width: 20.5rem;
    display: block;
    text-align: center;
  }
  footer#footer .row .flex .toolmenu .content ul li:nth-of-type(1),
  footer#footer .row .flex .toolmenu .content ul li:nth-of-type(2) {
    max-width: 17rem;
  }
  footer#footer .row .flex .toolmenu .content ul li:nth-of-type(1) a,
  footer#footer .row .flex .toolmenu .content ul li:nth-of-type(2) a {
    max-width: 17rem;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  footer#footer .row .flex nav {
    flex: 1 0 100%;
    max-width: 68rem;
    padding: 0;
    margin: 0 auto;
  }
  footer#footer .row .flex nav .content .menu-footer-menu-container ul li {
    text-align: center;
    margin: 0 auto 2rem auto;
  }
  footer#footer .row .flex nav .content .menu-footer-menu-container ul li .sub-menu {
    align-items: center;
  }
  .page-template-page-home #discovery .row h3 {
    font-size: 4rem;
  }
  .page-template-page-home #discovery .row h2 {
    margin-bottom: 1.5rem;
  }
  .page-template-page-home #discovery .row .flex .img {
    max-width: 61rem;
  }
  .page-template-page-home #workflow .row .container h3 {
    font-size: 4rem;
  }
  .page-template-page-home #workflow .row .container h2 {
    margin-bottom: 1.5rem;
  }
  .page-template-page-home #workflow .row .container .flex .img {
    max-width: 61rem;
    flex: 1 0 61rem;
  }
  .page-template-page-home #workflow .row .container .flex .txt {
    max-width: 100%;
    flex: 1;
    padding-left: 6rem;
  }
  .page-template-page-insurance #roi .row .container .content .top .logo {
    max-width: 35rem;
  }
  .page-template-page-insurance #roi .row .container .content .bottom .case .flex .box h3 {
    font-size: 3.6rem;
  }
  .page-template-page-insurance #roi .row .container .content .bottom .case .flex .box:after {
    top: 1rem;
  }
  .page-template-page-insurance #roi .row .container .content .bottom .img {
    max-width: 38rem;
  }
}
@media only screen and (max-width: 1200px) {
  .page-template-page-home #benefits .row .flex .box .content {
    padding: 3rem;
  }
  .page-template-page-home #benefits .row .flex .box .content .img {
    max-width: 11rem;
    margin-bottom: 2rem;
  }
  .page-template-page-home #benefits .row .flex .box .content .txt h3 {
    font-size: 2.8rem;
  }
  .page-template-page-about #culture .row .container {
    padding: 6rem;
  }
  .page-template-page-about #culture .row .container .flex {
    flex-wrap: wrap;
    max-width: 80rem;
    margin: 0 auto;
  }
  .page-template-page-about #culture .row .container .flex .box {
    flex: 1 0 50%;
    max-width: 40rem;
    padding: 0 1.5rem 3rem;
    margin: 0 auto;
  }
  .page-template-page-resources #navigation .row .flex {
    max-width: 102.2rem;
    margin: 0 auto;
  }
  .page-template-page-resources #navigation .row .flex .box a {
    font-size: 1.6rem;
    line-height: 130%;
  }
  .page-template-page-authorizations #integration .row .container .flex .title h2 {
    font-size: 4rem;
  }
  .page-template-page-authorizations #integration .row .container .flex2 {
    margin: 0 -1.5rem;
  }
  .page-template-page-authorizations #integration .row .container .flex2 .box {
    padding: 0 1.5rem;
  }
  .page-template-page-authorizations #integration .row .container .flex2 .box .content {
    padding: 3rem 2.5rem;
  }
  .page-template-page-eligibility #hero .row .container .flex .txt {
    padding-right: 0;
  }
  .page-template-page-eligibility #hero .row .container .flex .txt h1 {
    font-size: 4.5rem;
    max-width: 44rem;
  }
  .page-template-page-eligibility #hero .row .container .flex .txt p {
    font-size: 2.8rem;
  }
  .page-template-page-eligibility #hero .row .container .flex .txt .button p {
    font-size: 2rem;
  }
  #integration .row .container .flex .title h2 {
    font-size: 4rem;
  }
  #integration .row .container .flex2 {
    margin: 0 -1.5rem;
  }
  #integration .row .container .flex2 .box {
    padding: 0 1.5rem;
  }
  #integration .row .container .flex2 .box .content {
    padding: 3rem 2.5rem;
  }
  .page-template-page-roi #hero .row .container {
    padding-bottom: 22rem;
  }
  .page-template-page-roi #hero .row .container h1 {
    padding-top: 6rem;
    font-size: 6rem;
  }
}
@media only screen and (max-width: 1150px) {
  .page-template-page-home #hero .row .container .flex .img {
    max-width: 46rem;
  }
  .page-template-page-home #hero .row .container .flex .txt h1 {
    font-size: 5.5rem;
  }
  .page-template-page-home #hero .row .container .flex .txt p {
    font-size: 2.2rem;
  }
  .page-template-page-home #discovery .row .flex .img {
    max-width: 56rem;
  }
  .page-template-page-home #video .row .flex .movie {
    max-width: 50rem;
  }
  .page-template-page-home #video .row .flex .txt h2 {
    font-size: 3.2rem;
    max-width: 32rem;
  }
  .page-template-page-home #workflow .row .container .flex {
    align-items: flex-start;
  }
  .page-template-page-home #workflow .row .container .flex .img {
    max-width: 56rem;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a .img {
    height: 34rem;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a .txt {
    padding: 1.5rem 6rem 2rem 3.5rem;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a .txt h2,
  #newslisting .row .newscontainer .flex .post:first-of-type a .txt h3 {
    font-size: 3rem;
  }
  .page-template-page-clients #hero .row .container h1 {
    font-size: 5.6rem;
  }
  .page-template-page-clients #hero .row .container .img {
    max-width: 52rem;
  }
  .page-template-page-eligibility #advantages .row .flex .txt {
    padding: 0;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .page-template-page-eligibility #advantages .row .flex .img {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .page-template-page-eligibility #advantages .row .flex:nth-of-type(1) {
    padding-top: 9rem;
  }
  .page-template-page-eligibility #advantages .row .flex:nth-of-type(1) .img {
    padding: 2rem 0 0 6rem;
  }
  .page-template-page-eligibility #advantages .row .flex:nth-of-type(2) .img {
    padding: 6rem 6rem 0 0;
  }
  .page-template-page-eligibility #testimonial .row .flex .img {
    max-width: 43rem;
  }
  .page-template-page-eligibility #testimonial .row .flex .img img {
    object-fit: cover;
  }
  .page-template-page-eligibility #testimonial .row .flex .txt {
    padding: 3rem 5rem;
  }
  .page-template-page-eligibility #testimonial .row .flex .txt p {
    font-size: 2.2rem;
  }
  .page-template-page-insurance #hero .row .container .flex .txt h1 {
    font-size: 5rem;
  }
  .page-template-page-insurance #hero .row .container .flex .txt p {
    font-size: 3.2rem;
  }
  .page-template-page-partners #gallery .row .container {
    padding: 5rem 2.5rem;
  }
  .page-template-page-partners #gallery .row .container .flex {
    margin: 0 -1.5rem 3rem -1.5rem;
  }
  .page-template-page-partners #gallery .row .container .flex .img {
    padding: 0 1.5rem;
  }
  .page-template-page-partners #gallery .row .container .flex .img:nth-of-type(1) {
    width: 15rem;
    height: 5.8rem;
  }
}
@media only screen and (max-width: 1100px) {
  .page-template-page-home #discovery {
    background-position: center left;
  }
  .page-template-page-home #discovery .row .txt {
    max-width: 57rem;
  }
  .page-template-page-home #discovery .row .txt h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .page-template-page-home #discovery .row .txt h3 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
  }
  .page-template-page-about #technology .row .flex .txt {
    padding: 0 5rem 0 3rem;
  }
  .page-template-page-about #technology .row .flex .txt h2 {
    max-width: 33rem;
  }
  .page-template-page-authorizations #hero {
    padding-top: 18rem;
  }
  .page-template-page-authorizations #hero .row .container {
    padding: 5rem 4rem 8rem 4rem;
  }
  .page-template-page-authorizations #hero .row .container .flex {
    padding-top: 4rem;
  }
  .page-template-page-authorizations #hero .row .container .flex .txt h1 {
    font-size: 5rem;
  }
  .page-template-page-authorizations #hero .row .container .flex .txt p {
    font-size: 3.2rem;
  }
  .page-template-page-authorizations #hero .row .container .flex .img {
    max-width: 43rem;
  }
  .page-template-page-authorizations #advantages .row .flex .img {
    padding: 5.5rem 5.5rem 3rem 5.5rem;
  }
  .page-template-page-authorizations #advantages .row .flex:nth-of-type(2) .img {
    padding: 5.5rem 8rem 0 0;
  }
  .page-template-page-authorizations #integration .row .container {
    padding: 4rem;
  }
  .page-template-page-authorizations #integration .row .container .flex .title h2 {
    font-size: 3.6rem;
  }
  .page-template-page-authorizations #integration .row .container .flex .txt p {
    font-size: 2.2rem;
  }
  .page-template-page-authorizations #integration .row .container .flex .txt p + p {
    font-size: 1.8rem;
  }
  .page-template-page-authorizations #integration .row .container .flex2 .box .content p {
    font-size: 2rem;
  }
  .page-template-page-insurance #advantages .row .flex .img {
    padding: 5.5rem 5.5rem 3rem 5.5rem;
  }
  .page-template-page-insurance #advantages .row .flex:nth-of-type(2) {
    padding: 0 5rem;
  }
  .page-template-page-insurance #advantages .row .flex:nth-of-type(2) .img {
    padding: 5.5rem 8rem 0 0;
  }
  .page-template-page-insurance #discovery .row .container .txt {
    padding: 2.3rem ;
  }
  .page-template-page-insurance #discovery .row .container .txt h3 {
    font-size: 3rem;
    line-height: 120%;
  }
  .page-template-page-insurance #discovery .row .container .flex .box .text {
    padding-left: 5.5rem;
  }
  .page-template-page-insurance #roi .row .container .content {
    padding: 3rem;
  }
  .page-template-page-insurance #roi .row .container .content .top {
    flex-wrap: wrap;
  }
  .page-template-page-insurance #roi .row .container .content .top .logo {
    max-width: 35rem;
    flex: 1 0 100%;
    margin: 0 auto 1.5rem auto;
  }
  .page-template-page-insurance #roi .row .container .content .top .txt {
    flex: 1 0 100%;
    max-width: 85rem;
    margin: 0 auto;
    padding: 0;
  }
  .page-template-page-insurance #roi .row .container .content .top .txt p {
    max-width: 68rem;
  }
  .page-template-page-insurance #roi .row .container .content .top .txt p + p + p {
    max-width: 78rem;
  }
  .page-template-page-insurance #roi .row .container .content .bottom .case {
    padding: 3rem ;
  }
  .page-template-page-insurance #roi .row .container .content .bottom .img {
    max-width: 35rem;
  }
  #integration .row .container {
    padding: 4rem;
  }
  #integration .row .container .flex .title h2 {
    font-size: 3.6rem;
  }
  #integration .row .container .flex .txt p {
    font-size: 2.2rem;
  }
  #integration .row .container .flex .txt p + p {
    font-size: 1.8rem;
  }
  #integration .row .container .flex2 .box .content p {
    font-size: 2rem;
  }
  .page-template-page-roi #hero .row .container {
    padding-bottom: 18rem;
  }
  .page-template-page-roi #hero .row .container h1 {
    font-size: 5rem;
  }
  .page-template-page-roi #hero .row .container p {
    font-size: 3.2rem;
  }
  .page-template-page-demo #hero .row h1,
  .page-id-646 #hero .row h1 {
    font-size: 5rem;
  }
  .page-template-page-demo #hero .row .flex .txt,
  .page-id-646 #hero .row .flex .txt {
    max-width: 55rem;
  }
  .page-template-page-stories #stories .row .box h2 {
    text-align: center;
    max-width: 80rem;
    margin: 0 auto 3rem auto;
  }
  .page-template-page-stories #stories .row .box .flex {
    flex-wrap: wrap;
  }
  .page-template-page-stories #stories .row .box .flex .txt {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 0 4rem 0;
    text-align: center;
  }
  .page-template-page-stories #stories .row .box .flex .txt h3 {
    text-align: center;
    margin: 0 auto 1.2rem auto;
  }
  .page-template-page-stories #stories .row .box .flex .txt p {
    text-align: center;
    max-width: 86rem;
    margin: 0 auto 4rem auto;
  }
  .page-template-page-stories #stories .row .box .flex .txt a {
    margin: 0 auto;
  }
  .page-template-page-stories #stories .row .box .flex .case {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-stories #stories .row .box .flex .case .content {
    border-radius: 1.2rem;
  }
  .page-template-page-stories #stories .row .box .flex .case .content .summary {
    max-width: 73rem;
  }
}
@media only screen and (max-width: 1050px) {
  .page-template-page-home #hero {
    padding-top: 15rem;
  }
  .page-template-page-home #hero .row .container .flex .img {
    max-width: 40rem;
  }
  .page-template-page-home #hero .row .container .flex .txt h1 {
    font-size: 5rem;
  }
  .page-template-page-home #hero .row .container .flex .txt a {
    font-size: 2rem;
  }
  .page-template-page-home #benefits .row .flex .box .content {
    padding: 3rem 2rem;
  }
  .page-template-page-home #benefits .row .flex .box .content .img {
    margin-bottom: 1.5rem;
  }
  .page-template-page-home #benefits .row .flex .box .content .txt h3 {
    font-size: 2.6rem;
  }
  .page-template-page-home #benefits .row .flex .box .content .txt p {
    font-size: 2rem;
  }
  .page-template-page-home #discovery .row h3 {
    font-size: 3.6rem;
  }
  .page-template-page-home #discovery .row .flex .img {
    max-width: 48rem;
  }
  .page-template-page-home #video .row .flex .movie {
    max-width: 50rem;
  }
  .page-template-page-home #video .row .flex .txt {
    padding: 0 3rem;
  }
  .page-template-page-home #video .row .flex .txt p {
    font-size: 2rem;
    line-height: 130%;
  }
  .page-template-page-home #difference .row .container .txt h2 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .page-template-page-home #difference .row .container .txt .flex {
    margin: 0 -3rem;
  }
  .page-template-page-home #difference .row .container .txt .flex .box {
    padding: 0 3rem;
  }
  .page-template-page-home #difference .row .container .txt .flex .box p {
    font-size: 2rem;
  }
  .page-template-page-home #difference .row .container .txt p {
    font-size: 2rem;
  }
  .page-template-page-home #testimonials .row .flex {
    margin: 0 -1.2rem;
  }
  .page-template-page-home #testimonials .row .flex .box {
    padding: 0 1.2rem;
  }
  .page-template-page-home #workflow .row .container .flex h3 {
    font-size: 3.6rem;
  }
  .page-template-page-home #workflow .row .container .flex .img {
    max-width: 48rem;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a .img {
    height: 30rem;
    max-width: 50%;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a .txt {
    padding: 1rem 2rem 2rem 3.5rem;
    max-width: 50%;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a .txt h2,
  #newslisting .row .newscontainer .flex .post:first-of-type a .txt h3 {
    font-size: 2.8rem;
  }
  #newslisting .row .newscontainer .flex .post {
    flex: 1 0 33.33%;
    max-width: 33.33%;
  }
  .page-template-page-demo #hero .row .flex,
  .page-id-646 #hero .row .flex {
    justify-content: center;
  }
  .page-template-page-demo #hero .row .flex .form,
  .page-id-646 #hero .row .flex .form {
    max-width: 38rem;
    padding-left: 5rem;
  }
  .page-template-page-demo #hero .row .flex .form .nf-form-cont,
  .page-id-646 #hero .row .flex .form .nf-form-cont {
    padding: 4rem 2rem;
  }
  .page-template-page-about #hero .row .container {
    padding: 7rem 5rem;
  }
  .page-template-page-about #hero .row .container h1 {
    font-size: 5.5rem;
    max-width: 80rem;
  }
  .page-template-page-clients #assets .row .box .txt {
    padding: 0 3rem;
  }
  .page-template-page-clients #assets .row .box .img {
    padding: 0 3rem;
  }
  .page-template-page-clients #assets .row .box:last-of-type .txt {
    padding: 0 3rem;
  }
  .page-template-page-authorizations #advantages .row .flex:nth-of-type(1) {
    top: -8.7rem;
  }
  .page-template-page-authorizations #advantages .row .flex:nth-of-type(1) .txt {
    margin-top: 2rem;
  }
  .page-template-page-eligibility #hero .row .container {
    padding: 0 4rem 8rem 4rem;
  }
  .page-template-page-eligibility #hero .row .container .flex .img {
    max-width: 42rem;
  }
  .page-template-page-eligibility #hero .row .container .flex .txt p {
    font-size: 2.5rem;
  }
  .page-template-page-roi #potential .row .flex .txt {
    padding-right: 5rem;
  }
  .page-template-page-roi #potential .row .flex .form .nf-form-cont {
    padding: 3rem 2.5rem;
  }
  .single-post #post .row .flex .content {
    padding-right: 5rem;
  }
  .single-post #post .row .flex .content h1 {
    font-size: 3.2rem;
  }
  .single-post #post .row .flex .content .wp-block-buttons .wp-block-button a {
    font-size: 1.8rem;
  }
  .page-template-page-insurance #advantages .row .flex .img {
    padding: 5.5rem 2.5rem 0 2.5rem;
  }
  .page-template-page-insurance #advantages .row .flex .txt {
    max-width: 44rem;
  }
  .page-template-page-insurance #advantages .row .flex:nth-of-type(2) .img {
    padding: 5.5rem 2rem 0 0;
  }
  .page-template-page-partners #hero {
    padding: 15rem 0 12rem 0;
  }
  .page-template-page-partners #hero .row .container {
    padding: 17rem 5rem;
  }
}
@media only screen and (max-width: 950px) {
  .page-template-page-home #hero .row .container .flex {
    flex-wrap: wrap;
  }
  .page-template-page-home #hero .row .container .flex .img {
    max-width: 57rem;
    flex: 1 0 57rem;
    height: auto;
    margin: 0 auto;
  }
  .page-template-page-home #hero .row .container .flex .txt {
    flex: 1 0 100%;
    max-width: 70rem;
    padding: 0 0 4rem 0;
    margin: 0 auto;
  }
  .page-template-page-home #hero .row .container .flex .txt h1 {
    font-size: 6.5rem;
  }
  .page-template-page-home #partners {
    padding-bottom: 7.5rem;
  }
  .page-template-page-home #discovery {
    padding: 7rem 0;
  }
  .page-template-page-home #discovery .row h2,
  .page-template-page-home #discovery .row h3 {
    margin: 0 auto 2rem auto;
    text-align: center;
    max-width: 60rem;
  }
  .page-template-page-home #discovery .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-home #discovery .row .flex .txt {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 1rem 0 1rem;
    text-align: center;
  }
  .page-template-page-home #discovery .row .flex .txt p {
    max-width: 100%;
    margin: 0 auto 1.5rem auto;
  }
  .page-template-page-home #discovery .row .flex .img {
    max-width: 58rem;
    flex: 1 0 100%;
    margin: 0 auto;
  }
  .page-template-page-home #video .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-home #video .row .flex .movie {
    order: 2;
    flex: 1 0 100%;
    max-width: 60rem;
    margin: 0 auto;
  }
  .page-template-page-home #video .row .flex .txt {
    padding: 5rem 0 10rem 0;
    flex: 1 0 100%;
    max-width: 80rem;
    margin: 0 auto;
    order: 1;
  }
  .page-template-page-home #video .row .flex .txt h2 {
    max-width: 100%;
  }
  .page-template-page-home #workflow .row .container h2,
  .page-template-page-home #workflow .row .container h3 {
    margin: 0 auto 2rem auto;
    text-align: center;
  }
  .page-template-page-home #workflow .row .container .flex {
    flex-direction: column;
  }
  .page-template-page-home #workflow .row .container .flex .txt,
  .page-template-page-home #workflow .row .container .flex .img {
    flex: unset;
    max-width: 100%;
  }
  .page-template-page-home #workflow .row .container .flex .txt {
    padding-left: 0;
    order: 1;
    text-align: center;
  }
  .page-template-page-home #workflow .row .container .flex .txt p,
  .page-template-page-home #workflow .row .container .flex .txt a {
    margin: 0 auto 1.5rem auto;
  }
  .page-template-page-home #workflow .row .container .img {
    max-width: 50rem;
    margin: 1.5rem auto 0 auto;
    order: 2;
  }
  .page-template-page-home #standards .row .flex .txt {
    padding-right: 5rem;
  }
  .page-template-page-home #standards .row .flex .txt p {
    font-size: 2.2rem;
  }
  .page-template-page-home #testimonials .row .heading .nav {
    max-width: 9.3rem;
  }
  .page-template-page-home #testimonials .row .heading .nav .next,
  .page-template-page-home #testimonials .row .heading .nav .prev {
    width: 4.5rem;
    height: 4.5rem;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a .img {
    height: 27rem;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a .txt h2,
  #newslisting .row .newscontainer .flex .post:first-of-type a .txt h3 {
    font-size: 2.6rem;
  }
  #newslisting .row .newscontainer .flex .post a .img {
    height: 24rem;
  }
  #newslisting .row .newscontainer .flex .post a .txt h2,
  #newslisting .row .newscontainer .flex .post a .txt h3 {
    font-size: 2rem;
  }
  .page-template-page-about #timeline .row .flex .txt,
  .page-template-page-about #timeline .row .flex .img {
    padding: 2rem;
  }
  .page-template-page-about #technology .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-about #technology .row .flex .txt {
    flex: 1 0 100%;
    max-width: 65rem;
    margin: 0 auto;
    padding: 0 0 4rem 0;
  }
  .page-template-page-about #technology .row .flex .txt h2 {
    max-width: 100%;
  }
  .page-template-page-about #technology .row .flex .awards {
    flex: 1 0 100%;
    max-width: 45rem;
    margin: 0 auto;
  }
  .page-template-page-clients #hero {
    padding: 17.5rem 0 10rem 0;
  }
  .page-template-page-clients #hero .row .container {
    padding: 18rem 3rem;
  }
  .page-template-page-clients #hero .row .container h1 {
    font-size: 5rem;
  }
  .page-template-page-clients #hero .row .container .img {
    max-width: 45rem;
  }
  .page-template-page-clients #more .row h2 {
    font-size: 3.2rem;
  }
  .page-template-page-clients #assets .row h2 {
    font-size: 3.2rem;
  }
  .page-template-page-clients #assets .row .box {
    flex-wrap: wrap;
  }
  .page-template-page-clients #assets .row .box .txt {
    flex: 1 0 100%;
    max-width: 76rem;
    margin: 0 auto;
    padding: 0 0 4rem 0;
  }
  .page-template-page-clients #assets .row .box .img {
    flex: 1 0 100%;
    max-width: 56rem;
    margin: 0 auto;
    padding: 0;
  }
  .page-template-page-clients #assets .row .box:last-of-type {
    flex-wrap: wrap;
  }
  .page-template-page-clients #assets .row .box:last-of-type .txt {
    flex: 1 0 100%;
    max-width: 76rem;
    margin: 0 auto;
    padding: 0 0 4rem 0;
    order: 1;
  }
  .page-template-page-clients #assets .row .box:last-of-type .img {
    flex: 1 0 100%;
    max-width: 56rem;
    margin: 0 auto;
    padding: 0;
    order: 2;
  }
  .page-template-page-authorizations #hero {
    padding-top: 17rem;
  }
  .page-template-page-authorizations #hero .row .container .flex {
    padding-top: 2rem;
  }
  .page-template-page-authorizations #hero .row .container .flex .txt {
    padding-right: 4rem;
  }
  .page-template-page-authorizations #hero .row .container .flex .txt h1 {
    font-size: 4rem;
  }
  .page-template-page-authorizations #hero .row .container .flex .txt p {
    font-size: 2.8rem;
  }
  .page-template-page-authorizations #hero .row .container .flex .txt a {
    font-size: 2rem;
  }
  .page-template-page-authorizations #hero .row .container .flex .img {
    max-width: 38rem;
  }
  .page-template-page-authorizations #integration .row .container {
    padding: 4rem 2rem;
  }
  .page-template-page-authorizations #integration .row .container .flex .title .img {
    max-width: 9rem;
    margin-bottom: 1.5rem;
  }
  .page-template-page-authorizations #integration .row .container .flex .txt {
    padding: 0 3.2rem;
  }
  .page-template-page-authorizations #integration .row .container .flex .txt p {
    font-size: 2.2rem;
  }
  .page-template-page-authorizations #integration .row .container .flex .txt p + p {
    font-size: 1.8rem;
  }
  .page-template-page-authorizations #integration .row .container .flex2 {
    flex-wrap: wrap;
    margin: 0;
  }
  .page-template-page-authorizations #integration .row .container .flex2 .box {
    flex: 1 0 100%;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 0 3rem 0;
  }
  .page-template-page-authorizations #integration .row .container .flex2 .box .content {
    padding: 3rem;
  }
  .page-template-page-authorizations #advantages .row .flex .img {
    padding: 5.5rem 0 3rem 5.5rem;
  }
  .page-template-page-authorizations #advantages .row .flex .txt {
    max-width: 39rem;
  }
  .page-template-page-authorizations #advantages .row .flex:nth-of-type(2) .img {
    padding: 5.5rem 5.5rem 0 0;
  }
  .page-template-page-authorizations #advantages .row .flex:nth-of-type(2) .txt {
    max-width: 39rem;
  }
  .page-template-page-eligibility #hero .row .container .flex {
    flex-wrap: wrap;
  }
  .page-template-page-eligibility #hero .row .container .flex .img {
    flex: 1 0 100%;
    max-width: 54rem;
    margin: 0 auto;
  }
  .page-template-page-eligibility #hero .row .container .flex .txt {
    flex: 1 0 100%;
    max-width: 65rem;
    margin: 0 auto;
    padding: 0 0 4rem 0;
  }
  .page-template-page-eligibility #hero .row .container .flex .txt h1 {
    max-width: 59rem;
  }
  .page-template-page-eligibility #hero .row .container .flex .txt p {
    max-width: 48rem;
  }
  .page-template-page-eligibility #hero .row .container .flex .txt .button a {
    font-size: 2.2rem;
  }
  .page-template-page-eligibility #advantages .row .flex:nth-of-type(1) {
    flex-wrap: wrap;
  }
  .page-template-page-eligibility #advantages .row .flex:nth-of-type(1) .txt {
    flex: 1 0 100%;
    max-width: 74rem;
    margin: 0 auto;
  }
  .page-template-page-eligibility #advantages .row .flex:nth-of-type(1) .txt ul {
    max-width: 56rem;
    margin: 0 auto;
  }
  .page-template-page-eligibility #advantages .row .flex:nth-of-type(1) .img {
    flex: 1 0 100%;
    max-width: 54rem;
    margin: 0 auto;
    padding: 3rem 0 0 0;
  }
  .page-template-page-eligibility #advantages .row .flex:nth-of-type(2) {
    flex-wrap: wrap;
  }
  .page-template-page-eligibility #advantages .row .flex:nth-of-type(2) .img {
    flex: 1 0 100%;
    max-width: 54rem;
    margin: 0 auto;
    order: 2;
    padding: 3rem 0 0 0;
  }
  .page-template-page-eligibility #advantages .row .flex:nth-of-type(2) .txt {
    flex: 1 0 100%;
    max-width: 68rem;
    order: 1;
    margin: 0 auto;
    padding: 0 0 4rem 0;
  }
  .page-template-page-eligibility #advantages .row .flex:nth-of-type(2) .txt ul {
    max-width: 46rem;
    margin: 0 auto;
  }
  .page-template-page-eligibility #testimonial .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-eligibility #testimonial .row .flex .img {
    max-width: 100%;
    flex: 1 0 100%;
    border-radius: 1.2rem 1.2rem 0px 0px;
    height: 20rem;
  }
  .page-template-page-eligibility #testimonial .row .flex .img img {
    object-fit: cover;
  }
  .page-template-page-eligibility #testimonial .row .flex .txt {
    padding: 3rem 5rem;
    max-width: 100%;
    flex: 1 0 100%;
  }
  .page-template-page-eligibility #testimonial .row .flex .txt p {
    font-size: 2.2rem;
  }
  #integration .row .container {
    padding: 4rem 2rem;
  }
  #integration .row .container .flex .title .img {
    max-width: 9rem;
    margin-bottom: 1.5rem;
  }
  #integration .row .container .flex .txt {
    padding: 0 3.2rem;
  }
  #integration .row .container .flex .txt p {
    font-size: 2.2rem;
  }
  #integration .row .container .flex .txt p + p {
    font-size: 1.8rem;
  }
  #integration .row .container .flex2 {
    flex-wrap: wrap;
    margin: 0;
  }
  #integration .row .container .flex2 .box {
    flex: 1 0 100%;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 0 3rem 0;
  }
  #integration .row .container .flex2 .box .content {
    padding: 3rem;
  }
  .page-template-page-roi #hero .row .container {
    padding-top: 5rem;
  }
  .page-template-page-roi #hero .row .container h1 {
    max-width: 54rem;
  }
  .page-template-page-roi #hero .row .container p {
    font-size: 3rem;
  }
  .page-template-page-roi #hero .row .container a {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-roi #advantages .row .flex {
    margin: -18rem -1rem 0 -1rem;
  }
  .page-template-page-roi #advantages .row .flex .box {
    padding: 0 1rem;
  }
  .page-template-page-roi #advantages .row .flex .box .content {
    padding: 3rem 2rem;
  }
  .page-template-page-roi #advantages .row .flex .box .content h2 {
    font-size: 2.2rem;
  }
  .page-template-page-roi #potential .row .flex .form {
    flex: 1 0 34rem;
    max-width: 34rem;
  }
  .page-template-page-roi #potential .row .flex .txt {
    flex: 1;
    max-width: 100%;
  }
  .page-template-page-demo #hero,
  .page-id-646 #hero {
    padding-top: 23rem;
  }
  .page-template-page-demo #hero .row h1,
  .page-id-646 #hero .row h1 {
    font-size: 4.5rem;
  }
  .page-template-page-demo #hero .row p,
  .page-id-646 #hero .row p {
    font-size: 2.2rem;
  }
  .page-template-page-demo #hero .row .flex,
  .page-id-646 #hero .row .flex {
    justify-content: center;
  }
  .page-template-page-demo #hero .row .flex .form,
  .page-id-646 #hero .row .flex .form {
    max-width: 35rem;
  }
  .page-template-page-demo #hero .row .flex .txt,
  .page-id-646 #hero .row .flex .txt {
    flex: 1;
    max-width: 100%;
  }
  .page-template-page-insurance #hero {
    padding: 15rem 0 10rem 0;
  }
  .page-template-page-insurance #hero .row .container {
    padding: 8rem 2rem;
  }
  .page-template-page-insurance #hero .row .container .flex {
    flex-wrap: wrap;
  }
  .page-template-page-insurance #hero .row .container .flex .txt {
    flex: 1 0 100%;
    max-width: 67rem;
    margin: 0 auto;
    padding: 0 0 3rem 0;
  }
  .page-template-page-insurance #hero .row .container .flex .txt h1 {
    font-size: 4.5rem;
  }
  .page-template-page-insurance #hero .row .container .flex .txt p {
    font-size: 2.8rem;
    max-width: 54rem;
  }
  .page-template-page-insurance #hero .row .container .flex .txt a {
    font-size: 2rem;
  }
  .page-template-page-insurance #hero .row .container .flex .img {
    flex: 1 0 100%;
    max-width: 57rem;
    margin: 0 auto;
    padding: 0;
  }
  .page-template-page-insurance #coverage .row .txt {
    padding: 0 3rem;
  }
  .page-template-page-insurance #coverage .row .txt h2 {
    font-size: 3.2rem;
  }
  .page-template-page-insurance #advantages .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-insurance #advantages .row .flex .img {
    flex: 1 0 100%;
    max-width: 54rem;
    margin: 0 auto;
    padding: 0;
  }
  .page-template-page-insurance #advantages .row .flex .txt {
    max-width: 74rem;
    flex: 1 0 100%;
    margin: 0 auto;
    padding: 0 0 3rem 0;
  }
  .page-template-page-insurance #advantages .row .flex:nth-of-type(2) {
    flex-wrap: wrap;
    padding: 5rem;
  }
  .page-template-page-insurance #advantages .row .flex:nth-of-type(2) .img {
    padding: 0;
    flex: 1 0 100%;
    max-width: 54rem;
    margin: 0 auto;
    order: 2;
  }
  .page-template-page-insurance #advantages .row .flex:nth-of-type(2) .txt {
    max-width: 74rem;
    flex: 1 0 100%;
    margin: 0 auto;
    padding: 0 0 3rem 0;
    order: 1;
  }
  .page-template-page-insurance #roi .row .container .content {
    padding: 3rem;
  }
  .page-template-page-insurance #roi .row .container .content .bottom {
    flex-wrap: wrap;
    max-width: 65rem;
    margin: 0 auto;
    border-radius: 0 0 1.2rem 1.2rem ;
  }
  .page-template-page-insurance #roi .row .container .content .bottom .case {
    flex: 1 0 100%;
    max-width: 100%;
    border-radius: 0 0 1.2rem 1.2rem;
  }
  .page-template-page-insurance #roi .row .container .content .bottom .img {
    flex: 1 0 100%;
    max-width: 100%;
    height: 28rem;
  }
  .page-template-page-insurance #roi .row .container .content .bottom .img img {
    border-radius: 1.2rem 1.2rem 0 0 ;
    object-position: center top;
  }
  .page-template-page-stories #hero .row .container {
    padding: 20rem 5.7rem;
  }
  .page-template-page-stories #hero .row .container h1 {
    font-size: 5rem;
  }
  .page-template-page-partners #hero .row .container h1 {
    font-size: 5rem;
  }
  .page-template-page-partners #partners .row h3 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .page-template-page-partners #partners .row p {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .page-template-default #post .row h1 {
    font-size: 5rem;
  }
  body.search #search .row h1 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 900px) {
  .page-template-page-home #difference .row .container {
    padding: 6.6rem 2.5rem;
  }
  .page-template-page-home #difference .row .container .txt h2 {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
  .page-template-page-home #difference .row .container .txt .flex {
    margin: 0 -2rem;
  }
  .page-template-page-home #difference .row .container .txt .flex .box {
    padding: 0 2rem;
  }
  .page-template-page-home #difference .row .container .txt .flex .box p {
    font-size: 1.8rem;
  }
  .page-template-page-home #difference .row .container .txt .flex .box .img {
    width: 4.5rem;
    height: 4.5rem;
  }
  .page-template-page-home #difference .row .container .txt p {
    font-size: 1.8rem;
  }
  .page-template-page-home #difference .row .container .txt p strong {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .page-template-page-demo #hero .row h1 {
    margin: 0 auto 2rem auto;
    max-width: 53rem;
    font-size: 4rem;
  }
  .page-template-page-demo #hero .row p {
    margin: 0 auto 7rem auto;
    font-size: 2rem;
  }
  .page-template-page-demo #hero .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-demo #hero .row .flex .txt {
    padding-right: 0;
    flex: 1 0 100%;
    max-width: 78rem;
    margin: 0 auto 5rem auto;
    text-align: center;
  }
  .page-template-page-demo #hero .row .flex .txt .img {
    margin: 0 auto 3rem auto;
  }
  .page-template-page-demo #hero .row .flex .txt blockquote {
    max-width: 58rem;
    margin: 0 auto;
  }
  .page-template-page-demo #hero .row .flex .txt blockquote + p {
    max-width: 25rem;
    margin: 0 auto;
  }
  .page-template-page-demo #hero .row .flex .form {
    max-width: 46rem;
    margin: 0 auto;
    flex: 1 0 100%;
    padding-left: 0;
  }
  .page-template-page-about #hero .row .container {
    padding: 3rem 5rem;
  }
  .page-template-page-about #hero .row .container h1 {
    font-size: 4.5rem;
    max-width: 65rem;
  }
  .page-template-page-clients #partners .row h2 {
    font-size: 3.2rem;
  }
  .page-template-page-clients #partners .row .flex {
    flex-wrap: wrap;
    margin: 0;
  }
  .page-template-page-clients #partners .row .flex .box {
    flex: 1 0 100%;
    max-width: 50rem;
    margin: 0 auto;
    padding: 0 0 3rem 0;
  }
  .single-post #post .row .flex {
    flex-wrap: wrap;
  }
  .single-post #post .row .flex .content {
    padding: 0 0 4rem 0;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .single-post #post .row .flex .content .thumb {
    max-width: 100%;
  }
  .single-post #post .row .flex aside {
    flex: 1 0 100%;
    max-width: 65rem;
    margin: 0 auto;
  }
  .single-post #post .row .flex aside form {
    max-width: 35rem;
    margin: 0 auto;
  }
  .single-post #post .row .flex aside h3 {
    margin: 0 auto 2.5rem auto;
    text-align: center;
  }
  .page-template-page-partners #gallery .row .container h2 {
    font-size: 3.2rem;
    margin-bottom: 7rem;
  }
  .page-template-page-partners #gallery .row .container .flex .img:nth-of-type(1) {
    height: 4.6rem;
    width: 12rem;
  }
}
@media only screen and (max-width: 850px) {
  .page-template-page-home #discovery {
    background-position: top 5rem left;
    padding-bottom: 7rem;
  }
  .page-template-page-home #discovery .row .txt {
    max-width: 78rem;
    margin: 0 auto;
    text-align: center;
  }
  .page-template-page-home #discovery .row .txt h2 {
    margin: 0 auto 1.5rem auto;
  }
  .page-template-page-home #discovery .row .txt h3 {
    margin: 0 auto 1.5rem auto;
  }
  .page-template-page-home #discovery .row .txt p {
    margin: 0 auto 3.5rem auto;
    max-width: 54rem;
  }
  .page-template-page-home #difference .row .container .txt p {
    font-size: 2rem;
    padding: 0 1.5rem;
  }
  .page-template-page-home #standards .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-home #standards .row .flex .txt {
    margin: 0 auto 4rem auto;
    flex: 1 0 100%;
    max-width: 70rem;
    padding: 0;
  }
  .page-template-page-home #standards .row .flex .txt p {
    text-align: center;
    margin: 0 auto;
  }
  .page-template-page-home #standards .row .flex .awards {
    flex: 1 0 100%;
    max-width: 45rem;
    margin: 0 auto;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a {
    align-items: flex-start;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a .img {
    max-width: 48%;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a .txt {
    max-width: 52%;
    padding: 0.5rem 0 0 2.4rem;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a .txt h2,
  #newslisting .row .newscontainer .flex .post:first-of-type a .txt h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  #newslisting .row .newscontainer .flex .post {
    flex: 1 0 50%;
    max-width: 50%;
  }
  #newslisting .row .newscontainer .flex .post a .img {
    height: 24rem;
    max-width: 100%;
  }
  #newslisting .row .newscontainer .flex .post a .txt h2,
  #newslisting .row .newscontainer .flex .post a .txt h3 {
    font-size: 2rem;
  }
  .page-template-page-clients #more .row .flex .box .content {
    padding: 3rem 2rem;
  }
  .page-template-page-clients #more .row .flex .box .content h3 {
    font-size: 2.2rem;
  }
  .page-template-page-about #more .row .flex .box .content {
    padding: 3rem 2rem;
  }
  .page-template-page-about #more .row .flex .box .content h3 {
    font-size: 2.2rem;
  }
  .page-template-page-about #timeline .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-about #timeline .row .flex:after {
    left: 0;
    margin-left: 0;
  }
  .page-template-page-about #timeline .row .flex:before {
    left: 1rem;
  }
  .page-template-page-about #timeline .row .flex .txt {
    flex: 1 0 100%;
    max-width: 70rem;
    margin: 0 auto;
    padding: 4rem;
    order: 1;
  }
  .page-template-page-about #timeline .row .flex .img {
    flex: 1 0 100%;
    max-width: 70rem;
    margin: 0 auto;
    padding: 0 4rem;
    order: 2;
  }
  .page-template-page-about #timeline .row .flex:nth-of-type(odd) .txt {
    text-align: left;
  }
  .page-template-page-about #timeline .row .flex:nth-of-type(even) .txt {
    order: 1;
  }
  .page-template-page-about #timeline .row .flex:nth-of-type(even) .img {
    order: 2;
  }
  .page-template-page-resources #faqs .row h2 {
    font-size: 4.5rem;
  }
  #demo .row h2 {
    font-size: 3.2rem;
  }
  #demo .row a {
    font-size: 2rem;
  }
  .page-template-page-authorizations #hero .row .container .flex {
    flex-wrap: wrap;
  }
  .page-template-page-authorizations #hero .row .container .flex .txt {
    flex: 1 0 100%;
    max-width: 70rem;
    margin: 0 auto;
    padding: 0 0 4rem 0;
  }
  .page-template-page-authorizations #hero .row .container .flex .txt h1 {
    font-size: 4rem;
  }
  .page-template-page-authorizations #hero .row .container .flex .txt p {
    font-size: 2.8rem;
  }
  .page-template-page-authorizations #hero .row .container .flex .txt a {
    font-size: 2rem;
  }
  .page-template-page-authorizations #hero .row .container .flex .img {
    flex: 1 0 100%;
    max-width: 46rem;
    margin: 0 auto;
    padding: 0;
  }
  .page-template-page-authorizations #advantages .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-authorizations #advantages .row .flex .img {
    flex: 1 0 100%;
    max-width: 50rem;
    margin: 0 auto;
    padding: 0;
  }
  .page-template-page-authorizations #advantages .row .flex .txt {
    flex: 1 0 100%;
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 ;
  }
  .page-template-page-authorizations #advantages .row .flex:nth-of-type(2) {
    flex-wrap: wrap;
  }
  .page-template-page-authorizations #advantages .row .flex:nth-of-type(2) .img {
    padding: 0;
    flex: 1 0 100%;
    max-width: 50rem;
    margin: 0 auto;
    order: 2;
  }
  .page-template-page-authorizations #advantages .row .flex:nth-of-type(2) .txt {
    flex: 1 0 100%;
    max-width: 72rem;
    margin: 0 auto;
    order: 1;
  }
  .page-template-page-eligibility #benefits {
    padding-top: 5rem;
  }
  .page-template-page-eligibility #benefits .row .txt h2 {
    font-size: 3.2rem;
    max-width: 65rem;
  }
  .page-template-page-roi #advantages .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-roi #advantages .row .flex .box {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 1rem 4rem 1rem;
  }
  .page-template-page-roi #advantages .row .flex .box .content {
    padding: 3rem 2rem;
  }
  .page-template-page-roi #advantages .row .flex .box .content h2 {
    font-size: 2.2rem;
  }
  .page-template-page-roi #software .row h2 {
    font-size: 3.2rem;
  }
  .page-template-page-roi #potential {
    padding-bottom: 10rem;
  }
  .page-template-page-roi #potential .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-roi #potential .row .flex .form {
    flex: 1 0 100%;
    max-width: 58rem;
    margin: 0 auto;
  }
  .page-template-page-roi #potential .row .flex .txt {
    flex: 1 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 0 4rem 0;
  }
  .page-template-page-roi #potential .row .flex .txt h2 {
    margin: 0 auto 2rem auto;
  }
  .page-template-page-roi #potential .row .flex .txt p {
    margin: 0 auto 1rem auto;
    max-width: 58rem;
  }
  .page-template-page-roi #potential .row .flex .txt p + p {
    margin: 0 auto 4rem auto;
  }
  .page-template-page-roi #potential .row .flex .txt .awards {
    margin: 0 auto;
  }
  .page-template-page-insurance #discovery .row h2 {
    font-size: 3.2rem;
    max-width: 60rem;
  }
  .page-template-page-insurance #discovery .row p {
    font-size: 2rem;
    padding: 0;
  }
  .page-template-page-insurance #discovery .row .container .flex.des {
    display: none;
  }
  .page-template-page-insurance #discovery .row .container .flex.mob {
    display: block;
  }
  .page-template-page-insurance #discovery .row .container .flex.mob .box {
    padding-bottom: 6rem;
  }
  .page-template-page-insurance #discovery .row .container .flex.mob .box .button {
    margin-bottom: 2rem;
  }
  .page-template-page-insurance #discovery .row .container .flex.mob .box .button .content {
    justify-content: center;
  }
  .page-template-page-insurance #discovery .row .container .flex.mob .box .button .content .img {
    width: 4rem;
    height: 4rem;
  }
  .page-template-page-insurance #discovery .row .container .flex.mob .box .button .content h2 {
    font-size: 2.8rem;
    padding-left: 0;
  }
  .page-template-page-insurance #discovery .row .container .flex.mob .box .text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .page-template-page-home #benefits .row .flex {
    margin: 0 -1rem;
  }
  .page-template-page-home #benefits .row .flex .box {
    padding: 0 1rem;
  }
  .page-template-page-home #benefits .row .flex .box .content .img {
    margin-bottom: 1rem;
    max-width: 9rem;
  }
  .page-template-page-home #benefits .row .flex .box .content .txt h3 {
    font-size: 2.2rem;
  }
  .page-template-page-home #benefits .row .flex .box .content .txt p {
    font-size: 1.8rem;
  }
  .page-template-page-home #testimonials .row .heading h2 {
    font-size: 3rem;
  }
  .page-template-page-home #testimonials .row .heading .nav {
    max-width: 8rem;
  }
  .page-template-page-home #testimonials .row .heading .nav .next,
  .page-template-page-home #testimonials .row .heading .nav .prev {
    width: 3.8rem;
    height: 3.8rem;
  }
  .page-template-page-about #culture .row .container {
    padding: 6rem 3rem;
  }
  .page-template-page-clients #hero {
    padding-top: 14.5rem;
  }
  .page-template-page-clients #hero .row .container {
    background-position: center right;
    padding: 15rem 3rem;
  }
  .page-template-page-clients #hero .row .container h1 {
    font-size: 4.5rem;
  }
  .page-template-page-clients #benefits .row h2 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .page-template-page-clients #benefits .row p {
    font-size: 2.2rem;
  }
  .page-template-page-authorizations #integration .row .container .flex {
    flex-wrap: wrap;
    margin: 0 0 5rem 0;
  }
  .page-template-page-authorizations #integration .row .container .flex .title {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 0 3rem 0;
  }
  .page-template-page-authorizations #integration .row .container .flex .txt {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  #integration .row .container .flex {
    flex-wrap: wrap;
    margin: 0 0 5rem 0;
  }
  #integration .row .container .flex .title {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 0 3rem 0;
  }
  #integration .row .container .flex .txt {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  .row {
    padding: 0 2rem;
  }
  .page-template-page-home #hero .row .container .flex .txt h1 {
    font-size: 5.5rem;
  }
  .page-template-page-home #hero .row .container .flex .img {
    max-width: 50rem;
  }
  .page-template-page-home #benefits .row .flex {
    margin: 0;
    flex-wrap: wrap;
  }
  .page-template-page-home #benefits .row .flex .box {
    padding: 0 1rem 5rem 1rem;
    max-width: 40rem;
    flex: 1 0 100%;
    margin: 0 auto;
  }
  .page-template-page-home #benefits .row .flex .box .content {
    padding: 4rem 3rem;
  }
  .page-template-page-home #benefits .row .flex .box .content .img {
    margin-bottom: 1.5rem;
    max-width: 11rem;
  }
  .page-template-page-home #difference .row .container .txt .flex {
    margin: 0;
    flex-wrap: wrap;
  }
  .page-template-page-home #difference .row .container .txt .flex .box {
    padding: 2rem 2rem;
    flex: 1 0 100%;
    max-width: 34rem;
    margin: 0 auto;
  }
  .page-template-page-home #difference .row .container .txt .flex .box p {
    font-size: 2rem;
  }
  .page-template-page-home #difference .row .container .txt .flex .box:after {
    display: none;
  }
  .page-template-page-home #difference .row .container .txt .flex .box:before {
    content: '';
    width: 9rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    margin-left: -4.5rem;
  }
  .page-template-page-home #difference .row .container .txt .flex .box:last-of-type:before {
    display: none;
  }
  .page-template-page-home #difference .row .container .txt .flex p {
    font-size: 2rem;
    padding: 0;
  }
  .page-template-page-home #difference .row .container .txt .flex p strong {
    font-size: 2rem;
  }
  .page-template-page-home #difference .row .container .txt p {
    padding: 0;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type {
    padding: 0 1.2rem 5rem 1.2rem;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a {
    flex-wrap: wrap;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a .img {
    max-width: 100%;
    flex: 1 0 100%;
    padding: 0;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a .txt {
    max-width: 100%;
    flex: 1 0 100%;
    padding: 0.5rem;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a .txt h2,
  #newslisting .row .newscontainer .flex .post:first-of-type a .txt h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .page-template-page-about #hero {
    padding: 17rem 0 10rem 0;
  }
  .page-template-page-about #hero .row .container {
    padding: 3rem 5rem;
  }
  .page-template-page-about #hero .row .container h1 {
    font-size: 4rem;
    max-width: 65rem;
    padding: 8rem 0;
  }
  .page-template-page-resources #navigation {
    padding-top: 21rem;
  }
  .page-template-page-resources #navigation .row .flex {
    flex-wrap: wrap;
    max-width: 30rem;
    space-between: center;
    align-items: center;
  }
  .page-template-page-resources #navigation .row .flex .box {
    flex: 1 0 100%;
    max-width: 30rem;
  }
  .page-template-page-resources #navigation .row .flex .box a {
    display: block;
    line-height: 150%;
  }
  .page-template-page-resources #navigation .row .flex .box:after {
    display: none;
  }
  .page-template-page-resources #navigation .row .flex .box:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .page-template-page-resources #navigation .row .flex .box:last-of-type:before {
    display: none;
  }
  .page-template-page-resources #navigation .row .flex .box:last-of-type a {
    border-bottom-right-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
  }
  .page-template-page-resources #navigation .row .flex .box:first-of-type a {
    border-top-right-radius: 0.8rem;
  }
  .page-template-page-authorizations #hero {
    padding-bottom: 10rem;
  }
  .page-template-page-authorizations #brochure .row .txt h2 {
    max-width: 40rem;
  }
  .page-template-page-authorizations #brochure .row .txt p {
    font-size: 2.2rem;
  }
  .page-template-page-authorizations #brochure .row .txt a {
    font-size: 1.8rem;
    background-size: 3.2rem;
  }
  .page-template-page-eligibility #demo .row h2 {
    max-width: 56rem;
  }
  .page-template-page-insurance #coverage .row .txt {
    padding: 0 1rem;
  }
  .page-template-page-insurance #coverage .row .txt h2 {
    font-size: 3rem;
  }
  .page-template-page-insurance #discovery {
    padding-bottom: 12rem;
  }
  .page-template-page-stories #hero .row h1 {
    font-size: 4.5rem;
  }
  .page-template-page-stories #stories .row .box h2 {
    font-size: 3.2rem;
  }
  .page-template-page-stories #stories .row .box .flex {
    flex-wrap: wrap;
  }
  .page-template-page-stories #stories .row .box .flex .txt {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 0 4rem 0;
    text-align: center;
  }
  .page-template-page-stories #stories .row .box .flex .txt h3 {
    text-align: center;
    margin: 0 auto 1.2rem auto;
  }
  .page-template-page-stories #stories .row .box .flex .txt p {
    text-align: center;
    max-width: 86rem;
    margin: 0 auto 4rem auto;
  }
  .page-template-page-stories #stories .row .box .flex .txt a {
    margin: 0 auto;
  }
  .page-template-page-stories #stories .row .box .flex .case {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-stories #stories .row .box .flex .case .content {
    border-radius: 1.2rem;
  }
  .page-template-page-stories #stories .row .box .flex .case .content .summary {
    max-width: 73rem;
  }
  .page-template-page-partners #gallery .row .container .flex .img:nth-of-type(1) {
    height: 3.7rem;
    width: 9.6rem;
  }
  .page-template-page-roi #calculator .calculator {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 700px) {
  footer#footer .row .banner p {
    font-size: 1.4rem;
  }
  footer#footer .row .banner .links {
    max-width: 37rem;
  }
  footer#footer .row .banner .links a {
    font-size: 1.4rem;
  }
  .page-template-page-home #partners .row .flex .logotypes .img {
    margin: 0 2rem;
  }
  .page-template-page-authorizations #advantages .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-authorizations #advantages .row .flex .txt {
    flex: 1 0 100%;
    max-width: 58rem;
    margin: 0 auto;
    padding: 0 0 4rem 0;
  }
  .page-template-page-authorizations #advantages .row .flex .img {
    flex: 1 0 100%;
    max-width: 44rem;
    margin: 0 auto;
  }
  .page-template-page-authorizations #advantages .row .flex:nth-of-type(2) {
    padding-top: 6rem;
  }
  .page-template-page-authorizations #advantages .row .flex:nth-of-type(2) .txt {
    order: 1;
    padding: 0 0 4rem 0;
  }
  .page-template-page-authorizations #advantages .row .flex:nth-of-type(2) .img {
    order: 2;
  }
  .page-template-page-authorizations #advantages .row .flex:nth-of-type(1) {
    top: 4rem;
  }
  .page-template-page-eligibility #testimonial .row .flex .txt {
    padding: 3rem;
  }
  .page-template-page-eligibility #testimonial .row .flex .txt p {
    font-size: 2rem;
  }
  .page-template-page-partners #gallery .row .container {
    padding: 5rem;
  }
  .page-template-page-partners #gallery .row .container .flex {
    flex-wrap: wrap;
    margin: 0 -3rem;
  }
  .page-template-page-partners #gallery .row .container .flex .img {
    flex: 1 0 50%;
    max-width: 21rem;
    padding: 0 3rem 3rem 3rem;
  }
  .page-template-page-partners #gallery .row .container .flex .img:nth-of-type(1) {
    width: 15rem;
    height: 4.6rem;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 650px) {
  .page-template-page-home #difference .row .container .txt h2 {
    font-size: 4rem;
  }
  .page-template-page-demo #hero {
    padding-top: 21rem;
  }
  .page-template-page-demo #hero .row .flex .txt {
    padding: 0 1rem;
  }
  .page-template-page-demo #hero .row .flex .txt h1 {
    font-size: 3.2rem;
    max-width: 46rem;
  }
  .page-template-page-demo #hero .row .flex .txt h1 {
    font-size: 2.7rem;
  }
  .page-template-page-demo #hero .row .flex .txt p {
    font-size: 2rem;
  }
  .page-template-page-demo #hero .row .flex .txt h2 + p {
    margin: 0 auto 2rem auto;
    max-width: 65rem;
  }
  .page-template-page-demo #hero .row .flex .txt blockquote {
    max-width: 58rem;
    margin: 0 auto;
  }
  .page-template-page-about #more .row .flex {
    flex-wrap: wrap;
    margin: 0;
  }
  .page-template-page-about #more .row .flex .box {
    flex: 1 0 100%;
    max-width: 32rem;
    margin: 0 auto 4rem auto;
    padding: 0;
  }
  .page-template-page-about #more .row .flex .box .content {
    padding: 3rem;
  }
  .page-template-page-about #more .row .flex .box .content h3 {
    font-size: 2.4rem;
  }
  .page-template-page-about #culture .row .container h2 {
    font-size: 3.2rem;
    max-width: 26rem;
  }
  .page-template-page-about #culture .row .container .flex .box {
    flex: 1 0 100%;
    max-width: 36rem;
  }
  .page-template-page-about #culture .row .container .flex .box .content {
    padding: 3rem;
  }
  .page-template-page-about #technology .row .flex .txt h2 {
    max-width: 31rem;
    font-size: 2.8rem;
  }
  .page-template-page-about #technology .row .flex .txt p {
    font-size: 2.2rem;
  }
  .page-template-page-about #technology .row .flex .awards {
    flex: 1 0 100%;
    max-width: 45rem;
    margin: 0 auto;
  }
  footer#footer .row .flex nav .content .menu-footer-menu-container ul {
    margin: 0 -1.5rem;
  }
  footer#footer .row .flex nav .content .menu-footer-menu-container ul li {
    padding: 0 1.5rem;
  }
  footer#footer .row .banner {
    flex-wrap: wrap;
    bottom: -13rem;
  }
  footer#footer .row .banner p {
    max-width: 100%;
    flex: 1 0 100%;
    text-align: center;
    margin: 0 auto 2rem auto;
    order: 2;
  }
  footer#footer .row .banner .links {
    max-width: 33rem;
    flex: 1 0 100%;
    text-align: center;
    margin: 0 auto 2rem auto;
    order: 1;
  }
  footer#footer .row .banner .links a {
    text-align: center;
    padding: 0 1rem;
  }
  .page-template-page-clients #hero {
    padding-top: 13.5rem;
  }
  .page-template-page-clients #hero .row .container {
    padding: 12rem 3rem;
    background-position: center;
  }
  .page-template-page-clients #hero .row .container h1 {
    font-size: 4rem;
  }
  .page-template-page-clients #benefits .row p {
    font-size: 2rem;
  }
  .page-template-page-clients #more .row .flex {
    flex-wrap: wrap;
    margin: 0;
  }
  .page-template-page-clients #more .row .flex .box {
    flex: 1 0 100%;
    max-width: 32rem;
    margin: 0 auto 4rem auto;
    padding: 0;
  }
  .page-template-page-clients #more .row .flex .box .content {
    padding: 3rem;
  }
  .page-template-page-clients #more .row .flex .box .content h3 {
    font-size: 2.4rem;
  }
  .page-template-page-clients #assets .row .box .txt h3 {
    font-size: 2.4rem;
  }
  .page-template-page-clients #assets .row .box .txt h3 {
    font-size: 2.4rem;
  }
  .page-template-page-roi #hero .row .container {
    padding: 5rem 2rem 18rem 2rem;
  }
  .page-template-page-roi #hero .row .container h1 {
    font-size: 4.5rem;
  }
  .page-template-page-roi #hero .row .container p {
    font-size: 2.6rem;
  }
  .page-template-page-roi #hero .row .container a {
    font-size: 2.1rem;
  }
  .page-template-page-roi #software .row h2 {
    font-size: 3rem;
  }
  .page-template-page-roi #software .row p {
    font-size: 1.8rem;
    max-width: 50rem;
  }
  .page-template-page-insurance #advantages .row .flex {
    padding: 6rem 2rem;
  }
  .page-template-page-insurance #advantages .row .flex:nth-of-type(2) {
    flex-wrap: wrap;
    padding: 5rem 2rem;
  }
  .page-template-page-insurance #discovery .row .container .txt h3 {
    font-size: 2.6rem;
  }
  .page-template-page-insurance #discovery .row .container .txt p {
    font-size: 2rem;
  }
  .page-template-page-insurance #discovery .row .container .flex.mob {
    padding: 3rem 2.5rem;
  }
  .page-template-page-insurance #discovery .row .container .flex.mob .box .button .content {
    padding: 1.2rem 0;
  }
  .page-template-page-insurance #discovery .row .container .flex.mob .box .button .content h2 {
    font-size: 2.6rem;
  }
  .page-template-page-stories #hero {
    padding: 15rem 0 10rem 0;
  }
  .page-template-page-stories #hero .row .container {
    padding: 15rem 5rem;
  }
  .page-template-page-stories #hero .row .container h1 {
    font-size: 4.5rem;
  }
  .page-template-page-stories #stories {
    padding-bottom: 5rem;
  }
  .page-template-page-stories #stories .row .box .flex .case .content .flex {
    flex-wrap: wrap;
    margin: 0;
  }
  .page-template-page-stories #stories .row .box .flex .case .content .flex .single {
    flex: 1 0 100%;
    max-width: 32rem;
    padding: 0 3rem 8rem 3rem;
  }
  .page-template-page-stories #stories .row .box .flex .case .content .flex .single:after {
    display: none;
  }
  .page-template-page-stories #stories .row .box .flex .case .content .flex .single:before {
    content: '';
    height: 1px;
    width: 16rem;
    bottom: 4rem ;
    left: 50%;
    margin-left: -8rem;
    position: absolute;
    background-color: #744487;
  }
  .page-template-page-stories #stories .row .box .flex .case .content .flex .single:last-of-type:before {
    display: none;
  }
  .page-template-page-partners #hero .row .container {
    padding: 15rem 3rem;
  }
  .page-template-page-partners #hero .row .container h1 {
    font-size: 4.5rem;
    margin-bottom: 1.5rem;
  }
  .page-template-page-partners #hero .row .container h2 {
    font-size: 2.4rem;
  }
  .page-template-page-partners #partners {
    padding-bottom: 10rem;
  }
  .page-template-page-partners #partners .row h3 {
    font-size: 3rem;
  }
  .page-template-page-partners #partners .row p {
    font-size: 2.2rem;
  }
  body.search #search .row h1 {
    font-size: 4rem;
  }
  body.search #search .row article header h2 {
    font-size: 2.8rem;
  }
  body.search #search .row article .entry-content p {
    font-size: 1.8rem;
    max-width: 42rem;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-page-home #hero .row .container {
    padding: 10rem 2rem;
  }
  .page-template-page-home #hero .row .container .flex .txt h1 {
    font-size: 5rem;
  }
  .page-template-page-home #hero .row .container .flex .img {
    max-width: 42rem;
  }
  .page-template-page-home #video .row .flex .movie .play {
    width: 7rem;
    height: 7rem;
    margin: -3.5rem 0 0 -3.5rem;
    background-size: 7rem;
  }
  .page-template-page-home #video .row .flex .txt h2 {
    max-width: 30rem;
  }
  .page-template-page-news #hero h1 {
    font-size: 5rem;
  }
  .page-template-page-eligibility #hero .row .container {
    padding: 0 2rem 6rem 2rem;
  }
  .page-template-page-eligibility #demo .row .buttons {
    max-width: 27rem;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .page-template-page-eligibility #demo .row .buttons a {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 1rem 2rem;
    display: inline-block;
    margin: 0 auto 2rem auto;
  }
  .page-template-page-eligibility #demo .row .buttons a:last-of-type {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 1rem 2rem;
    margin: 0 auto;
  }
  .page-template-page-eligibility #advantages .row .flex {
    padding: 8rem 2rem;
  }
  .page-template-page-eligibility #advantages .row .flex .txt p {
    padding: 0 0 3rem 0;
  }
  .page-template-page-about #timeline .row .flex .img {
    padding: 0 0 0 4rem;
  }
  .page-template-page-about #timeline .row .flex .txt {
    padding: 4rem 0 2rem 4rem;
  }
  .page-template-page-about #today .row h2 {
    font-size: 3.2rem;
  }
  .page-template-page-about #today .row p {
    font-size: 2.2rem;
  }
  .page-template-page-insurance #hero .row .container {
    padding: 8rem 2rem 6rem 2rem;
  }
  .page-template-page-insurance #hero .row .container .flex .txt h1 {
    font-size: 4rem;
  }
  .page-template-page-insurance #hero .row .container .flex .txt p {
    font-size: 2.6rem;
    max-width: 42rem;
  }
  .page-template-page-insurance #hero .row .container .flex .txt a {
    font-size: 1.8rem;
  }
  .page-template-page-stories #hero .row h1 {
    font-size: 4rem;
  }
  .page-template-page-stories #stories .row .box h2 {
    font-size: 2.8rem;
  }
  .page-template-page-stories #stories .row .box .flex .txt h3 {
    font-size: 2.2rem;
  }
  .page-template-default #post .row h1 {
    font-size: 4.5rem;
  }
  .page-template-default #post .row p,
  .page-template-default #post .row ul li {
    font-size: 1.8rem;
  }
  .page-template-default #post .row .wp-block-table .has-fixed-layout td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 550px) {
  .page-template-page-home #difference .row .container .txt h2 {
    font-size: 3.5rem;
    max-width: 22rem;
  }
  .page-template-page-home #difference .row .container .txt a {
    font-size: 1.6rem;
    padding: 1.5rem 2.7rem;
  }
  .page-template-page-home #workflow .row .container h2 {
    font-size: 1.8rem;
  }
  .page-template-page-home #workflow .row .container h3 {
    font-size: 3.5rem;
    line-height: 110%;
  }
  .page-template-page-home #workflow .row .container .flex .txt p {
    font-size: 1.8rem;
  }
  #newslisting .row .heading {
    flex-wrap: wrap;
    text-align: center;
  }
  #newslisting .row .heading h1,
  #newslisting .row .heading h2 {
    flex: 1 0 100%;
    max-width: 100%;
    margin: 0 auto 5rem auto;
  }
  #newslisting .row .heading a {
    flex: 1 0 100%;
    max-width: 13rem;
    margin: 0 auto;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type {
    padding: 0 1.2rem 5rem 1.2rem;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a {
    flex-wrap: wrap;
  }
  #newslisting .row .newscontainer .flex .post:first-of-type a .img {
    height: 25rem;
  }
  #newslisting .row .newscontainer .flex .post {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-about #hero .row .container {
    padding: 3rem;
  }
  .page-template-page-about #hero .row .container h1 {
    font-size: 4rem;
    padding: 6rem 0;
  }
  footer#footer .row .flex .toolmenu {
    max-width: 30rem;
    margin: 0 auto;
  }
  footer#footer .row .flex .toolmenu .content ul li {
    padding: 1rem 3rem;
    flex: 1 0 100%;
    max-width: 100%;
  }
  footer#footer .row .flex .toolmenu .content ul li a {
    margin: 0 auto;
  }
  footer#footer .row .flex .toolmenu .content ul li:nth-of-type(1),
  footer#footer .row .flex .toolmenu .content ul li:nth-of-type(2) {
    max-width: 18rem;
  }
  footer#footer .row .flex .toolmenu .content ul li:nth-of-type(3),
  footer#footer .row .flex .toolmenu .content ul li:nth-of-type(3) {
    margin-bottom: 0;
  }
  footer#footer .row .flex nav .content .menu-footer-menu-container ul {
    margin: 0 auto 2rem auto;
    justify-content: center;
  }
  footer#footer .row .flex nav .content .menu-footer-menu-container ul li {
    padding: 0;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-authorizations #brochure .row .txt h2 {
    font-size: 3.2rem;
  }
  .page-template-page-authorizations #brochure .row .txt p {
    font-size: 2rem;
  }
  .page-template-page-authorizations #brochure .row .txt a {
    font-size: 1.6rem;
    background-size: 3.2rem;
  }
  .page-template-page-eligibility #hero {
    padding: 18rem 0 0 0;
  }
  .page-template-page-eligibility #hero .row .container {
    padding: 0 2rem 6rem 2rem;
  }
  .page-template-page-eligibility #hero .row .container .flex .txt h1 {
    font-size: 4rem;
  }
  .page-template-page-eligibility #benefits {
    padding-top: 8rem;
  }
  .page-template-page-eligibility #benefits .row .txt h2 {
    font-size: 3.2rem;
    max-width: 65rem;
  }
  .page-template-page-roi #advantages .row .flex {
    margin: -18rem 0 0 0;
  }
  .page-template-page-roi #advantages .row .flex .box {
    flex: 1 0 100%;
    max-width: 40rem;
    padding: 0 2rem 4rem 2rem;
    margin: 0 auto;
  }
  .page-template-page-roi #advantages .row .flex .box .content {
    padding: 3rem;
  }
  .page-template-page-roi #advantages .row .flex .box .content h2 {
    font-size: 2.2rem;
  }
  .page-template-page-roi #calculator .header {
    padding: 2.3rem 3rem;
  }
  .page-template-page-roi #calculator .header h2 {
    font-size: 3rem;
  }
  .page-template-page-roi #calculator .header p {
    font-size: 1.5rem;
  }
  .page-template-page-roi #calculator .calculator .formrow {
    display: block;
    margin: 0;
  }
  .page-template-page-roi #calculator .calculator .formrow .in {
    max-width: 100%;
    margin: 0 0 5rem 0;
  }
  .page-template-page-insurance #discovery .row .container .flex.mob {
    padding: 3rem 2rem;
  }
  .page-template-page-insurance #discovery .row .container .flex.mob .box .button .content {
    padding: 1.2rem 0;
    flex-wrap: wrap;
  }
  .page-template-page-insurance #discovery .row .container .flex.mob .box .button .content .img {
    width: 3.2rem;
    height: 3.2rem;
    flex: 1 0 100%;
    max-width: 3.2rem;
    margin: 0 auto 1.5rem auto;
  }
  .page-template-page-insurance #discovery .row .container .flex.mob .box .button .content h2 {
    font-size: 2.4rem;
    max-width: 100%;
    flex: 1 0 100%;
    text-align: center;
    margin: 0 auto;
  }
  .error404 #p404 p:nth-of-type(1) {
    font-size: 8rem;
    line-height: 8rem;
  }
  .error404 #p404 p:nth-of-type(2) {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 500px) {
  header#head .row .topmenu .content ul {
    margin: 0 -2rem;
  }
  header#head .row .topmenu .content ul li {
    padding: 0.5rem 2rem 0.5rem 3rem;
  }
  header#head .row .topmenu .content ul li a {
    font-size: 1.2rem;
  }
  header#head #mobileTrigger {
    top: 2rem;
  }
  header#head #mobileTrigger.opened {
    top: 1.8rem;
  }
  #page.scrolled header#head .row .topmenu .content ul li {
    padding: 0.5rem 2rem 0.5rem 3rem;
  }
  #page.scrolled header#head #mobileTrigger {
    top: 1rem;
  }
  .page-template-page-home #hero .row .container {
    padding: 8rem 2rem 10rem 2rem;
  }
  .page-template-page-home #hero .row .container .flex .txt h1 {
    font-size: 4.5rem;
  }
  .page-template-page-home #hero .row .container .flex .img {
    max-width: 34rem;
  }
  .page-template-page-home #discovery .row h3 {
    font-size: 3.2rem;
  }
  .page-template-page-home #discovery .row .flex .txt {
    padding: 0;
  }
  .page-template-page-home #video {
    padding-top: 0;
  }
  .page-template-page-clients #hero .row .container {
    padding: 10rem 2rem;
  }
  .page-template-page-clients #hero .row .container h1 {
    font-size: 3.6rem;
  }
  .page-template-page-authorizations #brochure .row .txt a {
    max-width: 32rem;
    padding: 1.1rem 6rem 1.1rem 2.5rem;
  }
  .single-post #post .row .flex .content .wp-block-buttons .wp-block-button a {
    max-width: 28rem;
  }
  .single-post #post .row .flex .content .thumb {
    height: 24rem;
  }
  .single-post #post .row .flex .content .thumb img {
    object-fit: cover;
  }
  .page-template-page-eligibility #testimonial .row .flex .txt {
    padding: 3rem 1.5rem;
  }
  .page-template-page-eligibility #testimonial .row .flex .txt p {
    font-size: 2rem;
  }
  .page-template-page-eligibility #testimonial .row .flex .img img {
    max-width: 35rem;
    height: 7.4rem;
  }
  .page-template-page-partners #gallery .row .container {
    padding: 5rem 2rem;
  }
  .page-template-page-partners #gallery .row .container .flex {
    margin: 0 -1.5rem;
  }
  .page-template-page-partners #gallery .row .container .flex .img {
    padding: 0 1.5rem 3rem 1.5rem;
  }
  .page-template-page-partners #gallery .row .container .flex .img:nth-of-type(1) {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 450px) {
  .page-template-page-home #video .row .flex .movie .play {
    width: 6rem;
    height: 6rem;
    margin: -3rem 0 0 -3rem;
    background-size: 6rem;
  }
  .page-template-page-home #video .row .flex .movie .thumb {
    height: 22.5rem;
  }
  .page-template-page-home #video .row .flex .movie .thumb img {
    object-fit: cover;
  }
  .page-template-page-home #difference {
    background-position: center right;
  }
  .page-template-page-home #difference .row .container .txt h2 {
    margin-bottom: 3.5rem;
  }
  .page-template-page-home #difference .row .container .txt a {
    padding: 1.5rem 2rem;
  }
  .page-template-page-home #standards .row .flex .awards {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-template-page-home #standards .row .flex .awards .box {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .page-template-page-home #standards .row .flex .awards .box .img {
    margin: 0 auto 2rem auto;
  }
  .page-template-page-about #hero .row .container h1 {
    font-size: 3.5rem;
    padding: 4rem 0;
  }
  .page-template-page-about #technology .row .flex .txt p {
    font-size: 2rem;
  }
  .page-template-page-about #technology .row .flex .awards {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-template-page-about #technology .row .flex .awards .box {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 1rem 2rem 1rem;
  }
  .page-template-page-about #technology .row .flex .awards .box .img {
    margin: 0 auto;
  }
  .page-template-page-resources #faqs .row h2 {
    font-size: 4rem;
  }
  .page-template-page-resources #faqs .row .flex .box .content h3 {
    font-size: 1.8rem;
    padding-right: 3.5rem;
  }
  .page-template-page-authorizations #integration .row .container .flex .title h2 {
    font-size: 3.2rem;
  }
  .page-template-page-authorizations #integration .row .container .flex2 .box .content {
    padding: 3rem 1.5rem;
  }
  #integration .row .container .flex .title h2 {
    font-size: 3.2rem;
  }
  #integration .row .container .flex2 .box .content {
    padding: 3rem 1.5rem;
  }
  .page-template-page-roi #potential .row .flex .txt h2 {
    font-size: 3.2rem;
  }
  .page-template-page-roi #potential .row .flex .txt p {
    font-size: 2.2rem;
  }
  .page-template-page-roi #potential .row .flex .txt p + p {
    margin: 0 auto 4rem auto;
  }
  .page-template-page-roi #potential .row .flex .txt .awards .box:nth-of-type(1) {
    padding-right: 3rem;
  }
  .page-template-page-roi #potential .row .flex .txt .awards .box:nth-of-type(3) {
    padding-left: 3rem;
  }
  .page-template-page-insurance #hero .row .container {
    padding: 8rem 2rem 6rem 2rem;
  }
  .page-template-page-insurance #hero .row .container .flex .txt h1 {
    font-size: 3.6rem;
  }
  .page-template-page-insurance #hero .row .container .flex .txt p {
    font-size: 2.2rem;
  }
  .page-template-page-insurance #hero .row .container .flex .txt a {
    padding: 1rem 2rem;
  }
  .page-template-page-insurance #advantages .row .flex .txt p {
    padding: 0;
  }
  .page-template-page-insurance #advantages .row .flex:nth-of-type(2) .txt p {
    padding: 0;
  }
  .page-template-default #post .row h1 {
    font-size: 4rem;
  }
  .page-template-default #post .row p,
  .page-template-default #post .row ul li {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 400px) {
  .page-template-page-home #hero .row .container .flex .txt h1 {
    font-size: 4.2rem;
  }
  .page-template-page-home #hero .row .container .flex .txt p {
    font-size: 2rem;
  }
  .page-template-page-home #hero .row .container .flex .img {
    max-width: 27rem;
  }
  .page-template-page-home #benefits .row .flex .box {
    padding: 0 0 4rem 0;
  }
  .page-template-page-home #benefits .row .flex .box .content {
    padding: 3rem 2.5rem;
  }
  .page-template-page-home #benefits .row .flex .box .content .img {
    max-width: 9rem;
  }
  .page-template-page-home #difference .row .container .txt .flex .box {
    padding: 2rem 0;
  }
  .page-template-page-home #difference .row .container .txt .flex .box p {
    font-size: 1.8rem;
  }
  .page-template-page-home #difference .row .container .txt p {
    margin-bottom: 3rem;
  }
  .page-template-page-demo #hero .row h1 {
    font-size: 3.6rem;
  }
  .page-template-page-about #culture .row .container {
    padding: 6rem 1rem;
  }
  .page-template-page-about #culture .row .container h2 {
    font-size: 3rem;
  }
  .page-template-page-about #culture .row .container .flex .box .content {
    padding: 3rem 2rem;
  }
  .page-template-page-clients #hero .row .container h1 {
    font-size: 3.6rem;
  }
  .page-template-page-clients #partners .row .flex .box .content {
    padding: 3rem 2rem;
  }
  #demo .row h2 {
    font-size: 3rem;
  }
  #demo .row a {
    font-size: 2rem;
  }
  .page-template-page-authorizations #hero .row .container {
    padding: 5rem 2rem 8rem 2rem;
  }
  .page-template-page-authorizations #hero .row .container .flex .txt h1 {
    font-size: 3.6rem;
  }
  .page-template-page-authorizations #hero .row .container .flex .txt p {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
  }
  .page-template-page-authorizations #hero .row .container .flex .txt a {
    font-size: 1.6rem;
  }
  .page-template-page-authorizations #hero .row .container .flex .img {
    flex: 1 0 100%;
    max-width: 46rem;
    margin: 0 auto;
    padding: 0;
  }
  .page-template-page-eligibility #benefits {
    padding-top: 10rem;
  }
  .page-template-page-eligibility #benefits .row .txt h2 {
    font-size: 3rem;
  }
  .page-template-page-eligibility #testimonial .row .flex .img img {
    max-width: 28rem;
    height: 6rem;
  }
  .page-template-page-roi #hero .row .container {
    padding: 3rem 2rem 13rem 2rem;
  }
  .page-template-page-roi #hero .row .container h1 {
    font-size: 4rem;
  }
  .page-template-page-roi #hero .row .container p {
    font-size: 2.4rem;
  }
  .page-template-page-roi #hero .row .container a {
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
  }
  .page-template-page-roi #advantages .row .flex {
    margin: -4rem 0 0 0;
  }
  .page-template-page-roi #advantages .row .flex .box {
    padding: 0 0 4rem 0;
  }
  .page-template-page-roi #advantages .row .flex .box .content {
    padding: 3rem 2rem;
  }
  .page-template-page-stories #hero .row h1 {
    font-size: 3.6rem;
  }
  .page-template-page-stories #stories .row .box .flex .txt a {
    padding: 1.3rem 5.5rem 1.3rem 2rem;
    font-size: 1.6rem;
    background-position: center right 1.7rem;
  }
  .page-template-page-stories #stories .row .box .flex .case .content {
    padding: 4rem 2rem;
  }
  .page-template-page-stories #stories .row .box .flex .case .content .flex .single {
    padding: 0 1rem 8rem 1rem;
  }
  .page-template-page-stories #stories .row .box .flex .case .content .summary {
    margin-top: 1.5rem;
  }
  .page-template-page-partners #hero {
    padding: 15rem 0 10rem 0;
  }
  .page-template-page-partners #hero .row .container {
    padding: 13rem 3rem;
  }
  .page-template-page-partners #hero .row .container h1 {
    font-size: 4rem;
  }
  .page-template-page-partners #hero .row .container h2 {
    font-size: 2.2rem;
  }
  .page-template-page-partners #partners .row h3 {
    font-size: 2.8rem;
  }
  .page-template-page-partners #partners .row p {
    font-size: 2rem;
  }
  .page-template-page-partners #gallery .row .container .flex {
    margin: 0;
  }
  .page-template-page-partners #gallery .row .container .flex .img {
    padding: 0 2rem 3rem 2rem;
    flex: 1 0 100%;
    max-width: 20rem;
  }
  .page-template-page-partners #gallery .row .container .flex .img:nth-of-type(1) {
    flex: 1 0 100%;
    max-width: 18rem;
    margin-bottom: 3rem;
  }
  body.search #search .row h1 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 350px) {
  .page-template-page-home #hero .row .container .flex .txt h1 {
    font-size: 4rem;
  }
  .page-template-page-home #hero .row .container .flex .img {
    max-width: 25rem;
  }
  .page-template-page-home #video .row .flex .txt h2 {
    font-size: 3rem;
  }
  footer#footer {
    border-bottom: 10rem solid #30313c;
  }
  footer#footer .row .banner {
    bottom: -15rem;
  }
  footer#footer .row .banner .links {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  footer#footer .row .banner .links a {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 0 1.2rem 0;
  }
  .page-template-page-eligibility #hero {
    padding: 18rem 0 0 0;
  }
  .page-template-page-eligibility #hero .row .container .flex .txt h1 {
    font-size: 3.6rem;
  }
  .page-template-page-eligibility #hero .row .container .flex .txt p {
    font-size: 2rem;
  }
  .page-template-page-eligibility #hero .row .container .flex .txt .button a {
    font-size: 1.8rem;
    padding: 1rem 2rem;
  }
  .page-template-page-clients #hero {
    padding-top: 14.5rem;
  }
}
