/*! Theme main style*/ /*! Normalize*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&family=Work+Sans:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.span-12 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.span-11 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 91.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.span-10 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.span-9 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.span-8 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.span-7 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.span-6 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.span-5 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.span-4 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.span-3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.span-2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.span-1 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.col-4 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.aligner.left {
  justify-content: left;
}
.aligner__top {
  align-self: flex-start;
}
.aligner__bottom {
  align-self: flex-end;
}
.c-align {
  text-align: center;
}
.l-align {
  text-align: left;
}
.r-align {
  text-align: right;
} /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
pre {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "Montserrat", sans-serif !important;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  overflow: visible;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
details {
  display: block;
}
summary {
  display: list-item;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  margin: 0 0 31px;
  line-height: 1.3;
  color: #313540;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #fff;
}
h1 {
  font-size: 40px;
  line-height: 52px;
}
@media all and (max-width: 1024px) {
  h1 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 27px;
    line-height: 36px;
  }
}
h2 {
  font-size: 36px;
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 32px;
}
@media all and (max-width: 1024px) {
  h3 {
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 24px;
}
@media all and (max-width: 1070px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
.subheading {
  font-family: "Montserrat", sans-serif !important;
}
.caps {
  text-transform: uppercase;
}
.white {
  color: white;
}
.clearfix:after {
  content: "";
  display: block;
  position: relative;
  clear: both;
}
.post-thumbnail {
  position: relative;
}
.post-thumbnail:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in;
  background: rgba(26, 38, 74, 0.42);
  bottom: 0;
}
.post-thumbnail:hover:after {
  opacity: 1;
}
.chosen-container {
  width: 100% !important;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 5px 0 5px 8px;
  border: 1px solid #3e63af;
  border-radius: 0;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: white;
  color: #1a264a;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-single div b {
  background-position: 0 8px;
}
.ll-skin-melon .ui-widget {
  background: #1a264a;
}
.ll-skin-melon td .ui-state-default {
  color: #1a264a;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 8px;
}
body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  color: #313540;
  background: white;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 22px;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin-top: 0;
}
@media all and (max-width: 1024px) {
  .hide-sm {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .hide-md {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .hide-lg {
    display: none;
  }
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.container:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
@media all and (min-width: 2000px) {
  .container {
    max-width: 1500px;
  }
}
@media all and (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
}
.container-xl {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.container-xl:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
@media all and (min-width: 1024px) {
  .hidden-lg {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .hidden-sm {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.row {
  margin: 0 -15px;
}
.row:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
a {
  text-decoration: none;
  color: #1a264a;
  outline: 0;
}
.displayNone {
  display: none;
}
.button,
button,
input[type="submit"]:not(.searchbox-submit) {
  background: #3e63af !important;
  color: #eee8e7 !important;
  border-radius: 2px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding: 0 10px;
  min-width: 220px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-family: "Montserrat", sans-serif !important;
  transition: all 0.3s ease-in;
  display: inline-block;
}
.button:hover,
button:hover,
input[type="submit"]:not(.searchbox-submit):hover {
  background: #160c9f;
}
.button.white,
button.white,
input[type="submit"]:not(.searchbox-submit).white {
  background: transparent;
  border: 1px solid #3e63af;
  color: #3e63af;
  border-radius: 2px;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .button.white,
  button.white,
  input[type="submit"]:not(.searchbox-submit).white {
    line-height: 46px;
  }
}
@media all and (max-width: 767px) {
  .button.white,
  button.white,
  input[type="submit"]:not(.searchbox-submit).white {
    line-height: 38px;
  }
}
.button.white:hover,
button.white:hover,
input[type="submit"]:not(.searchbox-submit).white:hover {
  color: white;
  background: #3e63af;
}
@media all and (max-width: 767px) {
  .button,
  button,
  input[type="submit"]:not(.searchbox-submit) {
    min-width: 255px;
    max-width: 100%;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button,
  button,
  input[type="submit"]:not(.searchbox-submit) {
    font-size: 14px;
  }
}
.breadcrumbs {
  margin-bottom: 36px;
}
@media all and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 38px;
    font-size: 12px;
  }
}
.breadcrumbs span a {
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .breadcrumbs span a {
    font-weight: 600;
  }
}
.breadcrumbs span.separator {
  padding: 0 11px;
}
.breadcrumbs .current-item {
  color: #3e63af;
}
@media all and (max-width: 767px) {
  .breadcrumbs .current-item {
    font-weight: 600;
  }
}
b,
strong {
  font-weight: 500;
}
form ul {
  margin: 0;
  padding: 0;
}
form ul li {
  list-style: none;
  padding-left: 0 !important;
}
form ul li:before {
  display: none !important;
}
form fieldset {
  margin-bottom: 12px;
}
form label {
  color: #1a264a;
  display: block;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 8px;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="number"],
form textarea {
  border: 1px solid #1a264a;
  border-radius: 2px;
  display: block;
  margin-bottom: 0;
  padding: 0 11px;
  height: 48px;
  line-height: 48px;
  width: 100%;
  outline: 0;
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form input[type="text"]:active,
form input[type="text"]:focus,
form input[type="email"]:active,
form input[type="email"]:focus,
form input[type="url"]:active,
form input[type="url"]:focus,
form input[type="password"]:active,
form input[type="password"]:focus,
form input[type="search"]:active,
form input[type="search"]:focus,
form input[type="tel"]:active,
form input[type="tel"]:focus,
form input[type="number"]:active,
form input[type="number"]:focus,
form textarea:active,
form textarea:focus {
  border: 1px solid #3e63af;
}
form .gfield_error input[type="text"],
form .gfield_error input[type="email"],
form .gfield_error input[type="url"],
form .gfield_error input[type="password"],
form .gfield_error input[type="search"],
form .gfield_error input[type="tel"],
form .gfield_error input[type="number"],
form .gfield_error textarea {
  border: 1px solid #f40027;
}
form .gfield_error .gfield_description {
  display: none;
}
form .validation_error {
  margin-bottom: 20px;
}
form input[type="submit"] {
  margin-top: 20px;
}
form .gfield_description {
  margin-bottom: 18px;
}
form .gform_fields .gfield {
  margin-bottom: 12px;
}
@media all and (min-width: 768px) {
  form .gform_fields .gfield {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 768px) {
  form .gform_fields .gfield .gfield_label {
    flex-basis: 15%;
  }
}
@media all and (max-width: 767px) {
  form .gform_fields .gfield .gfield_label {
    display: none;
  }
}
@media all and (min-width: 768px) {
  form .gform_fields .gfield .ginput_container {
    flex-basis: 85%;
  }
}
form textarea {
  min-height: 134px;
}
label.checkbox {
  padding-left: 30px;
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  text-transform: none;
  margin-bottom: 30px;
  font-size: 14px;
}
label.checkbox:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 9;
}
input[type="checkbox"] ~ label {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  font-family: "Montserrat", sans-serif !important;
  text-transform: none;
  margin-bottom: 30px;
}
input[type="checkbox"] ~ label:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  z-index: 9;
  background: white;
}
input[type="checkbox"]:checked ~ label:before {
  content: url("./images/check.png");
  background: #3e63af;
  text-align: center;
  line-height: 19px;
}
::-webkit-input-placeholder {
  color: #6e6e6e;
  font-size: 14px;
}
::-moz-placeholder {
  color: #6e6e6e;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #6e6e6e;
  font-size: 14px;
}
:-moz-placeholder {
  color: #6e6e6e;
  font-size: 14px;
}
.site-main {
  overflow: hidden;
}
.sk-three-bounce {
  margin: auto;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  vertical-align: middle;
  z-index: 99999;
  height: 100%;
  overflow: hidden;
}
.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: #3e63af;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  position: relative;
  top: 50%;
}
.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 100%;
  cursor: pointer;
}
.gfield_error .dk-selected {
  border: solid 1px #3e63af;
}
.dk-select-options:before {
  content: "";
  height: 1px;
  width: calc(100% - 34px);
  margin: 0 auto;
  background: #999999;
  display: block;
}
.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border-radius: 3px;
  background: #f4f4f4;
  padding: 14px 17px;
  color: #6e6e6e;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dk-selected:before,
.dk-selected:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
.dk-selected:before {
  content: "";
  background: url("./images/icon-arrow-down.png");
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 17px;
}
.dk-selected:after {
  top: 0;
  height: 100%;
  margin: 0 1.5em 0 0;
}
.dk-select-open-down .dk-selected:before {
  transform: rotate(-180deg);
}
.dk-selected-disabled {
  color: #3e63af;
}
.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}
.dk-select-open-up .dk-select-options {
  margin-bottom: -1px;
  bottom: 100%;
}
.dk-select-open-down .dk-select-options {
  margin-top: -1px;
  top: 100%;
}
.dk-select-multi .dk-select-options {
  max-height: 10em;
}
.dk-select-options {
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  width: auto;
  z-index: 100;
}
.dk-option-selected {
  background-color: #3e63af;
  color: #999999;
}
.dk-select-options-highlight .dk-option-selected {
  background-color: #3e63af;
  color: white;
}
.gform_wrapper .dk-option {
  padding: 0 0.5em !important;
}
.dk-option {
  padding: 14px 17px !important;
  background: #f4f4f4;
  color: #999999;
}
.dk-select-options .dk-option-highlight {
  background-color: #3e63af;
  color: white;
}
.dk-select-options .dk-option-disabled {
  color: #3e63af;
  background-color: transparent;
}
.dk-select-options .dk-option-hidden {
  display: none;
}
.dk-optgroup {
  border: solid #c6c6c6;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}
.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}
.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}
.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}
.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}
.dk-optgroup-options li {
  padding-left: 1.2em;
}
.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
}
.dk-select-open-down .dk-selected {
  border: none;
}
.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #c6c6c6;
}
.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #c6c6c6;
}
.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
}
.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none;
}
.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #c6c6c6;
}
.dk-selected:hover:before,
.dk-selected:focus:before {
  border-top-color: #c6c6c6;
}
.dk-selected:hover:after,
.dk-selected:focus:after {
  border-left-color: #c6c6c6;
}
.dk-select-disabled {
  opacity: 0.6;
  color: #3e63af;
  cursor: not-allowed;
}
.dk-select-disabled .dk-selected:hover,
.dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}
.dk-select-disabled .dk-selected:hover:before,
.dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}
.dk-select-disabled .dk-selected:hover:after,
.dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}
select[data-dkcacheid] {
  display: none;
}
@media print {
  .site-header,
  .case-studies,
  .download,
  .site-footer,
  .newsletter,
  .cta-box {
    display: none;
  }
  .case-study-banner {
    padding-bottom: 40px;
  }
  .case-study-banner .span-5,
  .case-study-banner .span-7 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .case-study-banner p {
    max-width: 100%;
  }
  .case-study-banner .span-5 {
    margin-bottom: 50px;
  }
  blockquote {
    margin: 30px 0;
  }
  .button {
    border: 1px solid #3e63af;
    color: #3e63af;
  }
  .breadcrumbs {
    display: none;
  }
  .article-main-text,
  .sidebar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.landing-banner {
  margin-bottom: 76px;
}
@media all and (max-width: 767px) {
  .landing-banner {
    background-image: none !important;
  }
}
.landing-banner.default {
  max-height: 558px;
}
@media all and (max-width: 1024px) {
  .landing-banner.default {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .landing-banner.default {
    max-height: none;
  }
}
@media all and (max-width: 767px) {
  .landing-banner.default:before {
    background: linear-gradient(
      180deg,
      #3e63af calc(40%),
      #fff calc(40%)
    ) !important;
  }
}
.landing-banner.default .span-5 {
  width: 47.66667%;
  padding-right: 40px;
}
@media all and (max-width: 767px) {
  .landing-banner.default .span-5 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding: 21px 25px 11px 37px;
  }
}
.landing-banner.default .span-5 p {
  margin-bottom: 79px;
  max-width: 358px;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .landing-banner.default .span-5 p {
    margin-bottom: 30px;
  }
}
.landing-banner.default .span-5 p:first-child {
  margin-bottom: 9px;
}
.landing-banner.default .span-7 {
  width: 52.33333%;
}
@media all and (max-width: 767px) {
  .landing-banner.default .span-7 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.landing-banner.default .form-box {
  text-align: left;
  background: white;
  padding: 16px;
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  position: relative;
  bottom: -45px;
}
@media all and (max-width: 767px) {
  .landing-banner.default .form-box {
    bottom: 0;
  }
}
.landing-banner.default .form-box .form-title {
  color: #3e63af;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .landing-banner.default .form-box .form-title {
    font-size: 18px;
    line-height: 26px;
    max-width: 198px;
  }
}
.landing-banner.default .form-box input[type="text"],
.landing-banner.default .form-box input[type="email"],
.landing-banner.default .form-box input[type="url"],
.landing-banner.default .form-box input[type="password"],
.landing-banner.default .form-box input[type="search"],
.landing-banner.default .form-box input[type="tel"],
.landing-banner.default .form-box input[type="number"] {
  height: 40px;
  line-height: 40px;
}
.landing-banner.default .form-box .form-subtitle {
  font-weight: 500;
  margin-bottom: 30px;
}
.landing-banner.default .form-box label {
  color: #1a264a;
}
.landing-banner.default .form-box label * {
  color: inherit;
}
.landing-banner.default .form-box * {
  color: #1a264a;
}
.landing-banner.default .form-box fieldset {
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .landing-banner.default .form-box fieldset {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .landing-banner.default .form-box fieldset > div {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 767px) {
  .landing-banner.default .form-box .form-columns-2 > div {
    width: 100%;
  }
}
.landing-banner.default .form-box .form-columns-2 > div:nth-child(odd) .input {
  margin-right: 11px;
}
@media all and (max-width: 767px) {
  .landing-banner.default
    .form-box
    .form-columns-2
    > div:nth-child(odd)
    .input {
    margin-right: 0;
  }
}
.landing-banner.default .form-box .form-columns-2 > div:nth-child(even) .input,
.landing-banner.default .form-box .form-columns-2 > div:nth-child(even) label {
  margin-left: 11px;
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .landing-banner.default
    .form-box
    .form-columns-2
    > div:nth-child(even)
    .input,
  .landing-banner.default
    .form-box
    .form-columns-2
    > div:nth-child(even)
    label {
    margin-left: 0;
  }
}
.landing-banner.default .form-box .legal-consent-container {
  margin-top: 15px;
  font-size: 12px;
  line-height: 17px;
}
.landing-banner.default .form-box .legal-consent-container a {
  text-decoration: underline;
}
.landing-banner.default .form-box input[type="submit"] {
  color: white;
  margin-top: 0;
  min-width: 258px;
}
@media all and (max-width: 1024px) {
  .landing-banner.default .form-box input[type="submit"] {
    width: 100%;
  }
}
.landing-banner.default .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.page-template-tpl-landing
  .home-boxes
  > .box:nth-child(odd):last-child:nth-child(3):after {
  display: none;
}
.page-template-tpl-landing .home-boxes .box {
  padding: 121px 0;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-landing .home-boxes .box {
    padding: 100px 0 53px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-landing .home-boxes .box {
    padding: 43px 0 69px;
  }
}
.page-template-tpl-landing .home-boxes .box .box-row {
  align-items: center;
}
.page-template-tpl-landing .home-boxes .box .box-row__media {
  padding-right: 5px;
}
.page-template-tpl-landing .home-boxes .box .box-row__text .wrapper {
  max-width: 496px;
}
@media all and (max-width: 767px) {
  .page-template-tpl-landing .home-boxes .box .box-row__text .wrapper {
    margin: 0;
    max-width: 100%;
  }
}
.page-template-tpl-landing .home-boxes .box .box-row__text p {
  margin-bottom: 24px;
}
.page-template-tpl-landing .home-boxes .box:nth-child(odd):before {
  display: none;
}
.page-template-tpl-landing .home-boxes .box:nth-child(odd) .box-row {
  flex-direction: row-reverse;
  display: flex;
  padding-left: 0;
}
@media all and (max-width: 767px) {
  .page-template-tpl-landing .home-boxes .box:nth-child(odd) .box-row {
    display: block;
  }
}
.page-template-tpl-landing
  .home-boxes
  .box:nth-child(odd)
  .box-row__text
  .wrapper {
  padding-left: 129px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-landing
    .home-boxes
    .box:nth-child(odd)
    .box-row__text
    .wrapper {
    padding-left: 15px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-landing
    .home-boxes
    .box:nth-child(odd)
    .box-row__text
    .wrapper {
    padding-left: 0;
  }
}
.page-template-tpl-landing .home-boxes .box:nth-child(even):before {
  position: absolute;
  left: -100px;
  right: -100px;
  top: 0;
  bottom: 0;
  content: "";
  background: #f6f7ff;
  display: block;
  transform: rotate(-4.5deg);
  z-index: -1;
}
.page-template-tpl-landing .home-boxes .box:nth-child(even) .box-row {
  flex-direction: row;
}
@media all and (max-width: 767px) {
  .page-template-tpl-landing .home-boxes .box:nth-child(even) .box-row {
    display: block;
  }
}
.page-template-tpl-landing
  .home-boxes
  .box:nth-child(even)
  .box-row__text
  .wrapper {
  max-width: 363px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-landing
    .home-boxes
    .box:nth-child(even)
    .box-row__text
    .wrapper {
    padding-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-landing
    .home-boxes
    .box:nth-child(even)
    .box-row__text
    .wrapper {
    padding-bottom: 0;
  }
}
.page-template-tpl-landing .home-boxes .box:nth-child(even):last-child {
  padding-bottom: 151px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-landing .home-boxes .box:nth-child(even):last-child {
    padding-bottom: 50px;
  }
}
.page-template-tpl-landing
  .home-boxes
  .box:nth-child(even):last-child
  .container {
  position: static;
}
.page-template-tpl-landing
  .home-boxes
  .box:nth-child(even):last-child
  .container:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  bottom: 0;
  display: block;
  background: #f6f7ff;
}
.page-template-tpl-landing .home-boxes .box:nth-child(2):after {
  content: "";
  background: url(./images/Background-LandingPage.png);
  width: 280px;
  height: 953px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  bottom: 23%;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-landing .home-boxes .box:nth-child(2):after {
    display: none;
  }
}
.page-template-tpl-landing .testimonials {
  position: relative;
  background: linear-gradient(
    180deg,
    #3e63af calc(50% - -44px),
    #f6f7ff calc(50% - -44px)
  );
}
@media all and (max-width: 767px) {
  .page-template-tpl-landing .testimonials {
    background: linear-gradient(
      180deg,
      #3e63af calc(50% - 10px),
      #f6f7ff calc(50% - 10px)
    );
  }
}
.page-template-tpl-landing .testimonials .intro {
  padding-top: 21px;
  margin-bottom: 44px;
}
@media all and (max-width: 767px) {
  .page-template-tpl-landing .testimonials .intro {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-landing .testimonials {
    padding: 0 0 0;
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-landing .testimonials .owl-nav {
    left: -21px;
    right: -21px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-landing .testimonials .owl-nav {
    left: 0;
    right: 0;
  }
}
.landing-boxes {
  background: #3e63af;
  position: relative;
  padding-top: 79px;
  padding-bottom: 40px;
}
@media all and (max-width: 767px) {
  .landing-boxes {
    background: transparent;
  }
}
@media all and (max-width: 767px) {
  .landing-boxes:before {
    position: absolute;
    left: -100px;
    right: -100px;
    top: 0;
    bottom: 0;
    content: "";
    background: #3e63af;
    display: block;
    transform: rotate(-7deg);
  }
}
@media all and (max-width: 767px) {
  .landing-boxes:after {
    position: absolute;
    left: -100px;
    right: -100px;
    top: 100px;
    bottom: 0;
    content: "";
    background: #3e63af;
    display: block;
    transform: rotate(7deg);
  }
}
.landing-boxes * {
  color: white;
}
.landing-boxes .container {
  position: relative;
  z-index: 99;
}
.landing-boxes .boxes-container {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .landing-boxes .boxes-container {
    margin-top: 13px;
  }
}
.landing-boxes .box {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .landing-boxes .box {
    width: 100%;
  }
}
.landing-boxes .box__wrp {
  background: #171355;
  border-radius: 4px;
  padding: 35px 26px 15px;
  height: 100%;
  flex-wrap: nowrap;
}
@media all and (max-width: 767px) {
  .landing-boxes .box__wrp {
    display: block;
    padding: 32px 12px 7px;
  }
}
.landing-boxes .box__wrp .image {
  width: 92px;
  height: 92px;
  border-radius: 100%;
  background: #f6f7ff;
  line-height: 92px;
  text-align: center;
  min-width: 92px;
  margin-right: 44px;
}
@media all and (max-width: 1024px) {
  .landing-boxes .box__wrp .image {
    width: 60px;
    height: 60px;
    line-height: 60px;
    min-width: 60px;
    margin-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .landing-boxes .box__wrp .image {
    width: 49px;
    height: 49px;
    line-height: 49px;
    min-width: 52px;
    margin-right: 0;
    margin-bottom: 13px;
  }
}
.landing-boxes .box__wrp .image img {
  max-width: 67%;
  max-height: 60%;
  vertical-align: middle;
}
.landing-boxes .box__wrp p {
  font-weight: 300;
}
.landing-boxes .box__wrp .title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .landing-boxes .box__wrp .title {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 6px;
  }
}
.landing-cta {
  background-size: cover;
  background-position: center;
  padding: 137px 0;
  position: relative;
}
@media all and (max-width: 1024px) {
  .landing-cta {
    background-position: 38% 50%;
    padding: 60px 0;
  }
}
@media all and (max-width: 767px) {
  .landing-cta {
    padding: 79px 0 31px;
  }
}
@media all and (max-width: 767px) {
  .landing-cta:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent
      linear-gradient(
        0deg,
        rgba(1, 0, 10, 0.69) 0%,
        rgba(255, 255, 255, 0) 100%
      )
      0% 0% no-repeat padding-box;
    display: block;
  }
}
.landing-cta .span-5 {
  float: right;
}
@media all and (max-width: 1024px) {
  .landing-cta .span-5 {
    width: 44.66667%;
  }
}
@media all and (max-width: 767px) {
  .landing-cta .span-5 {
    width: 100%;
  }
}
.landing-cta .span-5 h2,
.landing-cta .span-5 h3,
.landing-cta .span-5 h4,
.landing-cta .span-5 h5,
.landing-cta .span-5 h6 {
  color: #171355;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .landing-cta .span-5 h2,
  .landing-cta .span-5 h3,
  .landing-cta .span-5 h4,
  .landing-cta .span-5 h5,
  .landing-cta .span-5 h6 {
    color: white;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.landing-cta .span-5 p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 27px;
}
@media all and (max-width: 767px) {
  .landing-cta .span-5 p {
    color: white;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
  }
}
.landing-cta .span-5 .button {
  min-width: 298px;
  border-radius: 2px;
}
@media all and (max-width: 767px) {
  .landing-cta .span-5 .button {
    width: 100%;
    min-width: inherit;
  }
}
.lower-footer {
  background: #f6f7ff;
  padding: 9px 0;
}
@media all and (max-width: 767px) {
  .lower-footer {
    padding: 28px 0;
  }
}
@media all and (max-width: 1024px) {
  .lower-footer .span-4,
  .lower-footer .span-8 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
.lower-footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lower-footer p {
  margin: 0;
}
.lower-footer img {
  max-width: 181px;
}
.lower-footer ul {
  padding: 0;
}
.lower-footer ul li {
  list-style: none;
  display: inline-block;
  margin-left: 25px;
  font-size: 12px;
  line-height: 17px;
}
@media all and (max-width: 767px) {
  .lower-footer ul li {
    display: block;
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .lower-footer ul li:not(:last-child) {
    margin-bottom: 18px;
  }
}
.lower-footer ul li a:hover {
  color: #3e63af;
}
@keyframes rotate {
  to {
    stroke-dashoffset: 0;
  }
}
.notification-banner {
  background: #171355;
  padding: 11px 0;
  transition: all 0.2s ease-in;
}
.notification-banner * {
  color: white;
}
.notification-banner p {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .notification-banner p {
    font-size: 15px;
  }
}
.site-header {
  padding: 7px 0 14px;
  background: white;
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  position: relative;
  z-index: 9999;
}
@media all and (max-width: 767px) {
  .site-header {
    padding: 12px 0 12px;
  }
}
.site-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.site-header .container {
  max-width: 1265px;
}
@media all and (min-width: 2000px) {
  .site-header .container {
    max-width: 1800px;
  }
}
@media all and (max-width: 1024px) {
  .site-header .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1350px) {
  .site-header .span-10 {
    padding-right: 55px;
  }
}
@media all and (max-width: 1024px) {
  .site-header .span-10 {
    text-align: right;
    width: 71.33333%;
  }
}
@media all and (max-width: 767px) {
  .site-header .span-10 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  text-align: right;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li {
  margin-left: 47px;
}
@media all and (max-width: 1350px) {
  .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li {
    margin-left: 40px;
  }
}
@media all and (max-width: 1100px) {
  .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li {
    margin-left: 27px;
  }
}
@media all and (min-width: 1025px) {
  .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.hidden {
    display: none;
  }
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a {
  padding: 0;
}
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
  > a.mega-menu-link {
  font-weight: 500;
  color: #2a2966;
}
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
  > a.mega-menu-link
  .mega-indicator {
  display: none;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.cta a {
  background: #3e63af !important;
  color: white !important;
  display: inline-block;
  border-radius: 2px;
  height: 48px;
  line-height: 48px;
  width: 154px;
  text-align: center;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 1350px) {
  .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.cta a {
    width: 115px;
  }
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.cta a:hover {
  background: #171355 !important;
  color: white;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li > .mega-sub-menu {
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  padding: 0 !important;
}
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  > li {
  padding: 22px 25px 15px !important;
  background: white;
  position: relative;
  z-index: 9;
}
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  > li
  h4
  a {
  color: #3e63af !important;
}
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  > li
  a:hover {
  color: #2a2966 !important;
}
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li
  > .mega-sub-menu:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 35px;
  margin-left: -9px;
  z-index: 9;
  display: block;
  box-shadow: 0px 3px 12px rgba(23, 19, 85, 0.12);
  width: 15px;
  height: 15px;
  transform: rotate(137deg);
  z-index: 9;
}
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  .mega-menu-columns-4-of-12 {
  position: relative;
}
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  .mega-menu-columns-4-of-12:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  .mega-menu-columns-4-of-12:first-child {
  padding-left: 36px;
}
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  .mega-menu-columns-4-of-12:nth-child(2) {
  padding-left: 36px;
}
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  .mega-menu-columns-4-of-12:nth-child(3) {
  padding-left: 10px;
}
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  .mega-menu-columns-4-of-12:nth-child(3):before {
  left: -20px;
}
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  h4 {
  font-weight: 500 !important;
  text-transform: none !important;
  font-size: 15px !important;
  margin-bottom: 17px !important;
  padding: 0px 0px 2px 0px !important;
}
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  li {
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
@media all and (min-width: 1025px) {
  .mega-menu-flyout .mega-sub-menu {
    box-shadow: 0 5px 5px rgba(23, 19, 85, 0.15);
    width: auto !important;
    min-width: 122px;
    top: 48px !important;
  }
}
.mega-menu-flyout .mega-sub-menu:before {
  display: none !important;
}
@media all and (min-width: 1025px) {
  .mega-menu-flyout .mega-sub-menu > li {
    padding: 16px 13px 6px !important;
    width: auto !important;
  }
}
@media all and (min-width: 1025px) {
  .mega-menu-flyout .mega-sub-menu > li a {
    padding: 0 !important;
    background: white !important;
    color: #1a264a !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
  }
}
@media all and (min-width: 1025px) {
  .mega-menu-flyout .mega-sub-menu > li a:hover {
    background: white !important;
    color: #3e63af !important;
  }
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  top: 48px !important;
}
#menu-secondary-navigation {
  margin-bottom: 6px;
}
#menu-secondary-navigation li {
  min-width: 154px;
  text-align: center;
}
@media all and (max-width: 1350px) {
  #menu-secondary-navigation li {
    min-width: 115px;
  }
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  padding: 15px 10px 15px 15px;
}
.mega-menu-item-has-children > .mega-sub-menu {
  transition: opacity 0ms ease-in, transform 0ms ease-in, visibility 0ms ease-in !important;
  top: 63px !important;
  transform: none !important;
}
.cd-auto-hide-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.2s ease-in;
}
.logged-in .cd-auto-hide-header {
  top: 32px;
}
.site-branding {
  padding-top: 11px;
}
@media all and (max-width: 1024px) {
  .site-branding {
    width: 28.66667%;
    padding-top: 0;
  }
}
@media all and (max-width: 767px) {
  .site-branding {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-branding a {
  display: block;
}
.site-branding img {
  max-width: 200px;
  display: block;
}
@media all and (max-width: 1200px) {
  .site-branding img {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .site-branding img {
    max-width: 132px;
  }
}
@media all and (max-width: 1024px) {
  .menu-primary-menu-container {
    display: none;
  }
}
#burger-menu {
  text-align: right;
}
@media all and (min-width: 1025px) {
  #burger-menu {
    display: none;
  }
}
#burger-menu img {
  cursor: pointer;
  max-width: 28px;
}
@media all and (max-width: 1024px) {
  .main-navigation {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .main-navigation {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
  }
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.main-navigation ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 1200px) {
  .main-navigation ul li {
    margin-left: 40px;
  }
}
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-parent > a {
  color: #4a4a4a;
  font-weight: 700;
}
.main-navigation ul li a {
  font-weight: 500;
}
.main-navigation ul li a:hover {
  color: #4a4a4a;
}
.main-navigation ul li .sub-menu {
  position: absolute;
  background: white;
  text-align: left;
}
.main-navigation ul li .sub-menu li {
  display: block;
  margin-left: 0;
}
.main-navigation ul li .sub-menu li.current-menu-item > a {
  color: #3e63af;
  font-weight: 400;
}
.main-navigation ul li .sub-menu li a:hover {
  font-weight: 400;
  color: #3e63af;
}
.main-navigation ul li .sub-menu .sub-menu {
  position: relative;
  padding: 5px 14px;
}
.main-navigation ul li .sub-menu .sub-menu a {
  opacity: 0.7;
}
.main-navigation .menu > li > .sub-menu {
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  padding: 24px;
  width: 250px;
  top: 55px;
  display: none;
}
.main-navigation .menu > li > .sub-menu:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 35px;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-bottom: 13px solid #fff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  z-index: 9;
  display: block;
}
.main-navigation .menu > li.current-menu-item > a {
  font-weight: 700;
}
.main-navigation .menu > li.menu-item-has-children:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 7px;
  background: url("./images/icon-arrow-down.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.main-navigation .menu > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
@media all and (max-width: 1024px) {
  #content {
    margin-top: 0 !important;
  }
}
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translateX(80vw);
  transform: translateX(80vw);
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translateX(440px);
    transform: translateX(440px);
  }
}
.mm-wrapper__blocker .mm-sronly {
  clip: initial !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  white-space: normal !important;
  width: auto !important;
  min-width: initial !important;
  height: auto !important;
}
.mm-menu_offcanvas {
  z-index: 99;
}
.mm-navbar__title {
  display: none;
}
.mm-navbars_top {
  border-bottom-width: 0;
}
.mm-listitem:after {
  display: none;
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border-right-width: 0px;
}
.mm-listitem__text {
  font-size: 20px;
  padding-left: 36px;
}
.social-media-follow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 36px 40px;
}
.social-media-follow img {
  max-width: 40px;
}
.social-media-follow a {
  display: inline-block;
  margin-right: 10px;
}
#mobile-menu {
  display: inline-block;
}
@media all and (min-width: 1025px) {
  #mobile-menu {
    display: none;
  }
}
.mm-wrapper__blocker {
  background: white;
}
.mm-sronly {
  display: none;
}
.mm-listitem_selected > .mm-listitem__text {
  background: transparent;
  opacity: 0.6;
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 0;
}
.page-template-tpl-home .page-banner,
.page-template-tpl-solutions .page-banner,
.page-template-tpl-product .page-banner {
  position: relative;
  padding: 129px 0 72px;
}
@media all and (min-width: 2000px) {
  .page-template-tpl-home .page-banner,
  .page-template-tpl-solutions .page-banner,
  .page-template-tpl-product .page-banner {
    min-height: 38vh;
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-home .page-banner,
  .page-template-tpl-solutions .page-banner,
  .page-template-tpl-product .page-banner {
    padding: 28px 0 72px;
  }
}
.page-template-tpl-home .page-banner:before,
.page-template-tpl-solutions .page-banner:before,
.page-template-tpl-product .page-banner:before {
  content: "";
  background: url("./images/Oval-shape.png");
  position: absolute;
  top: -1%;
  left: -19%;
  width: 100%;
  display: block;
  height: 436px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
}
@media all and (min-width: 1500px) {
  .page-template-tpl-home .page-banner:before,
  .page-template-tpl-solutions .page-banner:before,
  .page-template-tpl-product .page-banner:before {
    height: 550px;
  }
}
@media all and (min-width: 1920px) {
  .page-template-tpl-home .page-banner:before,
  .page-template-tpl-solutions .page-banner:before,
  .page-template-tpl-product .page-banner:before {
    height: 610px;
  }
}
@media all and (min-width: 2000px) {
  .page-template-tpl-home .page-banner:before,
  .page-template-tpl-solutions .page-banner:before,
  .page-template-tpl-product .page-banner:before {
    left: -2%;
    height: 78%;
    width: 72%;
    background-size: contain;
  }
}
@media all and (min-width: 3000px) {
  .page-template-tpl-home .page-banner:before,
  .page-template-tpl-solutions .page-banner:before,
  .page-template-tpl-product .page-banner:before {
    height: 85%;
    left: 20%;
  }
}
.page-template-tpl-home .page-banner:after,
.page-template-tpl-solutions .page-banner:after,
.page-template-tpl-product .page-banner:after {
  content: "";
  background: url("./images/Graphic-homepage-hero-shape.png");
  position: absolute;
  top: -29px;
  right: 0;
  width: 68%;
  display: block;
  height: 252px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}
@media all and (min-width: 1500px) {
  .page-template-tpl-home .page-banner:after,
  .page-template-tpl-solutions .page-banner:after,
  .page-template-tpl-product .page-banner:after {
    height: 338px;
    width: 88%;
  }
}
@media all and (min-width: 1920px) {
  .page-template-tpl-home .page-banner:after,
  .page-template-tpl-solutions .page-banner:after,
  .page-template-tpl-product .page-banner:after {
    height: 440px;
  }
}
@media all and (min-width: 3000px) {
  .page-template-tpl-home .page-banner:after,
  .page-template-tpl-solutions .page-banner:after,
  .page-template-tpl-product .page-banner:after {
    height: 95%;
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-home .page-banner:after,
  .page-template-tpl-solutions .page-banner:after,
  .page-template-tpl-product .page-banner:after {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-home .page-banner .container,
  .page-template-tpl-solutions .page-banner .container,
  .page-template-tpl-product .page-banner .container {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-home .page-banner .container .span-7,
  .page-template-tpl-solutions .page-banner .container .span-7,
  .page-template-tpl-product .page-banner .container .span-7 {
    text-align: center;
    margin-bottom: 62px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-home .page-banner .container .span-7,
  .page-template-tpl-solutions .page-banner .container .span-7,
  .page-template-tpl-product .page-banner .container .span-7 {
    margin-bottom: 87px;
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-home .site-header,
  .page-template-tpl-solutions .site-header,
  .page-template-tpl-product .site-header {
    background-color: #f6f7ff;
    box-shadow: none;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-solutions .page-banner {
    padding-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-product .page-banner .container .span-7 {
    margin-bottom: 53px;
  }
}
.page-banner {
  padding: 100px 0 72px;
}
@media all and (max-width: 1024px) {
  .page-banner {
    padding: 35px 0 72px;
  }
}
@media all and (max-width: 767px) {
  .page-banner {
    padding: 7px 0 50px;
  }
}
.page-banner.blog-banner {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
  height: 300px;
}
@media all and (max-width: 767px) {
  .page-banner.blog-banner {
    height: 208px;
  }
}
.page-banner.default {
  background-size: cover;
  background-position: center;
  min-height: 532px;
  position: relative;
  z-index: 99;
}
@media all and (max-width: 1024px) {
  .page-banner.default {
    min-height: 370px;
  }
}
@media all and (max-width: 767px) {
  .page-banner.default {
    min-height: 289px;
    align-items: flex-end;
    padding: 22px 0 22px;
  }
}
.page-banner.default:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(
      0deg,
      rgba(1, 0, 10, 0.85098) 0%,
      rgba(255, 255, 255, 0) 100%
    )
    0% 0% no-repeat padding-box;
  display: block;
}
.page-banner.default * {
  color: white;
}
.page-banner.default .container {
  height: 100%;
}
.page-banner.default .button {
  border-color: white;
  font-size: 15px;
}
.page-banner.default.blog-banner {
  min-height: 419px;
  align-items: flex-end;
  margin-bottom: 105px;
  padding-bottom: 48px;
}
@media all and (max-width: 1024px) {
  .page-banner.default.blog-banner {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .page-banner.default.blog-banner {
    min-height: 208px;
  }
}
@media all and (max-width: 1024px) {
  .page-banner.default.blog-banner .container {
    height: auto;
  }
}
.page-banner.default.blog-banner .post__info {
  font-size: 12px;
  font-weight: 600;
}
.page-banner.default.blog-banner .span-5 p {
  margin-bottom: 10px;
}
.page-banner .container {
  z-index: 99;
  flex-basis: 100%;
}
.page-banner .down-arrow {
  margin-top: 72px;
}
@media all and (max-width: 767px) {
  .page-banner .down-arrow {
    display: none;
  }
}
.page-banner .down-arrow img {
  max-width: 14px;
}
.page-banner .span-5 {
  width: 43.66667%;
}
@media all and (max-width: 1024px) {
  .page-banner .span-5 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .page-banner .span-5 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-banner .span-5 h1 {
  margin-bottom: 13px;
}
@media all and (max-width: 767px) {
  .page-banner .span-5 h1 {
    margin-bottom: 16px;
  }
}
.page-banner .span-5 p {
  max-width: 332px;
  margin-bottom: 39px;
}
@media all and (max-width: 1024px) {
  .page-banner .span-5 p {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .page-banner .span-5 .button {
    max-width: 100%;
    width: 100%;
  }
}
.page-banner .span-7 {
  width: 56.33333%;
  text-align: right;
}
@media all and (max-width: 1024px) {
  .page-banner .span-7 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 1250px) {
  .page-banner .span-7 .banner-illustrations {
    padding-right: 40px;
  }
}
@media all and (max-width: 1024px) {
  .page-banner .span-7 .banner-illustrations {
    padding-right: 0;
  }
}
.page-banner .aligner {
  margin-top: 60px;
}
@media all and (max-width: 1024px) {
  .page-banner .aligner .span-7,
  .page-banner .aligner .span-6 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .page-banner .aligner .span-7,
  .page-banner .aligner .span-6 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.archive .page-banner {
  padding: 100px 0 72px;
  min-height: 500px;
}
@media all and (max-width: 767px) {
  .archive .page-banner {
    min-height: 200px;
    height: 200px;
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .archive .page-banner:before {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .archive .featured-case {
    padding-bottom: 40px;
  }
}
.archive .featured-case p {
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .archive .featured-case p {
    font-weight: 300;
    margin-bottom: 10px;
  }
}
.archive .featured-case strong {
  font-size: 22px;
}
@media all and (max-width: 767px) {
  .archive .featured-case strong {
    color: #3e63af;
    font-size: 18px;
    line-height: 26px;
  }
}
.archive .featured-case h1 {
  margin-bottom: 12px;
}
@media all and (max-width: 767px) {
  .archive .featured-case h1 {
    margin-bottom: 6px;
  }
}
.archive .featured-case .button {
  margin-top: 19px;
}
@media all and (max-width: 767px) {
  .archive .featured-case .button {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}
.page-template-default .page-banner {
  min-height: 419px;
}
@media all and (max-width: 767px) {
  .page-template-default .page-banner {
    min-height: 290px;
  }
}
.page-template-tpl-retailers .page-banner,
.page-template-tpl-company .page-banner {
  margin-bottom: 105px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-retailers .page-banner,
  .page-template-tpl-company .page-banner {
    margin-bottom: 53px;
  }
}
.page-template-tpl-landing .site-header {
  padding: 6px 0 6px;
}
@media all and (max-width: 767px) {
  .page-template-tpl-landing .site-header {
    padding: 13px 0 12px;
  }
}
.page-template-tpl-landing .site-branding {
  padding-top: 0;
}
.page-template-tpl-landing .site-branding img {
  max-width: 180px;
}
@media all and (max-width: 767px) {
  .page-template-tpl-landing .site-branding img {
    max-width: 140px;
  }
}
.mm-listitem_vertical > .mm-panel {
  display: block;
}
.mm-listitem_vertical > .mm-panel .mm-panel {
  display: block;
}
.mm-listitem_vertical > .mm-panel.mm-hidden .mm-panel {
  display: none;
}
.mobile-menu-trigger {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
@media all and (min-width: 1025px) {
  .mobile-menu-trigger {
    display: none;
  }
}
.mobile-menu-trigger span {
  display: block;
  width: 26px;
  height: 2px;
  background: #3e63af;
}
.mobile-menu-trigger span:not(:last-child) {
  margin-bottom: 5px;
}
body:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: white;
  display: none;
  opacity: 0;
  transition: all 0.2s ease;
}
body.menu-opened {
  position: relative;
}
body.menu-opened:before {
  display: block;
  z-index: 9999;
  opacity: 1;
}
body.menu-opened #main-header {
  box-shadow: none;
}
body.menu-opened .et_menu_container {
  display: none;
}
#menu-container {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  background: #f6f7ff;
  min-height: 100vh;
  overflow: scroll;
  top: 0;
  min-height: 100vh;
  height: 50vh;
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  z-index: 9999;
  padding: 51px 28px 135px 28px;
  width: 70%;
}
@media all and (max-width: 767px) {
  #menu-container {
    width: 339px;
  }
}
@media all and (max-width: 360px) {
  #menu-container {
    width: 80%;
  }
}
#menu-container
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  .mega-menu-columns-4-of-12 {
  position: relative;
}
#menu-container
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  .mega-menu-columns-4-of-12:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  display: block;
  width: 40px;
  height: 40px;
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center;
}
#menu-container.closed-menu {
  transform: translateX(-103%);
}
#menu-container .top {
  margin-bottom: 35px;
}
#menu-container .top a {
  display: block;
  padding: 0;
}
#menu-container .top a img {
  max-width: 190px;
}
#menu-container .top .close-menu {
  position: absolute;
  top: 28px;
  right: 20px;
  max-width: 20px;
  cursor: pointer;
  opacity: 0.4;
}
#menu-container .mega-menu {
  padding: 0;
}
#menu-container .mega-menu > li:not(:nth-last-child(1)):not(:last-child) {
  border-top: 1px solid rgba(183, 178, 242, 0.61);
  padding-left: 10px;
}
#menu-container .mega-menu > li:nth-last-child(2),
#menu-container .mega-menu > li:last-child {
  padding-left: 0 !important;
}
#menu-container .mega-menu > li:nth-last-child(2) a,
#menu-container .mega-menu > li:last-child a {
  font-size: 12px;
  font-weight: 400;
}
#menu-container #mega-menu-primary-menu {
  display: block !important;
}
#menu-container a,
#menu-container h4 {
  color: #1a264a;
  font-weight: 500;
  display: block;
  padding: 15px 0;
  font-size: 15px;
  margin-bottom: 0;
}
#menu-container li {
  text-align: left;
  list-style: none;
}
#menu-container li.mega-menu-item-has-children .mega-sub-menu {
  display: none;
}
#menu-container li.mega-menu-item-has-children.mega-toggle-on .mega-sub-menu {
  display: block;
  height: auto;
  padding-left: 0;
  padding-bottom: 10px;
}
#menu-container
  li.mega-menu-item-has-children.mega-toggle-on
  .mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column {
  padding-left: 45px;
}
#menu-container
  li.mega-menu-item-has-children.mega-toggle-on
  .mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  a {
  font-size: 16px;
  padding: 10px 0;
  display: inline-block;
}
#menu-container li.mega-menu-item-has-children.mega-menu-grid ul ul {
  padding: 0 !important;
}
#menu-container li.mega-menu-item-has-children.mega-menu-grid ul .textwidget {
  padding-bottom: 12px;
}
#menu-container
  li.mega-menu-item-has-children.mega-menu-grid
  ul
  .textwidget
  ul {
  display: none;
}
#menu-container li.mega-menu-item-has-children.mega-menu-grid ul .textwidget p {
  margin: 0;
}
#menu-container li.mega-menu-item-has-children.mega-menu-grid ul .textwidget a {
  font-weight: 300;
  font-size: 14px;
}
#menu-container li [aria-expanded="true"] .mega-indicator {
  transform: rotate(180deg);
}
#menu-container li .mega-indicator {
  display: inline-block;
  width: 18px;
  height: 9px;
  background: url("./images/down-blue.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  top: 7px;
  position: relative;
}
#menu-container li h4 {
  position: relative;
  padding: 0;
}
#menu-container li h4 a {
  font-weight: inherit !important;
}
#menu-container li h4:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 9px;
  background: url("./images/Home-Icon-arrow.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  top: 17px;
  position: absolute;
  right: 27px;
}
#menu-container li h4.open:after {
  transform: rotate(180deg);
}
#menu-container .mega-menu-flyout .mega-sub-menu a {
  font-weight: 300;
  padding: 5px 0;
}
#menu-container .mega-menu-flyout .mega-sub-menu li {
  padding-left: 45px;
}
#menu-container .socials {
  margin-top: 40px;
  text-align: center;
}
#menu-container .socials h5 {
  color: #1a264a;
}
#menu-container .socials a {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
span.line {
  display: block;
  height: 4px;
  background: #e2e0ff;
  width: 100%;
}
span.line:not(:last-of-type) {
  margin-bottom: 18px;
}
@media all and (max-width: 1024px) {
  span.line:not(:last-of-type) {
    margin-bottom: 11px;
    height: 3px;
  }
}
span.line:last-of-type {
  width: 63px;
}
@media all and (max-width: 1024px) {
  span.line:last-of-type {
    height: 3px;
  }
}
.plain-graph {
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
}
.main-images {
  position: relative;
  text-align: center;
  display: block;
  height: 294px;
}
@media all and (max-width: 1024px) {
  .main-images {
    height: 226px;
  }
}
.main-images img {
  width: 317px;
  height: 294px;
  object-fit: cover;
  position: absolute;
  left: 50%;
  margin-left: -157px;
}
@media all and (max-width: 1024px) {
  .main-images img {
    width: 218px;
    height: 204px;
    margin-left: -158px;
  }
}
@media all and (max-width: 360px) {
  .main-images img {
    margin-left: -144px;
  }
}
.main-images img:nth-child(even) {
  top: 88px;
  left: calc(50% + 111px);
}
@media all and (max-width: 1024px) {
  .main-images img:nth-child(even) {
    top: 68px;
    left: calc(50% + 74px);
  }
}
.illustration-btn {
  z-index: 99;
  position: relative;
  background: #e63888;
  min-width: 125px;
  margin-top: 13px;
  margin-right: 33px;
}
@media all and (max-width: 1024px) {
  .illustration-btn {
    margin-top: 0px;
    margin-right: 162px;
    top: -9px;
    min-width: 87px;
    font-size: 11px;
    height: 33px;
    line-height: 33px;
  }
}
.illustration-btn:hover {
  background: #d22474;
}
.card {
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  background: white;
  padding: 12px;
  font-size: 12px;
  border-radius: 5px;
  width: 218px;
}
.card:not(:last-child) {
  margin-bottom: 18px;
}
.card p {
  margin: 0;
}
.card.review {
  position: absolute;
  right: -85px;
  top: -54px;
  text-align: left;
  padding: 17px 6px 16px 37px;
  width: 234px;
  z-index: 99;
}
@media all and (max-width: 1350px) {
  .card.review {
    right: 0;
  }
}
@media all and (max-width: 1024px) {
  .card.review {
    position: absolute;
    right: 0;
    top: -27px;
    text-align: left;
    padding: 11px 10px 11px 32px;
    width: 144px;
  }
}
.card.review:nth-of-type(2) {
  top: 71px;
  left: -129px;
}
@media all and (max-width: 1024px) {
  .card.review:nth-of-type(2) {
    left: 0;
    width: 135px;
    top: 30px;
  }
}
@media all and (max-width: 360px) {
  .card.review:nth-of-type(2) {
    top: 49px;
  }
}
.card.review img {
  display: inline-block;
  max-width: 20px;
  margin-right: 1px;
}
@media all and (max-width: 1024px) {
  .card.review img {
    left: -18px;
    top: 50%;
    max-width: 37px;
  }
}
.card.review img.review-img {
  position: absolute;
  left: -30px;
  top: 50%;
  max-width: 58px;
  transform: translateY(-50%);
}
@media all and (max-width: 1024px) {
  .card.review img.review-img {
    left: -13px;
    max-width: 38px;
  }
}
.card.review.stars {
  top: 190px;
  left: -42px;
  padding: 12px 6px 5px 37px;
  width: 160px;
}
@media all and (max-width: 1024px) {
  .card.review.stars {
    left: 36px;
    padding: 6px 6px 5px 32px;
    width: 128px;
    top: 132px;
  }
}
.card.review.stars .review-img {
  max-width: 70px;
}
@media all and (max-width: 1024px) {
  .card.review.stars .review-img {
    max-width: 38px;
  }
}
@media all and (max-width: 1024px) {
  .card.review.stars img.star {
    max-width: 14px;
  }
}
.card.total-reviews {
  min-width: 279px;
  left: -73px;
  top: 294px;
  padding: 9px;
  width: auto;
  right: auto;
}
@media all and (max-width: 1024px) {
  .card.total-reviews {
    left: -15px;
    min-width: 175px;
    top: 188px;
    padding: 3px 3px;
  }
}
@media all and (max-width: 360px) {
  .card.total-reviews {
    left: -25px;
  }
}
.card.total-reviews img {
  max-width: 23px;
  margin-top: 3px;
  margin-right: 3px;
}
@media all and (max-width: 1024px) {
  .card.total-reviews img {
    max-width: 15px;
    margin-right: 0;
    margin-top: 4px;
  }
}
.card.total-reviews img:nth-last-child(-n + 5) {
  opacity: 0.3;
}
.card.total-reviews img.full,
.card.total-reviews img.half-star {
  opacity: 1;
}
.card.total-reviews img.hidden {
  display: none;
}
.card.total-reviews strong {
  font-size: 24px;
  padding-right: 7px;
}
@media all and (max-width: 1024px) {
  .card.total-reviews strong {
    font-size: 15px;
    padding-right: 7px;
  }
}
.card.total-reviews span {
  font-size: 22px;
  color: rgba(26, 38, 74, 0.31);
}
@media all and (max-width: 1024px) {
  .card.total-reviews span {
    font-size: 13px;
  }
}
.platform {
  padding-bottom: 83px;
}
@media all and (max-width: 1350px) {
  .platform {
    padding: 0 15px;
  }
}
@media all and (max-width: 1350px) {
  .platform .span-4,
  .platform .span-8 {
    width: 100%;
  }
}
@media all and (max-width: 1350px) {
  .platform {
    padding-bottom: 60px;
  }
}
.platform .container {
  max-width: 1256px;
}
@media all and (max-width: 767px) {
  .platform .container {
    padding: 0;
  }
}
.platform .intro {
  margin-bottom: 40px;
}
@media all and (max-width: 1350px) {
  .platform .intro {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .platform .intro {
    text-align: left;
  }
}
.platform h3 {
  color: #1a264a;
}
@media all and (max-width: 767px) {
  .platform h3 {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1350px) {
  .platform .span-6 {
    width: 100%;
  }
}
.platform .platform-diagram {
  max-width: 497px;
  float: left;
}
@media all and (max-width: 1350px) {
  .platform .platform-diagram {
    float: none;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .platform .platform-diagram {
    max-width: 320px;
  }
}
.platform .diagram {
  position: relative;
}
.platform .diagram__conversion {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 195px;
}
@media all and (max-width: 767px) {
  .platform .diagram__conversion {
    height: 155px;
  }
}
.platform .diagram__conversion .icon:first-child {
  left: 76px;
  top: 101px;
}
@media all and (max-width: 767px) {
  .platform .diagram__conversion .icon:first-child {
    left: 55px;
    top: 79px;
  }
}
.platform .diagram__conversion .icon:nth-child(2) {
  left: 50%;
  margin-left: -42px;
  top: 50px;
}
@media all and (max-width: 767px) {
  .platform .diagram__conversion .icon:nth-child(2) {
    margin-left: -25px;
    top: 37px;
  }
}
.platform .diagram__conversion .icon:last-child {
  left: auto;
  top: 94px;
  right: 93px;
}
@media all and (max-width: 767px) {
  .platform .diagram__conversion .icon:last-child {
    top: 79px;
    right: 55px;
  }
}
.platform .diagram__intelligence {
  position: absolute;
  right: 0;
  top: 200px;
  width: 284px;
  height: 300px;
}
@media all and (max-width: 767px) {
  .platform .diagram__intelligence {
    width: 174px;
    height: 155px;
    top: 156px;
  }
}
.platform .diagram__intelligence .icon:first-child {
  right: 57px;
  top: 12px;
}
@media all and (max-width: 767px) {
  .platform .diagram__intelligence .icon:first-child {
    right: 35px;
    top: 0;
  }
}
.platform .diagram__intelligence .icon:last-child {
  right: 103px;
  bottom: 94px;
}
@media all and (max-width: 767px) {
  .platform .diagram__intelligence .icon:last-child {
    bottom: 35px;
    right: 83px;
  }
}
.platform .diagram__compliance {
  position: absolute;
  left: 0;
  top: 200px;
  width: 284px;
  height: 300px;
}
@media all and (max-width: 767px) {
  .platform .diagram__compliance {
    width: 174px;
    height: 155px;
    top: 156px;
  }
}
.platform .diagram__compliance .icon:first-child {
  left: 43px;
  top: 13px;
}
@media all and (max-width: 767px) {
  .platform .diagram__compliance .icon:first-child {
    left: 33px;
    top: 0;
  }
}
.platform .diagram__compliance .icon:last-child {
  bottom: 97px;
  left: 96px;
}
@media all and (max-width: 767px) {
  .platform .diagram__compliance .icon:last-child {
    bottom: 35px;
    left: 83px;
  }
}
.platform .diagram .icon {
  display: inline-block;
  position: absolute;
  max-width: 84px;
}
@media all and (max-width: 767px) {
  .platform .diagram .icon {
    max-width: 55px;
  }
}
.platform .diagram .icon img {
  display: block;
}
.platform .diagram .icon .caption {
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  background: white;
  display: block;
  position: absolute;
  top: -17px;
  opacity: 0;
  left: -12px;
  width: auto;
}
@media all and (max-width: 767px) {
  .platform .diagram .icon .caption {
    display: none;
  }
}
.platform .diagram .icon .caption i {
  padding: 9px 28px 6px 20px;
  background: white;
  font-style: normal;
  box-shadow: 0 2px 4px rgba(23, 19, 85, 0.1);
  min-width: 122px;
  text-align: center;
  display: block;
}
.platform .diagram .icon .caption:after {
  content: "";
  width: 14px;
  height: 14px;
  background: white;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  bottom: -6px;
  left: 47px;
}
.platform .diagram .icon:hover .caption {
  opacity: 1;
}
.platform .diagram .icon span {
  position: absolute;
}
.platform .span-8 {
  display: flex;
}
@media all and (max-width: 1350px) {
  .platform .span-8 {
    display: block;
    text-align: center;
    margin-top: 53px;
  }
}
@media all and (max-width: 767px) {
  .platform .span-8 {
    padding: 0;
  }
}
.platform .branches {
  float: left;
  width: calc(100% - 497px);
  padding-left: 81px;
}
@media all and (max-width: 1350px) {
  .platform .branches {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.platform .branches__wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
@media all and (max-width: 1350px) {
  .platform .branches__wrapper {
    transform: none;
    top: 0;
    padding-top: 66px;
  }
}
@media all and (min-width: 1350px) {
  .platform .branches__wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 31px;
    bottom: 31px;
    left: -31px;
    border-left: 2px dashed #1a264a;
    display: block;
    border-top: 2px dashed #1a264a;
    border-bottom: 2px dashed #1a264a;
  }
}
@media all and (max-width: 1350px) {
  .platform .branches__wrapper:before {
    content: "";
    position: absolute;
    top: 31px;
    bottom: 50px;
    left: 105px;
    border-left: 2px dashed #1a264a;
    display: block;
    border-top: 2px dashed #1a264a;
    border-right: 2px dashed #1a264a;
    right: 105px;
    width: auto;
    background: white;
    z-index: 99;
  }
}
@media all and (max-width: 767px) {
  .platform .branches__wrapper:before {
    bottom: 42px;
    left: 56px;
    right: 56px;
  }
}
@media all and (min-width: 1350px) {
  .platform .branches__wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 88px;
    left: -82px;
    display: block;
    height: 2px;
    border-bottom: 2px dashed #1a264a;
    transform: translateY(-50%);
  }
}
@media all and (max-width: 1350px) {
  .platform .branches__wrapper:after {
    content: "";
    position: absolute;
    width: 2px;
    left: 50%;
    display: block;
    height: 88px;
    border-left: 2px dashed #1a264a;
    transform: translateX(-50%);
    top: -7px;
    z-index: 9;
  }
}
@media all and (max-width: 767px) {
  .platform .branches__wrapper:after {
    height: 40px;
  }
}
.platform .branches .branch {
  border-radius: 3px;
  background: #f6f7ff;
  padding: 15px 17px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  max-width: 241px;
  position: relative;
  z-index: 99;
}
@media all and (max-width: 1350px) {
  .platform .branches .branch {
    display: inline-block;
    min-width: 196px;
    margin: 0 10px;
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .platform .branches .branch {
    font-size: 13px;
    min-width: 104px;
    padding: 4px 6px;
    margin: 0 5px;
  }
}
@media all and (max-width: 360px) {
  .platform .branches .branch {
    font-size: 11px;
    min-width: 82px;
  }
}
@media all and (max-width: 767px) {
  .platform .branches .branch:first-child {
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .platform .branches .branch:last-child {
    margin-right: 0;
  }
}
.platform .branches .branch:not(:last-child) {
  margin-bottom: 60px;
}
@media all and (max-width: 1350px) {
  .platform .branches .branch:not(:last-child) {
    margin-bottom: 0;
  }
}
.compliance-illustrations {
  margin-top: -64px;
}
@media all and (max-width: 1024px) {
  .compliance-illustrations {
    margin-top: 0;
    max-width: 610px;
  }
}
@media all and (max-width: 767px) {
  .compliance-illustrations {
    margin-top: -15px;
  }
}
@media all and (max-width: 1024px) {
  .compliance-illustrations .left-col {
    width: 56.33333%;
  }
}
@media all and (max-width: 767px) {
  .compliance-illustrations .left-col {
    width: 51.33333%;
    padding: 0 6px;
  }
}
@media all and (max-width: 1024px) {
  .compliance-illustrations .right-col {
    width: 43.66667%;
  }
}
@media all and (max-width: 767px) {
  .compliance-illustrations .right-col {
    padding: 0;
    width: 48.66667%;
  }
}
@media all and (max-width: 360px) {
  .compliance-illustrations .right-col {
    width: 48.66667%;
    right: -15px;
    position: relative;
  }
}
.compliance-illustrations .lines {
  margin-bottom: 27px;
}
@media all and (max-width: 767px) {
  .compliance-illustrations .lines {
    margin-bottom: 9px;
  }
}
@media all and (max-width: 767px) {
  .compliance-illustrations span.line {
    height: 2px;
  }
}
.compliance-illustrations span.line:not(:last-child) {
  margin-bottom: 13px;
}
@media all and (max-width: 767px) {
  .compliance-illustrations span.line:not(:last-child) {
    margin-bottom: 8px;
    height: 2px;
  }
}
.compliance-illustrations .product-box {
  background: white;
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  padding: 30px 10px;
  width: 437px;
  position: relative;
  margin-top: 126px;
  left: 76px;
  z-index: 99;
}
@media all and (max-width: 1350px) {
  .compliance-illustrations .product-box {
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .compliance-illustrations .product-box {
    width: 254px;
    padding: 21px 0px 12px;
    margin-top: 69px;
  }
}
@media all and (max-width: 360px) {
  .compliance-illustrations .product-box {
    left: -31px;
    width: 225px;
    padding: 12px 0px 8px;
    margin-top: 58px;
  }
}
.compliance-illustrations .product-box__img {
  width: 183px;
  height: 170px;
  background: #f6f7ff;
  margin-bottom: 9px;
}
@media all and (max-width: 767px) {
  .compliance-illustrations .product-box__img {
    width: 102px;
    height: 97px;
    margin-bottom: 4px;
  }
}
@media all and (max-width: 360px) {
  .compliance-illustrations .product-box__img {
    width: 86px;
    height: 85px;
  }
}
.compliance-illustrations .product-box__img img {
  display: block;
}
.compliance-illustrations .product-box .span-6 {
  padding-right: 10px;
}
@media all and (max-width: 1024px) {
  .compliance-illustrations .product-box .span-6 {
    padding-left: 14px;
  }
}
.compliance-illustrations .product-box .span-6:last-child {
  padding-left: 22px;
  padding-right: 22px;
}
@media all and (max-width: 767px) {
  .compliance-illustrations .product-box .span-6:last-child {
    padding-left: 13px;
    padding-right: 16px;
  }
}
.compliance-illustrations .product-box .product-icon {
  position: absolute;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  border-radius: 100%;
}
.compliance-illustrations .product-box .product-icon img {
  vertical-align: middle;
}
.compliance-illustrations .product-box .product-icon.yellow {
  background: #ffcd00;
  width: 56px;
  height: 56px;
  line-height: 56px;
  right: -25px;
  top: 25px;
}
@media all and (max-width: 767px) {
  .compliance-illustrations .product-box .product-icon.yellow {
    width: 33px;
    height: 33px;
    line-height: 33px;
    right: -16px;
    top: 18px;
  }
}
.compliance-illustrations .product-box .product-icon.yellow img {
  max-width: 31px;
}
@media all and (max-width: 767px) {
  .compliance-illustrations .product-box .product-icon.yellow img {
    max-width: 18px;
  }
}
.compliance-illustrations .product-box .product-icon.pink {
  width: 56px;
  height: 56px;
  line-height: 80px;
  background: #e63888;
  bottom: -34px;
  right: 115px;
  display: flex;
}
@media all and (max-width: 767px) {
  .compliance-illustrations .product-box .product-icon.pink {
    width: 46px;
    height: 46px;
    line-height: 46px;
    bottom: -30px;
    right: 66px;
  }
}
.compliance-illustrations .product-box .product-icon.pink img {
  /* max-width: 48px; */
}
@media all and (max-width: 767px) {
  .compliance-illustrations .product-box .product-icon.pink img {
    max-width: 26px;
  }
}
.compliance-illustrations .bottom-boxes:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.compliance-illustrations .bottom-boxes .box {
  float: left;
  width: 42px;
  height: 39px;
  background: #3e63af;
}
@media all and (max-width: 767px) {
  .compliance-illustrations .bottom-boxes .box {
    width: 24px;
    height: 22px;
  }
}
@media all and (max-width: 360px) {
  .compliance-illustrations .bottom-boxes .box {
    width: 20px;
    height: 19px;
  }
}
.compliance-illustrations .bottom-boxes .box:not(:last-child) {
  margin-right: 5px;
}
@media all and (max-width: 767px) {
  .compliance-illustrations .bottom-boxes .box:not(:last-child) {
    margin-right: 2px;
  }
}
.compliance-illustrations .two-blocks {
  text-align: left;
}
.compliance-illustrations .two-blocks .block {
  height: 29px;
  width: 79px;
  border: 1px solid #e2e0ff;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .compliance-illustrations .two-blocks .block {
    height: 19px;
    width: 46px;
  }
}
@media all and (max-width: 360px) {
  .compliance-illustrations .two-blocks .block {
    width: 38px;
  }
}
.compliance-illustrations .two-blocks .block:first-child {
  margin-right: 2px;
}
.compliance-illustrations .list {
  margin: 0 -7.5px 9px;
}
.compliance-illustrations .list:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
@media all and (max-width: 767px) {
  .compliance-illustrations .list {
    margin: 0 -7.5px 0px;
  }
}
.compliance-illustrations .list ul {
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media all and (max-width: 767px) {
  .compliance-illustrations .list ul {
    margin-bottom: 11px;
  }
}
@media all and (max-width: 360px) {
  .compliance-illustrations .list ul {
    margin-bottom: 3px;
  }
}
.compliance-illustrations .list ul li {
  list-style: none;
  position: relative;
  margin-bottom: 13px;
  padding-left: 18px;
}
@media all and (max-width: 767px) {
  .compliance-illustrations .list ul li {
    margin-bottom: 8px;
    padding-left: 11px;
  }
}
.compliance-illustrations .list ul li .line {
  width: 100%;
  margin: 0;
}
.compliance-illustrations .list ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #3e63af;
  position: absolute;
  left: 0;
  top: -4px;
  border-radius: 100%;
  background-image: url("./images/icon-checkmark.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media all and (max-width: 767px) {
  .compliance-illustrations .list ul li:before {
    width: 7px;
    height: 7px;
    top: -3px;
  }
}
.compliance-illustrations .svg-container {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: -93px;
  color: #ffa700;
}
.compliance-illustrations .svg-container.animated #Path {
  transition: all 0.2s ease;
  fill: url(#left-to-right);
  stroke: url(#left-to-right-line);
}
@media all and (max-width: 1024px) {
  .compliance-illustrations .svg-container {
    margin-right: 0;
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .compliance-illustrations .svg-container {
    margin-bottom: 0;
    left: 6px;
    position: relative;
  }
}
@media all and (max-width: 767px) {
  .compliance-illustrations .svg-container svg {
    max-width: 100%;
    height: auto;
  }
}
.banner-illustrations {
  position: relative;
  display: inline-block;
}
.banner-illustrations.intellingence {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .banner-illustrations.intellingence {
    height: 231px;
  }
}
.banner-illustrations .cards {
  position: absolute;
  left: 0;
  bottom: 50px;
}
.banner-illustrations .graph-card {
  position: absolute;
  right: -46px;
  bottom: -43px;
}
@media all and (max-width: 1350px) {
  .banner-illustrations .graph-card {
    right: 0;
  }
}
@media all and (max-width: 1024px) {
  .banner-illustrations .graph-card {
    bottom: -19px;
    right: 3px;
  }
}
@media all and (max-width: 360px) {
  .banner-illustrations .graph-card {
    bottom: -32px;
    right: -14px;
  }
}
.banner-illustrations .graph-card:not(.solutions) {
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  padding: 24px 17px 30px;
  background: white;
  border-radius: 5px;
}
@media all and (max-width: 1024px) {
  .banner-illustrations .graph-card:not(.solutions) {
    width: 140px;
    padding: 6px 12px 9px;
  }
}
@media all and (max-width: 1024px) {
  .banner-illustrations .graph-card:not(.solutions) svg {
    width: 108px;
  }
}
@media all and (max-width: 1024px) {
  .banner-illustrations .graph-card {
    right: 0;
  }
}
.banner-illustrations .graph-card .graph-icon {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  background-color: #ffcd00;
  position: absolute;
  left: -41px;
  bottom: -24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 1024px) {
  .banner-illustrations .graph-card .graph-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    left: -28px;
    bottom: -13px;
  }
}
.banner-illustrations .graph-card .graph-icon img {
  max-height: 32px;
  vertical-align: middle;
  position: relative !important;
}
@media all and (max-width: 1024px) {
  .banner-illustrations .graph-card .graph-icon img {
    max-width: 23px;
  }
}
.banner-illustrations .graph-card .graph-icon:last-of-type {
  background-color: #c4d600;
  position: absolute;
  right: -20px;
  left: auto;
  top: -20px;
}
@media all and (max-width: 1024px) {
  .banner-illustrations .graph-card .graph-icon:last-of-type {
    right: -15px;
    top: -14px;
  }
}
.banner-illustrations .graph-card div {
  display: block;
  text-align: center;
  position: relative;
}
.banner-illustrations .graph-card div.percentage {
  font-size: 36px;
  line-height: 1;
  color: #3e63af;
  font-weight: 300;
  margin-top: -60px;
  word-spacing: -10px;
}
@media all and (max-width: 1024px) {
  .banner-illustrations .graph-card div.percentage #percentage + span {
    display: none;
  }
}
.banner-illustrations .graph-card .sales {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
}
.banner-illustrations .graph-card.product {
  right: -33px;
  bottom: -111px;
  width: 230px;
  height: 210px;
}
.banner-illustrations .graph-card.product .number {
  color: #e63888;
  font-size: 32px;
  line-height: 31px;
  font-weight: 300;
}
.banner-illustrations .graph-card.product .sub-text {
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
}
.banner-illustrations .graph-card.product .graph-icon {
  right: -20px;
  top: 26px;
  z-index: 9;
  left: auto;
}
.banner-illustrations .graph-card.product .graph-icon:last-of-type {
  background: #00b0b9;
  top: -29px;
  width: 69px;
  height: 69px;
  line-height: 69px;
  z-index: 9;
  right: -14px;
}
.banner-illustrations .graph-card.product .graph-text {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.banner-illustrations .graph-card.product img {
  max-width: 230px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#main-image {
  width: 426px;
  height: 378px;
  display: inline-block;
  margin-top: 8px;
}
@media all and (max-width: 1024px) {
  #main-image {
    padding: 0 31px;
  }
}
@media all and (max-width: 767px) {
  #main-image {
    width: 100%;
    height: 240px;
  }
}
@media all and (max-width: 360px) {
  #main-image {
    padding: 0;
  }
}
#main-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  max-width: 384px;
}
.home .banner-illustrations {
  width: 100%;
}
.home-illustrations {
  display: block;
  text-align: center;
  margin-top: -35px;
  position: relative;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .home-illustrations {
    max-width: 400px;
    margin: -35px auto 0;
  }
}
.wrapper {
  position: relative;
  margin: 20px;
}
.graph-card line.full {
  stroke: #3e63af;
}
.graph-card .st0 {
  fill: none;
  stroke: #bcbcbc;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.graph-card .st1 {
  fill: none;
  stroke: #bcbcbc;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.graph-card .st1.full {
  stroke: #3e63af;
}
.graph-card.solutions [data-dot-count] {
  fill: #e2e0ff;
}
.graph-card.solutions [data-dot-count] path {
  fill: #e2e0ff;
}
.graph-card.solutions [data-dot-count].visible {
  fill: #ffa700;
}
.graph-card.solutions [data-dot-count].visible path {
  fill: #ffa700;
}
@media all and (max-width: 1024px) {
  .graph-card.solutions svg {
    width: 130px;
    height: 122px;
  }
}
.graph-card.solutions path[data-circle] {
  opacity: 0;
}
.graph-card.solutions path[data-circle].visible {
  opacity: 1;
}
.graph-card.solutions .graph-icon {
  background: #e63888;
  left: -55px;
  bottom: -5px;
  z-index: 99;
}
@media all and (max-width: 1024px) {
  .graph-card.solutions .graph-icon {
    left: -31px;
    bottom: 9px;
  }
}
.graph-card.solutions .graph-icon:last-of-type {
  background: #ffcd00;
  right: auto;
  left: -35px;
  bottom: 35px;
  top: auto;
  z-index: 9;
}
@media all and (max-width: 1024px) {
  .graph-card.solutions .graph-icon:last-of-type {
    left: -15px;
    bottom: 44px;
  }
}
.graph-card .graph-background {
  transition: fill 0.2s ease-in;
}
.graph-card .full-color {
  filter: url(#color-shadow);
}
.graph-card .full-color .graph-background {
  fill: #fff6d1;
}
.compliance-image {
  display: block;
  margin-right: -97px;
}
@media all and (max-width: 1024px) {
  .compliance-image {
    margin-right: 10px;
  }
}
@media all and (max-width: 767px) {
  .compliance-image {
    margin: 0;
  }
}
.compliance-image img {
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
}
@media all and (max-width: 767px) {
  .compliance-image img {
    width: 100%;
  }
}
.intelligence-illustrations {
  text-align: left;
  padding-left: 85px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations {
    padding-left: 0;
    padding-top: 0;
    max-width: 400px;
    margin: 0 auto;
  }
}
.intelligence-illustrations .intelligence-image {
  margin-top: -68px;
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .intelligence-image {
    margin-top: 0;
    max-width: 165px;
  }
}
.intelligence-illustrations .intelligence-image img {
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
}
.intelligence-illustrations .product-list {
  background: white;
  box-shadow: 0 4px 4px rgba(26, 38, 74, 0.08);
  padding: 45px 22px 26px;
  width: 254px;
  position: absolute;
  top: 37px;
  right: 76px;
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .product-list {
    width: 154px;
    padding: 27px 11px 26px;
    top: -15px;
    right: 78px;
  }
}
@media all and (max-width: 360px) {
  .intelligence-illustrations .product-list {
    right: -6px;
  }
}
.intelligence-illustrations .product-list .products {
  position: relative;
  height: 320px;
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .product-list .products {
    height: 186px;
  }
}
.intelligence-illustrations .product-list .product {
  align-items: center;
  padding: 10px 8px;
  box-shadow: 0 2px 3px rgba(23, 19, 85, 0.08);
  margin-bottom: 6px;
  width: 100%;
  position: relative;
  color: #f6f7ff;
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .product-list .product {
    padding: 6px 5px;
  }
}
.intelligence-illustrations .product-list .product.highlighted_product {
  z-index: 9;
  background: white;
  position: relative;
}
.intelligence-illustrations .product-list .product.highlighted_product .line {
  background: #3e63af;
}
.intelligence-illustrations .product-list .product__img {
  width: 56px;
  height: 54px;
  background: #f6f7ff;
  margin-right: 12px;
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .product-list .product__img {
    width: 34px;
    height: 33px;
  }
}
.intelligence-illustrations .product-list .product__lines {
  flex-grow: 1;
}
.intelligence-illustrations .product-list .product__lines .line {
  margin-bottom: 7px;
}
.intelligence-illustrations .product-list .searchform {
  height: 32px;
  border-top: 1px solid #b7b2f2;
  border-left: 1px solid #b7b2f2;
  border-bottom: 1px solid #b7b2f2;
  margin-bottom: 12px;
}
.intelligence-illustrations .product-list .searchform:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .product-list .searchform {
    line-height: 16px;
    height: 19px;
  }
}
.intelligence-illustrations .product-list .searchform .search-text {
  font-size: 12px;
  color: #b7b2f2;
  line-height: 30px;
  padding-left: 7px;
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .product-list .searchform .search-text {
    font-size: 9px;
    line-height: 1;
  }
}
.intelligence-illustrations .product-list .searchform .search-icon {
  display: inline-block;
  float: right;
  width: 32px;
  height: 30px;
  background: #3e63af;
  text-align: center;
  line-height: 28px;
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .product-list .searchform .search-icon {
    width: 20px;
    height: 17px;
    line-height: 14px;
  }
}
.intelligence-illustrations .product-list .searchform .search-icon img {
  vertical-align: middle;
  max-width: 18px;
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .product-list .searchform .search-icon img {
    max-width: 9px;
  }
}
.intelligence-illustrations .svg-container {
  position: absolute;
  right: -53px;
  top: 352px;
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .svg-container {
    right: -4px;
    top: 170px;
  }
}
@media all and (max-width: 360px) {
  .intelligence-illustrations .svg-container {
    right: 134px;
    top: 175px;
  }
}
.intelligence-illustrations .svg-container.intelligence-graph [data-dot-count] {
  fill: #e2e0ff;
}
.intelligence-illustrations
  .svg-container.intelligence-graph
  [data-dot-count]
  path {
  fill: #e2e0ff;
}
.intelligence-illustrations
  .svg-container.intelligence-graph
  [data-dot-count].visible {
  fill: #e63888;
}
.intelligence-illustrations
  .svg-container.intelligence-graph
  [data-dot-count].visible
  path {
  fill: #e63888;
}
.intelligence-illustrations
  .svg-container.intelligence-graph
  .dot-enhancement:not(.shadow-dot) {
  filter: none;
}
.intelligence-illustrations
  .svg-container.intelligence-graph
  path[data-circle] {
  opacity: 0;
}
.intelligence-illustrations
  .svg-container.intelligence-graph
  path[data-circle].visible {
  opacity: 1;
}
.intelligence-illustrations
  .svg-container.intelligence-graph
  .full-color
  .graph-background {
  fill: #ffebf4;
}
.intelligence-illustrations
  .svg-container.intelligence-graph
  .animated
  #graph-line {
  stroke: url(#left-to-right-fill);
}
.intelligence-illustrations .product-icon {
  border-radius: 100%;
  position: absolute;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.intelligence-illustrations .product-icon img {
  vertical-align: middle;
}
.intelligence-illustrations .product-icon.yellow {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #ffcd00;
  left: -26px;
  top: 166px;
  z-index: 9;
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .product-icon.yellow {
    width: 34px;
    height: 34px;
    line-height: 34px;
    left: -17px;
    top: 100px;
  }
}
.intelligence-illustrations .product-icon.yellow img {
  /* max-width: 31px; */
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .product-icon.yellow img {
    max-width: 18px;
  }
}
.intelligence-illustrations .product-icon.green {
  background: #c4d600;
  width: 65px;
  height: 65px;
  line-height: 65px;
  bottom: 49px;
  left: 100px;
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .product-icon.green {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 54px;
    left: 41px;
  }
}
.intelligence-illustrations .product-icon.green img {
  max-width: 27px;
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .product-icon.green img {
    max-width: 16px;
  }
}
@media all and (min-width: 1025px) {
  .intelligence-illustrations .animated .product:not(.highlighted_product) {
    animation: padding 1s;
    animation-fill-mode: forwards;
  }
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .animated .product:not(.highlighted_product) {
    animation: padding_tablet 1s;
    animation-fill-mode: forwards;
  }
}
@media all and (min-width: 1025px) {
  .intelligence-illustrations .animated .highlighted_product {
    animation: product-movement 1s;
    animation-fill-mode: forwards;
  }
}
@media all and (max-width: 1024px) {
  .intelligence-illustrations .animated .highlighted_product {
    animation: product-movement_tablet 1s;
    animation-fill-mode: forwards;
  }
}
#conversion-pale {
  position: absolute;
  top: 37.5px;
  right: 57.5px;
  max-width: 129.2px;
  z-index: 9;
}
@media all and (max-width: 1024px) {
  #conversion-pale {
    top: 56.5px;
    right: 40.5px;
    max-width: 93.2px;
  }
}
#svg-box-layer {
  position: absolute;
  width: 205px;
  height: 185px;
  background: white;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  border-radius: 5px;
}
@media all and (max-width: 1024px) {
  #svg-box-layer {
    width: 141px;
    height: 127px;
    top: 40px;
    left: 50%;
  }
}
#Rectangle_21-2 {
  fill: transparent;
}
.conversion-graph {
  position: absolute;
  right: -39px;
  bottom: -116px;
  transition: color 1s ease;
}
@media all and (max-width: 1024px) {
  .conversion-graph {
    right: -15px;
    bottom: -116px;
  }
}
.conversion-graph .graph-number {
  font-size: 32px;
  line-height: 40px;
  color: #f6f7ff;
  font-weight: 300;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  z-index: 9;
}
.conversion-graph .graph-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 113px;
  z-index: 9;
  color: #f6f7ff;
  text-transform: uppercase;
}
.conversion-graph svg {
  position: relative;
  z-index: 99;
}
@media all and (max-width: 1024px) {
  .conversion-graph svg {
    width: 175px;
  }
}
.conversion-graph path {
  opacity: 0;
}
.conversion-graph.animated path {
  opacity: 1;
  stroke-dasharray: 500;
  stroke-dashoffset: 0;
  animation: dash 3s;
  animation-fill-mode: both;
  animation-delay: 0s;
}
.conversion-graph.animated path#Oval {
  stroke: #ffe6f1;
}
.conversion-graph.animated path#Oval-2 {
  stroke: #ff99c9;
}
.conversion-graph.animated path#Oval-3 {
  stroke: #c71c6c;
}
.conversion-graph.animated .graph-number {
  color: #e63888;
}
.conversion-graph.animated .graph-text {
  color: #1a264a;
}
@keyframes dash {
  from {
    stroke-dashoffset: -500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.conversion-graph .graph-icon {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  /* background-color: #ffcd00; */
  position: absolute;
  right: -14px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: 35px;
  z-index: 9;
}
@media all and (max-width: 1024px) {
  .conversion-graph .graph-icon {
    width: 39px;
    height: 39px;
    line-height: 39px;
    right: 3px;
  }
}
.conversion-graph .graph-icon img {
  max-height: 32px;
  vertical-align: middle;
  position: relative !important;
  max-width: 40px;
}
@media all and (max-width: 1024px) {
  .conversion-graph .graph-icon img {
    max-width: 23px;
  }
}
.conversion-graph .graph-icon:last-of-type {
  background-color: #00b0b9;
  position: absolute;
  right: -8px;
  left: auto;
  top: -20px;
  width: 69px;
  height: 69px;
  line-height: 69px;
}
@media all and (max-width: 1024px) {
  .conversion-graph .graph-icon:last-of-type {
    width: 48px;
    height: 48px;
    line-height: 48px;
    top: 0;
  }
}
@keyframes product-movement {
  0% {
    left: 0;
  }
  50% {
    margin-top: -270px;
    left: -40px;
  }
  100% {
    left: 0;
    margin-top: -235px;
    color: #3e63af;
  }
}
@keyframes product-movement_tablet {
  0% {
    left: 0;
  }
  50% {
    margin-top: -157px;
    left: -40px;
  }
  100% {
    left: 0;
    margin-top: -157px;
  }
}
@keyframes padding {
  0% {
    top: 0;
  }
  50% {
    top: 40px;
  }
  100% {
    top: 84px;
  }
}
@keyframes padding_tablet {
  0% {
    top: 0;
  }
  50% {
    top: 40px;
  }
  100% {
    top: 45px;
  }
}
.key-numbers {
  background: #3e639d;
  padding: 80px 0 53px;
}
@media all and (max-width: 1024px) {
  .key-numbers {
    padding: 66px 0 66px;
  }
}
@media all and (max-width: 767px) {
  .key-numbers {
    padding: 33px 0 0;
  }
}
.key-numbers * {
  color: white;
}
.key-numbers .number {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .key-numbers .number {
    font-size: 50px;
    width: calc(100% - 166px);
    text-align: center;
    margin-bottom: 0;
  }
}
@media all and (max-width: 360px) {
  .key-numbers .number {
    font-size: 34px;
  }
}
@media all and (max-width: 767px) {
  .key-numbers .text {
    max-width: 166px;
  }
}
.key-numbers p {
  font-size: 18px;
  font-weight: 500;
  max-width: 172px;
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .key-numbers p {
    max-width: 300px;
  }
}
@media all and (max-width: 767px) {
  .key-numbers p {
    font-size: 15px;
  }
}
@media all and (max-width: 360px) {
  .key-numbers p {
    font-size: 13px;
    line-height: 16px;
  }
}
.key-numbers .intro {
  margin-bottom: 47px;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .key-numbers .intro {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .key-numbers .intro {
    margin-bottom: 35px;
  }
}
.key-numbers .intro h3,
.key-numbers .intro h4,
.key-numbers .intro h5 {
  font-size: 32px;
  line-height: 40px;
}
@media all and (max-width: 767px) {
  .key-numbers .intro h3,
  .key-numbers .intro h4,
  .key-numbers .intro h5 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 1024px) {
  .key-numbers .span-3 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .key-numbers .span-3 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    float: none;
    max-width: 400px;
    margin: 0 auto 25px;
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .key-numbers .span-3:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .key-numbers {
    padding-bottom: 25px;
  }
}
.testimonials {
  padding: 0 70px 33px;
  background: linear-gradient(
    180deg,
    #3e63af calc(50% - 24px),
    #f6f7ff calc(50% - 24px)
  );
}
@media all and (max-width: 1024px) {
  .testimonials {
    padding: 0 15px 33px;
  }
}
@media all and (max-width: 767px) {
  .testimonials {
    padding: 20px 0 0;
  }
}
.testimonials .owl-stage {
  display: flex;
}
.testimonials .owl-stage-outer {
  padding-top: 63px;
}
.testimonials .owl-item {
  padding: 0 15px 20px;
}
@media all and (max-width: 767px) {
  .testimonials .owl-item {
    padding: 0 30px 20px;
  }
}
.testimonials .intro {
  padding-top: 92px;
  margin-bottom: 37px;
}
@media all and (max-width: 1024px) {
  .testimonials .intro {
    padding-top: 0;
  }
}
@media all and (max-width: 767px) {
  .testimonials .intro {
    margin-bottom: 0;
  }
}
.testimonials .intro h3 {
  color: white;
  font-size: 32px;
}
@media all and (max-width: 767px) {
  .testimonials .intro h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media all and (max-width: 767px) {
  .testimonials .container {
    padding: 0;
  }
}
.testimonials .testimonial {
  background: white;
  padding: 0 51px 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  height: 100%;
}
@media all and (max-width: 767px) {
  .testimonials .testimonial {
    padding: 0 20px 24px;
  }
}
.testimonials .testimonial .img-wrp {
  width: 113px;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  position: relative;
  margin: 0 auto 13px;
  display: block;
}
.testimonials .testimonial .img-wrp img {
  margin-top: -65px;
  border-radius: 100%;
}
.testimonials .testimonial p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 21px;
}
@media all and (max-width: 767px) {
  .testimonials .testimonial p {
    font-size: 15px;
    line-height: 22px;
  }
}
.testimonials .testimonial img {
  max-width: 113px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.testimonials .testimonial__info span {
  color: #e63888;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}
.careers {
  padding: 130px 0 179px;
  background: #3e63af;
  position: relative;
}
@media all and (max-width: 1024px) {
  .careers {
    padding: 130px 0 130px;
  }
}
@media all and (max-width: 767px) {
  .careers {
    padding: 44px 0 80px;
  }
}
.careers:before {
  content: "";
  position: absolute;
  left: -50px;
  right: -50px;
  height: 80px;
  background: white;
  display: block;
  top: -40px;
  transform: rotate(-2.5deg);
}
@media all and (max-width: 767px) {
  .careers:before {
    height: 40px;
    top: -22px;
    transform: rotate(-5.5deg);
  }
}
@media all and (min-width: 1800px) {
  .careers:before {
    transform: rotate(-1.5deg);
  }
}
.careers:after {
  content: "";
  position: absolute;
  left: -50px;
  right: -50px;
  height: 80px;
  background: white;
  display: block;
  bottom: -40px;
  transform: rotate(-2.5deg);
}
@media all and (max-width: 767px) {
  .careers:after {
    background: #f6f7ff;
    height: 60px;
    transform: rotate(-6.5deg);
    bottom: -34px;
  }
}
@media all and (min-width: 1800px) {
  .careers:after {
    transform: rotate(-1.5deg);
  }
}
.careers * {
  color: white;
}
.careers .intro {
  margin-bottom: 22px;
}
@media all and (max-width: 767px) {
  .careers .intro {
    text-align: center;
    margin-bottom: 19px;
  }
}
.careers .jobs .span-4:nth-child(3n + 1) .job .background {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: url("./images/careers-1.png");
  display: block;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.careers .jobs .span-4:nth-child(3n + 2) .job .background {
  content: "";
  width: 67%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: url("./images/careers-2.png");
  display: block;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
@media all and (max-width: 1024px) {
  .careers .jobs .span-4:nth-child(3n + 2) .job .background {
    height: 60%;
  }
}
@media all and (max-width: 767px) {
  .careers .jobs .span-4:nth-child(3n + 2) .job .background {
    width: 40%;
  }
}
.careers .jobs .span-4:nth-child(3n + 3) .job .background {
  content: "";
  width: 67%;
  height: 100%;
  position: absolute;
  left: auto;
  right: 0;
  background: url("./images/careers-3.png");
  display: block;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  bottom: 0;
}
@media all and (max-width: 1024px) {
  .careers .jobs .span-4:nth-child(3n + 3) .job .background {
    height: 64%;
  }
}
@media all and (max-width: 767px) {
  .careers .jobs .span-4:nth-child(3n + 3) .job .background {
    height: 44%;
  }
}
.careers .job {
  background: #1a264a;
  text-align: center;
  height: 275px;
  margin-bottom: 50px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .careers .job {
    height: 200px;
  }
}
@media all and (max-width: 767px) {
  .careers .job {
    height: 165px;
    margin-bottom: 26px;
  }
}
.careers .job .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.careers .job__title {
  color: white;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .careers .job__title {
    font-size: 18px;
    line-height: 26px;
  }
}
.careers .job .button {
  min-width: 129px;
}
@media all and (max-width: 767px) {
  .careers .job .button {
    min-width: 95px;
    height: 32px;
    line-height: 30px;
    font-size: 15px;
    padding: 0 6px;
  }
}
.careers p {
  font-size: 18px;
  margin-bottom: 28px;
}
@media all and (max-width: 767px) {
  .careers p {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 500;
  }
}
.careers .button {
  border-color: white;
  color: white;
}
@media all and (max-width: 767px) {
  .careers .span-4 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .careers .span-12 {
    margin-top: 26px;
  }
}
.careers .span-12 .button {
  min-width: 255px;
}
@media all and (max-width: 767px) {
  .careers .span-12 .button {
    width: 100%;
    border-radius: 2px;
  }
}
section.pressroom {
  padding: 115px 0 60px;
}
@media all and (max-width: 1024px) {
  section.pressroom {
    padding: 65px 0 60px;
  }
}
@media all and (max-width: 767px) {
  section.pressroom {
    padding: 50px 0 60px;
    background: #f6f7ff;
  }
}
section.pressroom .intro {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  section.pressroom .intro {
    margin-bottom: 29px;
  }
}
section.pressroom .intro h5 {
  color: #1a264a;
  font-size: 32px;
  line-height: 40px;
}
@media all and (max-width: 767px) {
  section.pressroom .intro h5 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
  }
}
section.pressroom .post {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  section.pressroom .post {
    width: 100%;
    margin-bottom: 24px;
  }
}
section.pressroom .case-study__excerpt {
  padding: 12px 20px 17px;
}
section.pressroom .case-study__excerpt h3 {
  font-weight: 600;
}
@media all and (max-width: 767px) {
  section.pressroom .case-study__excerpt h3 {
    font-size: 12px;
    line-height: 16px;
  }
}
@media all and (max-width: 1024px) {
  section.pressroom .case-study__img .post-thumbnail {
    max-height: 100%;
    height: 100% !important;
  }
}
@media all and (max-width: 1024px) {
  section.pressroom .case-study a {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.236em;
  }
}
#load_more_articles {
  min-width: 352px;
}
@media all and (max-width: 767px) {
  #load_more_articles {
    min-width: 100%;
    margin-top: 20px;
  }
}
.product-outline {
  padding-bottom: 59px;
  position: relative;
  z-index: 99;
}
@media all and (max-width: 1024px) {
  .product-outline {
    padding-bottom: 23px;
  }
}
.product-outline .intro {
  width: 58%;
  margin-bottom: 24px;
}
@media all and (max-width: 1024px) {
  .product-outline .intro {
    width: 100%;
  }
}
.product-outline .intro p {
  font-size: 18px;
  line-height: 26px;
  max-width: 523px;
}
@media all and (max-width: 767px) {
  .product-outline .intro p {
    font-size: 15px;
    line-height: 22px;
  }
}
.product-outline .intro h2,
.product-outline .intro h3,
.product-outline .intro h4,
.product-outline .intro h5,
.product-outline .intro h6 {
  font-size: 32px;
  color: #1a264a;
  margin-bottom: 23px;
}
@media all and (max-width: 767px) {
  .product-outline .intro h2,
  .product-outline .intro h3,
  .product-outline .intro h4,
  .product-outline .intro h5,
  .product-outline .intro h6 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.product-outline .product-visual {
  padding-left: 80px;
}
@media all and (max-width: 1024px) {
  .product-outline .product-visual {
    padding-left: 15px;
    margin-bottom: 45px;
  }
}
.product-outline .product-visual img {
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
}
@media all and (max-width: 1024px) {
  .product-outline .product-visual img {
    width: 100%;
  }
}
.product-outline .button {
  min-width: calc(50% - 14px);
}
@media all and (max-width: 767px) {
  .product-outline .button {
    width: 100%;
    max-width: 100%;
  }
}
.product-outline .button:not(:last-child) {
  margin-right: 23px;
}
@media all and (max-width: 1350px) {
  .product-outline .button:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .product-outline .button:not(:last-child) {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
  }
}
.product-outline .button:last-child {
  background: transparent;
  border: 1px solid #3e63af;
  color: #3e63af;
}
.product-outline .button:last-child:hover {
  background: #3e63af;
  color: white;
}
@media all and (max-width: 1024px) {
  .product-outline .span-6 {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .product-outline .container:last-child {
    display: flex;
    flex-direction: column-reverse;
  }
}
.product-combination {
  background: #f6f7ff;
  padding: 118px 0 179px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .product-combination {
    padding: 100px 0 130px;
  }
}
@media all and (max-width: 767px) {
  .product-combination {
    padding: 100px 0 69px;
  }
}
.product-combination:before {
  content: "";
  display: block;
  left: -50px;
  right: -50px;
  background: white;
  transform: rotate(-2.5deg);
  position: absolute;
  top: -30px;
  height: 60px;
}
.product-combination .section-graphic {
  content: "";
  width: 359px;
  height: 800px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("./images/Graphic-Background-product.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
@media all and (max-width: 1024px) {
  .product-combination .section-graphic {
    display: none;
  }
}
.product-combination .intro {
  margin-bottom: 41px;
}
@media all and (max-width: 767px) {
  .product-combination .intro {
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .product-combination .intro h3 {
    color: #1a264a;
  }
}
.product-combination .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-combination .product-block {
  width: 22%;
}
@media all and (max-width: 767px) {
  .product-combination .product-block {
    width: 100%;
  }
}
.product-combination .product-block:first-child .icon {
  background: #ffcd00;
}
.product-combination .product-block:first-child .product .circle {
  background: #ffcd00;
}
.product-combination .product-block:nth-child(3) .product .circle:nth-child(2) {
  top: 75px;
  left: 165px;
}
@media all and (max-width: 1024px) {
  .product-combination
    .product-block:nth-child(3)
    .product
    .circle:nth-child(2) {
    left: 133px;
  }
}
.product-combination .product-block:nth-child(3) .product .circle:nth-child(1) {
  left: 59px;
  top: -9px;
}
.product-combination .sign {
  width: 12.33333%;
  text-align: center;
  line-height: 178px;
}
@media all and (max-width: 1024px) {
  .product-combination .sign {
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .product-combination .sign {
    width: 100%;
  }
}
.product-combination .sign img {
  max-width: 42px;
  vertical-align: middle;
}
.product-combination .result {
  width: 31.33333%;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .product-combination .result {
    width: 100%;
  }
}
.product-combination .product {
  text-align: center;
  border: 2px dashed #1a264a;
  width: 173px;
  height: 173px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .product-combination .product {
    width: 145px;
    height: 145px;
  }
}
.product-combination .product .circle {
  position: absolute;
  width: 16px;
  height: 17px;
  background: #00b0b9;
  border-radius: 100%;
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  top: 0;
  left: 32px;
}
.product-combination .product .circle:nth-child(2) {
  top: 33px;
  left: 153px;
}
@media all and (max-width: 1024px) {
  .product-combination .product .circle:nth-child(2) {
    left: 128px;
  }
}
.product-combination .product .circle:nth-child(3) {
  top: 100px;
  left: -8px;
}
@media all and (max-width: 1024px) {
  .product-combination .product .circle:nth-child(3) {
    left: 0;
  }
}
.product-combination .product .icon {
  background: #e6feff;
}
.product-combination .product span {
  display: block;
}
.product-combination .product span.icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: 0 4px 4px rgba(23, 19, 85, 0.08);
  line-height: 100px;
  display: block;
  margin: 0 auto;
}
.product-combination .product span.icon img {
  display: inline-block;
  max-width: 59px;
  vertical-align: middle;
}
.product-combination .product span.title {
  background: white;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(23, 19, 85, 0.1);
  padding: 8px 0;
  border-radius: 16px;
  line-height: 1;
  position: absolute;
  bottom: 6px;
  left: 14px;
  right: 14px;
}
.clients-gallery {
  background: #f6f7ff;
  padding-top: 42px;
  padding-bottom: 64px;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .clients-gallery {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .clients-gallery {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.clients-gallery h2,
.clients-gallery h3,
.clients-gallery h4,
.clients-gallery h5,
.clients-gallery h6 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 19px;
  color: #1a264a;
}
@media all and (max-width: 1024px) {
  .clients-gallery h2,
  .clients-gallery h3,
  .clients-gallery h4,
  .clients-gallery h5,
  .clients-gallery h6 {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .clients-gallery h2,
  .clients-gallery h3,
  .clients-gallery h4,
  .clients-gallery h5,
  .clients-gallery h6 {
    font-size: 22px;
    line-height: 32px;
  }
}
.clients-gallery .container {
  max-width: 1285px;
}
.clients-gallery .span-3 {
  text-align: center;
}
@media all and (max-width: 767px) {
  .clients-gallery .span-3 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.clients-gallery .span-3 img {
  max-height: 100px;
  width: auto;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .clients-gallery .span-3 img {
    max-height: 67px;
  }
}
.clients-gallery .slide {
  display: flex;
  flex-wrap: wrap;
}
.clients-gallery .slide:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.case-studies {
  padding: 100px 0 107px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .case-studies {
    padding: 53px 0 53px;
  }
}
@media all and (max-width: 767px) {
  .case-studies {
    padding: 53px 0 48px;
  }
}
.case-studies:before {
  content: "";
  background: url("./images/Graphic-Background-home.png");
  display: block;
  position: absolute;
  right: 0;
  top: -50%;
  width: 185px;
  height: 728px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
@media all and (max-width: 1024px) {
  .case-studies:before {
    display: none;
  }
}
.case-studies .intro h2,
.case-studies .intro h3,
.case-studies .intro h4,
.case-studies .intro h5,
.case-studies .intro h6 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 33px;
  color: #1a264a;
}
@media all and (max-width: 1024px) {
  .case-studies .intro h2,
  .case-studies .intro h3,
  .case-studies .intro h4,
  .case-studies .intro h5,
  .case-studies .intro h6 {
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  .case-studies .intro h2,
  .case-studies .intro h3,
  .case-studies .intro h4,
  .case-studies .intro h5,
  .case-studies .intro h6 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
.case-studies .intro a {
  font-weight: 500;
}
.case-studies .intro a:hover {
  color: #3e63af;
}
.case-studies .intro a img {
  display: inline-block;
  vertical-align: middle;
  max-width: 22px;
  margin-left: 15px;
}
.case-studies .intro .r-align {
  padding-top: 11px;
}
@media all and (max-width: 767px) {
  .case-studies .intro .span-6 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 1024px) {
  .case-studies .case-study {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 1024px) {
  .case-studies .case-study:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .case-studies .case-study:not(:last-child) {
    margin-bottom: 24px;
  }
}
.case-studies .hide-lg {
  margin-top: 40px;
  text-align: right;
}
.case-study .inner {
  box-shadow: 0 3px 4px rgba(23, 19, 85, 0.16);
}
@media all and (max-width: 1024px) {
  .case-study .inner {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 1024px) {
  .case-study__img {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .case-study__img {
    width: 103px;
  }
}
.case-study__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-study__img .post-thumbnail {
  display: block;
  height: 219px;
}
@media all and (max-width: 1024px) {
  .case-study__img .post-thumbnail {
    height: 170px;
  }
}
@media all and (max-width: 767px) {
  .case-study__img .post-thumbnail {
    height: 93px;
  }
}
.case-study.post .case-study__img .post-thumbnail {
  height: 211px;
}
.case-study.post img {
  height: 100%;
  object-fit: cover;
}
.case-study .case-study__excerpt {
  background: white;
  padding: 22px 20px 25px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .case-study .case-study__excerpt {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .case-study .case-study__excerpt {
    width: calc(100% - 103px);
    padding: 15px 11px 15px 15px;
    font-size: 12px;
    line-height: 17px;
  }
}
.case-study .case-study__excerpt p {
  margin-bottom: 0;
}
.case-study .case-study__excerpt h3 {
  font-size: 15px;
  line-height: 22px;
  color: #3e63af;
  margin-bottom: 5px;
}
.case-study .case-study__excerpt h3 a {
  color: inherit;
}
@media all and (max-width: 767px) {
  .case-study .case-study__excerpt a {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.824em;
  }
}
.case-study .term {
  background: #e63888;
  display: inline-block;
  color: white;
  text-align: center;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 500;
  min-width: 144px;
  padding: 4px 0;
  position: absolute;
  top: -15px;
  right: 16px;
}
@media all and (max-width: 1024px) {
  .case-study .term {
    display: none;
  }
}
.case-study a:hover {
  color: #3e63af;
}
.eq-height {
  display: flex;
}
@media all and (max-width: 1024px) {
  .eq-height {
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 767px) {
  .eq-height:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.eq-height ul {
  text-align: left;
}
.eq-height ul li {
  line-height: 22px;
}
.eq-height .box {
  flex-basis: 50%;
}
.eq-height .box .aligner {
  flex-direction: column;
}
.eq-height .box img {
  width: 100%;
  display: block;
}
@media all and (max-width: 1024px) {
  .eq-height .box {
    order: 1;
  }
}
.eq-height .box.text {
  background: white;
}
@media all and (max-width: 1024px) {
  .eq-height .box.text {
    order: 2;
    padding: 48px 25px;
  }
}
@media all and (max-width: 767px) {
  .eq-height .box.text {
    text-align: center;
  }
}
.eq-height .box.text h3 {
  font-size: 40px;
  line-height: 36px;
}
@media all and (max-width: 767px) {
  .eq-height .box.text h3 {
    font-size: 32px;
  }
}
@media all and (max-width: 1024px) {
  .eq-height .box.text .span-6 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .eq-height .box.text .span-6 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.eq-height .box.text h2 {
  margin-bottom: 32px;
  line-height: 1.1;
}
@media all and (min-width: 1025px) {
  .eq-height:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.eq-height:nth-child(even) .box.text {
  background: white;
}
.page-template-tpl-product .testimonials {
  background: #3e63af;
}
@media all and (max-width: 767px) {
  .page-template-tpl-product .testimonials {
    padding-bottom: 30px;
    background: linear-gradient(
      180deg,
      #3e63af calc(50% - -15px),
      #fff calc(50% - -15px)
    );
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-product .testimonials .container {
    padding: 0;
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-product .testimonials .intro {
    padding-top: 92px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-product .testimonials .intro {
    padding-top: 33px;
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-product .owl-nav {
    left: -21px;
    right: -21px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-product .owl-nav {
    left: 0;
    right: 0;
  }
}
.page-template-tpl-product .owl-dots .owl-dot.active span,
.page-template-tpl-product .owl-dots .owl-dot:hover span {
  background: white;
}
@media all and (max-width: 767px) {
  .page-template-tpl-product .owl-dots .owl-dot.active span,
  .page-template-tpl-product .owl-dots .owl-dot:hover span {
    background: #e63888;
  }
}
.page-template-tpl-product .owl-dots .owl-dot span {
  border: 2px solid white;
}
@media all and (max-width: 767px) {
  .page-template-tpl-product .owl-dots .owl-dot span {
    border: 2px solid #e63888;
  }
}
.page-template-tpl-product .case-studies {
  background: #f6f7ff;
}
.page-template-tpl-product .case-studies .inner {
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
}
.page-template-tpl-product .case-studies:before {
  display: none;
}
.page-template-tpl-product .platform {
  padding-top: 100px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-product .platform {
    padding-top: 53px;
  }
}
.tabs-container {
  background: #f6f7ff;
  padding: 50px 0 106px;
  position: relative;
  margin-top: 34px;
  margin-bottom: 13px;
}
@media all and (max-width: 1024px) {
  .tabs-container {
    padding: 50px 0 53px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .tabs-container {
    margin-top: 0;
    background: white;
    padding: 50px 0 69px;
  }
}
.tabs-container .background {
  content: "";
  /* background: url("./images/Graphic-Background-solutions.png"); */
  display: block;
  position: absolute;
  left: 0;
  bottom: -35%;
  width: 371px;
  height: 700px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 1024px) {
  .tabs-container .background {
    display: none;
  }
}
.tabs-container .intro {
  margin-bottom: 32px;
}
@media all and (max-width: 767px) {
  .tabs-container .intro {
    margin-bottom: 42px;
  }
}
.tabs-container .intro .span-8 {
  width: 88.66667%;
}
@media all and (max-width: 767px) {
  .tabs-container .intro .span-8 {
    width: 100%;
  }
}
.tabs-container .intro .span-8 p {
  font-size: 18px;
  line-height: 26px;
}
@media all and (max-width: 767px) {
  .tabs-container .intro .span-8 p {
    font-size: 15px;
    line-height: 22px;
  }
}
.tabs-container .tabs-wrp {
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  z-index: 9;
  max-width: 1110px;
}
@media all and (max-width: 1024px) {
  .tabs-container .tabs-wrp {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 30px;
  }
}
.tabs-container .left-col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.54348%;
  padding-right: 0.54348%;
  padding: 0;
  position: relative;
}
@media all and (max-width: 1024px) {
  .tabs-container .left-col {
    display: none;
  }
}
.tabs-container .left-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs-container .right-col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 0.54348%;
  padding-right: 0.54348%;
  padding: 0;
}
@media all and (max-width: 1024px) {
  .tabs-container .right-col {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tabs {
  display: flex;
}
@media all and (max-width: 1024px) {
  .tabs {
    box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  }
}
@media all and (max-width: 767px) {
  .tabs {
    height: 48px;
    position: relative;
    overflow: hidden;
  }
}
.tabs .tab {
  cursor: pointer;
  background: #3e63af;
  color: white;
  flex-grow: 1;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 500;
  padding: 0 35px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
@media all and (max-width: 1024px) {
  .tabs .tab {
    padding: 0 25px;
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .tabs .tab {
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    text-align: center;
  }
}
.tabs .tab img {
  max-height: 35px;
  margin-right: 13px;
}
@media all and (max-width: 767px) {
  .tabs .tab img {
    margin-right: 4px;
    max-height: 24px;
  }
}
.tabs .tab img {
  display: inline-block;
  vertical-align: middle;
}
.tabs .tab span {
  line-height: 60px;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .tabs .tab span {
    display: none;
    line-height: 48px;
  }
}
@media all and (max-width: 767px) {
  .tabs .tab.current span {
    display: inline-block;
    font-size: 15px;
    color: #1a264a;
  }
}
@media all and (max-width: 767px) and (max-width: 767px) {
  .tabs .tab.current img {
    margin-right: 0;
  }
}
.tabs .tab:hover,
.tabs .tab.current {
  background: white;
  color: #3e63af;
}
.tabs .tab:hover img.active,
.tabs .tab.current img.active {
  display: inline-block;
}
.tabs .tab:hover img.inactive,
.tabs .tab.current img.inactive {
  display: none;
}
.tabs .tab img.inactive {
  display: inline-block;
}
.tabs .tab img.active {
  display: none;
}
.tabs.open {
  height: auto;
}
.tab-content {
  display: none;
  padding: 58px 50px 45px;
}
@media all and (max-width: 1024px) {
  .tab-content {
    -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
    -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
    box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
    padding: 35px 15px;
  }
}
@media all and (max-width: 767px) {
  .tab-content {
    padding: 22px 15px 25px;
  }
}
.tab-content.current {
  display: block;
  background: white;
  position: relative;
}
@media all and (max-width: 767px) {
  .tab-content.current {
    flex-direction: column;
    display: flex;
  }
}
.tab-content p strong {
  font-size: 18px;
  line-height: 26px;
}
@media all and (max-width: 767px) {
  .tab-content p strong {
    font-size: 15px;
    line-height: 22px;
  }
}
.tab-content ul {
  padding: 0;
  max-width: 370px;
  margin-top: 28px;
}
@media all and (max-width: 767px) {
  .tab-content ul {
    margin-top: 20px;
  }
}
.tab-content .extra-buttons {
  padding-top: 12px;
}
.tab-content .extra-buttons h3 {
  font-size: 18px;
  line-height: 26px;
  color: #1a264a;
  margin-bottom: 28px;
}
@media all and (max-width: 767px) {
  .tab-content .extra-buttons h3 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}
.tab-content .button {
  background: #f6f7ff;
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  color: #1a264a;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.tab-content .button:hover {
  background: #e7e8f0;
}
@media all and (max-width: 1024px) {
  .tab-content .button {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .tab-content .button {
    -webkit-box-shadow: 0px 2px 2px rgba(23, 19, 85, 0.16);
    -moz-box-shadow: 0px 2px 2px rgba(23, 19, 85, 0.16);
    box-shadow: 0px 2px 2px rgba(23, 19, 85, 0.16);
  }
}
.tab-content .button:not(:last-child) {
  margin-right: 26px;
}
@media all and (max-width: 1024px) {
  .tab-content .button:not(:last-child) {
    margin-right: 8px;
  }
}
@media all and (max-width: 767px) {
  .tab-content .button:not(:last-child) {
    margin-right: 0;
  }
}
.tab-content .button .icon {
  display: inline-block;
  width: 55px;
  max-height: 55px;
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  vertical-align: middle;
  margin-right: 15px;
}
@media all and (max-width: 1024px) {
  .tab-content .button .icon {
    width: 29px;
    height: 29px;
    line-height: 29px;
    margin-right: 8px;
  }
}
@media all and (max-width: 767px) {
  .tab-content .button .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.tab-content .button .icon img {
  display: block;
  max-height: 55px;
}
@media all and (max-width: 1024px) {
  .tab-content .button .icon img {
    max-height: 29px;
  }
}
@media all and (max-width: 767px) {
  .tab-content .button .icon img {
    max-height: 40px;
  }
}
.tab-content h3,
.tab-content h4,
.tab-content h5,
.tab-content h6 {
  color: #454545;
}
@media all and (max-width: 767px) {
  .tab-content h3,
  .tab-content h4,
  .tab-content h5,
  .tab-content h6 {
    margin-bottom: 18px;
  }
}
.tab-content .span-7 {
  width: 52.33333%;
}
@media all and (max-width: 767px) {
  .tab-content .span-7 {
    width: 100%;
    order: 2;
    padding: 0 24px 0 3px;
  }
}
.tab-content .span-5 {
  width: 47.66667%;
}
@media all and (max-width: 767px) {
  .tab-content .span-5 {
    width: 100%;
    order: 1;
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
  }
}
.tab-content .span-5 img {
  display: block;
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  width: 100%;
}
.tab-content .span-12 {
  margin-top: 39px;
}
@media all and (max-width: 767px) {
  .tab-content .span-12 {
    order: 3;
    margin-top: 0px;
    padding: 0 3px;
  }
}
.tab-content .span-12 .button {
  padding: 0 11px;
  min-width: 257px;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .tab-content .span-12 .button {
    min-width: 200px;
  }
}
@media all and (max-width: 767px) {
  .tab-content .span-12 .button {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
    height: 56px;
    line-height: 56px;
  }
}
@media all and (max-width: 767px) {
  .tab-content .span-12 .button:not(:last-child) {
    margin-bottom: 12px;
  }
}
.tabs-arrow {
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px 27px 11px;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .tabs-arrow {
    display: none;
  }
}
.tabs-arrow img {
  max-width: 20px;
}
.page-template-tpl-channelsight .tabs-container,
.page-template-tpl-retailers .tabs-container,
.page-template-tpl-company .tabs-container {
  padding: 107px 0 79px;
  margin-top: 0;
  background: white;
  margin-bottom: 5px;
}
.page-template-tpl-channelsight .tabs-container:after,
.page-template-tpl-retailers .tabs-container:after,
.page-template-tpl-company .tabs-container:after {
  display: none;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-channelsight .tabs-container,
  .page-template-tpl-retailers .tabs-container,
  .page-template-tpl-company .tabs-container {
    padding: 48px 0 0;
  }
}
.page-template-tpl-channelsight .tabs-container .intro,
.page-template-tpl-retailers .tabs-container .intro,
.page-template-tpl-company .tabs-container .intro {
  margin-bottom: 0;
}
.page-template-tpl-channelsight .tabs-container .tab,
.page-template-tpl-retailers .tabs-container .tab,
.page-template-tpl-company .tabs-container .tab {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.page-template-tpl-channelsight .tab-content,
.page-template-tpl-retailers .tab-content,
.page-template-tpl-company .tab-content {
  padding: 53px 48px 57px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-channelsight .tab-content,
  .page-template-tpl-retailers .tab-content,
  .page-template-tpl-company .tab-content {
    padding: 35px 15px 27px;
  }
}
.page-template-tpl-channelsight .tab-content .button,
.page-template-tpl-retailers .tab-content .button,
.page-template-tpl-company .tab-content .button {
  height: 48px;
  line-height: 48px;
  background: transparent;
  border: 2px solid #3e63af;
  color: #3e63af;
  box-shadow: none;
  min-width: 190px;
  font-size: 15px;
}
@media all and (max-width: 767px) {
  .page-template-tpl-channelsight .tab-content .button,
  .page-template-tpl-retailers .tab-content .button,
  .page-template-tpl-company .tab-content .button {
    height: 40px;
    line-height: 38px;
    border: 1px solid #3e63af;
  }
}
.page-template-tpl-channelsight .tab-content .button:hover,
.page-template-tpl-retailers .tab-content .button:hover,
.page-template-tpl-company .tab-content .button:hover {
  background: #3e63af;
  color: white;
}
.page-template-tpl-channelsight .tab-content .span-7,
.page-template-tpl-retailers .tab-content .span-7,
.page-template-tpl-company .tab-content .span-7 {
  width: 43.33333%;
}
@media all and (max-width: 767px) {
  .page-template-tpl-channelsight .tab-content .span-7,
  .page-template-tpl-retailers .tab-content .span-7,
  .page-template-tpl-company .tab-content .span-7 {
    width: 100%;
    padding-right: 0;
  }
}
.page-template-tpl-channelsight .tab-content .span-5,
.page-template-tpl-retailers .tab-content .span-5,
.page-template-tpl-company .tab-content .span-5 {
  width: 56.66667%;
}
@media all and (max-width: 767px) {
  .page-template-tpl-channelsight .tab-content .span-5,
  .page-template-tpl-retailers .tab-content .span-5,
  .page-template-tpl-company .tab-content .span-5 {
    width: 100%;
  }
}
.page-template-tpl-channelsight .tab-content .span-5 img,
.page-template-tpl-retailers .tab-content .span-5 img,
.page-template-tpl-company .tab-content .span-5 img {
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
}
.page-template-tpl-channelsight .tab-content ul,
.page-template-tpl-retailers .tab-content ul,
.page-template-tpl-company .tab-content ul {
  margin-top: 10px;
  margin-bottom: 30px;
  max-width: 368px;
}
.page-template-tpl-channelsight .tab-content ul li,
.page-template-tpl-retailers .tab-content ul li,
.page-template-tpl-company .tab-content ul li {
  margin-bottom: 14px;
}
.page-template-tpl-channelsight .home-boxes,
.page-template-tpl-retailers .home-boxes,
.page-template-tpl-company .home-boxes {
  margin-bottom: 28px;
}
.page-template-tpl-channelsight .home-boxes .box,
.page-template-tpl-retailers .home-boxes .box,
.page-template-tpl-company .home-boxes .box {
  padding: 59px 0 115px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-channelsight .home-boxes .box,
  .page-template-tpl-retailers .home-boxes .box,
  .page-template-tpl-company .home-boxes .box {
    padding: 53px 0 53px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-channelsight .home-boxes .box,
  .page-template-tpl-retailers .home-boxes .box,
  .page-template-tpl-company .home-boxes .box {
    padding: 46px 0 46px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-channelsight .home-boxes .box .wrapper h3,
  .page-template-tpl-retailers .home-boxes .box .wrapper h3,
  .page-template-tpl-company .home-boxes .box .wrapper h3 {
    max-width: 202px;
  }
}
.page-template-tpl-channelsight .home-boxes .box:first-child .box-graphic,
.page-template-tpl-retailers .home-boxes .box:first-child .box-graphic,
.page-template-tpl-company .home-boxes .box:first-child .box-graphic {
  content: "";
  display: block;
  background: url("./images/Graphic-Background-WhyChannelsight.png");
  width: 409px;
  height: 862px;
  position: absolute;
  bottom: -25%;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: -1;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-channelsight .home-boxes .box:first-child .box-graphic,
  .page-template-tpl-retailers .home-boxes .box:first-child .box-graphic,
  .page-template-tpl-company .home-boxes .box:first-child .box-graphic {
    display: none;
  }
}
.page-template-tpl-channelsight .home-boxes .box:nth-child(odd):before,
.page-template-tpl-retailers .home-boxes .box:nth-child(odd):before,
.page-template-tpl-company .home-boxes .box:nth-child(odd):before {
  display: none;
}
@media all and (min-width: 1025px) {
  .page-template-tpl-channelsight .home-boxes .box:nth-child(odd) .box-row,
  .page-template-tpl-retailers .home-boxes .box:nth-child(odd) .box-row,
  .page-template-tpl-company .home-boxes .box:nth-child(odd) .box-row {
    padding-left: 95px;
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-channelsight .home-boxes .box:nth-child(odd) .box-row,
  .page-template-tpl-retailers .home-boxes .box:nth-child(odd) .box-row,
  .page-template-tpl-company .home-boxes .box:nth-child(odd) .box-row {
    padding: 0;
  }
}
.page-template-tpl-channelsight .home-boxes .box:nth-child(even),
.page-template-tpl-retailers .home-boxes .box:nth-child(even),
.page-template-tpl-company .home-boxes .box:nth-child(even) {
  padding: 79px 0 54px;
  margin-bottom: 44px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-channelsight .home-boxes .box:nth-child(even),
  .page-template-tpl-retailers .home-boxes .box:nth-child(even),
  .page-template-tpl-company .home-boxes .box:nth-child(even) {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-channelsight .home-boxes .box:nth-child(even),
  .page-template-tpl-retailers .home-boxes .box:nth-child(even),
  .page-template-tpl-company .home-boxes .box:nth-child(even) {
    padding: 45px 0 54px;
  }
}
.page-template-tpl-channelsight .home-boxes .box:nth-child(even):before,
.page-template-tpl-retailers .home-boxes .box:nth-child(even):before,
.page-template-tpl-company .home-boxes .box:nth-child(even):before {
  position: absolute;
  left: -100px;
  right: -100px;
  top: 0;
  bottom: 0;
  content: "";
  background: #f6f7ff;
  display: block;
  transform: rotate(-2deg);
}
.page-template-tpl-channelsight .home-boxes .box:nth-child(even) .box-row__text,
.page-template-tpl-retailers .home-boxes .box:nth-child(even) .box-row__text,
.page-template-tpl-company .home-boxes .box:nth-child(even) .box-row__text {
  padding-left: 50px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-channelsight
    .home-boxes
    .box:nth-child(even)
    .box-row__text,
  .page-template-tpl-retailers .home-boxes .box:nth-child(even) .box-row__text,
  .page-template-tpl-company .home-boxes .box:nth-child(even) .box-row__text {
    padding-left: 15px;
  }
}
.page-template-tpl-channelsight .home-boxes .box .box-row,
.page-template-tpl-retailers .home-boxes .box .box-row,
.page-template-tpl-company .home-boxes .box .box-row {
  align-items: center;
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 767px) {
  .page-template-tpl-channelsight .home-boxes .box .box-row,
  .page-template-tpl-retailers .home-boxes .box .box-row,
  .page-template-tpl-company .home-boxes .box .box-row {
    flex-direction: column;
  }
}
.page-template-tpl-channelsight .home-boxes .box .box-row__text,
.page-template-tpl-retailers .home-boxes .box .box-row__text,
.page-template-tpl-company .home-boxes .box .box-row__text {
  width: 45%;
}
@media all and (max-width: 767px) {
  .page-template-tpl-channelsight .home-boxes .box .box-row__text,
  .page-template-tpl-retailers .home-boxes .box .box-row__text,
  .page-template-tpl-company .home-boxes .box .box-row__text {
    width: 100%;
  }
}
.page-template-tpl-channelsight .home-boxes .box .box-row__text .wrapper,
.page-template-tpl-retailers .home-boxes .box .box-row__text .wrapper,
.page-template-tpl-company .home-boxes .box .box-row__text .wrapper {
  max-width: 360px;
}
@media all and (max-width: 767px) {
  .page-template-tpl-channelsight .home-boxes .box .box-row__text .wrapper,
  .page-template-tpl-retailers .home-boxes .box .box-row__text .wrapper,
  .page-template-tpl-company .home-boxes .box .box-row__text .wrapper {
    max-width: 100%;
    margin: 0;
  }
}
.page-template-tpl-channelsight .home-boxes .box .box-row__media,
.page-template-tpl-retailers .home-boxes .box .box-row__media,
.page-template-tpl-company .home-boxes .box .box-row__media {
  width: 55%;
  z-index: 99;
}
@media all and (max-width: 767px) {
  .page-template-tpl-channelsight .home-boxes .box .box-row__media,
  .page-template-tpl-retailers .home-boxes .box .box-row__media,
  .page-template-tpl-company .home-boxes .box .box-row__media {
    width: 100%;
  }
}
.page-template-tpl-channelsight .home-boxes .box .box-row__media .media-wrapper,
.page-template-tpl-retailers .home-boxes .box .box-row__media .media-wrapper,
.page-template-tpl-company .home-boxes .box .box-row__media .media-wrapper {
  height: 466px;
  max-width: 550px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-channelsight
    .home-boxes
    .box
    .box-row__media
    .media-wrapper,
  .page-template-tpl-retailers .home-boxes .box .box-row__media .media-wrapper,
  .page-template-tpl-company .home-boxes .box .box-row__media .media-wrapper {
    height: 370px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-channelsight
    .home-boxes
    .box
    .box-row__media
    .media-wrapper,
  .page-template-tpl-retailers .home-boxes .box .box-row__media .media-wrapper,
  .page-template-tpl-company .home-boxes .box .box-row__media .media-wrapper {
    height: 175px;
    max-width: 100%;
  }
}
.page-template-tpl-channelsight
  .home-boxes
  .box
  .box-row__media
  .media-wrapper
  img,
.page-template-tpl-retailers
  .home-boxes
  .box
  .box-row__media
  .media-wrapper
  img,
.page-template-tpl-company .home-boxes .box .box-row__media .media-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-tpl-company .home-boxes .box:first-child .box-graphic {
  display: none;
}
.page-template-tpl-channelsight .tabs-container .background {
  display: none;
}
.page-template-tpl-channelsight .home-boxes {
  position: relative;
  z-index: 99;
}
.page-template-tpl-channelsight .extra-buttons .button {
  text-align: center;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .page-template-tpl-channelsight .extra-buttons .button {
    line-height: 46px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-channelsight .extra-buttons .button {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-channelsight .owl-nav {
    left: -21px;
    right: -21px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-channelsight .owl-nav {
    left: 0;
    right: 0;
  }
}
.page-template-tpl-retailers .home-boxes,
.page-template-tpl-company .home-boxes {
  margin-bottom: 36px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-retailers .home-boxes,
  .page-template-tpl-company .home-boxes {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-retailers .home-boxes,
  .page-template-tpl-company .home-boxes {
    padding-bottom: 10px;
  }
}
.page-template-tpl-retailers .home-boxes .box:first-child:after,
.page-template-tpl-retailers .home-boxes .box:first-child:before,
.page-template-tpl-company .home-boxes .box:first-child:after,
.page-template-tpl-company .home-boxes .box:first-child:before {
  display: none;
}
.page-template-tpl-retailers .home-boxes .box:first-child,
.page-template-tpl-company .home-boxes .box:first-child {
  padding: 0 0 80px;
}
@media all and (max-width: 767px) {
  .page-template-tpl-retailers .home-boxes .box:first-child,
  .page-template-tpl-company .home-boxes .box:first-child {
    padding: 0 0 43px;
  }
}
.page-template-tpl-retailers .home-boxes .box:nth-child(even),
.page-template-tpl-company .home-boxes .box:nth-child(even) {
  padding: 78px 0 54px;
  margin-bottom: 47px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-retailers .home-boxes .box:nth-child(even),
  .page-template-tpl-company .home-boxes .box:nth-child(even) {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-retailers .home-boxes .box:nth-child(even),
  .page-template-tpl-company .home-boxes .box:nth-child(even) {
    padding: 52px 0 54px;
  }
}
.page-template-tpl-retailers .home-boxes .box:nth-child(2):after,
.page-template-tpl-company .home-boxes .box:nth-child(2):after {
  content: "";
  display: block;
  background: url(./images/Graphic-Background-WhyChannelsight.png);
  width: 409px;
  height: 862px;
  position: absolute;
  bottom: -50%;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-retailers .home-boxes .box:nth-child(2):after,
  .page-template-tpl-company .home-boxes .box:nth-child(2):after {
    display: none;
  }
}
.page-template-tpl-retailers .key-numbers,
.page-template-tpl-company .key-numbers {
  padding: 94px 0 116px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-retailers .key-numbers,
  .page-template-tpl-company .key-numbers {
    padding: 53px 0 45px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-retailers .key-numbers,
  .page-template-tpl-company .key-numbers {
    padding: 33px 0 36px;
  }
}
.page-template-tpl-retailers .key-numbers .intro,
.page-template-tpl-company .key-numbers .intro {
  margin-bottom: 37px;
}
@media all and (max-width: 767px) {
  .page-template-tpl-retailers .key-numbers .intro,
  .page-template-tpl-company .key-numbers .intro {
    margin-bottom: 46px;
  }
}
.page-template-tpl-retailers .case-studies,
.page-template-tpl-company .case-studies {
  background: #f6f7ff;
}
.page-template-tpl-retailers .case-studies:before,
.page-template-tpl-company .case-studies:before {
  display: none;
}
.page-template-tpl-retailers .case-studies .section-background,
.page-template-tpl-company .case-studies .section-background {
  content: "";
  width: 306px;
  height: 1000px;
  left: 0;
  bottom: 101px;
  background: url(./images/Background-Retailers.png);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 99;
  background-size: contain;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-retailers .case-studies .section-background,
  .page-template-tpl-company .case-studies .section-background {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-company .home-boxes {
    padding-bottom: 0;
  }
}
.page-template-tpl-company .home-boxes .box:first-child {
  padding: 0 0 129px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-company .home-boxes .box:first-child {
    padding: 0 0 78px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-company .home-boxes .box:first-child {
    padding: 0 0 35px;
  }
}
.page-template-tpl-company .home-boxes .box:nth-child(2):after {
  display: none;
}
@media all and (max-width: 767px) {
  .page-template-tpl-company .home-boxes .box:nth-child(even) {
    padding: 35px 0 35px;
  }
}
.page-template-tpl-company .home-boxes .box:nth-child(even):before {
  display: none;
}
@media all and (max-width: 767px) {
  .page-template-tpl-solutions .case-studies {
    background: #f6f7ff;
  }
}
.page-template-tpl-solutions .case-studies:before {
  display: none;
}
.page-template-tpl-solutions .case-studies .inner {
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
}
@media all and (max-width: 767px) {
  .page-template-tpl-solutions .case-studies .inner {
    -webkit-box-shadow: 0px 3px 3px rgba(23, 19, 85, 0.16);
    -moz-box-shadow: 0px 3px 3px rgba(23, 19, 85, 0.16);
    box-shadow: 0px 3px 3px rgba(23, 19, 85, 0.16);
  }
}
.page-template-tpl-solutions .testimonials {
  padding: 0 70px 100px;
  background: linear-gradient(
    180deg,
    #3e63af calc(59% - 24px),
    #fff calc(59% - 24px)
  );
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .page-template-tpl-solutions .testimonials {
    background: linear-gradient(
      180deg,
      #3e63af calc(59% - -4px),
      #fff calc(59% - -4px)
    );
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-solutions .testimonials {
    padding: 0 70px 53px;
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-solutions .testimonials .intro {
    padding-top: 92px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-solutions .testimonials .intro {
    padding-top: 53px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-solutions .testimonials {
    padding: 0 0 62px;
    background: linear-gradient(
      180deg,
      #3e63af calc(59% - 53px),
      #fff calc(59% - 53px)
    );
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .page-template-tpl-solutions .testimonials .owl-nav {
    left: -21px;
    right: -21px;
  }
}
.page-template-tpl-solutions .card.review:nth-of-type(2) {
  top: 29px;
  width: 221px;
  padding: 15px 20px 1px 45px;
  left: -103px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-solutions .card.review:nth-of-type(2) {
    left: 11px;
    width: 135px;
    padding: 9px 13px 1px 26px;
    top: 25px;
  }
}
@media all and (max-width: 360px) {
  .page-template-tpl-solutions .card.review:nth-of-type(2) {
    left: -7px;
    top: 43px;
  }
}
.page-template-tpl-solutions .card.review:nth-of-type(2) .line:last-child {
  display: none;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-solutions .card.review:nth-of-type(2) img {
    left: -22px;
  }
}
.page-template-tpl-solutions .card.review.stars {
  padding: 17px 15px 16px 37px;
  width: 229px;
  top: 120px;
  left: -30px;
}
@media all and (max-width: 1024px) {
  .page-template-tpl-solutions .card.review.stars {
    top: 83px;
    left: 27px;
    padding: 12px 15px 0 29px;
    width: 130px;
  }
}
@media all and (max-width: 767px) {
  .page-template-tpl-solutions .card.review.stars {
    top: 106px;
    left: -4px;
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-solutions .card.review.stars .line:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-solutions .card.review.stars .line:last-of-type {
    display: none;
  }
}
.page-template-tpl-solutions .card.review .total-reviews {
  top: 282px;
}
.page-template-tpl-solutions .banner-illustrations .graph-card {
  right: -92px;
  bottom: -65px;
}
@media all and (max-width: 1350px) {
  .page-template-tpl-solutions .banner-illustrations .graph-card {
    right: 0;
  }
}
@media all and (max-width: 1024px) {
  .page-template-tpl-solutions .banner-illustrations .graph-card {
    right: 2px;
    bottom: -40px;
  }
}
@media all and (max-width: 360px) {
  .page-template-tpl-solutions .banner-illustrations .graph-card {
    right: -30px;
  }
}
.features {
  padding: 80px 0 45px;
  background: #f6f7ff;
}
@media all and (max-width: 1024px) {
  .features {
    padding: 53px 0 25px;
  }
}
@media all and (max-width: 767px) {
  .features {
    padding: 42px 0 28px;
  }
}
.features .intro {
  margin-bottom: 33px;
}
@media all and (max-width: 767px) {
  .features .intro {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .features .intro h3,
  .features .intro h4,
  .features .intro h5,
  .features .intro h6 {
    margin-bottom: 20px;
    color: #1a264a;
  }
}
@media all and (max-width: 767px) {
  .features .intro .c-align {
    text-align: left;
  }
}
.features .feature {
  margin-bottom: 40px;
  padding-right: 26px;
}
@media all and (max-width: 1024px) {
  .features .feature {
    width: 50%;
    position: relative;
    padding-left: 70px;
    margin-bottom: 36px;
    padding-right: 26px;
  }
}
@media all and (max-width: 767px) {
  .features .feature {
    width: 100%;
  }
}
.features .feature .checkmark {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #e63888;
  text-align: center;
  line-height: 42px;
  margin-bottom: 28px;
}
@media all and (max-width: 1024px) {
  .features .feature .checkmark {
    position: absolute;
    left: 7px;
    top: 2px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
.features .feature .checkmark img {
  vertical-align: middle;
  max-width: 19px;
}
@media all and (max-width: 767px) {
  .features .feature .checkmark img {
    max-width: 14px;
  }
}
.features .feature__title {
  color: #1a264a;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.features .feature p {
  font-weight: 300;
  margin-bottom: 0;
}
.values {
  padding-top: 74px;
  padding-bottom: 10px;
}
@media all and (max-width: 1024px) {
  .values {
    padding-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .values {
    padding-top: 55px;
  }
}
.values .intro {
  margin-bottom: 72px;
}
@media all and (max-width: 767px) {
  .values .intro {
    margin-bottom: 52px;
  }
}
.values .intro h2,
.values .intro h3,
.values .intro h4,
.values .intro h5,
.values .intro h6 {
  color: #1a264a;
}
@media all and (max-width: 767px) {
  .values .intro h2,
  .values .intro h3,
  .values .intro h4,
  .values .intro h5,
  .values .intro h6 {
    color: #3e63af;
  }
}
.values .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .values .span-4 {
    width: 100%;
  }
}
.values .box {
  padding: 64px 22px 5px 24px;
  background: #f6f7ff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  margin-bottom: 106px;
  position: relative;
  z-index: 9;
}
@media all and (max-width: 1024px) {
  .values .box {
    padding: 55px 15px 5px 15px;
    margin-bottom: 71px;
  }
}
@media all and (max-width: 767px) {
  .values .box {
    padding: 41px 15px 2px 26px;
  }
}
.values .box__pic {
  width: 83px;
  height: 83px;
  border-radius: 100%;
  text-align: center;
  line-height: 83px;
  margin: 0 auto;
  background: #e2e0ff;
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
}
@media all and (max-width: 1024px) {
  .values .box__pic {
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: -35px;
  }
}
.values .box__pic img {
  max-width: 53%;
  vertical-align: middle;
}
.values .box__title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
}
@media all and (max-width: 767px) {
  .values .box__title {
    font-size: 15px;
    line-height: 22px;
  }
}
.values .box p {
  font-weight: 300;
}
.culture-wrapper {
  position: relative;
}
.culture-wrapper .section-graph {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -75%;
  width: 305px;
  height: 800px;
  background: url("./images/background-Company.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .culture-wrapper .section-graph {
    display: none;
  }
}
.culture {
  padding: 47px 0 55px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 9;
}
@media all and (max-width: 767px) {
  .culture {
    padding: 68px 0 30px;
  }
}
.culture:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(0deg, rgba(1, 0, 10, 0.25) 0%, rgba(255, 255, 255, 0) 100%)
    0% 0% no-repeat padding-box;
}
.culture h3,
.culture h4,
.culture h5,
.culture h6 {
  margin-bottom: 14px;
}
.culture .span-4 {
  width: 35.33333%;
}
@media all and (max-width: 1024px) {
  .culture .span-4 {
    width: 47.33333%;
  }
}
@media all and (max-width: 767px) {
  .culture .span-4 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.culture p {
  font-weight: 500;
  margin-bottom: 28px;
}
@media all and (max-width: 767px) {
  .culture p {
    padding-right: 40px;
    margin-bottom: 31px;
  }
}
.culture * {
  color: white;
}
.culture .button {
  background: white;
  color: #3e63af;
  font-size: 15px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .culture .button {
    width: 100%;
  }
}
.culture .button:hover {
  background: #ebebeb;
}
.culture .button img {
  max-width: 23px;
  vertical-align: middle;
  margin-right: 12px;
}
.team {
  padding-top: 177px;
  padding-bottom: 139px;
}
@media all and (max-width: 1024px) {
  .team {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
.team .intro {
  margin-bottom: 51px;
}
@media all and (max-width: 767px) {
  .team .intro {
    margin-bottom: 9px;
  }
}
.team .intro h2,
.team .intro h3,
.team .intro h4,
.team .intro h5,
.team .intro h6 {
  color: #1a264a;
}
.team .member {
  font-weight: 500;
  margin-bottom: 36px;
}
@media all and (max-width: 767px) {
  .team .member {
    margin-bottom: 24px;
  }
}
.team .member__pic img {
  max-width: 218px;
  border-radius: 100%;
  display: block;
  margin: 0 auto 13px;
}
@media all and (max-width: 1024px) {
  .team .member__pic img {
    max-width: 170px;
  }
}
@media all and (max-width: 767px) {
  .team .member__pic img {
    max-width: 124px;
  }
}
.team .member__name {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #1a264a;
}
.team .member__role {
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .team .member__role {
    font-size: 12px;
  }
}
@media all and (max-width: 1024px) {
  .team-members .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 1024px) {
  .team-members .span-3 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .team-members .span-3 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.accordeon {
  margin-bottom: 38px;
}
@media all and (max-width: 767px) {
  .accordeon {
    margin-bottom: 30px;
  }
}
.accordeon__section {
  background: #f6f7ff;
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  margin-bottom: 19px;
  position: relative;
  z-index: 9;
}
.accordeon__section:first-child .accordeon__section--body {
  display: block;
}
.accordeon__section:first-child:last-child .accordeon__section--title {
  pointer-events: none;
}
.accordeon__section:first-child:last-child .symbol {
  display: none;
}
.accordeon__section.open .symbol:after {
  display: none;
}
.accordeon__section--title {
  padding: 15px 70px 15px 15px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 767px) {
  .accordeon__section--title {
    font-size: 15px;
  }
}
.accordeon__section--title .symbol {
  position: absolute;
  top: calc(50% - 1px);
  right: 30px;
  width: 22px;
  height: 2px;
  background: #1a264a;
}
@media all and (max-width: 767px) {
  .accordeon__section--title .symbol {
    right: 18px;
  }
}
.accordeon__section--title .symbol:after {
  content: "";
  width: 2px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: -10px;
  background: #1a264a;
}
.accordeon__section--body {
  padding: 16px 28px;
  display: none;
}
@media all and (max-width: 767px) {
  .accordeon__section--body {
    padding: 8px 10px;
  }
}
.accordeon__section--body ul {
  margin: 0;
  padding-right: 30px;
}
.accordeon__section--body ul li {
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .accordeon__section--body ul li {
    margin-bottom: 18px !important;
  }
}
.main-content ul {
  padding: 0;
}
.main-content ul li {
  list-style: none;
  position: relative;
  padding-left: 22px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .main-content ul li {
    padding-left: 34px;
  }
}
.main-content ul li.blocks-gallery-item {
  padding-left: 0;
}
.main-content ul li:not(.blocks-gallery-item):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #3e63af;
}
@media all and (max-width: 767px) {
  .main-content ul li:not(.blocks-gallery-item):before {
    left: 6px;
  }
}
@media all and (max-width: 1024px) {
  .blocks-gallery-grid {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .blocks-gallery-item img {
    width: 100%;
  }
}
.page-main-content {
  padding: 65px 0 143px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .page-main-content {
    padding: 65px 0 53px;
  }
}
@media all and (max-width: 767px) {
  .page-main-content {
    padding: 50px 0 53px;
  }
}
.page-main-content .page-background {
  content: "";
  display: block;
  background: url("./images/Graphic-Background-Generaltext.png");
  width: 392px;
  height: 873px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
}
@media all and (max-width: 1024px) {
  .page-main-content .page-background {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .page-main-content .span-8 {
    width: 100%;
  }
}
.page-main-content.contact {
  padding: 106px 0 117px;
}
@media all and (max-width: 1024px) {
  .page-main-content.contact {
    padding: 53px 0 53px;
  }
}
.page-main-content.contact:after {
  background: url("./images/Background-Contact.png");
  width: 339px;
  height: 485px;
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 1024px) {
  .page-main-content.contact:after {
    display: none;
  }
}
.page-main-content.contact h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
}
@media all and (max-width: 767px) {
  .page-main-content.contact h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .page-main-content.contact fieldset > div:not(:last-child) {
    margin-bottom: 12px;
  }
}
.page-main-content .summary {
  flex: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .page-main-content .summary {
    margin-bottom: 42px;
  }
}
@media all and (max-width: 767px) {
  .page-main-content .summary p {
    font-size: 18px;
    line-height: 26px;
  }
}
.page-main-content h1,
.page-main-content h2,
.page-main-content h3,
.page-main-content h4,
.page-main-content h5,
.page-main-content h6 {
  color: #1a264a;
  margin-bottom: 15px;
}
.page-main-content p {
  margin-bottom: 20px;
  font-weight: 300;
}
.page-template-default .main-content h2,
.page-template-default .main-content h3,
.page-template-default .main-content h4,
.page-template-default .main-content h5,
.page-template-default .main-content h6 {
  color: #1a264a;
}
.page-template-default .case-studies {
  background: #f6f7ff;
}
.page-template-default .case-studies:before {
  display: none;
}
.faq {
  padding: 120px 0;
}
@media all and (max-width: 1024px) {
  .faq {
    padding: 53px 0;
  }
}
@media all and (max-width: 767px) {
  .faq {
    padding: 76px 0 46px;
  }
}
.faq .container {
  max-width: 935px;
}
.faq .container .intro {
  margin-bottom: 38px;
}
@media all and (max-width: 767px) {
  .faq .container .intro {
    margin-bottom: 31px;
  }
}
.faq .container .intro h2,
.faq .container .intro h3,
.faq .container .intro h4,
.faq .container .intro h5,
.faq .container .intro h6 {
  color: #1a264a;
}
@media all and (max-width: 767px) {
  .faq .container .intro h2,
  .faq .container .intro h3,
  .faq .container .intro h4,
  .faq .container .intro h5,
  .faq .container .intro h6 {
    margin-bottom: 2px;
  }
}
.faq .faqs__row {
  position: relative;
}
.faq .faqs__row:nth-child(even) {
  background: #f6f7ff;
}
.faq .faqs__row[data-collapse="collapse"]:after {
  content: "";
  width: 26px;
  height: 13px;
  background: url("./images/FAQ-Down-arrow.png");
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  right: 14px;
  top: 36px;
  background-repeat: no-repeat;
}
@media all and (max-width: 1024px) {
  .faq .faqs__row[data-collapse="collapse"]:after {
    top: 28px;
  }
}
@media all and (max-width: 767px) {
  .faq .faqs__row[data-collapse="collapse"]:after {
    width: 17px;
    height: 9px;
    top: 29px;
  }
}
.faq .faqs__row[data-collapse="collapsed"]:after {
  content: "";
  width: 26px;
  height: 13px;
  background: url("./images/FAQ-Down-arrow.png");
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  right: 14px;
  top: 36px;
  transform: rotate(180deg);
  background-repeat: no-repeat;
}
@media all and (max-width: 1024px) {
  .faq .faqs__row[data-collapse="collapsed"]:after {
    top: 28px;
  }
}
@media all and (max-width: 767px) {
  .faq .faqs__row[data-collapse="collapsed"]:after {
    width: 17px;
    height: 9px;
    top: 29px;
  }
}
.faq .faqs__row .faq-question {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding: 29px 21px;
  border-top: 1px solid #1a264a;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
@media all and (max-width: 1024px) {
  .faq .faqs__row .faq-question {
    padding: 20px 21px;
  }
}
@media all and (max-width: 767px) {
  .faq .faqs__row .faq-question {
    padding: 12px 65px 16px 0;
    font-size: 15px;
    line-height: 22px;
  }
}
.faq .faqs__row .faq-answer {
  display: none;
  padding: 0 21px 30px;
}
@media all and (max-width: 767px) {
  .faq .faqs__row .faq-answer {
    padding: 12px 0 10px;
  }
}
.faq .faqs__row .faq-answer__inner {
  max-width: 749px;
}
.acf-map {
  height: 537px;
  padding: 0;
  border: 0;
}
@media all and (max-width: 767px) {
  .acf-map {
    height: 365px;
  }
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: -21px;
  right: -21px;
  margin-top: -38px;
  height: 0;
}
@media all and (max-width: 1024px) {
  .owl-nav {
    left: 0;
    right: 0;
  }
}
@media all and (max-width: 767px) {
  .owl-nav {
    left: 0;
    right: 0;
    margin-top: -44px;
  }
}
.owl-nav > div {
  display: inline-block;
  vertical-align: top;
}
.owl-nav > div:last-child {
  float: right;
}
.owl-nav .owl-prev {
  font-size: 0;
  background-image: url("./images/left-arrowl.png");
  width: 36px;
  height: 60px;
  background-size: 37%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e63888;
}
@media all and (max-width: 767px) {
  .owl-nav .owl-prev {
    width: 30px;
    height: 40px;
    background-size: 30%;
  }
}
.owl-nav .owl-next {
  font-size: 0;
  background-image: url("./images/right-arrow.png");
  background-color: #e63888;
  width: 36px;
  height: 60px;
  background-size: 37%;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .owl-nav .owl-next {
    width: 30px;
    height: 40px;
    background-size: 30%;
  }
}
.owl-dots {
  text-align: center;
  margin-top: 21px;
}
@media all and (max-width: 767px) {
  .owl-dots {
    margin-top: 5px;
  }
}
.owl-dots .owl-dot {
  display: inline-block;
}
.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  margin: 0 7px;
  position: relative;
  border: 2px solid #e63888;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #e63888;
}
.owl-dots .owl-dot.active span:after,
.owl-dots .owl-dot:hover span:after {
  opacity: 1;
}
.case-study-banner {
  padding: 59px 0 99px;
}
@media all and (max-width: 1024px) {
  .case-study-banner {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1024px) {
  .case-study-banner .container {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
}
.case-study-banner .span-5 {
  padding-top: 36px;
  padding-right: 40px;
}
@media all and (max-width: 1024px) {
  .case-study-banner .span-5 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.case-study-banner .span-7 {
  padding-left: 0;
}
@media all and (max-width: 1024px) {
  .case-study-banner .span-7 {
    padding: 0;
    display: block;
    width: 100%;
  }
}
.case-study-banner h1 {
  margin-bottom: 14px;
}
.case-study-banner .title {
  color: #3e63af;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 13px;
}
.case-study-banner p {
  font-weight: 500;
  max-width: 332px;
}
.case-study-banner .post-thumbnail {
  display: block;
  height: 474px;
  width: 100%;
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .case-study-banner .post-thumbnail {
    height: 208px;
  }
}
.case-study-banner .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article-main-text {
  padding-right: 80px;
}
@media all and (max-width: 1024px) {
  .article-main-text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.article-main-text .text-body {
  padding-bottom: 27px;
}
@media all and (max-width: 1024px) {
  .article-main-text .text-body {
    padding-bottom: 77px;
  }
}
@media all and (max-width: 767px) {
  .article-main-text .text-body {
    padding-bottom: 50px;
  }
}
.article-main-text .text-body a {
  color: #3e63af;
  font-weight: 500;
  text-decoration: underline;
}
.article-main-text .breadcrumbs {
  margin-bottom: 53px;
}
@media all and (max-width: 767px) {
  .article-main-text .breadcrumbs {
    margin-bottom: 22px;
  }
}
.article-main-text figure {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media all and (max-width: 767px) {
  .article-main-text figure {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
.single .case-studies {
  background: #f6f7ff;
}
.single .case-studies:before {
  display: none;
}
.summary-content {
  background: #f6f7ff;
  padding: 30px 73px 10px 20px;
  margin-bottom: 77px;
}
@media all and (max-width: 767px) {
  .summary-content {
    padding: 27px 12px 12px;
    margin: 0 -12px 30px;
  }
}
.summary-content .summary-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .summary-content .summary-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 22px;
  }
}
.summary-content h2,
.summary-content h3,
.summary-content h4,
.summary-content h5,
.summary-content h6 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .summary-content h2,
  .summary-content h3,
  .summary-content h4,
  .summary-content h5,
  .summary-content h6 {
    font-size: 15px;
    line-height: 22px;
  }
}
.summary-content p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .summary-content p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 28px;
  }
}
.text-body {
  padding-bottom: 100px;
}
.text-body h2,
.text-body h3,
.text-body h4,
.text-body h5,
.text-body h6 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 19px;
  color: #1a264a;
}
.text-body p {
  font-weight: 300;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .text-body p {
    margin-bottom: 16px;
  }
}
.text-body blockquote p {
  font-weight: 500;
}
a.download {
  margin-bottom: 50px;
  padding: 0 21px;
  color: white !important;
}
@media all and (max-width: 767px) {
  a.download {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
}
a.download img {
  display: inline-block;
  vertical-align: middle;
  max-width: 23px;
  margin-right: 14px;
}
.sidebar {
  padding-bottom: 40px;
}
@media all and (max-width: 1024px) {
  .sidebar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }
}
.sidebar .cta-box {
  background: #f9fcff;
  padding: 18px 20px 30px;
}
@media all and (max-width: 767px) {
  .sidebar .cta-box {
    padding: 20px 10px;
  }
}
.sidebar .cta-box .inner-wrp {
  padding-right: 40px;
}
@media all and (max-width: 767px) {
  .sidebar .cta-box .inner-wrp {
    padding-right: 0;
  }
}
.sidebar .cta-box h2,
.sidebar .cta-box h3,
.sidebar .cta-box h4,
.sidebar .cta-box h5,
.sidebar .cta-box h6 {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 23px;
}
@media all and (max-width: 767px) {
  .sidebar .cta-box h2,
  .sidebar .cta-box h3,
  .sidebar .cta-box h4,
  .sidebar .cta-box h5,
  .sidebar .cta-box h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.sidebar .cta-box p {
  font-weight: 500;
  margin-bottom: 38px;
}

.sidebar .cta-box .button {
  width: 100%;
  color: white;
  max-width: 100%;
}
@media all and (max-width: 767px) {
  .sidebar .cta-box .button {
    min-width: auto;
  }
}
.sidebar .filter {
  background: #f6f7ff;
  box-shadow: 0px 3px 3px rgba(23, 19, 85, 0.16);
  margin-bottom: 28px;
}
.sidebar .filter__toggle {
  color: #3e63af;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  padding: 15px 20px 11px;
}
.sidebar .filter__toggle:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 8px;
  background: url("./images/down-blue.png");
  background-repeat: no-repeat;
  background-position: center;
  right: 20px;
  display: block;
  top: 21px;
  background-size: contain;
}
.sidebar .filter.open:after {
  transform: rotate(180deg);
}
.sidebar .filter__body {
  display: none;
  padding: 0 20px 20px;
}
@media all and (max-width: 767px) {
  .sidebar .filter__body {
    display: block;
  }
}
.sidebar .filter .sf-field-submit {
  display: none;
}
.sidebar label {
  width: 100%;
}
.sidebar input[type="text"] {
  border: 1px solid #3e63af;
  width: 100%;
  height: 36px;
  background: white;
  line-height: 36px;
  font-family: "Montserrat", sans-serif !important;
}
blockquote {
  background: #f6f7ff;
  padding: 30px 30px 12px 95px;
  margin: 42px 0 42px;
  color: #3e63af;
  font-weight: 500;
  line-height: 26px;
  position: relative;
}
@media all and (max-width: 767px) {
  blockquote {
    margin: 30px 0;
    padding: 30px 30px 12px 72px;
  }
}
blockquote p {
  font-size: 18px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  blockquote p {
    font-size: 15px;
    line-height: 22px;
  }
}
blockquote:before {
  content: "“";
  font-size: 120px;
  font-weight: 500;
  color: #e63888;
  position: absolute;
  left: 25px;
  top: 30px;
  line-height: 1;
}
@media all and (max-width: 767px) {
  blockquote:before {
    left: 15px;
  }
}
.blog .breadcrumbs {
  margin-bottom: 25px;
}
@media all and (max-width: 1024px) {
  .blog .span-4 {
    width: 100%;
    margin-bottom: 31px;
  }
}
@media all and (min-width: 1025px) {
  .blog .hide-lg {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .blog .hide-lg {
    display: block;
  }
}
@media all and (min-width: 1025px) {
  .blog .focus-post {
    display: none;
  }
}
.blog-focus {
  padding: 58px 0 105px;
}
@media all and (max-width: 1024px) {
  .blog-focus {
    padding: 0;
  }
}
@media all and (max-width: 1024px) {
  .focus-post {
    width: 100%;
    margin-bottom: 31px;
  }
}
.focus-post .article {
  position: relative;
  height: 474px;
  display: flex;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .focus-post .article {
    height: auto;
    display: block;
  }
}
.focus-post .article:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(0deg, rgba(1, 0, 10, 0.76) 0%, rgba(255, 255, 255, 0) 100%)
    0% 0% no-repeat padding-box;
  display: block;
  z-index: 99;
}
@media all and (max-width: 1024px) {
  .focus-post .article:before {
    display: none;
  }
}
.focus-post .article__image {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
@media all and (max-width: 1024px) {
  .focus-post .article__image {
    display: none;
  }
}
.focus-post .article__info {
  align-self: flex-end;
  position: relative;
  padding: 0 0 54px 55px;
  max-width: 490px;
  z-index: 99;
}
@media all and (max-width: 767px) {
  .focus-post .article__info {
    display: block;
    padding: 0;
  }
}
.focus-post .article__info .title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 27px;
  display: block;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .focus-post .article__info .title {
    color: #3e63af;
  }
}
@media all and (max-width: 767px) {
  .focus-post .article__info .title {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 12px;
  }
}
.focus-post .article__info * {
  color: white;
}
@media all and (max-width: 1024px) {
  .focus-post .article__info * {
    color: #1a264a;
  }
}
.focus-post .article__info .extra {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-top: 7px;
}
@media all and (max-width: 767px) {
  .focus-post .article__info .extra {
    font-weight: 400;
    margin-top: 16px;
  }
}
.focus-post .article .post-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-posts {
  background: #f6f7ff;
  padding: 20px 17px;
  height: 100%;
}
.recent-posts strong {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
}
@media all and (max-width: 767px) {
  .recent-posts strong {
    font-size: 18px;
    line-height: 26px;
  }
}
.recent-posts .post {
  border-bottom: 1px solid #3e63af;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.recent-posts .post a {
  color: #3e63af;
  font-weight: 500;
  display: block;
  max-width: 222px;
}
.recent-posts .post__info {
  display: block;
}
.recent-posts .post__info span {
  font-size: 12px;
  line-height: 17px;
  color: #1a264a;
  font-weight: 400;
}
.active-filter {
  margin-bottom: 39px;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .active-filter {
    margin: 0 -15px 30px;
  }
}
@media all and (max-width: 767px) {
  .active-filter {
    padding: 0;
  }
}
.active-filter > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media all and (max-width: 767px) {
  .active-filter > span {
    margin-bottom: 10px;
  }
}
.active-filter .current-selection {
  background: #f6f7ff;
  padding: 8px 10px;
  border-radius: 25px;
  display: inline-block;
  vertical-align: middle;
}
.active-filter .current-selection span {
  display: inline-block;
  vertical-align: middle;
  color: #3e63af;
  font-weight: 500;
}
.active-filter .current-selection img {
  max-width: 12px;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 44px;
}
.blog-gallery {
  position: relative;
}
.blog-gallery:before {
  content: "";
  width: 391px;
  height: 500px;
  display: block;
  background: url("./images/Graphic-Background-BlogGallery.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 1024px) {
  .blog-gallery:before {
    display: none;
  }
}
.blog-gallery .sidebar {
  padding-top: 10px;
}
@media all and (max-width: 1024px) {
  .blog-gallery .sidebar {
    padding-bottom: 0;
    margin-bottom: 37px;
  }
}
@media all and (max-width: 1024px) {
  .blog-gallery .span-8 {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .blog-gallery .container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.blog-articles {
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  .blog-articles {
    padding-bottom: 40px;
  }
}
@media all and (min-width: 768px) {
  .blog-articles > .row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 767px) {
  .blog-articles .article {
    width: 100%;
  }
}
.blog-articles .article a {
  color: #3e63af;
}
.blog-articles .article a:hover {
  color: #3e63af;
}
.blog-articles .article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-articles .article .inner {
  border-bottom: 1px solid #3e63af;
  height: 100%;
}
.blog-articles .article:first-child {
  margin-bottom: 15px;
}
.blog-articles .article:first-child .inner {
  padding-bottom: 53px;
}
@media all and (max-width: 767px) {
  .blog-articles .article:first-child .inner {
    padding-bottom: 30px;
    width: 100%;
    display: block;
  }
}
.blog-articles .article:first-child .inner__image {
  width: 100%;
  height: 274px;
  margin-bottom: 18px;
}
@media all and (max-width: 767px) {
  .blog-articles .article:first-child .inner__image {
    height: 175px;
  }
}
.blog-articles .article:first-child .inner__image a {
  width: 100%;
  height: 100%;
  display: block;
}
.blog-articles .article:first-child .inner .title {
  display: block;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 12px;
  font-weight: 500;
}
.blog-articles .article:first-child .inner .extra {
  color: #1a264a;
  font-weight: 300;
}
@media all and (max-width: 767px) {
  .blog-articles .article:first-child .inner .extra {
    font-size: 12px;
    line-height: 17px;
  }
}
.blog-articles .article:not(:first-child) {
  margin-bottom: 15px;
}
.blog-articles .article:not(:first-child) .extra {
  font-size: 12px;
  color: #1a264a;
}
.blog-articles .article:not(:first-child) .inner {
  display: flex;
  padding-bottom: 15px;
}
.blog-articles .article:not(:first-child) .inner .title {
  display: block;
  margin-bottom: 5px;
}
.blog-articles .article:not(:first-child) .inner a {
  font-weight: 500;
}
.blog-articles .article:not(:first-child) .inner a span {
  display: block;
}
.blog-articles .article:not(:first-child) .inner__image {
  width: 85px;
  height: 75px;
  margin-right: 19px;
  min-width: 85px;
}
.blog-articles .article:not(:first-child) .inner__image a {
  width: 100%;
  height: 100%;
  display: block;
}
@media all and (min-width: 768px) {
  .blog-articles .article:not(:nth-child(2)):not(:nth-child(5n + 1)) {
    margin-bottom: 15px;
  }
  .blog-articles .article:not(:nth-child(2)):not(:nth-child(5n + 1)) .extra {
    font-size: 12px;
    line-height: 17px;
    color: #1a264a;
  }
  .blog-articles .article:not(:nth-child(2)):not(:nth-child(5n + 1)) .inner {
    display: flex;
    padding-bottom: 15px;
  }
  .blog-articles
    .article:not(:nth-child(2)):not(:nth-child(5n + 1))
    .inner
    .title {
    display: block;
    margin-bottom: 5px;
  }
  .blog-articles .article:not(:nth-child(2)):not(:nth-child(5n + 1)) .inner a {
    font-weight: 500;
  }
  .blog-articles
    .article:not(:nth-child(2)):not(:nth-child(5n + 1))
    .inner
    a
    span {
    display: block;
  }
  .blog-articles
    .article:not(:nth-child(2)):not(:nth-child(5n + 1))
    .inner__image {
    width: 85px;
    height: 75px;
    margin-right: 19px;
    min-width: 85px;
  }
  .blog-articles
    .article:not(:nth-child(2)):not(:nth-child(5n + 1))
    .inner__image
    a {
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media all and (min-width: 768px) {
  .blog-articles .article:nth-child(2) {
    margin-bottom: 15px;
    margin-bottom: 15px;
  }
  .blog-articles .article:nth-child(2) .inner {
    padding-bottom: 53px;
  }
}
@media all and (min-width: 768px) and (max-width: 767px) {
  .blog-articles .article:nth-child(2) .inner {
    padding-bottom: 30px;
    width: 100%;
    display: block;
  }
}
@media all and (min-width: 768px) {
  .blog-articles .article:nth-child(2) .inner__image {
    width: 100%;
    height: 274px;
    margin-bottom: 18px;
  }
}
@media all and (min-width: 768px) and (max-width: 767px) {
  .blog-articles .article:nth-child(2) .inner__image {
    height: 175px;
  }
}
@media all and (min-width: 768px) {
  .blog-articles .article:nth-child(2) .inner__image a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .blog-articles .article:nth-child(2) .inner .title {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
    font-weight: 500;
  }
  .blog-articles .article:nth-child(2) .inner .extra {
    color: #1a264a;
    font-weight: 300;
  }
}
@media all and (min-width: 768px) and (max-width: 767px) {
  .blog-articles .article:nth-child(2) .inner .extra {
    font-size: 12px;
    line-height: 17px;
  }
}
@media all and (min-width: 768px) {
  .blog-articles .article:nth-child(2) .extra {
    font-size: 15px;
  }
}
@media all and (min-width: 768px) {
  .blog-articles .article:nth-child(2) .inner {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .blog-articles .article:nth-child(5n + 1) {
    margin-bottom: 15px;
  }
  .blog-articles .article:nth-child(5n + 1) .inner {
    padding-bottom: 53px;
  }
}
@media all and (max-width: 767px) and (max-width: 767px) {
  .blog-articles .article:nth-child(5n + 1) .inner {
    padding-bottom: 30px;
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 767px) {
  .blog-articles .article:nth-child(5n + 1) .inner__image {
    width: 100%;
    height: 274px;
    margin-bottom: 18px;
  }
}
@media all and (max-width: 767px) and (max-width: 767px) {
  .blog-articles .article:nth-child(5n + 1) .inner__image {
    height: 175px;
  }
}
@media all and (max-width: 767px) {
  .blog-articles .article:nth-child(5n + 1) .inner__image a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .blog-articles .article:nth-child(5n + 1) .inner .title {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
    font-weight: 500;
  }
  .blog-articles .article:nth-child(5n + 1) .inner .extra {
    color: #1a264a;
    font-weight: 300;
  }
}
@media all and (max-width: 767px) and (max-width: 767px) {
  .blog-articles .article:nth-child(5n + 1) .inner .extra {
    font-size: 12px;
    line-height: 17px;
  }
}
@media all and (max-width: 767px) {
  .single-case_studies .breadcrumbs {
    margin-bottom: 16px;
  }
}
.single-case_studies .main-content {
  position: relative;
}
.single-case_studies .main-content:after {
  content: "";
  width: 287px;
  height: 1090px;
  background: url("./images/CaseStudy-individual.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media all and (max-width: 1024px) {
  .single-case_studies .main-content:after {
    display: none;
  }
}
.single-case_studies .intro {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .single-case_studies .intro {
    margin-bottom: 25px;
  }
}
.single-case_studies .intro p {
  font-weight: 300;
}
.single-case_studies .intro .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 18px;
  color: #3e63af;
}
@media all and (max-width: 767px) {
  .single-case_studies .intro .title {
    margin-bottom: 10px;
  }
}
.single-case_studies .intro h1 {
  margin-bottom: 8px;
}
.single-case_studies .testimonial {
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  padding: 0 30px 20px 24px;
  margin-bottom: 75px;
  background: white;
}
@media all and (max-width: 767px) {
  .single-case_studies .testimonial {
    margin-top: 109px;
    padding: 0 13px 20px 20px;
    margin-bottom: 50px;
  }
}
.single-case_studies .testimonial__photo {
  margin: 0 auto 12px;
  text-align: center;
}
.single-case_studies .testimonial__photo img {
  width: 113px;
  border-radius: 100%;
  margin-top: -56px;
}
@media all and (max-width: 767px) {
  .single-case_studies .testimonial__photo img {
    width: 89px;
  }
}
.single-case_studies .testimonial p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
@media all and (max-width: 767px) {
  .single-case_studies .testimonial p {
    font-size: 15px;
    line-height: 22px;
  }
}
.single-case_studies .testimonial__info p {
  color: #e63888;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}
@media all and (max-width: 767px) {
  .single-case_studies .case-studies .intro {
    margin-bottom: 0;
  }
}
.single-case_studies .case-studies .hide-lg {
  margin-bottom: 0;
}
.single-case_studies .case-studies .hide-lg .span-12 {
  padding-top: 0;
}
.get-in-touch {
  position: relative;
  z-index: 9;
}
@media all and (min-width: 1025px) {
  .get-in-touch {
    padding-right: 90px;
  }
}
.get-in-touch .span-7 {
  width: 45.33333%;
}
@media all and (max-width: 1024px) {
  .get-in-touch .span-7 {
    width: 100%;
  }
}
.get-in-touch .span-5 {
  padding-left: 108px;
  width: 54.66667%;
  margin-top: 6px;
}
@media all and (max-width: 1024px) {
  .get-in-touch .span-5 {
    width: 100%;
    padding-left: 15px;
  }
}
.get-in-touch form fieldset {
  margin-bottom: 12px;
}
.get-in-touch form li {
  margin-bottom: 0;
}
.get-in-touch .hs-error-msg {
  color: #f40027;
}
.get-in-touch input[type="submit"] {
  width: 100%;
}
.get-in-touch .hs-form-booleancheckbox {
  margin-bottom: 0;
}
.get-in-touch .legal-consent-container p {
  font-size: 12px;
}
.get-in-touch .legal-consent-container .hs-form-booleancheckbox-display p {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.office-locations {
  position: relative;
  padding-top: 45px;
  min-height: 537px;
}
@media all and (max-width: 767px) {
  .office-locations {
    min-height: 365px;
    padding-bottom: 40px;
  }
}
.office-locations .tabs {
  display: block;
  font-size: 0;
  text-align: center;
  position: relative;
  z-index: 99;
}
.office-locations .tabs .tab {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  background: #171355;
  color: white;
}
@media all and (max-width: 767px) {
  .office-locations .tabs .tab {
    font-size: 12px;
  }
}
@media all and (max-width: 360px) {
  .office-locations .tabs .tab {
    padding: 0 8px;
  }
}
.office-locations .tabs .tab:first-child {
  border-radius: 20px 0 0 20px;
}
.office-locations .tabs .tab:last-child {
  border-radius: 0 20px 20px 0;
}
.office-locations .tabs .tab:not(:last-child) {
  border-right: 1px solid white;
}
.office-locations .tabs .tab.current,
.office-locations .tabs .tab:hover {
  color: white;
  background: #3e63af;
}
.office-locations .maps .container {
  height: 0;
}
@media all and (max-width: 767px) {
  .office-locations .maps .container {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .office-locations .maps .span-4 {
    width: 57.33333%;
  }
}
.office-locations .address-box {
  background: white;
  box-shadow: 0 6px 6px rgba(23, 19, 85, 0.16);
  padding: 20px 30px 34px 20px;
  max-width: 255px;
}
.office-locations .address-box h2,
.office-locations .address-box h3,
.office-locations .address-box h4,
.office-locations .address-box h5,
.office-locations .address-box h6 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  color: #3e63af;
}
@media all and (max-width: 767px) {
  .office-locations .address-box h2,
  .office-locations .address-box h3,
  .office-locations .address-box h4,
  .office-locations .address-box h5,
  .office-locations .address-box h6 {
    font-size: 15px;
    line-height: 22px;
  }
}
.office-locations .address-box p {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}
.office-locations .tabs {
  box-shadow: none;
}
.office-locations .tab-content {
  padding-top: 66px;
}
.office-locations .tab-content.current {
  position: static;
}
.map {
  padding: 0;
}
.map .acf-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.post-categories {
  margin: 110px 0;
}
@media all and (max-width: 1024px) {
  .post-categories {
    margin: 50px 0 30px;
  }
}
@media all and (max-width: 767px) {
  .post-categories {
    margin: 40px 0 25px;
  }
}
.post-categories .term {
  background: #f6f7ff;
  color: #3e63af;
  display: inline-block;
  vertical-align: middle;
  border-radius: 25px;
  line-height: 1;
  padding: 9px 13px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-right: 7px;
}
.mobile-info {
  margin-bottom: 31px;
}
.article-footer {
  border-top: 1px solid #3e63af;
  padding-top: 24px;
  padding-bottom: 73px;
  max-width: 96%;
}
.article-footer .flex {
  align-items: center;
}
.article-footer .author-info {
  line-height: 22px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .article-footer .span-6 {
    width: 100%;
  }
}
.article-footer .avatar img {
  width: 56px;
  border-radius: 100%;
  margin-right: 24px;
}
@media all and (max-width: 767px) {
  .article-footer .social-media {
    text-align: center;
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .article-footer .share-block span {
    display: block;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.single-post .sidebar {
  position: relative;
  z-index: 9;
}
.single-post .main-content {
  position: relative;
}
.single-post .main-content:after {
  content: "";
  position: absolute;
  right: 0;
  background: url("./images/background-Company.png");
  width: 431px;
  height: 700px;
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  bottom: 200px;
}
@media all and (max-width: 767px) {
  .single-post .main-content:after {
    display: none;
  }
}
table {
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 38px;
  font-size: 14px;
  width: 100%;
}
table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.page-template-tpl-contact .intro h3 {
  color: #1a264a;
}
.searchandfilter select.sf-input-select {
  width: 100%;
  height: 36px;
  border: 1px solid #3e63af;
  padding: 0 10px;
  font-family: "Montserrat", sans-serif !important;
  color: #3e63af;
  background: white;
}
.home-logos {
  background: white;
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  padding: 17.5px 0;
}
.home-logos:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
@media all and (max-width: 767px) {
  .span-2.site-branding {
    min-height: 52px !important;
  }
  .home-logos {
    padding: 10.5px 0 7px;
  }
}
.home-logos a {
  display: block;
  text-align: center;
}
.home-logos .owl-item img {
  max-height: 58px;
  width: auto;
  display: inline-block;
}
.home-logos .owl-nav {
  left: 0;
  right: 0;
  margin-top: -21px;
  height: 0;
}
.home-logos .owl-nav > div {
  box-shadow: none;
}
.home-logos .owl-nav .owl-prev {
  background-image: url("./images/icon-arrow-left.png");
}
.home-logos .owl-nav .owl-next {
  background-image: url("./images/icon-arrow-right.png");
}
.box-3-section {
  padding: 23px 0 0;
  margin-bottom: 86px;
}
@media all and (max-width: 1024px) {
  .box-3-section {
    margin-bottom: 46px;
  }
}
@media all and (max-width: 767px) {
  .box-3-section {
    padding: 0;
    margin-bottom: 24px;
  }
}
@media all and (min-width: 768px) {
  .box-3-section .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.box-3-section .box {
  margin-bottom: 30px;
}
@media all and (max-width: 1024px) {
  .box-3-section .box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.box-3-section .box__inner {
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  padding: 27px 15px 30px 30px;
  height: 100%;
}
@media all and (max-width: 767px) {
  .box-3-section .box__inner {
    padding: 23px 24px 30px 26px;
  }
}
.box-3-section .box__inner--icon {
  max-height: 46px;
  width: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.box-3-section .box__inner--text {
  padding-right: 23px;
}
@media all and (max-width: 767px) {
  .box-3-section .box__inner--text {
    padding-right: 0;
  }
}
.box-3-section .box__inner h2,
.box-3-section .box__inner h3,
.box-3-section .box__inner h4,
.box-3-section .box__inner h5,
.box-3-section .box__inner h6 {
  font-size: 22px;
  line-height: 32px;
  color: #1a264a;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .box-3-section .box__inner h2,
  .box-3-section .box__inner h3,
  .box-3-section .box__inner h4,
  .box-3-section .box__inner h5,
  .box-3-section .box__inner h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
.box-3-section .box__inner p {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 18px;
}
.box-3-section .box__inner .r-align a {
  font-size: 15px;
  font-weight: 500;
  color: #1a264a;
}
.box-3-section .box__inner .r-align a img {
  max-width: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.home-boxes .container {
  z-index: 9;
}
.home-boxes > .box {
  position: relative;
  padding: 130px 0;
}
@media all and (max-width: 1024px) {
  .home-boxes > .box {
    padding: 66px 0;
  }
}
@media all and (max-width: 767px) {
  .home-boxes > .box {
    padding: 66px 0 50px;
  }
}
@media all and (max-width: 767px) {
  .home-boxes > .box .box-row__text,
  .home-boxes > .box .box-row__image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-boxes > .box .compliance-illustrations .svg-container {
  margin-right: -110px;
}
@media all and (max-width: 1024px) {
  .home-boxes > .box .compliance-illustrations .svg-container {
    margin-right: 0;
  }
}
@media all and (max-width: 1024px) {
  .home-boxes > .box .compliance-illustrations .svg-container svg {
    max-width: 100%;
  }
}
.home-boxes > .box:nth-child(odd):before {
  position: absolute;
  left: -100px;
  right: -100px;
  top: 0;
  bottom: 0;
  content: "";
  background: #f6f7ff;
  display: block;
  transform: rotate(-2deg);
}
.home-boxes > .box:nth-child(odd) .box-row {
  padding-left: 100px;
}
@media all and (max-width: 1350px) {
  .home-boxes > .box:nth-child(odd) .box-row {
    padding-left: 15px;
  }
}
@media all and (max-width: 1024px) {
  .home-boxes > .box:nth-child(odd) .box-row {
    padding-left: 0;
  }
}
.home-boxes > .box:nth-child(even) .box-row {
  display: flex;
  flex-direction: row-reverse;
}
@media all and (max-width: 767px) {
  .home-boxes > .box:nth-child(even) .box-row {
    display: flex;
    flex-direction: column;
  }
}
.home-boxes > .box:nth-child(even) .box-row__text .wrapper {
  float: right;
}
@media all and (max-width: 1024px) {
  .home-boxes > .box:nth-child(even) .box-row__text {
    padding-left: 15px;
  }
}
.home-boxes > .box:nth-child(even) .compliance-illustrations .product-box {
  left: 0;
}
.home-boxes > .box:nth-child(even) .compliance-illustrations .right-col {
  text-align: left;
}
.home-boxes > .box .button {
  min-width: 190px;
  margin-right: 24px;
}
@media all and (max-width: 1024px) {
  .home-boxes > .box .button {
    min-width: 145px;
    margin-right: 13px;
  }
}
@media all and (max-width: 767px) {
  .home-boxes > .box .button {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.home-boxes > .box a {
  color: #3e63af;
  font-weight: 500;
}
.home-boxes .hide-lg {
  margin-top: 48px;
}
@media all and (max-width: 767px) {
  .home-boxes .hide-lg {
    order: 3;
  }
}
.home-boxes .hide-lg a {
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
}
@media all and (max-width: 767px) {
  .home-boxes .box-row__text {
    margin-bottom: 24px;
  }
}
.home-boxes .box-row__text .wrapper {
  max-width: 350px;
  margin: 0;
}
@media all and (max-width: 767px) {
  .home-boxes .box-row__text .wrapper {
    max-width: 100%;
    margin: 0;
  }
}
.home-boxes .box-row__text h3,
.home-boxes .box-row__text h4,
.home-boxes .box-row__text h5,
.home-boxes .box-row__text h6 {
  color: #171355;
  margin-bottom: 23px;
}
.home-boxes .box-row__text p {
  font-weight: 300;
  margin-bottom: 39px;
}
@media all and (max-width: 1024px) {
  .home-boxes .box-row__text p {
    margin-bottom: 20px;
  }
}
.home-boxes .box-row__media {
  text-align: center;
}
.home-boxes .box-row__media .banner-illustrations {
  position: relative;
  display: inline-block;
  width: auto;
}
.home-boxes .box-row__media > img {
  -webkit-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  -moz-box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  box-shadow: 0px 8px 12px rgba(23, 19, 85, 0.16);
  display: block;
}
@media all and (max-width: 1024px) {
  .home-boxes .box-row__media > img {
    width: 100%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1290px) {
  .home .home-boxes > .box {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.home-boxes > .box .box-background {
  position: absolute;
  width: 277px;
  height: 900px;
  background: none;
  display: block;
  left: 0;
  bottom: 0;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
}
@media all and (max-width: 1350px) {
  .home .home-boxes > .box .box-background {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  .home .home-boxes > .box .box-row {
    align-items: center;
    display: flex;
  }
}
@media all and (max-width: 1024px) {
  .home .home-boxes > .box .box-row .wrapper {
    max-width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .home .home-boxes > .box .box-row__text,
  .home .home-boxes > .box .box-row__media {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .home .home-boxes > .box:nth-child(even) .box-row {
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .home .home-boxes > .box:nth-child(even) .box-row_text {
    order: 1;
  }
}
@media all and (max-width: 1024px) {
  .home .home-boxes > .box:nth-child(even) .box-row__media {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .home .home-boxes > .box:nth-child(even) .box-row__media {
    order: 2;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media all and (min-width: 1025px) {
  .home .home-boxes .intellingence {
    height: 400px;
  }
}
@media all and (max-width: 1024px) {
  .home .home-boxes .intellingence {
    width: 100%;
    margin: 53px 0;
  }
}
@media all and (min-width: 1025px) {
  .home .home-boxes .intelligence-illustrations {
    padding-left: 0;
    right: 70px;
  }
}
@media all and (min-width: 1025px) {
  .home .home-boxes .intelligence-illustrations .svg-container {
    right: -300px;
  }
}
@media all and (min-width: 1025px) {
  .home .home-boxes .intelligence-illustrations .intelligence-image {
    max-width: 300px;
  }
}
@media all and (min-width: 1025px) {
  .home .home-boxes .intelligence-illustrations .product-list {
    right: 0;
    left: 174px;
  }
}
.home .home-boxes > .box:nth-child(odd):last-child:nth-child(3):after {
  position: absolute;
  left: -100px;
  right: -100px;
  content: "";
  bottom: -26px;
  height: 56px;
  background: #f6f7ff;
  display: block;
  transform: rotate(0deg);
}
.archive-content {
  padding: 112px 0 87px;
  background: #f6f7ff;
}
@media all and (max-width: 1024px) {
  .archive-content {
    padding: 50px 0;
  }
}
@media all and (max-width: 767px) {
  .archive-content {
    padding-bottom: 0;
    background: white;
  }
}
.archive-content .case-study {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .archive-content .case-study {
    width: 100%;
    margin-bottom: 24px;
  }
}
.archive-content .case-study .post-thumbnail {
  height: 220px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .archive-content .case-study .post-thumbnail {
    height: 100%;
  }
}
.archive-content .case-study .post-thumbnail img {
  height: 100%;
  object-fit: cover;
}
.archive-content .case-study__excerpt a {
  max-width: 368px;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .archive-content .case-study__excerpt a {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.824em;
  }
}
.archive-content .search-form label span {
  display: block;
  margin-bottom: 20px;
}
.archive-content article {
  margin-bottom: 30px;
}
.archive-content article .entry-title {
  margin-bottom: 10px;
  font-size: 22px;
}
.archive-content .breadcrumbs {
  margin-bottom: 39px;
}
@media all and (max-width: 767px) {
  .archive-content .breadcrumbs {
    margin-bottom: 17px;
  }
}
.archive-content .intro h2 {
  font-size: 32px;
  color: #1a264a;
  line-height: 40px;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .archive-content .intro h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 28px;
  }
}
@media all and (max-width: 767px) {
  .cases-container {
    background: #f6f7ff;
    padding: 34px 0 54px;
  }
}
@media all and (max-width: 767px) {
  .cases-container .r-align {
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .cases-container .r-align button {
    max-width: 100%;
    width: 100%;
  }
}
.newsletter {
  background-color: #171355;
  padding: 53px 0 60px;
  position: relative;
}
.newsletter .background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300px;
  background-image: url("./images/background-newsletter.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 1024px) {
  .newsletter .background {
    display: none;
  }
}
.newsletter .container {
  max-width: 790px;
}
.newsletter * {
  color: white;
}
.newsletter h2,
.newsletter h3,
.newsletter h4,
.newsletter h5,
.newsletter h6 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  .newsletter h2,
  .newsletter h3,
  .newsletter h4,
  .newsletter h5,
  .newsletter h6 {
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  .newsletter h2,
  .newsletter h3,
  .newsletter h4,
  .newsletter h5,
  .newsletter h6 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 37px;
  }
}
.newsletter .hbspt-form label {
  color: white;
  font-size: 15px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .newsletter .hbspt-form label {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
  }
}
.newsletter .hbspt-form form {
  display: flex;
  flex-wrap: wrap;
}
.newsletter .hbspt-form form > div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (max-width: 767px) {
  .newsletter .hbspt-form form > div {
    width: 100%;
    padding: 0;
  }
}
.newsletter .hbspt-form input[type="text"],
.newsletter .hbspt-form input[type="email"],
.newsletter .hbspt-form input[type="number"] {
  background: rgba(255, 255, 255, 0.4);
  height: 48px;
}
@media all and (max-width: 767px) {
  .newsletter .hbspt-form input[type="text"],
  .newsletter .hbspt-form input[type="email"],
  .newsletter .hbspt-form input[type="number"] {
    height: 40px;
    line-height: 40px;
  }
}
.newsletter .hbspt-form .hs_error_rollup {
  display: none !important;
}
.newsletter .hbspt-form .hs-error-msg {
  position: absolute;
  color: #f40027;
}
.newsletter .hbspt-form .hs_firstname {
  order: 1;
  margin-bottom: 20px;
}
.newsletter .hbspt-form .hs_lastname {
  order: 2;
  margin-bottom: 20px;
}
.newsletter .hbspt-form .hs_email {
  order: 3;
}
.newsletter .hbspt-form .hs_submit {
  order: 4;
  padding-top: 22px;
}
.newsletter .hbspt-form .hs_submit input {
  margin: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 2, 0.4);
  width: 100%;
  height: 48px;
  line-height: 48px;
  max-width: 100%;
}
@media all and (max-width: 767px) {
  .newsletter .hbspt-form .hs_submit input {
    height: 40px;
    line-height: 40px;
  }
}
.newsletter .hbspt-form .legal-consent-container {
  order: 5;
  width: 100%;
  padding-top: 18px;
}
@media all and (min-width: 768px) {
  .newsletter .hbspt-form .legal-consent-container {
    padding-left: calc(50% + 15px);
  }
}
.newsletter .hbspt-form .legal-consent-container p {
  font-size: 12px;
}
.newsletter
  .hbspt-form
  .legal-consent-container
  .hs-form-booleancheckbox-display
  input {
  top: 3px;
  position: relative;
}
#cn-accept-cookie {
  background: #3e63af;
}
.site-footer {
  background: #f6f7ff;
  padding: 31px 0;
}
@media all and (max-width: 1024px) {
  .site-footer {
    padding: 47px 0 47px;
  }
}
.site-footer .container {
  max-width: 1310px;
}
.site-footer * {
  color: #1a264a;
}
@media all and (max-width: 767px) {
  .site-footer .site-info {
    padding: 0 15px;
  }
}
.site-footer .block-title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 33px;
}
@media all and (max-width: 767px) {
  .site-footer .block-title {
    margin: 0 0 30px;
  }
}
.site-footer ul {
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .site-footer ul {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .site-footer ul {
    margin-bottom: 26px;
  }
}
.site-footer ul li {
  list-style: none;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .site-footer ul li {
    line-height: 22px;
  }
}
@media all and (max-width: 767px) {
  .site-footer ul li {
    margin-bottom: 24px;
  }
}
.site-footer ul li a:hover {
  color: #3e63af;
}
.site-footer .span-3:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
@media all and (max-width: 767px) {
  .site-footer .span-3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0.8567%;
    padding: 0 calc(36px - 0.8567%);
  }
}
.site-footer .span-3:first-child {
  width: 26.6%;
}
.site-footer .span-3:first-child img {
  max-width: 270px;
}
@media all and (max-width: 1350px) {
  .site-footer .span-3:first-child img {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .site-footer .span-3:first-child img {
    max-width: 209px;
  }
}
@media all and (max-width: 1350px) {
  .site-footer .span-3:first-child {
    width: 22.6%;
  }
}
@media all and (max-width: 1024px) {
  .site-footer .span-3:first-child {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .site-footer .span-3:first-child {
    margin-bottom: 49px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-footer .span-3:nth-child(2) {
  width: 29%;
}
@media all and (max-width: 1024px) {
  .site-footer .span-3:nth-child(2) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .site-footer .span-3:nth-child(2) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-footer .span-3:nth-child(3) {
  width: 23.2866%;
}
@media all and (max-width: 1350px) {
  .site-footer .span-3:nth-child(3) {
    width: 24.2866%;
  }
}
@media all and (max-width: 1024px) {
  .site-footer .span-3:nth-child(3) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .site-footer .span-3:nth-child(3) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .site-footer .span-3:nth-child(3) .block-title {
    margin: 0 0 19px;
  }
}
.site-footer .span-3:last-child {
  width: 20.2866%;
}
@media all and (max-width: 1024px) {
  .site-footer .span-3:last-child {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .site-footer .span-3:last-child {
    text-align: center;
  }
}
.site-footer .span-3:last-child .block-title {
  margin-bottom: 17px;
}
@media all and (min-width: 1025px) {
  .site-footer .span-3:last-child .block-title {
    padding-left: 29px;
  }
}
.site-footer h3 {
  font-size: 24px;
}
.site-footer a,
.site-footer p {
  color: inherit;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .site-footer a,
  .site-footer p {
    margin: 0;
  }
}
.site-footer .display-posts-listing {
  width: 100%;
}
@media all and (max-width: 767px) {
  .site-footer .display-posts-listing {
    margin-bottom: 42px;
  }
}
.site-footer .display-posts-listing .listing-item {
  margin-bottom: 14px;
}
@media all and (max-width: 767px) {
  .site-footer .display-posts-listing .listing-item {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(42, 32, 179, 0.31);
  }
}
.site-footer .display-posts-listing .image {
  display: inline-block;
  width: 80px;
  height: 60px;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .site-footer .display-posts-listing .image {
    height: 52px;
  }
}
.site-footer .display-posts-listing .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.site-footer .display-posts-listing .title {
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 83px);
  font-size: 12px;
  font-weight: 500;
  padding-left: 5px;
}
@media all and (max-width: 767px) {
  .site-footer .display-posts-listing .title {
    padding-left: 26px;
    padding-right: 20px;
  }
}
.site-footer .display-posts-listing .title:hover {
  color: #3e63af;
}
.social-media {
  margin-top: 10px;
}
@media all and (min-width: 1025px) {
  .social-media {
    padding-left: 30px;
  }
}
@media all and (max-width: 1350px) {
  .social-media {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .social-media {
    margin-top: 58px;
  }
}
.social-media h5 {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .social-media h5 {
    margin-bottom: 22px;
  }
  .box-3-section .box__inner--text {
    height: auto !important;
  }
  .box-3-section .span-6 {
    width: 100% !important;
  }
  .grid-cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-column-gap: 28px !important;
    grid-row-gap: 30px !important;
  }
}
@media all and (max-width: 400px) {
  .grid-cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-column-gap: 36px !important;
    grid-row-gap: 25px !important;
  }
}

.social-media .social {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #171355;
  line-height: 40px;
  margin-bottom: 10px;
}
.social-media .social:hover {
  background: #3e63af;
}
.social-media .social:not(:last-child) {
  margin-right: 10px;
}
@media all and (max-width: 360px) {
  .social-media .social:not(:last-child) {
    margin-right: 8px;
  }
}
.social-media .social img {
  vertical-align: middle;
  max-height: 14px;
}
.share-block span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-right: 24px;
}
.share-block .social {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.share-block .social img {
  max-width: 12px;
}

body.home .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.cta a {
  background: #3e63af !important;
  color: #eee8e7;
}
body.home .button,
button,
input[type="submit"]:not(.searchbox-submit) {
  background: #3e63af !important;
  color: #eee8e7;
}
body.home
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #2a2966;
}
.page-banner h1,
h1 {
  color: #3e63af;
}

.conversion-graph.animated .graph-number {
  color: #64b76d;
}
body.home .home-boxes > .box a {
  color: #eee8e7;
  font-weight: 500;
}
body.home .home-boxes .box-row__text h3,
.home-boxes .box-row__text h4,
.home-boxes .box-row__text h5,
.home-boxes .box-row__text h6 {
  color: #313540;
  margin-bottom: 23px;
}

.home-boxes .box-row__text h3,
.page-banner h1,
.box-3-section .box__inner h3,
.home-boxes > .box a,
.key-numbers h4,
.key-numbers .container .text p,
.testimonials .testimonial__info span,
.case-studies .intro a,
.site-footer .site-info .block-title p {
  text-transform: capitalize;
}
body.home .case-study__excerpt h3 a {
  color: #3e63af;
}
.testimonials .testimonial p {
  color: #2a2966 !important;
}

body.home .banner-illustrations .graph-card .graph-icon:last-of-type {
  background-color: #e7bc76;
  position: absolute;
}
body.home .banner-illustrations .graph-card .graph-icon {
  background-color: #f2727c;
}

.case-studies .intro h4,
.case-studies .intro a {
  color: #2a2966;
}

.compliance-illustrations .svg-container.animated #Path {
  fill: #f4f4f4 !important;
  stroke: #3e63af !important;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  background-color: #e8bc76;
}
.testimonials .testimonial__info span {
  color: #e8bc76;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #e8bc76;
}
.owl-dots .owl-dot span {
  border: 2px solid #e8bc76;
}
.case-study .case-study__excerpt h3 {
  color: #313540;
}
a {
  text-decoration: none;
  color: #313540;
  outline: 0;
}
.site-footer {
  background: #e8bc76;
  padding: 31px 0;
}
.conversion-graph.animated .graph-text {
  color: #2a2966;
}
.page-banner .span-5 p {
  color: #313540;
}

.content-setion-img img.inner-imgs {
  max-height: 100%;
  width: 100% !important;
}
.card.total-reviews span {
  font-size: 22px;
  color: #313540;
}
.card.total-reviews strong {
  color: #313540;
}

.body.home .page-banner {
  background: red;
}
body.home .page-banner:before,
.page-id-18587 .page-banner:before,
.page-id-16121 .page-banner:before,
.page-id-15848 .page-banner:before,
.page-template-tpl-digitalshelf .page-banner:before,
.page-template-tpl-home-new .page-banner:before,
.page-template-tpl-new-demo .page-banner:before {
  content: "";
  background: unset !important;
  background-image: url("https://www.channelsight.com/wp-content/themes/channelsight/images/new-icons/ATF%20Background%20Image.webp") !important;
  position: absolute !important;
  top: -37px !important;
  right: 0 !important;
  width: 100vw !important;
  display: block !important;
  height: 100vh !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -1 !important;
  right: 0 !important;
  left: unset !important;
  background-position: left top !important;
}
body.home .page-banner:after,
.page-id-16121 .page-banner:after,
.page-id-16121 .page-banner:after,
.page-template-tpl-digitalshelf .page-banner:after,
.page-template-tpl-home-new .page-banner:after,
.page-template-tpl-new-demo .page-banner:after {
  content: "";
  background-image: url("https://www.channelsight.com/wp-content/themes/channelsight/images/new-icons/Background2.png") !important;
  position: absolute;
  top: -29px;
  right: 0;
  width: 68%;
  display: block;
  height: 252px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
  background-position: right;
  display: none !important;
}
.span-2.site-branding {
  min-height: 90px;
  display: flex;
  align-items: center;
}
.page-template-tpl-channelsight-php .page-banner .span-5 p,
.page-template-tpl-channelsight-php .page-banner .span-5 h1 {
  color: #eee8e7 !important;
}
.container.tabs-wrp .tab-content p strong {
  color: #2a2966 !important;
}
.tabs .tab {
  color: #eee8e7;
}

.social-media .social {
  padding: 0;
  background: transparent;
}
.social-media .social img {
  vertical-align: middle;
  max-height: 40px;
}
.social-media .social:hover {
  background: #3e63af !important;
}
.content-setion-img {
  border: none;
  padding: 0;
  border-radius: unset;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conversion-graph .graph-icon img {
  max-height: 70px;
  vertical-align: middle;
  position: relative !important;
  max-width: 70px;
}
/* body.home .conversion-graph .graph-icon {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  text-align: center;
  line-height: 56px; 
  background-color: #ffcd00;
  position: absolute;
  right: -12px;
  box-shadow: 0 3px 6pxrgba (0, 0, 0, 0.16);
  top: 27px;
  z-index: 9;
} */
.conversion-graph.animated path#Oval-3 {
  stroke: #64b76d;
}
.conversion-graph.animated path#Oval-2 {
  stroke: #64b76d;
  opacity: 0.8;
}
.conversion-graph.animated path#Oval {
  stroke: #64b76d;
  opacity: 0.5;
}
.intelligence-illustrations .product-icon.green {
  background: #64b76d;
}

.intelligence-illustrations
  .svg-container.intelligence-graph
  [data-dot-count].visible
  path {
  fill: #64b76d;
}
.channel-video-section,
.case-studies {
  background: #f9fcff;
}

body.home .home-boxes > .box:nth-child(odd):before {
  background: #f9fcff;
}
body.home .box-3-section .box__inner .r-align a {
  color: #313540;
}

.intelligence-illustrations
  .svg-container.intelligence-graph
  .animated
  #graph-line {
  stroke: #64b76d;
}

.intelligence-illustrations
  .svg-container.intelligence-graph
  path[data-circle].visible {
  opacity: 1;
  stroke: #64b76d;
  fill: #64b76d;
}
body.home .intelligence-illustrations .product-icon.yellow {
  background: #e8bc76;
}
body.home .intelligence-illustrations .product-list .searchform .search-icon {
  background: #3e63af !important;
}

.intelligence-illustrations .product-list .product.highlighted_product .line {
  background: #e2e0ff;
}
body.home .banner-illustrations .graph-card .graph-icon img {
  max-height: 62px;
}
.compliance-illustrations .product-box .product-icon.yellow img {
  max-width: 56px;
}
body.home body.home h2 {
  color: #313540 !important;
}
body.home body.home .compliance-illustrations .bottom-boxes .box {
  background: #e8bc76;
}
body.home .compliance-illustrations .product-box .product-icon.pink img {
  max-width: 56px;
}
.testimonials {
  padding: 0 70px 33px;
  background: linear-gradient(
    180deg,
    #3e639d calc(50% - 24px),
    #f6f7ff calc(50% - 24px)
  );
}
.key-numbers * {
  color: #eee8e7;
}
.key-numbers {
  /* background: #3e63af !important; */
}
body.home
  #wistia_chrome_23
  #wistia_grid_85_wrapper
  .w-css-reset-tree
  button
  svg {
  /* 	background: #000 !important; */
}
span.line {
  display: block;
  height: 4px;
  background: #e2e0fc;
  width: 100%;
}

.graph-card .st1.full {
  stroke: #3e63af;
}
.graph-card .st0 {
  fill: none;
  stroke: #eee8e7;
}

.intelligence-illustrations
  .svg-container.intelligence-graph
  .full-color
  .graph-background {
  fill: #ebfbed;
}

#wistia_chrome_23 #wistia_grid_85_wrapper .w-css-reset-tree button {
  background: #000 !important;
}

.compliance-illustrations .bottom-boxes .box {
  background: #e8bc76;
}
.testimonials-block .owl-nav {
  left: -35px;
  right: -35px;
}
.case-study .case-study__excerpt h3 a {
  color: #3e63af;
}

.site-footer .site-info .block-title p {
  color: #313540;
}

.compliance-illustrations .list ul li:before {
  background-color: #3e63af;
}

.home-boxes > .box .box-background {
  background: none;
}

.box-3-section .span-6 {
  width: 33%;
}
.box-row__text h3,
.home-boxes .box-row__text h4,
.home-boxes .box-row__text h5,
.box-row__text h6 {
  color: #313540;
  margin-bottom: 23px;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.cta a {
  background: #3e63af !important;
  color: #eee8e7 !important;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.cta a:hover {
  background: #171355 !important;
  color: white;
}
.main-content ul li:not(.blocks-gallery-item):before {
  background: #3e63af !important;
}
.wrapper > h3,
.new-video > h2,
.page-banner h1,
h1,
.box-3-section .box__inner,
.box-3-section .box__inner h3 {
  color: #2a2966 !important;
}
.mega-sub-menu ul li a {
  color: #2a2966;
}
.box__inner {
  background: #fff;
}

.clients-gallery h2,
.clients-gallery h3,
.clients-gallery h4,
.clients-gallery h5,
.clients-gallery h6 {
  color: #2a2966 !important;
  font-size: 22px;
}
.page-banner .featured-case p,
.page-banner .featured-case h1 {
  color: #eee8e7 !important;
}
.tab-new:hover,
.tab-new.current {
  border-bottom: 5px solid #3e63af !important;
}
.archive-content .intro h2 {
  color: #2a2966;
}
.page-template-tpl-company-php .page-banner h1,
.page-id-12518 .page-banner h1,
.page-id-12507 .page-banner h1 {
  color: #eee8e7 !important;
}
.page-id-12518 .page-banner p {
  color: #eee8e7 !important;
}

#pressroom h5 {
  color: #2a2966;
}
#pressroom h5,
.values .intro h3 {
  color: #2a2966;
}

#mega-menu-menu-1
  > li
  > .mega-sub-menu
  .mega-menu-columns-4-of-12:first-child:before {
  background-image: url(https://www.channelsight.com/wp-content/themes/channelsight/images/new-icons/Where-To-Buy-Icon.png) !important;
}

#mega-menu-menu-1
  > li
  > .mega-sub-menu
  .mega-menu-columns-4-of-12:nth-child(2):before {
  background-image: url(https://www.channelsight.com/wp-content/themes/channelsight/images/new-icons/Digital-Shelf-Icon.png) !important;
}
#mega-menu-menu-1
  > li
  > .mega-sub-menu
  .mega-menu-columns-4-of-12:nth-child(3):before {
  background-image: url(https://www.channelsight.com/wp-content/themes/channelsight/images/new-icons/Shoppable-Media-Icon.png) !important;
}
.careers-page-section:before,
.careers {
  background: #3e63af !important;
}
.careers .jobs .span-4 .job .background {
  background: none !important;
}
.page-template-tpl-careers-php .page-banner h1 {
  color: #eee8e7 !important;
}

section.values {
  background: #f7fcfe;
}
.page-template-tpl-new-demo-php .grid-cont {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 44px !important;
}
.clients-gallery {
  background-image: url(https://www.channelsight.com/wp-content/themes/channelsight/images/Background%202.webp) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: right bottom !important;
}
/* .page-template-tpl-new-demo-php .hs-button {
  background: #3e63af !important;
  border-color: #3e63af !important;

} */
.page-id-17293 .clients-gallery {
  padding: 0 !important;
}

.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  .mega-menu-columns-4-of-12:nth-child(3) {
  padding-left: 36px !important;
}
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  .mega-menu-columns-4-of-12:nth-child(3):before {
  left: 0 !important;
}

.page-template-tpl-channelsight .home-boxes .box:first-child .box-graphic,
.page-template-tpl-retailers .home-boxes .box:first-child .box-graphic,
.page-template-tpl-company .home-boxes .box:first-child .box-graphic {
  background: none !important;
}

.banner-illustrations .card.review.stars .review-img {
  max-width: 58px;
}

.blog-anchors-li a {
  color: #3e63af !important;
}

.blog-gallery .sidebar .cta-box .button {
  width: 100%;
  color: black !important;
  background: #e8bc76 !important;
  max-width: 100%;
}

.text-none,
.post-type-archive-resources .page-banner .featured-case p,
.post-type-archive-resources .page-banner .featured-case h1 {
  text-transform: initial !important;
}

body *,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
}

.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
  > a.mega-menu-link {
  font-weight: 700 !important;
}
.button,
.case-study .case-study__excerpt h3 a {
  font-weight: 700 !important;
}
.box_inner h3,
.box-3-section .box_inner .r-align a,
.box__inner h3,
.testimonials .testimonial__info span,
.box-3-section .box__inner .r-align a {
  font-weight: 700 !important;
}
.box-3-section .box_inner p,
.box-row p,
.box-row_text p,
.testimonials .testimonial p,
.page-banner .span-5 p,
.home-boxes .box-row__text p,
.site-footer ul li,
.text-body p,
.main-content ul li p,
.main-content ul li {
  font-weight: 500 !important;
}
.page-banner .span-5 h1,
.page-banner .span-5 h1 strong,
.clients-gallery h2,
.clients-gallery h3,
.clients-gallery h4,
.clients-gallery h5,
.clients-gallery h6,
.wrapper > h3,
.new-video > h2,
.page-banner h1,
h1,
.box-3-section .box_inner,
.box-3-section .box_inner h3,
.key-numbers .intro h3,
.key-numbers .intro h4,
.key-numbers .intro h5,
.case-studies .intro h2,
.case-studies .intro h3,
.case-studies .intro h4,
.case-studies .intro h5,
.case-studies .intro h6,
.case-studies .intro h4,
.case-studies .intro a,
.case-study__excerpt a,
.key-numbers .number,
.key-numbers *,
.site-footer .display-posts-listing .title,
.site-footer .site-info .block-title p,
.case-study__excerpt a,
.blog-anchors.recent-posts div,
.blog-anchors.recent-posts ul li,
.post-template-single-New .text-body h2,
.recent-posts strong,
.recent-posts .post a,
.testimonials .intro h3,
.careers .job__title,
.careers-tabs h2,
.breadcrumbs,
.page-banner h6,
.site-header
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li
  > .mega-sub-menu
  > li
  h4
  a {
  font-weight: 600 !important;
}
