@charset "UTF-8";
@font-face {
  font-family: "ProzaLibre-Regular";
  src: url("../fonts/ProzaLibre-Regular.woff") format("woff"), url("../fonts/ProzaLibre-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProzaLibre-Bold";
  src: url("../fonts/ProzaLibre-Bold.woff") format("woff"), url("../fonts/ProzaLibre-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SpaceGrotesk-Regular";
  src: url("../fonts/SpaceGrotesk-Regular.woff") format("woff"), url("../fonts/SpaceGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SpaceGrotesk-Bold";
  src: url("../fonts/SpaceGrotesk-Bold.woff") format("woff"), url("../fonts/SpaceGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.hb-mn-i-h input {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/*Flex box styles*/
.flx-h {
  display: flex;
}

.flx-v {
  display: flex;
  flex-direction: column;
}

.flx-c1 {
  justify-content: center;
  align-items: center;
}

.flx-c2 {
  justify-content: center;
}

.flx-c3 {
  justify-content: flex-start;
}

.flx-c4 {
  justify-content: flex-end;
}

.flx-c5 {
  justify-content: space-around;
}

.flx-c6 {
  justify-content: space-between;
}

.flx-c7 {
  align-items: center;
}

.flx-c8 {
  align-items: flex-start;
}

.flx-c9 {
  align-items: flex-end;
}

.flx-g-5 {
  gap: 5px;
}

.flx-g-10 {
  gap: 10px;
}

.flx-g-15 {
  gap: 15px;
}

.flx-g-20 {
  gap: 20px;
}

.flx-g-25 {
  gap: 25px;
}

.flx-g-30 {
  gap: 30px;
}

.flx-g-40 {
  gap: 40px;
}

.flx-g-50 {
  gap: 50px;
}

.flx-g-60 {
  gap: 60px;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-nwrp {
  flex-wrap: nowrap;
}

.dsbld-btn {
  pointer-events: none;
  opacity: 0.4;
}

/*end of flex box style*/
.dsbld-btn {
  pointer-events: none;
  opacity: 0.4;
}

html,
body {
  height: 100%;
  margin: 0;
}

body,
button,
input,
optgroup,
select,
textarea,
table {
  font-family: "ProzaLibre-Regular" !important;
  color: #3A3A3A !important;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  body,
  button,
  input,
  optgroup,
  select,
  textarea,
  table {
    font-size: 16px;
  }
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  outline: none;
}

body,
div {
  box-sizing: border-box;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border: none;
}

::-moz-selection {
  background-color: #CCCCCC;
}

::selection {
  background-color: #CCCCCC;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
  border-style: none;
}

body {
  display: block;
  /*-webkit-font-smoothing: antialiased;*/
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  background-color: #FFF;
}

h1, h2, h3, h4 {
  margin: 10px 0;
  line-height: 1.2;
}

p {
  padding: 15px 0;
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-family: "SpaceGrotesk-Bold";
  font-size: 2.8em;
  font-weight: normal;
  color: #325563;
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 1.75em;
  }
}

h2 {
  font-family: "SpaceGrotesk-Bold";
  font-size: 2em;
  font-weight: normal;
  color: #009EE0;
}

h3 {
  font-family: "SpaceGrotesk-Bold";
  font-size: 1.3em;
  color: #009EE0;
}

h4 {
  font-family: "SpaceGrotesk-Bold";
  font-size: 1em;
}
@media only screen and (max-width: 480px) {
  h4 {
    font-size: 1.25em;
  }
}

.spacer-xlarge {
  height: 5em !important;
}
@media only screen and (max-width: 480px) {
  .spacer-xlarge {
    height: 2em !important;
  }
}

.spacer-large {
  height: 3.3em;
}
@media only screen and (max-width: 768px) {
  .spacer-large {
    height: 1.5em;
  }
}

.spacer-medium {
  height: 2em;
}

.spacer-small {
  height: 1.5em;
}

.spacer-tiny {
  height: 1em;
}

.wdth-100 {
  width: 100%;
}

.wdth-80 {
  width: 80%;
}

.wdth-60 {
  width: 60%;
}

.wdth-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.mrgn-0 {
  margin: 0 !important;
}
.mrgn-0 figure {
  margin: 0 !important;
}

.mrgn-auto {
  margin: 0 auto !important;
}

.pdng-0 {
  padding: 0 !important;
}

.pdng-10 {
  padding: 10px !important;
}

.pdng-50 {
  padding: 50px !important;
}

.pdng-10-h {
  padding: 0 10px !important;
}

.pdng-20-h {
  padding: 0 20px !important;
}

.pdng-10-v {
  padding: 10px 0 !important;
}

.pdng-t-250 {
  padding-top: 250px;
}

.gap-100 {
  gap: 100px;
}
@media only screen and (max-width: 480px) {
  .gap-100 {
    gap: 20px;
  }
}

.gap-80 {
  gap: 80px;
}

.txt-wht {
  color: #FFF;
}
.txt-wht a {
  color: #FFF;
}

.txt-cntr {
  text-align: center;
}

.txt-rt {
  text-align: right;
}

.txt-lft {
  text-align: left;
}

.txt-smll {
  font-size: 0.58em;
}
@media only screen and (max-width: 480px) {
  .txt-smll {
    font-size: 0.9em;
  }
}

.txt-smll2 {
  font-size: 0.66em;
}
@media only screen and (max-width: 480px) {
  .txt-smll2 {
    font-size: 0.9em;
  }
}

.txt-mdm {
  font-size: 0.83em;
}
@media only screen and (max-width: 480px) {
  .txt-mdm {
    font-size: 0.9em;
  }
}

.txt-v-lrg {
  font-size: 2.83em;
}
@media only screen and (max-width: 480px) {
  .txt-v-lrg {
    font-size: 1.9em;
  }
}

.txt-itl {
  font-style: italic;
}

.txt-bld {
  font-family: "ProzaLibre-Bold";
}

.txt-bld2 {
  font-family: "SpaceGrotesk-Bold";
}

.txt-reg2 {
  font-family: "SpaceGrotesk-Regular";
}

.txt-lrg-2 {
  font-family: "SpaceGrotesk-Regular";
  font-size: 2em;
}

.txt-2 {
  font-family: "SpaceGrotesk-Regular";
}

.txt-no-dec {
  text-decoration: none !important;
}

.txt-uln {
  text-decoration: underline !important;
}

.txt-ac {
  color: #007C91;
}

.txt-pc1 {
  color: #009EE0;
}

.txt-pc2 {
  color: #325563;
}

.txt-uc {
  text-transform: uppercase;
}

.exp-lnk {
  font-size: 0.83em;
  font-family: "ProzaLibre-Bold";
}
.exp-lnk a {
  color: #009EE0;
}
@media only screen and (max-width: 480px) {
  .exp-lnk {
    font-size: 0.9em;
  }
}

.exp-lnk-w {
  font-size: 0.83em;
  font-family: "ProzaLibre-Bold";
}
.exp-lnk-w a {
  color: #FFF;
}
@media only screen and (max-width: 480px) {
  .exp-lnk-w {
    font-size: 0.9em;
  }
}

.bg-nc1 {
  background-color: #3A3A3A;
}

.bg-nc2 {
  background-color: #EEFBFF;
}

.bg-pc1 {
  background-color: #009EE0;
}

.bg-pc2 {
  background-color: #325563;
}

.bg-sc1 {
  background-color: #B64C41;
}

.bg-sc2 {
  background-color: #F4A190;
}

.bg-pc2-50 {
  background: linear-gradient(to right, #325563 50%, #FFF 50%);
}
@media only screen and (max-width: 480px) {
  .bg-pc2-50 {
    background: unset;
    background-color: #325563;
    color: #FFF;
  }
  .bg-pc2-50 a {
    color: #FFF;
  }
}

.bg-nc2-50 {
  background: linear-gradient(to right, #EEFBFF 50%, #FFF 50%);
}
@media only screen and (max-width: 480px) {
  .bg-nc2-50 {
    background: unset;
    background-color: #EEFBFF;
    color: #009EE0;
  }
  .bg-nc2-50 a {
    color: #009EE0;
  }
}

.bg-pc2-ac-50 {
  background: linear-gradient(to right, #325563 50%, #007C91 50%);
}
@media only screen and (max-width: 480px) {
  .bg-pc2-ac-50 {
    background: unset;
    background-color: #325563;
    color: #FFF;
  }
  .bg-pc2-ac-50 a {
    color: #FFF;
  }
}

.bg-pc2-nc1-50 {
  background: linear-gradient(to right, #325563 50%, #3A3A3A 50%);
}
@media only screen and (max-width: 480px) {
  .bg-pc2-nc1-50 {
    background: unset;
    background-color: #325563;
    color: #FFF;
  }
  .bg-pc2-nc1-50 a {
    color: #FFF;
  }
}

.bg-ac {
  background-color: #007C91;
}

.up-arrw-bg {
  background-image: url("../images/up-arrw-bg.svg");
  background-repeat: no-repeat;
  background-position: 60px center;
}
@media only screen and (max-width: 480px) {
  .up-arrw-bg {
    background-position: -20px 150px;
    background-size: 20%;
  }
}

.bx-btm-bg {
  background-image: url("../images/bx-btm-bg.svg");
  background-repeat: no-repeat;
  background-position: right 90%;
}

.bx-top-bg {
  background-image: url("../images/bx-top-bg.svg");
  background-repeat: no-repeat;
  background-position: right -25%;
}
@media only screen and (max-width: 480px) {
  .bx-top-bg {
    background-position: right -15%;
  }
}

.diag-btm-bg {
  background-image: url("../images/diag-arrw-bg.svg");
  background-repeat: no-repeat;
  background-position: -50px bottom;
}

.diag-btm-drk-bg {
  background-image: url("../images/diag-arrw-drk-bg.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.manik-sym-bg {
  background-image: url("../images/manik-sym-wm.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.crcl-bg {
  background-image: url("../images/crcl-bg.svg");
  background-repeat: no-repeat;
  background-position: 70% 7%;
}
@media only screen and (max-width: 480px) {
  .crcl-bg {
    background-position: 90% 0%;
    background-size: 25%;
  }
}

.tag-wht {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 0.59em;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px !important;
}

.curved-bottom {
  /* Curved corners */
  border-bottom-left-radius: 50% 25%;
  border-bottom-right-radius: 50% 25%;
}
@media only screen and (max-width: 480px) {
  .curved-bottom {
    border-bottom-left-radius: 50% 10%;
    border-bottom-right-radius: 50% 10%;
  }
}

.flt-wht-div {
  background-color: #FFF;
}

.lnh-1 {
  line-height: 1;
}

.lnh-1-2 {
  line-height: 1.2;
}

.lnh-1-5 {
  line-height: 1.5;
}

.lnh-2 {
  line-height: 2;
}

.shdw-box {
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 2px rgba(135, 118, 105, 0.2);
}

.page-width {
  padding: 100px 0;
  padding-left: 80px;
  padding-right: 80px;
  height: inherit;
  max-width: 1440px;
  margin: 0 auto;
  /*position: relative;*/
}
@media only screen and (max-width: 768px) {
  .page-width {
    padding: 16px 16px 16px 16px;
  }
}

.page-header {
  width: 100%;
  height: 130px;
  position: fixed;
  z-index: 14000;
  /*background-color: #FFFFFF;*/
}
@media only screen and (max-width: 768px) {
  .page-header {
    height: 80px;
    padding-top: 0px;
  }
}
.page-header .pg-lg {
  width: -moz-fit-content;
  width: fit-content;
  height: 75px;
}
@media only screen and (max-width: 480px) {
  .page-header .pg-lg {
    height: 48px;
    margin: unset;
  }
}
.page-header .pg-lg img {
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .page-header .pg-lg img {
    height: 100%;
    margin-top: 0;
  }
}
.page-header .hdr-n-itm {
  color: #3A3A3A;
  cursor: pointer;
  font-family: "SpaceGrotesk-Bold";
  font-size: 0.66em;
  line-height: 1.2;
}
.page-header .hdr-n-itm a {
  color: #3A3A3A;
}
.page-header .hdr-n-itm-actv {
  position: relative;
  color: #009EE0;
}
.page-header .hdr-n-itm-actv a {
  color: #009EE0;
}
.page-header .hdr-n-itm-parent {
  position: relative;
}
.page-header .hdr-n-itm-parent::after {
  position: absolute;
  content: "";
  background-image: url("../images/chevron.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 9px;
  background-size: 100%;
  top: 5px;
  right: -20px;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.page-header .hdr-n-itm-parent.mnu-open::after {
  transform: rotate(180deg);
}
.page-header .page-width {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.page-header .mnu-hdr {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .page-header .mn-nav {
    display: none;
  }
}

.page-header.scrolled {
  background-color: #FFF; /* New background color */
}

/**
Mobile Menu
**/
.hb-mn-i-h {
  display: none;
  position: relative;
  z-index: 9002;
}
@media only screen and (max-width: 768px) {
  .hb-mn-i-h {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hb-mn-i-h {
    display: block;
  }
}
.hb-mn-i-h input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hb */
  -webkit-touch-callout: none;
}
.hb-mn-i-h input:checked ~ .hb-mn {
  transform: none;
}
.hb-mn-i-h span {
  display: block;
  width: 22px;
  height: 1px;
  margin-bottom: 7px;
  position: relative;
  background: #333; /*$text-color-one;*/
  border-radius: 1px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
@media only screen and (max-width: 480px) {
  .hb-mn-i-h span {
    margin-bottom: 5px;
  }
}
.hb-mn-i-h #hb3 {
  margin-bottom: 0 !important;
}
.hb-mn-i-h #hb2 {
  width: 22px;
}
.hb-mn-i-h #hb1 {
  transform-origin: 0% 100%;
  width: 22px;
}
.hb-mn-i-h input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-1px, 0) scale(1.1, 1.1);
  /*background: #FFF;*/
}
.hb-mn-i-h input:checked ~ #hb1 {
  width: 21px;
  top: 0px;
  transform: rotate(42deg) translate(0, 0) scale(1.1, 1.5);
}
.hb-mn-i-h input:checked ~ #hb2 {
  opacity: 1;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.hb-mn-i-h input:checked ~ #hb3 {
  width: 20px;
  transform: rotate(-45deg) translate(0, 0) scale(1.1, 1.5);
  top: 0px;
  left: 0px;
}

.hb-mn {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translateX(100vw);
  transition: transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  /*padding: 8px 30px;*/
  overflow: scroll;
}

/**
Mobile Menu Ends
**/
.mob-mn-hdr {
  padding: 16px;
}

.mob-mn-itms {
  padding-top: 0px;
  height: calc(100vh - 100px);
  gap: 1px;
}
.mob-mn-itms .mob-mn-lnk {
  color: #009EE0;
  display: block;
  width: 100%;
  background-color: #EEFBFF;
  font-family: "ProzaLibre-Regular";
  font-size: 1.25em;
  padding: 10px 16px;
}
.mob-mn-itms .mob-mn-chld {
  padding-left: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mob-mn-itms .mob-mn-chld img {
  width: 40px;
  height: 40px;
}
.mob-mn-itms .btn-drk {
  width: 100%;
}
.mob-mn-itms .level3-lnks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 2px 2px 2px 75px;
  background-color: rgba(238, 251, 255, 0.6);
}
.mob-mn-itms .level3-lnks a {
  display: block;
  color: #009EE0;
}

/*mega menu*/
.mga-mnu {
  position: absolute;
  left: 0;
  top: -650px;
  width: 100vw;
  /*height: 480px;*/
  background-color: #FFF;
  position: fixed;
  z-index: 13999;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
  transition: top 500ms cubic-bezier(0.29, 0.63, 0.44, 1);
}
.mga-mnu .mga-mnu-hldr {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.mga-mnu .mga-mnu-hldr .mga-mnu-itm {
  flex-grow: 1;
  padding: 20px;
}
.mga-mnu .mga-mnu-hldr .mga-mnu-itm:nth-child(even) {
  background-color: #EEFBFF;
}
.mga-mnu .mga-mnu-hldr .mga-mnu-itm[dt$=packages i] {
  background-color: #325563;
  color: #FFF !important;
}
.mga-mnu .mga-mnu-hldr .mga-mnu-itm[dt$=packages i] a {
  color: #FFF !important;
}
.mga-mnu .mga-mnu-hldr .mga-mnu-lnk-hldr {
  padding-top: 15px;
}
.mga-mnu .mga-mnu-hldr .mga-mnu-lnk {
  font-size: 0.75em;
  padding: 6px 0;
}
.mga-mnu .mga-mnu-hldr .mga-mnu-lnk a {
  color: #325563;
}

.mga-mnu-intro {
  padding: 15px 0 15px 20px;
  opacity: 0.75;
  background-color: #EEFBFF;
  font-size: 0.65em;
}

.mga-mnu-intro .txt-smll {
  line-height: 1.6;
}

.mga-mnu-intro a {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
}

/*mega menu ends*/
.page-footer {
  min-height: 800px;
  background-color: #3A3A3A;
}
.page-footer .ftr-tp {
  border-bottom: #EEFBFF 1px solid;
  background-image: url("../images/symbol-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media only screen and (max-width: 480px) {
  .page-footer .ftr-tp {
    border-bottom: none;
  }
}
.page-footer .ftr-tp .page-width {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .page-footer .ftr-tp .page-width {
    flex-direction: column;
  }
}
.page-footer .ftr-tp .ftr-tp-lft {
  border-right: #EEFBFF 1px solid;
  width: 40%;
  padding: 80px 0;
}
@media only screen and (max-width: 480px) {
  .page-footer .ftr-tp .ftr-tp-lft {
    width: 100%;
    border-right: none;
    border-bottom: #EEFBFF 1px solid;
    padding: 30px 0;
  }
}
.page-footer .ftr-tp .ftr-tp-rt {
  width: 60%;
  padding: 100px 80px 80px 80px;
}
@media only screen and (max-width: 480px) {
  .page-footer .ftr-tp .ftr-tp-rt {
    width: 100%;
    padding: 30px 0;
    border-bottom: #EEFBFF 1px solid;
  }
}
.page-footer .ftr-itm {
  color: #ffffff;
  font-size: 0.83em;
}
.page-footer .ftr-itm-chld {
  position: relative;
}
.page-footer .ftr-itm-chld::after {
  position: absolute;
  content: "→";
  line-height: 2;
  padding-left: 5px;
}
.page-footer .ftr-btm {
  padding: 80px 0;
}
@media only screen and (max-width: 480px) {
  .page-footer .ftr-btm {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-footer .cpy-mnu {
    flex-direction: column;
    padding: 5px;
    gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .page-footer .lgl-mnu {
    gap: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .mob-hide {
    display: none;
  }
}

.page-content {
  /*padding-top: 100px;*/
  min-height: 500px;
  /*@include media-query("small"){
      padding-top: 130px;
  }*/
}

.hero-section {
  height: 800px;
  padding-top: 130px;
}
.hero-section .hero-inner {
  height: 800px;
}
@media only screen and (max-width: 480px) {
  .hero-section {
    padding-top: 80px;
    height: 750px;
  }
}

@media only screen and (max-width: 480px) {
  .home-hero .wp-block-spacer:nth-child(1) {
    height: 70px !important;
  }
}
@media only screen and (max-width: 480px) {
  .home-hero .wdth-60 {
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .home-hero figure {
    width: 180px;
    float: unset !important;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 480px) {
  .home-hero .txt-lrg-2 {
    text-align: center;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .home-hero .txt-ac {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .home-hero .btn-drk, .home-hero .btn-wht {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .kpi-sec .diag-btm-bg {
    background-size: 45%;
  }
}

.clarity-hero {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url(../images/clarity.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 110% -90%;
}
@media only screen and (max-width: 480px) {
  .clarity-hero {
    background-size: 400px 400px;
    background-position: 80px -90px;
    height: 600px !important;
  }
}

.service-hero {
  background-image: url("../images/symbol-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media only screen and (max-width: 480px) {
  .service-hero {
    background-size: 100%;
  }
}
.service-hero .wp-block-group__inner-container {
  width: 100%;
}
.service-hero strong {
  font-family: "ProzaLibre-Bold";
}
.service-hero .wp-block-columns {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .service-hero .wp-block-columns {
    gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .service-hero .wp-block-columns .wp-block-spacer {
    height: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  .service-hero .diag-btm-bg {
    background-position: 107% top;
    background-size: 30%;
  }
}

.visibility-hero {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url(../images/visibility.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 110% -90%;
}
@media only screen and (max-width: 480px) {
  .visibility-hero {
    background-size: 400px 400px;
    background-position: 80px -90px;
    height: 600px !important;
  }
}
.visibility-hero .page-width {
  padding-top: 0px;
}
@media only screen and (max-width: 480px) {
  .visibility-hero .wdth-60 {
    width: 80%;
  }
}

.connections-hero {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url(../images/connections.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 110% -90%;
}
@media only screen and (max-width: 480px) {
  .connections-hero {
    background-size: 400px 400px;
    background-position: 80px -90px;
    height: 600px !important;
  }
}
.connections-hero .page-width {
  padding-top: 0px;
}
@media only screen and (max-width: 480px) {
  .connections-hero .wdth-60 {
    width: 80%;
  }
}

.credibility-hero {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url(../images/credibility.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 110% -90%;
}
@media only screen and (max-width: 480px) {
  .credibility-hero {
    background-size: 400px 400px;
    background-position: 80px -90px;
    height: 600px !important;
  }
}
.credibility-hero .page-width {
  padding-top: 0px;
}
@media only screen and (max-width: 480px) {
  .credibility-hero .wdth-60 {
    width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  .kpi-hldr .wp-block-column {
    flex-basis: unset !important;
    width: 50% !important;
    flex-grow: unset !important;
  }
}

.btn-wht {
  background-color: #FFF !important;
  color: #B64C41 !important;
  border-radius: 2px;
  border: 1px solid #B64C41 !important;
  font-size: 0.66em;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1;
}
.btn-wht a {
  background-color: #FFF !important;
  color: #B64C41 !important;
}
@media only screen and (max-width: 480px) {
  .btn-wht {
    font-size: 0.9em;
    padding: 5px 20px;
  }
}

.btn-wht:active {
  opacity: 0.9;
}

.btn-drk {
  background-color: #B64C41 !important;
  color: #FFF !important;
  border: 1px solid #B64C41 !important;
  border-radius: 2px;
  font-size: 0.66em;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1;
}
.btn-drk a {
  background-color: #B64C41 !important;
  color: #FFF !important;
}
@media only screen and (max-width: 480px) {
  .btn-drk {
    font-size: 0.9em;
    padding: 5px 20px;
  }
}

.btn-drk:active {
  opacity: 0.9;
}

.txt-kpi {
  color: #FFF;
  font-size: 4em;
  font-family: "SpaceGrotesk-Bold";
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.txt-kpi sup {
  font-size: 60px;
  line-height: 1;
  font-family: "SpaceGrotesk-Regular";
}

@media only screen and (max-width: 480px) {
  .ico-grid-hldr .wp-block-spacer {
    height: 20px !important;
  }
}

.ico-grid {
  place-items: center;
}
@media only screen and (max-width: 480px) {
  .ico-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.ico-grid figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}

@media only screen and (max-width: 480px) {
  .m-cs-stdy-hldr {
    gap: 20px;
  }
}

.m-cs-stdy-itm {
  width: 425px;
  height: 500px;
}
@media only screen and (max-width: 480px) {
  .m-cs-stdy-itm {
    height: 400px;
  }
}
.m-cs-stdy-itm .m-cs-stdy-img {
  height: 360px;
}
.m-cs-stdy-itm .m-cs-stdy-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .m-cs-stdy-itm .m-cs-stdy-img {
    height: 250px;
  }
}
.m-cs-stdy-itm .m-cs-stdy-info {
  height: 140px;
  padding: 4px 16px;
}
@media only screen and (max-width: 480px) {
  .m-cs-stdy-itm .m-cs-stdy-info {
    height: 150px;
  }
}
.m-cs-stdy-itm .m-cs-stdy-info .txt-smll {
  height: 50px;
}
@media only screen and (max-width: 480px) {
  .m-cs-stdy-itm .m-cs-stdy-info .txt-smll {
    height: 70px;
  }
}

.blog-itm {
  width: 600px;
  height: 700px;
}
@media only screen and (max-width: 480px) {
  .blog-itm {
    width: 100%;
    height: 450px;
  }
}
.blog-itm .blog-itm-img {
  width: 600px;
  height: 500px;
}
@media only screen and (max-width: 480px) {
  .blog-itm .blog-itm-img {
    width: 100%;
    height: 300px;
  }
}
.blog-itm .blog-itm-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog-itm .blog-itm-info {
  height: 200px;
  padding: 4px 16px;
}
@media only screen and (max-width: 480px) {
  .blog-itm .blog-itm-info {
    height: 150px;
  }
}
.blog-itm .blog-itm-info .txt-smll {
  height: 50px;
}

@media only screen and (max-width: 480px) {
  .bdgt-itm img {
    width: 60px !important;
    height: 60px !important;
  }
}
@media only screen and (max-width: 480px) {
  .bdgt-itm {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .bdgt-itm .bdgt-itm-hdr {
    padding: 0 0 10px 0;
    text-align: left !important;
  }
}
@media only screen and (max-width: 480px) {
  .bdgt-itm .bdgt-itm-info {
    display: flex;
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 480px) {
  .bdgt-itm .bdgt-itm-info .wp-block-group__inner-container {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .bdgt-itm .bdgt-itm-info-dtls .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .bdgt-itm .bdgt-itm-info-dtls .wp-block-group__inner-container .mrgn-auto {
    margin: unset !important;
  }
}

@media only screen and (max-width: 480px) {
  .how-grd {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .cta-sec .wp-block-button {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .cta-sec .txt-rt, .cta-sec .txt-lft {
    text-align: center;
  }
}

.serv-cards-hldr {
  background-color: #fff;
  padding: 1px;
  gap: 1px;
  display: grid;
  /*grid-template-columns:
  repeat(auto-fit,minmax(350px,1fr));*/
}
.serv-cards-hldr.grid-1 {
  grid-template-columns: 1fr;
}
.serv-cards-hldr.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.serv-cards-hldr.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.serv-cards-hldr.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.serv-cards-hldr .serv-card {
  position: relative;
  /*flex: 1 1 350px;*/
  background-color: #3A3A3A;
  height: 480px;
  /*padding: 36px;*/
  color: #FFF;
  background-image: url("../images/arrow_circle_right.svg");
  background-repeat: no-repeat;
  background-position: 36px 36px;
  overflow: hidden;
}
.serv-cards-hldr .serv-card .serv-card-img {
  width: 100%;
  height: 360px;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.serv-cards-hldr .serv-card .serv-card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.45s ease, transform 0.7s ease;
}
.serv-cards-hldr .serv-card a, .serv-cards-hldr .serv-card h3 {
  color: #FFF;
}
.serv-cards-hldr .serv-card img {
  width: 48px;
  height: 48px;
}
.serv-cards-hldr .serv-card-info {
  position: absolute;
  left: 0px;
  width: 100%;
  padding: 0 36px;
  height: 120px;
  transition: transform 0.45s ease;
  transform: translateY(150px);
}
.serv-cards-hldr .serv-card-info img {
  opacity: 0;
  transition: opacity 0.45s ease;
}
.serv-cards-hldr .serv-card-info .txt-mdm {
  display: block;
  opacity: 1;
  transition: opacity 0.45s ease;
}

.serv-card:hover .serv-card-img img {
  opacity: 1;
  transform: scale(1);
}

.serv-card:hover .serv-card-info .txt-mdm {
  opacity: 0;
  display: none;
  transform: scale(1);
}

.serv-card:hover .serv-card-info {
  transform: translateY(360px);
  align-items: center;
}

.serv-card:hover .serv-card-info img {
  opacity: 1;
}

.ind-sec {
  width: 100%;
  padding-top: 30px;
}
.ind-sec .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.ind-sec .ind-itm {
  border: 1px solid #3A3A3A;
  text-align: center;
  color: #3A3A3A;
  border-radius: 20px;
  padding: 5px 10px;
  font-family: "SpaceGrotesk-Regular";
  font-size: 0.66em;
}

.breadcrumbs {
  position: absolute;
  top: 140px;
  z-index: 13998;
  color: #3A3A3A;
  font-style: italic;
  width: 100%;
  font-size: 0.66em;
  /*text-shadow:
  0 0 2px rgba(0,0,0,.5),
  0 1px 4px rgba(0,0,0,.5);*/
}
@media only screen and (max-width: 480px) {
  .breadcrumbs {
    top: 90px;
  }
}
.breadcrumbs a {
  color: #3A3A3A;
}
.breadcrumbs .page-width {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

code {
  color: #009EE0;
  font-size: 1.33em;
  font-family: "ProzaLibre-Regular" !important;
}/*# sourceMappingURL=main.css.map */