@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900);
#content {
  padding-left: 0;
  padding-right: 0;
}

#block-appnovation-page-title {
  display: none;
}

.color_green1 {
  color: #00e9c2;
}

.color_purple {
  color: #2e3590;
}

.color_silver1 {
  color: #f3f6f9;
}

.color_green2 {
  color: #baf7e7;
}

.color_silver2 {
  color: #8e9294;
}

.color_black {
  color: #282d30;
}

/* Animation */
/* TYPOGRAPHY */
body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes faderight {
  0% {
    left: 30px;
  }
  100% {
    left: 290px;
  }
}

@keyframes grayFadeIn {
  0% {
    filter: grayscale(0);
  }
  100% {
    filter: grayscale(100%);
  }
}

@keyframes colorFadeIn {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0);
  }
}

#navbar-main {
  padding: 0;
  position: static;
}

@media (max-width: 576px) {
  #navbar-main .navbar > .container {
    padding-left: 0;
  }
  #navbar-main .navbar > .container .nav-button {
    right: 20px;
  }
}

.header-logo {
  padding-bottom: 0;
  width: 160px;
}

@media only screen and (max-device-width: 320px) {
  .header-logo {
    width: 120px;
  }
}

.header-logo svg {
  width: 100%;
  height: auto;
}

.logobrand,
.clogobrand {
  fill: #2e3590;
}

.logosubtitle,
.clogosubtitle {
  fill: #282d30;
}

.light-bg .nav-button.mr-4 > span > span {
  background-color: #2e3590;
}

.head-main {
  transition: all 200ms linear;
  z-index: 1;
  padding-bottom: 1rem;
}

.head-main.light-bg {
  background: #fff;
}

.menu {
  color: #62717a;
}

.menu ul {
  list-style: none;
  padding-top: 4rem;
}

.close_menu {
  border: 1px solid #9aa7af;
  border-radius: 1.6875rem;
  color: #62717a;
  cursor: pointer;
  display: inline-block;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.close {
  font-size: 5rem;
}

@media (max-width: 576px) {
  .head-main .navbar .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.nav-open .main-menu {
  background: #fff;
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  height: 100vh;
  overflow: auto;
  transition: 0.2s ease;
}

.nav-open .main-menu .nav li {
  display: contents;
  opacity: 1;
  cursor: pointer;
}

.nav-open .main-menu .nav li.show .submenu {
  max-height: 600px;
  transition: max-height 1s;
}

@media only screen and (min-width: 576px) and (max-width: 770px) {
  .nav-open .main-menu .nav li.show .submenu {
    opacity: 1;
    visibility: visible;
  }
}

.nav-open .main-menu .nav li .submenu {
  border-left: 2px solid #979797;
  height: auto;
  min-height: 100%;
  left: 350px;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  padding-left: 40px;
  flex-direction: column;
}

@media (max-width: 576px) {
  .nav-open .main-menu .nav li .submenu {
    position: relative;
    visibility: visible;
    opacity: 1;
    padding: 0 20px;
    margin-left: 20px;
    max-height: 0;
    overflow: hidden;
    left: 0;
    width: calc(100% - 20px);
  }
  .nav-open .main-menu .nav li .submenu li a {
    font-size: 1.7rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 770px) {
  .nav-open .main-menu .nav li .submenu {
    visibility: hidden;
  }
}

.nav-open .main-menu .nav li .submenu li a {
  font-size: 1.875rem;
  height: auto;
  max-height: -webkit-fit-content;
  max-height: fit-content;
}

.nav-open .main-menu .nav li .submenu li a:hover::after {
  display: none;
}

.nav-open .main-menu .nav li:hover > ul {
  transition: 0.5s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.nav-open .navbar-brand > svg .brand {
  transition: 0.5s ease-in-out;
  fill: #2e3590;
}

.nav-open .navbar-brand > svg .subtitle {
  transition: 0.5s ease-in-out;
  fill: #282d30;
}

.nav-open .burguer2x span:nth-child(1) {
  left: 50%;
  top: 9px;
  width: 0;
}

.nav-open .burguer2x span:nth-child(2) {
  transform: rotate(45deg);
}

.nav-open .burguer2x span:nth-child(3) {
  transform: rotate(-45deg);
}

.nav-open .burguer2x span:nth-child(4) {
  left: 50%;
  top: 9px;
  width: 0;
}

.nav-open .burguer2x span {
  background-color: #2e3590;
}

.nav-open .header-button {
  box-shadow: 0 2px 19px 0 rgba(0, 0, 0, 0.2);
  color: #282d30;
  opacity: 0;
  visibility: hidden;
}

.nav-open #main-wrapper {
  visibility: hidden;
}

.header-button,
.menu-button {
  transition: 0.3s ease-in-out;
  align-self: flex-end;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
}

.header-button {
  transition: 0.3s ease-in-out;
  box-sizing: content-box;
  height: 50px;
}

.header-button a:hover {
  text-decoration: none;
}

.menu__toggle__checkbox {
  opacity: 0;
}

.dropdown {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
}

.hamburger {
  align-items: flex-end;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  width: 15px;
}

.icon-bar,
.icon-bar_hidden {
  background-color: #cccccc;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin: 3px;
  transition: all 0.2s;
  width: 20px;
}

.icon-bar_hidden {
  opacity: 0;
  width: 1px;
}

.menu_text {
  font-size: 1.2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.getintouch {
  background-color: rgba(46, 53, 144, 0.8);
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  text-align: center;
  vertical-align: middle;
  width: 152px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.getintouch:hover {
  background-color: #2e3590;
  color: #fff;
  border-radius: 10px;
}

.nav-open .getintouch {
  background-color: #fff;
  color: #282d30;
}

.menu-margin {
  border-left: 1px solid #282d30;
}

.main-menu {
  height: 100%;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: 0.2s ease;
}

.main-menu .nav {
  position: relative;
  width: 350px;
  z-index: 1;
}

.nav-open .main-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu > .flex-left-top.p-5 > .nav > li > a {
  padding-left: 0;
}

.main-menu .nav li {
  transform: translateY(-40px);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  opacity: 1;
}

.main-menu .nav li a {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  padding: 0.75rem 0;
  font-size: 1.875rem;
  color: #2e3590;
  transition: color 0.3s;
}

@media (min-width: 992px) {
  .main-menu .nav li a {
    font-size: 2.5rem;
  }
}

.main-menu .nav li a:hover {
  color: #00e9c2;
  transition: color 0.3s;
}

@media (max-width: 576px) {
  .main-menu .nav li a:hover::after {
    background-image: none;
  }
}

.main-menu .nav li a.active {
  color: #00e9c2;
}

@media only screen and (min-width: 576px) and (max-width: 770px) {
  .main-menu .nav li.parent-menu > a::after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12.6 30.5' style='enable-background:new 0 0 12.6 30.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300E9C2;stroke:%2300E9C2;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cg id='arrow-right'%3E%3Cpath class='st0' d='M6.2,28.3l0-26 M6.2,28.3l-5-4 M6.2,28.3l5-4'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    width: 30px;
  }
}

@media (min-width: 576px) {
  .main-menu .nav li.parent-menu a:hover::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyOC4wMjgnIGhlaWdodD0nMTIuMDIyJz48ZyBmaWxsPScjMDBlOWMyJyBzdHJva2U9JyMwMGU5YzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLXdpZHRoPScyJz48cGF0aCBkPSdNMjcuMDE0IDYuMDExaC0yNk0yNy4wMTQgNi4wMTFsLTQgNU0yNy4wMTQgNi4wMTFsLTQtNScvPjwvZz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: 10px;
    vertical-align: middle;
    width: 28px;
  }
}

@media (max-width: 576px) {
  .main-menu .nav li.parent-menu > a:hover::after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12.6 30.5' style='enable-background:new 0 0 12.6 30.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300E9C2;stroke:%2300E9C2;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cg id='arrow-right'%3E%3Cpath class='st0' d='M6.2,28.3l0-26 M6.2,28.3l-5-4 M6.2,28.3l5-4'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    width: 30px;
  }
}

.main-menu .nav li.show > a::after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  vertical-align: middle;
  width: 28px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12.6 30.5' style='enable-background:new 0 0 12.6 30.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300E9C2;stroke:%2300E9C2;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cg id='arrow-right'%3E%3Cpath class='st0' d='M6.2,2.3v26 M6.2,2.3l5,4 M6.2,2.3l-5,4'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 30px;
}

.main-menu .nav li.show > a:hover::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12.6 30.5' style='enable-background:new 0 0 12.6 30.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300E9C2;stroke:%2300E9C2;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cg id='arrow-right'%3E%3Cpath class='st0' d='M6.2,2.3v26 M6.2,2.3l5,4 M6.2,2.3l-5,4'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media only screen and (min-width: 576px) and (max-width: 770px) {
  .main-menu .nav li.show > a::after,
  .main-menu .nav li.show > a:hover::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyOC4wMjgnIGhlaWdodD0nMTIuMDIyJz48ZyBmaWxsPScjMDBlOWMyJyBzdHJva2U9JyMwMGU5YzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLXdpZHRoPScyJz48cGF0aCBkPSdNMjcuMDE0IDYuMDExaC0yNk0yNy4wMTQgNi4wMTFsLTQgNU0yNy4wMTQgNi4wMTFsLTQtNScvPjwvZz48L3N2Zz4=") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: 10px;
    vertical-align: middle;
    width: 28px;
  }
}

.main-menu .nav li.delay-1 {
  transition-delay: 0.1s;
}

.main-menu .nav li.delay-2 {
  transition-delay: 0.2s;
}

.main-menu .nav li.delay-3 {
  transition-delay: 0.3s;
}

.main-menu .nav li.delay-4 {
  transition-delay: 0.4s;
}

.main-menu .nav li.delay-5 {
  transition-delay: 0.5s;
}

.main-menu .nav li.delay-6 {
  transition-delay: 0.6s;
}

.main-menu .nav li.delay-7 {
  transition-delay: 0.7s;
}

.main-menu .nav li.delay-8 {
  transition-delay: 0.8s;
}

.main-menu .nav li.delay-9 {
  transition-delay: 0.9s;
}

.nav-button {
  display: block;
  height: 42px;
  padding: 8px;
  position: relative;
  z-index: 1111;
}

.nav-button .burguer2x {
  transform: rotate(0deg);
  cursor: pointer;
  display: inline-block;
  height: 22px;
  position: relative;
  text-align: right;
  width: 24px;
  margin-top: 4px;
}

.nav-button .burguer2x span {
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #fff;
  border-radius: 9px;
  display: block;
  height: 3px;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 100%;
}

.nav-open .nav-button .burguer2x span {
  background-color: #2e3590;
}

.nav-button .burguer2x span:first-child {
  width: 80%;
}

.nav-open .nav-button .burguer2x span:first-child {
  display: none;
}

.nav-button .burguer2x span:nth-child(2) {
  top: 7px;
}

.nav-open .nav-button .burguer2x span:nth-child(2) {
  top: 0;
}

.nav-button .burguer2x span:last-child {
  top: 14px;
  width: 60%;
}

.nav-open .nav-button .burguer2x span:last-child {
  display: none;
}

.nav-open .nav-button .burguer2x {
  margin-top: 10px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.flex-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.p-15-100 {
  padding-left: 15px;
  padding-top: 100px;
}

.p-15-130 {
  padding-left: 15px;
  padding-top: 130px;
}

@media (max-width: 576px) {
  .p-15-130 {
    padding-left: 30px;
  }
}

.flex-left-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.fixed-top.main-menu {
  z-index: -1;
}

.faderight {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: faderight;
  animation-timing-function: ease-out;
  position: absolute;
  top: 3rem;
}

.header-button a {
  display: flex;
}

/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
.headroom {
  will-change: transform;
  transition: all 200ms linear;
  z-index: 400;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.headroom--not-top .head-main {
  background: #fff;
  transition: all 200ms linear;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 5px 10px 0 rgba(46, 53, 144, 0.1);
}

.headroom--not-top .logobrand,
.headroom--not-top .logosubtitle {
  fill: #2e3590;
  transition: all 200ms linear;
}

.headroom--not-top .nav-button.mr-4 > span > span {
  background-color: #2e3590;
  transition: all 200ms linear;
}

body .nav-button .burguer2x.purple span {
  background-color: #2e3590;
}

.site-footer {
  padding: 0;
}

.footer {
  background-color: #282d30;
}

.footer .container {
  padding-top: 2rem;
}

@media (max-width: 576px) {
  .footer .container {
    padding-top: 2.875rem;
  }
}

.footer #footer-navigation {
  padding-left: 0;
  display: flex;
}

.footer #footer-navigation li {
  margin-right: 2rem;
}

@media (max-width: 576px) {
  .footer #footer-navigation {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .footer #footer-navigation {
    display: block;
  }
}

@media only screen and (max-width: 991px) and (min-width: 576px) {
  .footer .footer-submenu {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer .footer-submenu ul {
    padding-left: 0;
    width: 100%;
  }
  .footer .footer-submenu ul li {
    margin-left: 0;
  }
  .footer .footer-submenu h5 {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .footer .footer-submenu .col-12 {
    width: 50% !important;
  }
}

.footer_office_locations {
  background-color: #282d30;
}

@media (max-width: 576px) {
  .footer_office_locations {
    padding-left: 0;
  }
}

.footer_office_locations ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.footer_office_locations ul li:nth-child(2n) {
  padding-left: 1rem;
}

@media (min-width: 576px) {
  .footer_office_locations ul li:nth-child(2n) {
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .footer_office_locations ul {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
}

.footer_office_locations ul li {
  margin: 0;
  text-align: left;
  display: inline-block;
  float: left;
  width: 50%;
}

.footer_office_locations ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}

@media (min-width: 576px) {
  .footer_office_locations ul li {
    margin-left: 1rem;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .footer_office_locations ul li {
    margin-left: 0;
  }
}

.footer_office_locations #office-locations-navigation {
  color: #00e9c2;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
}

@media (min-width: 576px) {
  .footer_office_locations #office-locations-navigation {
    margin-left: 1rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 768px) {
  .footer_office_locations #office-locations-navigation {
    margin-left: 0;
  }
}

.newsletter-footer-text {
  color: #00e9c2;
  padding-top: 2rem;
  line-height: 1.5;
  font-size: 1rem;
  font-family: Poppins, sans-serif;
}

@media (max-width: 991.98px) {
  .newsletter-footer-text {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}

.newsletter-footer-text .subscribe-link {
  color: #fff;
  font-size: 1rem;
}

.newsletter-footer-text .subscribe-link:hover {
  color: #00e9c2;
}

.footer-menu-list {
  background-color: #282d30;
  margin-bottom: 2rem;
  font-size: 14px !important;
  padding-top: 2rem;
  font-family: Poppins, sans-serif;
}

.footer-menu-list ul {
  list-style: none;
  padding-left: 0;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}

@media (min-width: 576px) {
  .footer-menu-list ul {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
}

.footer-menu-list ul li {
  text-align: left;
}

.footer-menu-list ul li a {
  color: #fff;
  line-height: 28px;
}

.footer-menu-list ul li a:hover {
  color: #00e9c2;
}

.footer_copyright_submenu {
  background-color: #282d30;
  border-top: 1px solid #8e9294;
  padding-top: 1rem;
  text-align: left;
  margin-bottom: 3rem;
  font-family: Poppins, sans-serif;
}

@media (max-width: 576px) {
  .footer_copyright_submenu {
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .footer_copyright_submenu {
    margin-left: 0;
  }
}

.footer_copyright_submenu .copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 31px;
}

.footer_copyright_submenu .dot {
  color: #fff;
  font-size: 1rem;
  vertical-align: middle;
}

.footer_copyright_submenu ul {
  display: inline-block;
  padding-left: 0;
}

.footer_copyright_submenu ul a {
  color: #00e9c2;
  font-size: 12px;
  font-weight: 300;
  line-height: 31px;
}

@media (max-width: 576px) {
  .footer_copyright_submenu ul a {
    font-size: 10px;
  }
}

.footer_copyright_submenu ul li {
  color: #00e9c2;
  display: inline-block;
}

.footer_copyright_submenu ul li:first-child .dot {
  display: none;
}

.footer_company_logo {
  background-color: #282d30;
  margin-left: 0;
  text-align: left;
  margin-bottom: 2rem;
}

.footer_company_logo img {
  width: 168px;
}

@media (min-width: 768px) {
  .footer_company_logo img {
    width: 172px;
  }
}

@media (min-width: 1200px) {
  .footer_company_logo img {
    width: 180px;
  }
}

.footer-logo {
  background-color: #282d30;
  padding-left: 0;
  padding-right: 0;
  width: 10%;
  margin-right: 20px;
  max-width: 52px;
}

.footer_logos {
  background-color: #282d30;
  margin-bottom: 1.1875rem;
  text-align: left;
  padding-top: 2rem;
  padding-left: 0;
  margin-left: 0;
}

@media (min-width: 576px) {
  .footer_logos {
    padding-top: 1rem;
  }
}

@media (min-width: 576px) {
  #page-wrapper {
    position: relative;
    min-height: 100vh;
  }
  #main-wrapper {
    padding-bottom: 393px;
  }
  footer.site-footer {
    height: 393px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  footer.site-footer .region-footer {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  footer.site-footer .region-footer .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  #main-wrapper {
    padding-bottom: 393px;
  }
  footer.site-footer {
    height: 393px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #main-wrapper {
    padding-bottom: 649px;
  }
  footer.site-footer {
    height: 649px;
  }
}

@media (min-width: 576px) and (max-width: 767.5px) {
  #main-wrapper {
    padding-bottom: 600px;
  }
  footer.site-footer {
    height: 600px;
  }
}

.footer .subscribe-link {
  line-height: 1.5;
  font-size: 1rem;
  display: flex;
  justify-content: left;
}

.footer .subscribe-link .arrow-right {
  margin-left: 0.5rem;
}

.footer .subscribe-link .arrow-right path {
  transition: transform 0.3s;
}

.footer .subscribe-link:hover .arrow-right path:nth-child(1) {
  transition: transform 0.3s;
  transform: scaleX(2.5);
}

.footer .subscribe-link:hover .arrow-right path:nth-child(2) {
  transition: transform 0.3s;
  transform: translateX(10px);
}

.btn {
  border: 0;
  border-radius: 0;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.btn:active, .btn:hover {
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.btn-primary {
  background-color: #00e9c2;
  border-radius: 0.25rem;
  color: #282d30;
  font-size: 1.1rem;
  font-weight: 300;
  padding: 10px 40px;
}

.btn-primary:hover {
  background-color: #baf7e7;
  color: #282d30;
  cursor: pointer;
  text-decoration: none;
}

.btn-primary:active {
  background-color: #1cdcc5;
  color: #282d30;
}

.btn-secondary {
  background-color: #2e3590;
  color: #fff;
  font-weight: 400;
}

.btn-secondary:hover {
  background-color: #5042b3;
}

.btn-secondary:active {
  background-color: #24195b;
}

.btn-rounded {
  background-color: #f3f6f9;
  border-radius: 20px;
}

.btn-rounded:active {
  background-color: #f6f8fb;
}

.btn-rounded:active {
  background-color: #00e9c2;
}

.btn-learn-more {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #282d30;
  width: 200px;
  font-size: 1rem;
  padding: 10px 40px;
  background: url("/themes/custom/appnovation/css/../../../assets/images/icons/arrow_green_sm.svg") no-repeat;
  background-position: right;
}

.btn-learn-more:hover {
  color: #282d30;
  text-decoration: none;
}

.visuallyhidden, .tooltip-content {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.showvisuallyhidden, .btn-tooltip:focus .tooltip-content, .btn-tooltip:hover .tooltip-content {
  clip: auto;
  overflow: visible;
}

.btn-tooltip {
  border: none;
  background: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  display: inline-block;
  text-align: center;
  width: 18px;
  height: 18px;
  padding: 3px 8px;
}

.tooltip-content {
  height: auto;
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  z-index: 200;
  width: 180px;
  margin: 0 0 5px -90px;
  padding: 0.75em 1em;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  background-color: #282d30;
  transition: all 0.3s cubic-bezier(0.3, 0, 0, 1);
  transform: rotateX(20deg) scale(0.8);
  transform-origin: center 120%;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}

.btn-tooltip:focus .tooltip-content, .btn-tooltip:hover .tooltip-content {
  transform: rotateX(0deg) scale(1);
  opacity: 1;
}

.btn-tooltip:focus .tooltip-content:after, .btn-tooltip:hover .tooltip-content:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 7px;
  border-style: solid;
  border-color: #282d30 transparent transparent transparent;
}

.fullwidth {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
  margin-bottom: 5rem;
}

@media (min-width: 576px) {
  .fullwidth {
    margin-bottom: 0;
  }
}

.image {
  width: 100%;
}

@media (min-width: 576px) {
  .image img {
    width: 100%;
  }
}

@media (max-width: 576px) {
  #pardot-form .pardot-form-iframe input,
  #pardot-form .pardot-form-iframe select {
    width: 100vh !important;
  }
  #pardot-form .pardot-form-iframe .submit {
    width: 100%;
  }
}

@media (max-width: 576px) and (max-width: 576px) {
  #pardot-form .pardot-form-iframe .submit {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  #pardot-form .pardot-form-iframe .contact-mail {
    margin-top: 8px;
  }
}

.pardot-form-iframe {
  border: 0;
  min-height: 740px;
  width: 100%;
}

.pardot-iframe::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSIzNyI+PHBhdGggZmlsbD0iIzAwZTljMiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTMuODkzMTc1OSAzMC44ODU5NDA2bC01LjY3OTQxNTM1IDUuNjc5MjgzOTljLS41Nzk2OTg4MS41Nzk3MDA1NS0xLjUxOTY4NjczLjU3OTcwMDU1LTIuMDk5Mzg1NTQgMEwuNDM0OTU5NjcgMzAuODg1NjQzN0MuMTU2NDY2NzIgMzAuNjA3Mjk4MzcgMCAzMC4yMjk3ODc4NyAwIDI5LjgzNjA5NjIyTC4wMDAxNDg0NSAxLjQ4NDUwODVDLjAwMDE0ODQ1LjY2NDc2MjkuNjY0NzYwODkgMCAxLjQ4NDY1MjQ0IDBIMjkuODM2MDA2NGMuMzkzNjkwNSAwIC43NzEzNDgzLjE1NjQ2NzIgMS4wNDk2OTI4LjQzNDgxMjVsNS42Nzk0MTU0IDUuNjc5NTgwOWMuNTc5ODQ3Mi41Nzk3MDA2LjU3OTg0NzIgMS41MTk2OTEzIDAgMi4wOTk1NDAzbC01LjY3OTI2NjkgNS42NzkxMzU2Yy0uMjc4NDkzLjI3ODQ5MzctLjY1NjAwMjMuNDM0OTYwOS0xLjA0OTg0MTMuNDM0OTYwOWwtMTQuMDIzNTE1My0uMDAwMTQ4NGMtLjgxOTg5MTYgMC0xLjQ4NDUwNC42NjQ3NjI5LTEuNDg0NTA0IDEuNDg0NTA4NHYxNC4wMjM4NTQ0OGMwIC4zOTM2OTE2NC0uMTU2NDY2Ny43NzEyMDIxNC0uNDM0ODExMiAxLjA0OTY5NTkyeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 50px;
  left: -80px;
  opacity: 0.5;
  position: absolute;
  transform: rotate(-90deg);
  width: 50px;
}

@media (max-width: 576px) {
  .pardot-iframe::after {
    left: 10px;
    bottom: -30px;
  }
}

.pardot-form {
  padding: 3.5rem 0 6.5rem;
  margin-bottom: 3rem;
}

.pardot-form-purple {
  background: #2e3590;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="37"><path fill="rgba(23, 16, 59, 0.5)" d="M23.107 6.114l5.68-5.68a1.485 1.485 0 0 1 2.099 0l5.679 5.68A1.484 1.484 0 0 1 37 7.164v28.351c0 .82-.665 1.485-1.485 1.485H7.164c-.394 0-.771-.156-1.05-.435l-5.68-5.68a1.485 1.485 0 0 1 0-2.099l5.68-5.68a1.485 1.485 0 0 1 1.05-.434h14.024c.82 0 1.484-.665 1.484-1.484V7.164c0-.394.156-.77.435-1.05z"/></svg>');
  background-position: 104% 103%;
  background-repeat: no-repeat;
  background-size: 250px 250px;
}

.pardot-title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #fff;
  font-size: 2.9rem;
  line-height: 1.1;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
}

@media (min-width: 576px) {
  .pardot-title {
    font-size: 3.9rem;
  }
  .col-5 .pardot-title {
    font-size: 3rem;
    padding: 0;
  }
}

.pardot-title::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSIzNyI+PHBhdGggZmlsbD0iI2YzZjZmOSIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTMuODkzMTc1OSAzMC44ODU5NDA2bC01LjY3OTQxNTM1IDUuNjc5MjgzOTljLS41Nzk2OTg4MS41Nzk3MDA1NS0xLjUxOTY4NjczLjU3OTcwMDU1LTIuMDk5Mzg1NTQgMEwuNDM0OTU5NjcgMzAuODg1NjQzN0MuMTU2NDY2NzIgMzAuNjA3Mjk4MzcgMCAzMC4yMjk3ODc4NyAwIDI5LjgzNjA5NjIyTC4wMDAxNDg0NSAxLjQ4NDUwODVDLjAwMDE0ODQ1LjY2NDc2MjkuNjY0NzYwODkgMCAxLjQ4NDY1MjQ0IDBIMjkuODM2MDA2NGMuMzkzNjkwNSAwIC43NzEzNDgzLjE1NjQ2NzIgMS4wNDk2OTI4LjQzNDgxMjVsNS42Nzk0MTU0IDUuNjc5NTgwOWMuNTc5ODQ3Mi41Nzk3MDA2LjU3OTg0NzIgMS41MTk2OTEzIDAgMi4wOTk1NDAzbC01LjY3OTI2NjkgNS42NzkxMzU2Yy0uMjc4NDkzLjI3ODQ5MzctLjY1NjAwMjMuNDM0OTYwOS0xLjA0OTg0MTMuNDM0OTYwOWwtMTQuMDIzNTE1My0uMDAwMTQ4NGMtLjgxOTg5MTYgMC0xLjQ4NDUwNC42NjQ3NjI5LTEuNDg0NTA0IDEuNDg0NTA4NHYxNC4wMjM4NTQ0OGMwIC4zOTM2OTE2NC0uMTU2NDY2Ny43NzEyMDIxNC0uNDM0ODExMiAxLjA0OTY5NTkyeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 60%;
  content: "";
  height: 60px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: -20px;
  width: 60px;
}

@media (min-width: 576px) {
  .pardot-title::before {
    background-size: 100%;
    top: 0;
  }
}

.paragraph .pardot-description p {
  color: #fff;
  font-size: 1rem;
  padding: 20px 0px;
}

@media (max-width: 768px) {
  .onecolumn .pardot-form-iframe {
    min-height: 1010px;
  }
}

@media (max-width: 576px) {
  .onecolumn .pardot-iframe {
    margin-top: 50px;
  }
}

.onecolumn .pardot-iframe::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSIzNyI+PHBhdGggZmlsbD0iIzAwZTljMiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTMuODkzMTc1OSAzMC44ODU5NDA2bC01LjY3OTQxNTM1IDUuNjc5MjgzOTljLS41Nzk2OTg4MS41Nzk3MDA1NS0xLjUxOTY4NjczLjU3OTcwMDU1LTIuMDk5Mzg1NTQgMEwuNDM0OTU5NjcgMzAuODg1NjQzN0MuMTU2NDY2NzIgMzAuNjA3Mjk4MzcgMCAzMC4yMjk3ODc4NyAwIDI5LjgzNjA5NjIyTC4wMDAxNDg0NSAxLjQ4NDUwODVDLjAwMDE0ODQ1LjY2NDc2MjkuNjY0NzYwODkgMCAxLjQ4NDY1MjQ0IDBIMjkuODM2MDA2NGMuMzkzNjkwNSAwIC43NzEzNDgzLjE1NjQ2NzIgMS4wNDk2OTI4LjQzNDgxMjVsNS42Nzk0MTU0IDUuNjc5NTgwOWMuNTc5ODQ3Mi41Nzk3MDA2LjU3OTg0NzIgMS41MTk2OTEzIDAgMi4wOTk1NDAzbC01LjY3OTI2NjkgNS42NzkxMzU2Yy0uMjc4NDkzLjI3ODQ5MzctLjY1NjAwMjMuNDM0OTYwOS0xLjA0OTg0MTMuNDM0OTYwOWwtMTQuMDIzNTE1My0uMDAwMTQ4NGMtLjgxOTg5MTYgMC0xLjQ4NDUwNC42NjQ3NjI5LTEuNDg0NTA0IDEuNDg0NTA4NHYxNC4wMjM4NTQ0OGMwIC4zOTM2OTE2NC0uMTU2NDY2Ny43NzEyMDIxNC0uNDM0ODExMiAxLjA0OTY5NTkyeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 70%;
  content: "";
  height: 50px;
  position: absolute;
  right: -40px;
  top: -40px;
  transform: rotate(90deg);
  width: 50px;
}

@media (max-width: 576px) {
  .onecolumn .pardot-iframe::before {
    background-size: 100%;
    right: 10px;
    top: -40px;
  }
}

@media (max-width: 576px) {
  .onecolumn .pardot-iframe .pardot-form-iframe {
    padding: 0 20px;
  }
}

.onecolumn .pardot-form {
  padding-top: 6rem;
}

@media (max-width: 576px) {
  .onecolumn .pardot-form {
    padding-top: 4rem;
  }
  .onecolumn .pardot-form .pardot-title .field--name-field-headline {
    margin: 0 20px;
  }
}

.onecolumn .pardot-form .pardot-title {
  text-align: center;
  padding-top: 20px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .onecolumn .pardot-form .pardot-title {
    width: 85%;
  }
}

@media (min-width: 576px) {
  .onecolumn .pardot-form .pardot-title {
    margin: 0 auto;
  }
  .onecolumn .pardot-form .pardot-title::before {
    top: -2rem;
    left: -6rem;
  }
}

.onecolumn .pardot-form .pardot-description {
  width: 82%;
  margin: 0 auto;
  text-align: justify;
}

.onecolumn .pardot-form .pardot-description a {
  color: #00e9c2;
  text-decoration: none;
}

.twocolumn .pardot-form {
  padding: 3.5rem 0 1.6rem;
  padding-top: 6rem;
  padding-bottom: 4rem;
  margin-bottom: 0;
}

.twocolumn .pardot-form .pardot-title {
  font-size: 2.9rem;
  line-height: 4rem;
}

.twocolumn .pardot-form .pardot-title::after {
  display: none;
}

.twocolumn .pardot-form .pardot-title::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSIzNyI+PHBhdGggZmlsbD0iIzAwZTljMiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTMuODkzMTc1OSAzMC44ODU5NDA2bC01LjY3OTQxNTM1IDUuNjc5MjgzOTljLS41Nzk2OTg4MS41Nzk3MDA1NS0xLjUxOTY4NjczLjU3OTcwMDU1LTIuMDk5Mzg1NTQgMEwuNDM0OTU5NjcgMzAuODg1NjQzN0MuMTU2NDY2NzIgMzAuNjA3Mjk4MzcgMCAzMC4yMjk3ODc4NyAwIDI5LjgzNjA5NjIyTC4wMDAxNDg0NSAxLjQ4NDUwODVDLjAwMDE0ODQ1LjY2NDc2MjkuNjY0NzYwODkgMCAxLjQ4NDY1MjQ0IDBIMjkuODM2MDA2NGMuMzkzNjkwNSAwIC43NzEzNDgzLjE1NjQ2NzIgMS4wNDk2OTI4LjQzNDgxMjVsNS42Nzk0MTU0IDUuNjc5NTgwOWMuNTc5ODQ3Mi41Nzk3MDA2LjU3OTg0NzIgMS41MTk2OTEzIDAgMi4wOTk1NDAzbC01LjY3OTI2NjkgNS42NzkxMzU2Yy0uMjc4NDkzLjI3ODQ5MzctLjY1NjAwMjMuNDM0OTYwOS0xLjA0OTg0MTMuNDM0OTYwOWwtMTQuMDIzNTE1My0uMDAwMTQ4NGMtLjgxOTg5MTYgMC0xLjQ4NDUwNC42NjQ3NjI5LTEuNDg0NTA0IDEuNDg0NTA4NHYxNC4wMjM4NTQ0OGMwIC4zOTM2OTE2NC0uMTU2NDY2Ny43NzEyMDIxNC0uNDM0ODExMiAxLjA0OTY5NTkyeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 60px;
  left: -40px;
  position: absolute;
  top: -40px;
  width: 60px;
  opacity: 1;
}

@media (max-width: 576px) {
  .twocolumn .pardot-form .pardot-title::before {
    background-size: 100%;
    top: 0;
    left: 0;
  }
}

@media (max-width: 576px) {
  .twocolumn .pardot-form .pardot-title {
    padding: 30px;
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .twocolumn .pardot-form .pardot-description {
    padding: 0px 30px;
  }
}

.twocolumn .pardot-form .pardot-description a {
  color: #00e9c2;
  text-decoration: none;
}

.twocolumn .pardot-form .pardot-description p {
  padding: unset;
}

@media (max-width: 1200px) {
  .twocolumn .pardot-form .pardot-form-iframe {
    min-height: 1100px;
  }
}

.onecolumn .pardot-form {
  margin-bottom: 0 !important;
}

@media (max-width: 576px) {
  .onecolumn .pardot-form-iframe {
    min-height: 1100px;
  }
}

@media (max-width: 576px) {
  .onecolumn .pardot-form .pardot-description {
    text-align: left !important;
  }
}

.image-card {
  color: #62717A;
}

.image-card h1 {
  padding-top: 2rem;
}

.vertical-image-card,
.vertical-image-card_alternative,
.vertical-image-card-featured {
  padding: 1.5rem;
}

.vertical-image-card a,
.vertical-image-card_alternative a,
.vertical-image-card-featured a {
  text-decoration: none;
}

.vertical-image-card .vertical-image-card_imagebox,
.vertical-image-card_alternative .vertical-image-card_imagebox,
.vertical-image-card-featured .vertical-image-card_imagebox {
  height: 250px;
  width: 350px;
  background-color: #576772;
}

.vertical-image-card .vertical-image-card_content,
.vertical-image-card_alternative .vertical-image-card_content,
.vertical-image-card-featured .vertical-image-card_content {
  margin-top: 1rem;
}

.vertical-image-card .vertical-image-card_content .vertical-image-card_content__category,
.vertical-image-card_alternative .vertical-image-card_content .vertical-image-card_content__category,
.vertical-image-card-featured .vertical-image-card_content .vertical-image-card_content__category {
  border-radius: 1.6875rem;
  display: inline-block;
  border: 1px solid #576772;
  color: #C4CBD1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.65rem;
  margin-bottom: 0.5rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.vertical-image-card .vertical-image-card_content .logo,
.vertical-image-card_alternative .vertical-image-card_content .logo,
.vertical-image-card-featured .vertical-image-card_content .logo {
  background-color: white;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-left: 00px;
  margin-right: 0;
}

.vertical-image-card .vertical-image-card_content .logo .rounded_logo,
.vertical-image-card_alternative .vertical-image-card_content .logo .rounded_logo,
.vertical-image-card-featured .vertical-image-card_content .logo .rounded_logo {
  background-color: #98A7B0;
  height: 50px;
  width: 50px;
  display: inline-block;
}

.vertical-image-card .vertical-image-card_content .text,
.vertical-image-card_alternative .vertical-image-card_content .text,
.vertical-image-card-featured .vertical-image-card_content .text {
  color: #62717A;
  word-wrap: break-word;
  width: 90%;
}

.vertical-image-card .img-thumbnail,
.vertical-image-card_alternative .img-thumbnail,
.vertical-image-card-featured .img-thumbnail {
  border-style: none;
  box-shadow: 0px 10px #E7E7E7;
}

.vertical-image-card .img-thumbnail .img-fluid,
.vertical-image-card_alternative .img-thumbnail .img-fluid,
.vertical-image-card-featured .img-thumbnail .img-fluid {
  width: 100%;
}

.vertical-image-card {
  padding: 0;
}

.vertical-image-card-featured h2 {
  font-size: 4rem;
}

.case-study h1 {
  width: 100%;
}

.case-study .fake-class {
  visibility: hidden;
}

.quotation-block {
  background-color: #F4F5F7;
  color: #62717A;
}

.quotation-block .text-justify {
  font-style: oblique;
}

.quotation-block img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  vertical-align: middle;
}

.quotation-block .box {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.quotation-block .box p {
  margin-left: 1rem;
}

.simple-quotation-block {
  border-left: 10px solid #5F717B;
  padding-left: 1rem;
}

.logo {
  width: 50px;
  height: 50px;
}

.vertical-image-card_content__category {
  border-radius: 1.6875rem;
  display: inline-block;
  border: 1px solid #576772;
  color: #C4CBD1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.65rem;
  margin-bottom: 0.5rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.one-column-text-block {
  color: #5F717B;
}

.one-column-text-block p {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

.one-column-text-block a {
  font-size: 1.2rem;
  text-decoration: underline;
}

.rounded_logo {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: white;
  color: #9EAFB8;
}

.advertisement_strip {
  color: white;
  background-color: #5F717B;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.advertisement_strip .advertisement_strip_content {
  padding-left: 7rem;
}

.advertisement_strip p {
  padding-top: 0.4rem;
}

.text_block {
  margin: 0 auto;
  color: #5B717C;
}

.text_block .text_block_content {
  margin: 0 auto;
  padding: 4rem 0;
}

.text_block .text_block_content p {
  padding-top: 1rem;
  font-size: 1.2rem;
}

.image_block {
  height: 250px;
  width: 400px;
  background-color: #5B717C;
}

.horizontal_card {
  color: #5B717C;
  padding-top: 3rem;
}

.horizontal_card h2 {
  margin-bottom: 1.5rem;
}

.horizontal_card .rounded_logo {
  background-color: #5B717C;
  height: 50px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}

.horizontal_card .rounded_box {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.horizontal_card a {
  text-decoration: underline;
  font-size: 1.5rem;
}

.horizontal_card .case_study {
  padding-top: 1rem;
}

.horizontal_card p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
}

.horizontal_card .content {
  padding-top: 1rem;
}

.page_introduction {
  padding-top: 3rem;
}

.page_introduction h1 {
  color: #57717E;
}

.bullet_points {
  color: #57717D;
}

.bullet_points li {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.rounded_image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  vertical-align: middle;
}

.expert_card {
  text-align: center;
  color: #5F717B;
  font-size: 1.5rem;
}

.expert_card img {
  width: 200px;
  height: 200px;
}

.expert_card h5 {
  font-size: 1.5rem;
  margin-bottom: 0rem;
}

.expert_card p {
  margin-bottom: 0;
}

.expert_card a {
  text-decoration: underline;
  font-size: 1rem;
  margin-right: 0.5rem;
}

.location_card {
  color: #576772;
}

.location_card .image_block {
  height: 300px;
  width: 200px;
  margin-bottom: 1rem;
}

.location_card h2 {
  margin-bottom: 1rem;
}

.location_card p {
  margin: 0;
}

.location_card .location_card_address {
  margin-bottom: 0.5rem;
}

.job_card {
  color: #5F717B;
  border-top: 1px solid rgba(95, 113, 123, 0.7);
  border-bottom: 1px solid #E7E9EA !important;
  border-left: 1px solid rgba(95, 113, 123, 0.5);
  border-right: 1px solid rgba(95, 113, 123, 0.2);
}

.job_card p {
  margin: 0;
}

.job_card .position p {
  font-weight: 400;
}

.careers {
  color: #5F717B;
}

.careers h2 {
  text-align: center;
}

.careers h2 + p {
  text-align: center;
}

.careers .form-group {
  display: inline-block;
}

.careers .carrers_dropdown_menu {
  margin: 0 auto;
}

.careers .headings {
  margin: 0 auto;
}

.careers .headings h2 {
  text-align: center;
}

.careers .headings p {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.title-and-big-number h2 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  color: #282d30;
}

.title-and-big-number p {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #2e3590;
  font-size: 7rem;
  line-height: 120px;
}

@media (max-width: 576px) {
  .title-and-big-number p {
    font-size: 5.625rem;
  }
}

.ajax-progress-fullscreen {
  background-image: url("data:image/svg+xml,%3Csvg width='55px' height='55px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='lds-ripple' style='background-image: none; background-position: initial initial; background-repeat: initial initial;'%3E%3Ccircle cx='50' cy='50' r='0' fill='none' ng-attr-stroke='%7B%7Bconfig.c1%7D%7D' ng-attr-stroke-width='%7B%7Bconfig.width%7D%7D' stroke='%232e3590' stroke-width='4'%3E%3Canimate attributeName='r' calcMode='spline' values='0;40' keyTimes='0;1' dur='1' keySplines='0 0.2 0.8 1' begin='-0.5s' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='opacity' calcMode='spline' values='1;0' keyTimes='0;1' dur='1' keySplines='0.2 0 0.8 1' begin='-0.5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='0' fill='none' ng-attr-stroke='%7B%7Bconfig.c2%7D%7D' ng-attr-stroke-width='%7B%7Bconfig.width%7D%7D' stroke='%232e3590' stroke-width='4'%3E%3Canimate attributeName='r' calcMode='spline' values='0;40' keyTimes='0;1' dur='1' keySplines='0 0.2 0.8 1' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='opacity' calcMode='spline' values='1;0' keyTimes='0;1' dur='1' keySplines='0.2 0 0.8 1' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
  width: 55px;
  height: 55px;
  background-color: transparent;
}

.f-grayscale {
  filter: grayscale(100%);
}

.op0 {
  opacity: 0;
}

.op1 {
  opacity: .1;
}

.op2 {
  opacity: .2;
}

.op3 {
  opacity: .3;
}

.op4 {
  opacity: .4;
}

.op5 {
  opacity: .5;
}

.op6 {
  opacity: .6;
}

.op7 {
  opacity: .7;
}

.op8 {
  opacity: .8;
}

.op9 {
  opacity: .9;
}

.white-arrow {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/white-arrow.svg");
  display: block;
  height: 26px;
  width: 66px;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0%, 0, 1px);
  transition: transform .3s ease-in-out;
}

.title-chevron {
  position: relative;
}

.title-chevron::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37'%3E%3Cdefs%3E%3Cpath id='a' d='M6.1140594 13.8931759L.43477541 8.21376055c-.57970055-.57969881-.57970055-1.51968673 0-2.09938554L6.1143563.43495967C6.39270163.15646672 6.77021213 0 7.16390378 0L35.5154915.00014845C36.3352371.00014845 37 .66476088 37 1.48465244V29.8360064c0 .3936905-.1564672.7713483-.4348125 1.0496928l-5.6795809 5.6794154c-.5797006.5798472-1.5196913.5798472-2.0995403 0l-5.6791356-5.6792669c-.2784937-.278493-.4349609-.6560023-.4349609-1.0498413l.0001484-14.0235153c0-.8198916-.6647629-1.484504-1.4845084-1.484504H7.16375532c-.39369164 0-.77120214-.1564667-1.04969592-.4348112z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%2300E9C2' fill-rule='nonzero' d='M13.8931759 30.8859406l-5.67941535 5.67928399c-.57969881.57970055-1.51968673.57970055-2.09938554 0L.43495967 30.8856437C.15646672 30.60729837 0 30.22978787 0 29.83609622L.00014845 1.4845085C.00014845.6647629.66476089 0 1.48465244 0H29.8360064c.3936905 0 .7713483.1564672 1.0496928.4348125l5.6794154 5.6795809c.5798472.5797006.5798472 1.5196913 0 2.0995403l-5.6792669 5.6791356c-.278493.2784937-.6560023.4349609-1.0498413.4349609l-14.0235153-.0001484c-.8198916 0-1.484504.6647629-1.484504 1.4845084v14.02385448c0 .39369164-.1564667.77120214-.4348112 1.04969592z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 40px;
  left: -30px;
  position: absolute;
  top: -20px;
  width: 40px;
}

.link {
  color: #282d30;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 300;
}

.link.arrow-right i {
  background-image: url("/assets/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  vertical-align: middle;
  width: 25px;
}

.link-up {
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(46, 53, 144, 0.1);
  display: inline-block;
  padding: 10px;
  width: 30px;
  height: 30px;
  background: url("/themes/custom/appnovation/css/../assets/images/icons/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  transform: rotate(-90deg);
}

.link-privacy-notice {
  margin: 0 auto;
  font-size: 0.8rem;
  color: #332a31;
}

.link-load-more {
  margin: 20px auto;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  width: 170px;
  text-align: center;
}

.tags {
  background-color: #fff;
  display: inline-block;
  padding: 9px 0px;
  padding-right: 15px;
}

.tags p {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #2e3590;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 0;
}

.tags a {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  display: block;
  width: auto;
  height: auto;
  color: #2e3590;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 0;
}

.tags a:hover {
  text-decoration: none;
}

.tag {
  background-color: #f3f6f9;
  border-radius: 15px;
  color: #2e3590;
  font-weight: 400;
  padding: 8px 19px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

.tag:hover {
  background: #2e3590;
  color: #fff;
}

.tag_with_link {
  display: inline-block;
  background-color: #f3f6f9;
  border-radius: 15px;
  color: #2e3590;
  font-size: small;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  padding: 9px 30px;
}

.tag_with_link a {
  vertical-align: top;
  color: #2e3590;
  font-size: small;
  font-weight: 400;
}

.sub-tags {
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 10px 10px;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(46, 53, 144, 0.1);
  padding: 0px 10px 0px 10px;
  z-index: 10;
}

.sub-tags .row {
  padding: 10px 10px;
  margin: 0;
}

.sub-tags .tags {
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  border-bottom: 1px solid #f3f6f9;
  padding: 10px 10px;
}

.sub-tags .tags a {
  border-radius: 15px;
  padding: 4px 15px;
  font-size: 12px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #2e3590;
  background: #00e9c2;
  float: left;
  box-shadow: 0 5px 10px 0 rgba(46, 53, 144, 0.1);
  margin: 0px 10px 5px 0px;
}

.sub-tags .options {
  display: flex;
  justify-content: space-between;
}

.sub-tags .options .clear {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #282d30;
  font-size: 12px;
  float: left;
}

.sub-tags .options .apply {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #282d30;
  font-size: 12px;
}

.filter-tags {
  display: flex;
}

.filter-tags .tab {
  margin-right: 20px;
}

.filter-tags .tab .tags:hover + .sub-tags {
  visibility: visible;
}

.filter-tags .tab .sub-tags {
  visibility: hidden;
  position: absolute;
}

.view-display-id-block_1 .view-content.row.open {
  padding-top: 200px;
}

.view-filters-removed {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .view-filters-removed {
    padding-left: 7px;
  }
}

.view-filters-removed .filter-content {
  position: absolute;
  z-index: 600;
}

.view-filters-removed details summary {
  color: #2e3590;
  background-color: #fff;
  display: inline-block;
  border-radius: 15px;
  font-size: 1rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  padding: 5px 25px;
  margin-right: 10px;
  box-shadow: 0 5px 10px 0 rgba(46, 53, 144, 0.1);
}

.view-filters-removed details summary::-webkit-details-marker {
  display: none;
}

.view-filters-removed details.open summary {
  color: #f3f6f9;
  background-color: #2e3590;
}

.view-filters-removed details .details-wrapper {
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 10px 10px 0px 10px;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(46, 53, 144, 0.1);
  padding: 0px;
  z-index: 10;
}

.view-filters-removed details .details-wrapper .form-checkboxes {
  margin: 0px 30px;
  padding: 20px 0px;
  border-bottom: 1px solid #f3f6f9;
}

.view-filters-removed details .details-wrapper .form-checkboxes .form-check {
  padding-left: 0;
}

.view-filters-removed details .details-wrapper .form-checkboxes .checkbox {
  display: inline-block;
}

.view-filters-removed details .details-wrapper .form-checkboxes .checkbox input {
  display: none;
}

.view-filters-removed details .details-wrapper .form-checkboxes .checkbox input[type=checkbox]:checked + label {
  color: #2e3590;
  background: #00e9c2;
}

.view-filters-removed details .details-wrapper .form-checkboxes .checkbox label {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  border-radius: 15px;
  padding: 4px 15px;
  font-size: 14px;
  float: left;
  box-shadow: 0 5px 10px 0 rgba(46, 53, 144, 0.1);
  margin: 0px 10px 5px 0px;
  color: #282d30;
  background: #fff;
}

.view-filters-removed details .links-action-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px 40px 20px 40px;
  height: auto;
  margin: 0px 10px;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(46, 53, 144, 0.1);
  z-index: 10;
}

.view-filters-removed details .links-action-wrapper .link-clear {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #282d30;
  font-size: 14px;
  float: left;
}

.view-filters-removed details .links-action-wrapper .link-apply {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #282d30;
  font-size: 14px;
}

.view-our-work-listing .view-filters p,
.view-contact-us-locations .view-filters p {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #2e3590;
  width: -webkit-max-content;
  width: max-content;
  margin: 5px 50px 0 0;
  float: left;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .view-our-work-listing .view-filters p,
  .view-contact-us-locations .view-filters p {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
}

.alert-wrapper {
  max-height: 1200px;
  overflow: scroll;
}

.view-our-work-listing {
  padding: 5rem 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
}

@media (max-width: 576px) {
  .view-our-work-listing {
    padding-top: 1rem;
  }
}

.view-our-work-listing .views-infinite-scroll-content-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.view-our-work-listing .pager {
  padding-left: 0;
}

.view-our-work-listing .pager li.pager__item {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.view-our-work-listing .pager li.pager__item a {
  font-size: 1.125rem;
  color: #282d30;
  width: 200px;
  text-align: center;
  background: url("/themes/custom/appnovation/css/../assets/images/icons/green-light-plus-button.svg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: 300;
}

.path-our-work .view-our-work-listing {
  padding-left: 0;
  padding-right: 0;
}

.path-our-work .view-our-work-listing .views-infinite-scroll-content-wrapper > div {
  padding-left: 15px;
  padding-right: 15px;
}

.view-display-id-block_1 .view-content {
  padding-top: 40px;
}

.view-related-insights {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.view-related-insights .view-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.view-related-insights .view-content .vertical_card_final {
  margin-bottom: 3rem;
}

.view-related-insights .view-content .vertical_card_final .row {
  width: 100%;
  margin: 0 auto;
}

.view-related-insights .view-content .vertical_card_final .time {
  display: none;
}

.view-related-insights.view-id-related_insights .case_study_card_container_cta {
  margin-left: 15px;
}

.view-news-insights-and-blogs .views-infinite-scroll-content-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

@media (max-width: 576px) {
  .view-news-insights-and-blogs .views-infinite-scroll-content-wrapper {
    flex-direction: column;
  }
}

.view-news-insights-and-blogs article.node--view-mode-insights-vertical-card {
  flex-basis: 45.5%;
  margin: 15px 0;
}

.view-news-insights-and-blogs .pager {
  padding-left: 0;
}

.view-news-insights-and-blogs .pager li.pager__item {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.view-news-insights-and-blogs .pager li.pager__item a {
  font-size: 1.125rem;
  color: #282d30;
  width: 150px;
  text-align: center;
  font-weight: 300;
}

.view-news-insights-and-blogs .pager li.pager__item a::after {
  background: url("/themes/custom/appnovation/css/../assets/images/icons/green-light-plus-button.svg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
  content: "";
}

.paragraph--type--management-tabs .views-element-container {
  padding: 0;
}

.view-contact-us-locations {
  margin-bottom: 4rem;
  margin-top: 3rem;
}

.view-contact-us-locations .view-header p {
  color: #282d30;
  font-size: 55px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.view-our-work-listing.view-id-our_work_listing.view-display-id-block_3 {
  margin-bottom: 2.5rem;
}

.views-element-container.block.block-views.block-views-blockour-work-listing-block-1.container .content .col-auto {
  padding-left: 0 !important;
  padding-right: 0;
}

.case-study-card-container.view.view-our-work-listing.view-id-our_work_listing.view-display-id-block_3 .view-footer {
  padding-left: 0;
}

@media (max-width: 576px) {
  .view-our-work-listing.view-id-our_work_listing.view-display-id-block_3 {
    padding-bottom: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .views-element-container.block.block-views.block-views-blockour-work-listing-block-1.container .content .col-auto {
    padding-right: 0 !important;
  }
}

.view-our-work-listing.view-id-our_work_listing.view-display-id-block_services {
  padding: 5rem 0 2.5rem;
}

@media (min-width: 1200px) {
  .view-our-work-listing.view-id-our_work_listing.view-display-id-block_services {
    padding-left: 1.9rem !important;
  }
}

.view-our-work-listing.view-id-our_work_listing.view-display-id-block_3 {
  padding: 5rem 0 2.5rem;
}

@media (min-width: 1200px) {
  .view-our-work-listing.view-id-our_work_listing.view-display-id-block_3 {
    padding-left: 1.9rem !important;
  }
}

.case_study_card_container {
  position: relative;
  margin-bottom: 5rem;
}

.case_study_card_container_cta {
  margin-top: 2rem;
}

.case_study_card_container_cta a {
  color: #332a31;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 2.5rem;
  text-decoration: none;
}

.case_study_card_container_cta a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC45IiBoZWlnaHQ9IjEyLjA0NSI+PHBhdGggZmlsbD0iIzAwZTljMiIgZD0iTTUuODg4IDBhMSAxIDAgMCAwLS43ODMgMS42MzVsMi43MDEgMy4zNzdIMS4wMTRjLTEuMzUyLS4wMi0xLjM1MiAyLjAxOSAwIDJoNi43OWwtMi43IDMuMzc1Yy0uODcxIDEuMDQ2LjczNiAyLjMzIDEuNTYzIDEuMjQ4bDMuODk3LTQuODcxYTEgMSAwIDAgMCAuMjYzLS4zNzcgMSAxIDAgMCAwLS4wNy0uODkgMS4wMDMgMS4wMDMgMCAwIDAtLjE5MS0uMjM3TDYuNjY3LjM4N0ExIDEgMCAwIDAgNS44ODggMHoiIGNvbG9yPSIjMDAwIiBzb2xpZC1jb2xvcj0iIzAwMDAwMCIgc3R5bGU9ImZvbnQtZmVhdHVyZS1zZXR0aW5nczpub3JtYWw7Zm9udC12YXJpYW50LWFsdGVybmF0ZXM6bm9ybWFsO2ZvbnQtdmFyaWFudC1jYXBzOm5vcm1hbDtmb250LXZhcmlhbnQtbGlnYXR1cmVzOm5vcm1hbDtmb250LXZhcmlhbnQtbnVtZXJpYzpub3JtYWw7Zm9udC12YXJpYW50LXBvc2l0aW9uOm5vcm1hbDtpc29sYXRpb246YXV0bzttaXgtYmxlbmQtbW9kZTpub3JtYWw7c2hhcGUtcGFkZGluZzowO3RleHQtZGVjb3JhdGlvbi1jb2xvcjojMDAwO3RleHQtZGVjb3JhdGlvbi1saW5lOm5vbmU7dGV4dC1kZWNvcmF0aW9uLXN0eWxlOnNvbGlkO3RleHQtaW5kZW50OjA7dGV4dC1vcmllbnRhdGlvbjptaXhlZDt0ZXh0LXRyYW5zZm9ybTpub25lIiB3aGl0ZS1zcGFjZT0ibm9ybWFsIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  margin-top: 0;
  vertical-align: middle;
  width: 14px;
  -webkit-backface-visibility: hidden;
  transform: translate3d(30%, 0, 1px);
  transition: transform .3s ease-in-out;
}

.case_study_card_container_cta a:hover::after {
  transform: translate3d(50%, 0, 1px);
}

.case_study_card_container_title {
  position: relative;
}

.case_study_card_container_title h2 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #2e3590;
  font-size: 2.6rem;
  position: relative;
  top: -.8rem;
  left: -1rem;
  line-height: 1.3;
}

.case_study_card_container_title .img-fluid {
  max-width: 30%;
}

@media (max-width: 576px) {
  .case_study_card_container_title {
    padding-left: 15px;
  }
}

.view-footer {
  padding-left: 0 !important;
}

.view-footer .cta-link {
  font-size: 20px;
  display: flex;
  justify-content: left;
}

.view-footer .cta-link a {
  color: #2e3590;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.view-footer .cta-link a .arrow-right {
  margin-left: 0.5rem;
}

.view-footer .cta-link a .arrow-right path {
  transition: transform 0.3s;
}

.view-footer .cta-link a:hover .arrow-right path:nth-child(1) {
  transition: transform 0.3s;
  transform: scaleX(2.5);
}

.view-footer .cta-link a:hover .arrow-right path:nth-child(2) {
  transition: transform 0.3s;
  transform: translateX(10px);
}

.benefit_card_title h2 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.4375rem;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #2e3590;
}

.benefit_card_body_paragraph p {
  color: #282d30;
  letter-spacing: normal;
  line-height: 2;
  font-size: 1.25rem;
  font-stretch: normal;
}

.benefit_card_cta a {
  font-size: 1.125rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 2.22;
  letter-spacing: normal;
  color: #282d30;
}

.management_tiles_title h2 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.625rem;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: normal;
  color: #2e3590;
}

.management_tiles_cta a {
  font-size: 1.125rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.22;
  letter-spacing: normal;
  color: #282d30;
}

.title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #282d30;
  font-size: 2.625rem;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.55;
}

.paragraph p {
  color: #332a31;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
}

.btn-detail-banner {
  margin-top: 1rem;
}

@media (max-width: 576px) {
  .btn-detail-banner {
    margin-bottom: 1rem;
  }
}

#page.has-banner .head-main.light-bg {
  background: transparent;
}

#page.has-banner .head-main.light-bg .nav-button.mr-4 > span > span {
  background-color: #fff;
}

@media (max-width: 992px) {
  #page.has-banner .head-main.light-bg .nav-button.mr-4 > span > span {
    background: #2e3590;
  }
}

@media (max-width: 992px) {
  #page.has-banner .head-main.light-bg {
    background: #fff;
  }
}

#page.has-banner .headroom--not-top .head-main.light-bg {
  background: #fff;
}

#page.has-banner .headroom--not-top .head-main.light-bg .nav-button.mr-4 > span > span {
  background-color: #2e3590;
}

#page.has-banner #main-wrapper {
  margin-top: 0;
}

.nav-open #page.has-banner .head-main.light-bg .nav-button.mr-4 > span > span {
  background-color: #2e3590;
}

.banner {
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  min-height: 625px;
}

@media (max-width: 992px) {
  .banner {
    min-height: inherit;
  }
}

.banner .container {
  position: relative;
}

.banner .banner-image {
  display: block;
  position: absolute;
  top: -300px;
  right: -90px;
  width: 685px;
  height: 950px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .banner .banner-image {
    right: -180px;
  }
}

@media (max-width: 992px) {
  .banner .banner-image {
    width: calc(768px / 1.5);
    height: calc(1066px / 1.5);
    right: -115px;
    top: -190px;
  }
}

@media (max-width: 576px) {
  .banner .banner-image {
    width: 210px;
    height: 291px;
    top: 0;
    right: 0;
  }
}

.banner .tags {
  background-color: transparent;
}

.banner .title {
  font-size: 4rem;
  line-height: 5rem;
  margin-top: 40px;
  font-weight: 300;
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .banner .title {
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height: 4rem;
  }
}

@media (max-width: 992px) {
  .banner .title {
    margin-top: 20px;
  }
}

.banner .title b {
  font-weight: 300;
  color: #2e3590;
}

.banner .left-side {
  margin-top: 40px;
}

@media (max-width: 992px) {
  .banner .left-side {
    margin-top: 225px;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

@media (max-width: 576px) {
  .banner .left-side {
    margin-top: 250px;
  }
}

.banner .left-side .icon-arrow {
  margin-top: 70px;
  display: block;
  height: 18px;
  width: 24px;
  background: url("/themes/custom/appnovation/css/../assets/images/icons/green-arrow-scroll.svg") no-repeat;
}

@media (max-width: 992px) {
  .banner .left-side .icon-arrow {
    margin-top: 40px;
  }
}

.banner .left-side .paragraph p {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #2D2D2D;
  font-family: "Poppins Light", Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 992px) {
  .banner .left-side .paragraph p {
    font-size: 18px;
    line-height: 28px;
  }
}

.path-about-us .help,
.path-our-work .help,
.path-services .help,
.path-our-management .help,
.path-careers .help,
.path-contact-us .help,
.path-insights .help,
.path-partners .help {
  display: none;
}

.help {
  bottom: -60px;
  display: table;
  font-size: small;
  left: 0;
  position: absolute;
  transform: rotate(-450deg);
}

.help .arrow-left {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/arrow-left-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 10px;
  width: 20px;
}

.arrow-down {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 15px;
  width: 15px;
}

.arrow-down.arrow-green {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12.6 30.5' style='enable-background:new 0 0 12.6 30.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300E9C2;stroke:%2300E9C2;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cg id='arrow-right'%3E%3Cpath class='st0' d='M6.2,28.3l0-26 M6.2,28.3l-5-4 M6.2,28.3l5-4'/%3E%3C/g%3E%3C/svg%3E%0A");
  transform: rotate(90deg);
}

.arrow-down.arrow-white {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/arrow_white_sm.svg");
  transform: rotate(90deg);
}

.path-careers .left-side {
  margin-top: 40px;
}

@media (max-width: 992px) {
  .path-careers .left-side {
    margin-top: 45px;
    width: 65% !important;
    max-width: 65% !important;
    flex: 0 0 65% !important;
  }
}

@media (max-width: 576px) {
  .path-careers .left-side {
    margin-top: 45px;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

.path-careers .left-side .paragraph p {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #2D2D2D;
  font-family: "Poppins Light", Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 992px) {
  .path-careers .left-side .paragraph p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 992px) {
  .path-careers .banner-image {
    width: calc(768px / 2.3);
    height: calc(1066px / 2.3);
    right: -115px;
    top: -190px;
  }
}

@media (max-width: 576px) {
  .path-careers .banner-image {
    display: none;
  }
}

.media_card_media .video {
  position: relative;
}

.media_card_media .video .media_card_video_overlay {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: underline;
  top: 0;
}

.media_card_media .video .media_card_video_overlay p {
  text-decoration: none;
}

.media_card_media .video .media_card_video_overlay p::before {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/play_button.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
}

.media_card_tag {
  margin-bottom: 2rem;
  padding-left: 2.5rem;
}

.media_card_text {
  padding-left: 2rem;
}

.media_card .title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #2E3590;
  font-size: 2rem;
  line-height: 3rem;
}

.media_card .black .title {
  color: #282D30;
}

.media_card .blue .title {
  color: #2E3590;
}

.media_card .paragraph {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #332A31;
  font-size: 1.25rem;
  line-height: 2rem;
}

.media_card .cta_with_green_arrow a {
  color: #332a31;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 2.5rem;
  text-decoration: none;
  display: inline-block;
}

.media_card .cta_with_green_arrow a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC45IiBoZWlnaHQ9IjEyLjA0NSI+PHBhdGggZmlsbD0iIzAwZTljMiIgZD0iTTUuODg4IDBhMSAxIDAgMCAwLS43ODMgMS42MzVsMi43MDEgMy4zNzdIMS4wMTRjLTEuMzUyLS4wMi0xLjM1MiAyLjAxOSAwIDJoNi43OWwtMi43IDMuMzc1Yy0uODcxIDEuMDQ2LjczNiAyLjMzIDEuNTYzIDEuMjQ4bDMuODk3LTQuODcxYTEgMSAwIDAgMCAuMjYzLS4zNzcgMSAxIDAgMCAwLS4wNy0uODkgMS4wMDMgMS4wMDMgMCAwIDAtLjE5MS0uMjM3TDYuNjY3LjM4N0ExIDEgMCAwIDAgNS44ODggMHoiIGNvbG9yPSIjMDAwIiBzb2xpZC1jb2xvcj0iIzAwMDAwMCIgc3R5bGU9ImZvbnQtZmVhdHVyZS1zZXR0aW5nczpub3JtYWw7Zm9udC12YXJpYW50LWFsdGVybmF0ZXM6bm9ybWFsO2ZvbnQtdmFyaWFudC1jYXBzOm5vcm1hbDtmb250LXZhcmlhbnQtbGlnYXR1cmVzOm5vcm1hbDtmb250LXZhcmlhbnQtbnVtZXJpYzpub3JtYWw7Zm9udC12YXJpYW50LXBvc2l0aW9uOm5vcm1hbDtpc29sYXRpb246YXV0bzttaXgtYmxlbmQtbW9kZTpub3JtYWw7c2hhcGUtcGFkZGluZzowO3RleHQtZGVjb3JhdGlvbi1jb2xvcjojMDAwO3RleHQtZGVjb3JhdGlvbi1saW5lOm5vbmU7dGV4dC1kZWNvcmF0aW9uLXN0eWxlOnNvbGlkO3RleHQtaW5kZW50OjA7dGV4dC1vcmllbnRhdGlvbjptaXhlZDt0ZXh0LXRyYW5zZm9ybTpub25lIiB3aGl0ZS1zcGFjZT0ibm9ybWFsIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  margin-top: 0;
  vertical-align: middle;
  width: 14px;
  -webkit-backface-visibility: hidden;
  transform: translate3d(30%, 0, 1px);
  transition: transform .3s ease-in-out;
}

.media_card .cta_with_green_arrow a:hover::after {
  transform: translate3d(50%, 0, 1px);
}

.careers {
  padding: 3rem 0;
}

.careers .headings h2 {
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 3.75rem;
}

@media (max-width: 576px) {
  .careers .headings h2 {
    font-size: 1.875rem;
  }
}

.careers .headings p {
  color: #282d30;
  margin: 3rem 0;
  line-height: 30px;
}

@media (max-width: 576px) {
  .careers .headings p {
    font-size: 1rem;
  }
}

.careers .headings .field--name-field-container-title {
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .careers .headings .field--name-field-container-title {
    padding: 0 1.5rem;
  }
}

.careers .views-infinite-scroll-content-wrapper {
  width: 100%;
}

.careers .view-filters .form-row {
  display: flex;
  justify-content: center;
}

.careers .view-filters .form-row .button {
  display: none;
}

.careers .view-filters .form-row select {
  box-shadow: 0 5px 10px 0 rgba(46, 53, 144, 0.1);
  border: none;
  padding: 1rem;
  color: #979797;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearence: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 284.9 284.9' style='enable-background:new 0 0 284.9 284.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%238E9294;stroke:%23000000;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M282.1,76.5l-14.3-14.3c-1.9-1.9-4.1-2.9-6.6-2.9c-2.5,0-4.7,1-6.6,2.9L142.5,174.4L30.3,62.2 c-1.9-1.9-4.1-2.9-6.6-2.9c-2.5,0-4.7,1-6.6,2.9L2.9,76.5C0.9,78.4,0,80.6,0,83.1c0,2.5,1,4.7,2.9,6.6l133,133 c1.9,1.9,4.1,2.9,6.6,2.9s4.7-1,6.6-2.9l133.1-133c1.9-1.9,2.8-4.1,2.8-6.6C284.9,80.6,284,78.4,282.1,76.5z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 12px 12px;
  background-position: right 30px center;
  background-repeat: no-repeat;
}

.careers .view-filters .form-row label {
  display: none;
}

.careers .form-group {
  width: 35%;
  padding: 0px 10px;
}

@media (max-width: 768px) {
  .careers .form-group {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .careers .job-row {
    padding: 0;
  }
}

.careers .view-careers-listing .pager {
  padding-left: 0;
}

.careers .view-careers-listing .pager li.pager__item {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.careers .view-careers-listing .pager li.pager__item a {
  font-size: 1.125rem;
  color: #282d30;
  width: 150px;
  text-align: center;
  background: url("/themes/custom/appnovation/css/../assets/images/icons/green-light-plus-button.svg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: 300;
}

.carrers_dropdown_menu {
  padding-bottom: 30px;
}

.carrers_dropdown_menu select {
  box-shadow: 0 5px 10px 0 rgba(46, 53, 144, 0.1);
  border: none;
  padding: 2rem;
}

.carrers_dropdown_menu option {
  color: #332a31;
}

.job-container {
  padding: 1rem 7rem;
}

.job_card {
  padding: 25px 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #282d30;
}

.job_card .position {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 300;
  color: #2e3590;
  display: flex;
  flex-direction: row;
  font-size: 1.25rem;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .job_card .position {
    flex-direction: column;
    font-size: 1.25rem;
  }
}

.job_card .position p:first-of-type {
  float: left;
  font-weight: 300;
}

.job_card .position .position-info {
  display: flex;
}

@media (min-width: 576px) {
  .job_card .position .position-info > div {
    margin-left: 10px;
  }
}

.job_card .location {
  font-size: 0.75rem;
  margin-top: 1.25rem;
}

@media (max-width: 576px) {
  .job_card .location {
    font-size: 0.75rem;
  }
}

.job_card .green_arrow {
  margin-top: 10px;
}

.job_card .job-content {
  width: 95%;
}

@media (max-width: 576px) {
  .job_card .job-content {
    width: 90%;
  }
}

.career-footer {
  display: flex;
  flex-direction: column;
}

@media (max-width: 576px) {
  .headings.col-md-8 {
    padding-left: 9px;
    padding-right: 5px;
  }
  .job-row {
    padding-left: 1px;
    padding-right: 0;
  }
  .job_card .green_arrow {
    margin-top: 87px;
  }
}

.path-careers #career-nav {
  margin: 3rem 0;
  justify-content: center;
}

.path-careers #career-nav li a {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #282D30;
  font-weight: 400;
  text-align: left;
}

.path-careers #career-nav li a.active {
  color: #2e3590;
  background: transparent;
  border-radius: 25px;
  border: 1px solid #00e9c2;
}

.path-careers #office-map {
  height: 600px;
  z-index: 1;
}

.path-careers h3 {
  font-size: 42px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  margin-top: 4rem;
}

.path-careers h4 {
  font-size: 24px;
  line-height: 28px;
  color: #2e3590;
  font-weight: 400;
  margin: 1.5rem 0;
}

.path-careers p {
  line-height: 1.5;
  font-size: 1rem;
  font-family: Poppins, Sans-Serif;
  font-weight: 300;
  margin-bottom: 3rem;
}

.path-careers .image-with-half-grey {
  margin-bottom: 3rem;
}

.path-careers .image-with-half-grey-wrapper {
  position: relative;
}

.path-careers .image-with-half-grey-wrapper img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.path-careers .grey-wrapper {
  width: 100vw;
  position: absolute;
  height: calc(50% + 3rem);
  background-color: #F3F6F9;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.path-careers .core-value-2-col .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.path-careers .core-value-2-col .image-with-neon-wrapper {
  margin: 3rem 0;
}

.path-careers .core-value-2-col .image-with-neon-wrapper img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.path-careers .core-value-2-col .neon-wrapper {
  height: 240px;
  background: #BAF7E7;
  position: absolute;
  width: 100vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  right: calc(100% - 1rem);
}

.path-careers .core-value-2-col.img-right .neon-wrapper {
  right: 0;
  left: calc(100% - 1rem);
}

.path-careers .core-value-2-col.img-right .image-with-neon-wrapper img {
  float: right;
}

.path-careers .office-locations {
  margin-bottom: 3rem;
}

.path-careers .spotlight .img-col img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.path-careers .career-link .arrow-right {
  margin-left: 0.5rem;
}

.path-careers .career-link .arrow-right path {
  transition: transform 0.3s;
}

.path-careers .career-link:hover .arrow-right path:nth-child(1) {
  transition: transform 0.3s;
  transform: scaleX(2.5);
}

.path-careers .career-link:hover .arrow-right path:nth-child(2) {
  transition: transform 0.3s;
  transform: translateX(10px);
}

.path-careers .cta-link {
  font-size: 20px;
  display: flex;
  justify-content: center;
}

.path-careers .cta-link a {
  color: #282D30;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.path-careers .cta-link a .arrow-right {
  margin-left: 0.5rem;
}

.path-careers .cta-link a .arrow-right path {
  transition: transform 0.3s;
}

.path-careers .cta-link a:hover .arrow-right path:nth-child(1) {
  transition: transform 0.3s;
  transform: scaleX(2.5);
}

.path-careers .cta-link a:hover .arrow-right path:nth-child(2) {
  transition: transform 0.3s;
  transform: translateX(10px);
}

.path-careers #footer-cta,
.path-careers #listing-footer-cta {
  position: relative;
}

.path-careers #footer-cta .neon-block,
.path-careers #listing-footer-cta .neon-block {
  height: 500px;
  background-color: #00e9c2;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #282D30;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
}

.path-careers #footer-cta .habour-blue-block,
.path-careers #listing-footer-cta .habour-blue-block {
  height: 500px;
  background-color: #2e3590;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #F3F6F9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
}

.path-careers #footer-cta .habour-blue-block .cta-link a,
.path-careers #listing-footer-cta .habour-blue-block .cta-link a {
  color: #f3f6f9;
}

.path-careers #footer-cta .mid-arrow,
.path-careers #listing-footer-cta .mid-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.path-careers .map-container {
  margin-bottom: 3rem;
}

.path-careers .breeze-large-container {
  overflow-x: hidden;
}

.path-careers .spotlight {
  margin-bottom: 3rem;
}

.path-careers .spotlight .cta-link {
  justify-content: left;
}

.path-careers .spotlight .cta-link a {
  color: #2e3590;
}

.path-careers .spotlight .text-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.path-careers .spotlight .deco {
  display: none;
  position: absolute;
  z-index: -1;
}

.path-careers .spotlight .deco.quote-left {
  top: 0;
  left: -150px;
}

.path-careers .spotlight .deco.quote-right {
  bottom: 0;
  right: 0;
}

.path-careers .leaflet-control-container > div.leaflet-top.leaflet-left {
  left: unset;
  right: 1rem;
  top: unset;
  bottom: 2rem;
}

.path-careers .leaflet-control-zoom-min {
  text-indent: -999em;
  background: #fff url(data:image/gif;base64,R0lGODlhGAAYAOZdACIiIiMjIy8vLyoqKsPDwzMzM0xMTDQ0NGlpaUtLS+Tk5J2dnXd3d7m5ueDg4GdnZykpKSYmJkpKSre3t09PT5eXl4KCgrCwsHNzc1lZWWhoaCcnJ5ubm3R0dFJSUp+fn1RUVJqamoODg8TExD09PYqKijo6OpGRkV1dXVFRUUNDQ3FxcZmZmYCAgEVFRXV1dSgoKIaGhlxcXEdHR5SUlMvLy5iYmNXV1VNTU7GxsbOzs9ra2jExMdbW1isrKywsLFtbW6qqqnh4eGpqat3d3XBwcI2NjWRkZLi4uL+/vyUlJZycnNvb297e3r6+vvf392VlZcbGxq2trWFhYWZmZszMzE5OTsDAwG1tbZWVlZaWlqGhod/f3////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAF0ALAAAAAAYABgAQAf/gF2Cg10KLFASAgISVBWEhFkAklaPlT0Rkpk2XRCZnj4oEwQknp4Dgw0BAFqPLZ0ZFJ4BDYICpSWEURNBpZ4Cgx+qvQAmgjs4AAEflV1XBckgShkJEQeeBUmPLwAezF0jKTqDGJkdXQaZLt5dTj/DCRq9MDldHgAbw5kPhdb5AAkXBpXAd0ABMyED8g1gsE6QAwwJhw3oQMQbB1UyRlSpQeDJAiClAoQg5OCZkUrPAGzpImJIpgJNBHWKIMUbF0FMGsTIdOpBphUNb5jo9cBWJgveLOQTgM6TihOCjkgq4s9AiGEUHFyoMMUfAA5dGHjFooEHDQSkMjEUREBYPiSDHEQkI1CJQL9SM5aAkHSAbsMuCxAYUGQAwQJvgQAAOw==) no-repeat scroll center center;
  background-size: 12px 12px;
}

.path-careers .leaflet-control-zoom-min:focus {
  outline: 0;
}

.path-careers .leaflet-control-zoom-min.leaflet-disabled {
  background-image: url(data:image/gif;base64,R0lGODlhGAAYAOZGAHp6eoWFhX9/f3t7e4KCgtvb2319faSkpJSUlMTExOzs7JiYmO/v79DQ0KWlpdXV1ZeXl8LCwq2trZWVldTU1KysrJOTk8HBwbS0tLW1tZ2dnaOjo5ubm9nZ2aurq+bm5oCAgMPDw+vr6+np6ZKSkomJicXFxYuLi9zc3Lm5ub+/v+Dg4J6enszMzMDAwN3d3djY2Pr6+oODg46OjqCgoHx8fJGRkaqqqr29vaampqenp7a2to+Pj7Ozs7u7u9HR0aKioqmpqX5+fs7OzsfHx66urv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAEYALAAAAAAYABgAQAf/gEaCg0YMERskBAQkGxeEhCoAkhOPlR8GkpmOApmdICwUBSednQKDDwMALo89nBwTnQMPggSkKYQvFC2knQSDJqm8ACWCIwsAAyaVRh0ByAs1HBYGzpkBHY8VABDLRigQP4MemRVGCJk83UYwIMIWB7xCDUYQAJjCkgeF1fgW84IpMAVgsKwIJ2ECJKgTpMDDQV4CKojoFiKVBhQrVhSIkUADqQERCClw5qNSNSJGMuSwNtEIJwNDuiko9mBHJlPwJN1Y+KEErwO1MmHohgEfgXOdZuAQBERSEHwAEEQQNkFBgws0oAIIYUSCVh0HZKhwMCqTQkEFguGjMCgDsgKVFwrw62QjwTEAAeAuNJLAAQJFCBwk6BYIADs=);
}

.path-careers .office-slide {
  overflow: hidden;
  background-color: #f3f6f9;
}

.path-careers .office-slide .view-header {
  display: none;
}

.path-careers .office-slide .view-contact-us-locations {
  margin: 0;
}

.path-careers .office-slide .headquarter {
  display: none;
  font-family: 'Poppins';
  font-size: 48px;
  color: #2e3590;
  margin-left: 1rem;
}

.path-careers .office-slide .is-hq .headquarter {
  display: block;
}

.path-careers .office-slide .location-item {
  height: 300px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.path-careers .office-slide .location-item .location-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

.path-careers .office-slide .location-image {
  margin-right: 1rem;
}

.path-careers .office-slide .location-image img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.path-careers .office-slide .location-details {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 20px;
  font-family: Poppins, Sans-Serif;
  height: 100%;
  justify-content: center;
}

.path-careers .office-slide .location-city {
  margin-bottom: 1rem;
  color: #2e3590;
  font-size: 48px;
  align-self: flex-start;
  display: flex;
}

.path-careers .view-id-careers_listing.view-display-id-block_3 .job_card {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #00e9c2;
}

.path-careers .view-id-careers_listing.view-display-id-block_3 .job-row:last-child .job_card {
  border-bottom: none;
}

.path-careers .view-id-careers_listing.view-display-id-block_3 .view-content.row {
  margin-bottom: 3rem;
}

.path-careers .view-id-careers_listing.view-display-id-block_3 nav {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.path-careers .view-id-careers_listing.view-display-id-block_3 .pagination .page-link {
  font-family: Poppins, Sans-Serif;
  font-size: 15px;
  line-height: 20px;
  color: #8E9294;
  border-radius: 20px;
  border: 1px solid transparent;
  background-color: transparent;
  margin: 0 5px;
}

.path-careers .view-id-careers_listing.view-display-id-block_3 .pagination .page-link:hover {
  border-radius: 20px;
  border: 1px solid #00e9c2;
}

.path-careers .view-id-careers_listing.view-display-id-block_3 .pagination .page-item.active .page-link {
  border-radius: 20px;
  border: 1px solid #00e9c2;
}

.path-careers #views-exposed-form-careers-listing-block-3 .form-row {
  flex-direction: column;
  width: 100%;
}

.path-careers #views-exposed-form-careers-listing-block-3 .form-row label {
  display: none;
}

.path-careers #views-exposed-form-careers-listing-block-3 .form-row input, .path-careers #views-exposed-form-careers-listing-block-3 .form-row select {
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1rem);
  background-position-y: calc(50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNi41IDYuNUwxMS41IDEiIHN0cm9rZT0iIzhFOTI5NCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
  padding-left: 1rem;
  height: 60px;
  border-radius: 10px;
  border-color: #00e9c2;
  -webkit-appearance: none;
          appearance: none;
}

.path-careers #views-exposed-form-careers-listing-block-3 .form-row input {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI4cHgiIGhlaWdodD0iMTNweCIgdmlld0JveD0iMCAwIDggMTMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDggMTMiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSI4IiBoZWlnaHQ9IjEzIiB4PSIwIiB5PSIwIgogICAgaHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFBZ0FBQUFOQ0FNQUFBQ2pITjhLQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQVYxQk1WRVgvLy8vNStmbnk4L09ibjZISQp5c3ZZMnRxUGs1V09rcFM5djhEKy92N2MzZDJTbFpleHRMYjgvUHpqNU9XV21adXNyN0Q1K2ZycjdPeVpuWjZscUtuMTl2Ymw1dWYwCjlQV2dvNldocGFhaXBhZjI5dmJRMHRNUys3RzJBQUFBQVdKTFIwUUFpQVVkU0FBQUFBbHdTRmx6QUFBQVlBQUFBR0FBOEd0Q3p3QUEKQUFkMFNVMUZCK1VFRkJBNUZ6SFg3WlFBQUFCSVNVUkJWQWpYVGNvM0FvQXdERU5SVTBVSkhVTVN1UDg1SVRJRFd2NGJKSktKTFM5SwpRMVdqYWFtdWh4dW9jY0s4VU91R1hha0RjS21uUjlCZjFTT3lBZkZLaC92cksrc0RsOVVEVWJPMW9yd0FBQUFsZEVWWWRHUmhkR1U2ClkzSmxZWFJsQURJd01qRXRNRFF0TWpCVU1UWTZOVGM2TWpNck1EQTZNREQ3VEF0bkFBQUFKWFJGV0hSa1lYUmxPbTF2WkdsbWVRQXkKTURJeExUQTBMVEl3VkRFMk9qVTNPakl6S3pBd09qQXdpaEd6MndBQUFBQkpSVTVFcmtKZ2dnPT0iIC8+Cjwvc3ZnPgo=");
}

.path-careers #job-list-view {
  background: linear-gradient(180deg, white 15%, #f3f6f9 15%);
  margin-bottom: 3rem;
}

.path-careers #job-list-view .container {
  background-color: white;
  border-radius: 1rem;
}

.path-careers .slick-prev,
.path-careers .slick-next {
  z-index: 1;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 0.1;
}

.path-careers .slick-prev:hover,
.path-careers .slick-next:hover {
  opacity: 0.4;
}

.path-careers .slick-prev {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/slick-arrow-left.svg");
  left: 1.5rem;
}

.path-careers .slick-next {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/slick-arrow-right.svg");
  right: 1.5rem;
}

@media (max-width: 991.98px) {
  .path-careers #career-nav {
    margin: 1rem 0;
  }
  .path-careers #career-nav li a {
    font-size: 16px;
  }
  .path-careers h3 {
    margin-top: 1rem;
    font-size: 24px;
  }
  .path-careers h4 {
    font-size: 18px;
  }
  .path-careers .image-with-half-grey-wrapper img {
    height: auto;
  }
  .path-careers .grey-wrapper {
    display: none;
  }
  .path-careers .core-value-2-col .image-with-neon-wrapper img {
    width: 100%;
    height: auto;
  }
  .path-careers #office-map {
    height: 400px;
  }
  .path-careers .office-slide .location-image img {
    display: none;
  }
  .path-careers .spotlight .img-col img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .path-careers .spotlight .deco {
    display: none;
  }
  .path-careers .office-slide .location-city {
    font-size: 24px;
  }
  .path-careers .office-slide .location-details {
    font-size: 16px;
  }
  .path-careers .office-slide .location-item {
    height: auto;
    justify-content: left;
    padding: 1rem;
  }
  .path-careers #footer-cta .arrow-right, .path-careers #listing-footer-cta .arrow-right {
    display: none;
  }
  .path-careers #footer-cta .neon-block,
  .path-careers #listing-footer-cta .neon-block {
    font-size: 30px;
    line-height: 35px;
    height: 700px;
  }
  .path-careers #footer-cta .neon-block .cta-link a, .path-careers #listing-footer-cta .neon-block .cta-link a {
    font-size: 15px;
  }
  .path-careers #footer-cta .habour-blue-block,
  .path-careers #listing-footer-cta .habour-blue-block {
    font-size: 30px;
    line-height: 35px;
    height: 700px;
  }
  .path-careers #footer-cta .habour-blue-block .cta-link a,
  .path-careers #listing-footer-cta .habour-blue-block .cta-link a {
    font-size: 15px;
  }
}

body.node--type-our-work .case-study-banner-video {
  position: relative;
}

body.node--type-our-work .case-study-banner-video video {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}

body.node--type-our-work article.new-design.node--type-our-work .node__content {
  margin-top: 0;
}

body.node--type-our-work article.new-design.node--type-our-work .case-study-banner-image {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  height: 600px;
}

body.node--type-our-work article.new-design.node--type-our-work .case-study-banner-image .image {
  height: 100%;
}

@media (max-width: 991.98px) {
  body.node--type-our-work article.new-design.node--type-our-work .case-study-banner-image {
    height: 300px;
  }
}

body.node--type-our-work article.new-design.node--type-our-work .case-study-banner-image img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

body.node--type-our-work article.new-design.node--type-our-work .case-study-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-brief-description {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 26px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  color: #2e3590;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-cta-line {
  padding: 3rem 0;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-cta-line .cta-text {
  display: inline;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 24px;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-cta-line .cta-arrow {
  display: inline;
  color: #00e9c2;
  margin-top: -2px;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-cta-line .cta-button {
  margin-left: 1rem;
  display: inline;
}

@media (max-width: 991.98px) {
  body.node--type-our-work article.new-design.node--type-our-work .our-work-cta-line .cta-button {
    margin-left: 0;
    margin-top: 2rem;
    width: 100%;
    display: block;
    text-align: center;
  }
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-text-block {
  padding: 3rem 0;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-text-block .section-title {
  font-family: Poppins, sans-serif;
  font-weight: bold;
  color: #2e3590;
  font-size: 24px;
  margin-bottom: 0.5rem;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-text-block .text-block {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-3-column-text {
  padding: 3rem 0;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-3-column-text .headline {
  font-family: Poppins, sans-serif;
  font-weight: bold;
  color: #2e3590;
  font-size: 14px;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-3-column-text .title {
  font-family: Poppins, sans-serif;
  font-weight: bold;
  color: #2e3590;
  font-size: 24px;
  margin-bottom: 0.5rem;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-3-column-text .description {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-3-column-text .block-wrapper {
  padding-right: 1rem;
  border-right: 2px solid #00e9c2;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-3-column-text .col-12:last-child .block-wrapper {
  border-right: none;
}

@media (max-width: 991.98px) {
  body.node--type-our-work article.new-design.node--type-our-work .our-work-3-column-text .block-wrapper {
    border: none;
    padding: 0;
    margin-bottom: 3rem;
  }
  body.node--type-our-work article.new-design.node--type-our-work .our-work-3-column-text .col-12:last-child .block-wrapper {
    margin-bottom: 0;
  }
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-tag-zone {
  padding: 3rem 0;
  font-size: 24px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  color: #C5CED6;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-tag-zone .field--name-field-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-tag-zone .field--name-field-tag .field__item {
  padding: 0 2rem;
  border-right: 2px solid #C5CED6;
  margin: 0.5rem 0;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-tag-zone .field--name-field-tag .field__item:last-child {
  border-right: none;
}

@media (max-width: 991.98px) {
  body.node--type-our-work article.new-design.node--type-our-work .our-work-tag-zone {
    font-size: 18px;
  }
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-3-column-large {
  padding: 3rem 0;
  font-size: 60px;
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-3-column-large .block-wrapper {
  padding-right: 1rem;
  border-right: 2px solid #00e9c2;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-3-column-large .col-12:last-child .block-wrapper {
  border-right: none;
}

@media (max-width: 991.98px) {
  body.node--type-our-work article.new-design.node--type-our-work .our-work-3-column-large {
    font-size: 48px;
  }
  body.node--type-our-work article.new-design.node--type-our-work .our-work-3-column-large .block-wrapper {
    margin-bottom: 3rem;
    padding: 0;
    border: none;
  }
  body.node--type-our-work article.new-design.node--type-our-work .our-work-3-column-large .col-12:last-child .block-wrapper {
    margin-bottom: 0;
  }
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-full-width {
  padding: 3rem 0;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-full-width .field__label {
  display: none;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-full-width img {
  max-width: 100%;
  margin: 0 auto;
  max-height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-full-width-text-image .section-title {
  font-family: Poppins, sans-serif;
  font-weight: bold;
  color: #2e3590;
  font-size: 24px;
  margin-bottom: 0.5rem;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-full-width-text-image .text-block {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-related-case-study {
  padding: 3rem 0;
  padding-bottom: 7rem;
  background-color: #F3F6F9;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-related-case-study .case-study-title {
  margin-top: 1rem;
  text-align: center;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-related-case-study .case-study-title a {
  font-size: 18px;
  color: black;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-align: center;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-related-case-study .related-title {
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 24px;
  font-family: Poppins, sans-serif;
  text-align: center;
  color: black;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-related-case-study .case-study-image {
  max-width: 300px;
  margin: 0 auto;
}

body.node--type-our-work article.new-design.node--type-our-work .our-work-related-case-study .case-study-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  body.node--type-our-work article.new-design.node--type-our-work .our-work-related-case-study .related-case-study {
    margin-bottom: 3rem;
  }
  body.node--type-our-work article.new-design.node--type-our-work .our-work-related-case-study .col-12:last-child .related-case-study {
    margin-bottom: 0;
  }
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-2-column {
  display: flex;
  justify-content: space-between;
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-2-column > div {
  width: calc(50% - 0.5rem);
}

@media (max-width: 991.98px) {
  body.node--type-our-work article.new-design.node--type-our-work .full-width-2-column {
    flex-direction: column;
  }
  body.node--type-our-work article.new-design.node--type-our-work .full-width-2-column > div {
    width: 100%;
  }
  body.node--type-our-work article.new-design.node--type-our-work .full-width-2-column .left-column {
    margin-bottom: 1rem;
  }
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-2-row .upper-row {
  margin-bottom: 1rem;
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-column {
  display: flex;
  justify-content: space-between;
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-column .left-column, body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-column .right-column {
  width: calc(50% - 0.5rem);
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-column .right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-column .right-column > div {
  height: calc(50% - 0.5rem);
}

@media (max-width: 991.98px) {
  body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-column {
    flex-direction: column;
  }
  body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-column .left-column, body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-column .right-column {
    width: 100%;
  }
  body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-column .right-column .upper-row {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-column .right-column > div {
    height: auto;
  }
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-column {
  display: flex;
  justify-content: space-between;
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-column .left-column, body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-column .right-column {
  width: calc(50% - 0.5rem);
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-column .left-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-column .left-column > div {
  height: calc(50% - 0.5rem);
}

@media (max-width: 991.98px) {
  body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-column {
    flex-direction: column;
  }
  body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-column .left-column, body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-column .right-column {
    width: 100%;
  }
  body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-column .left-column .lower-row {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-column .left-column > div {
    height: auto;
  }
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-row .lower-row {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-row .left-column, body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-row .right-column {
  width: calc(50% - 0.5rem);
}

@media (max-width: 991.98px) {
  body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-row .lower-row {
    flex-direction: column;
  }
  body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-row .lower-row .left-column {
    margin-bottom: 1rem;
  }
  body.node--type-our-work article.new-design.node--type-our-work .full-width-1-2-row .lower-row > div {
    width: 100%;
  }
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-row .upper-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-row .left-column, body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-row .right-column {
  width: calc(50% - 0.5rem);
}

@media (max-width: 991.98px) {
  body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-row .upper-row {
    flex-direction: column;
  }
  body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-row .upper-row .right-column {
    margin-top: 1rem;
  }
  body.node--type-our-work article.new-design.node--type-our-work .full-width-2-1-row .upper-row > div {
    width: 100%;
  }
}

body.node--type-our-work #talk-to-us button.close {
  font-size: 2rem;
  width: 2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1000;
}

body.node--type-our-work #talk-to-us .modal-dialog {
  max-width: 90vw;
  max-height: 90vw;
}

body.node--type-our-work #talk-to-us .modal-content {
  background-color: #2e3590;
}

body.node--type-our-work #talk-to-us .modal-body {
  display: flex;
  padding: 3rem 3rem 0 3rem;
}

body.node--type-our-work #talk-to-us .modal-left {
  width: 37%;
  padding-right: 1rem;
}

body.node--type-our-work #talk-to-us .modal-left .pardot-text {
  color: white;
}

body.node--type-our-work #talk-to-us .modal-right {
  width: 63%;
}

body.node--type-our-work #talk-to-us .pardot-title::before {
  content: none;
}

@media (max-width: 991.98px) {
  body.node--type-our-work #talk-to-us .pardot-form-iframe {
    min-height: 1140px;
  }
}

@media (max-width: 1199.98px) {
  body.node--type-our-work #talk-to-us .pardot-title {
    font-size: 2rem;
  }
  body.node--type-our-work #talk-to-us .modal-body {
    flex-direction: column;
  }
  body.node--type-our-work #talk-to-us .modal-left {
    width: 100%;
    margin-bottom: 3rem;
  }
  body.node--type-our-work #talk-to-us .modal-right {
    width: 100%;
  }
}

.node--type-our-work .our-work-testimonial .testimonial-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}

.node--type-our-work .our-work-testimonial .testimonial-block .client-logo {
  width: 140px;
}

.node--type-our-work .our-work-testimonial .testimonial-block .client-logo svg {
  height: 100%;
  width: 100%;
}

.node--type-our-work .our-work-testimonial .testimonial-block .testimonial-text {
  text-align: center;
  font-size: 1.4rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2rem;
}

.node--type-our-work .our-work-testimonial .testimonial-block .testimonial-name {
  text-align: center;
  font-size: 24px;
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.node--type-our-work .our-work-testimonial .testimonial-block .testimonial-position {
  text-align: center;
  font-size: 18px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 2rem;
  color: #2e3590;
}

.node--type-our-work .our-work-testimonial .testimonial-block .deco {
  display: none;
}

.download_tab_box {
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 2.125rem;
  padding-left: 1.875rem;
  padding-top: 2.125rem;
  padding-right: 1.875rem;
  background-color: white;
  box-shadow: 0 5px 12px 0 rgba(46, 53, 144, 0.2);
}

.download_tab_box a,
.download_tab_box a:hover {
  color: white;
}

.download_tab_box .download_tab_box_title p {
  color: #282d30;
  font-size: 0.9rem;
  line-height: 2.25rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .download_tab_box .download_tab_box_title p {
    display: flex;
    justify-content: center;
  }
}

.download_tab_box input {
  float: right;
}

@media (max-width: 768px) {
  .download_tab_box .input-download {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

body:not(.path-frontpage) #main-wrapper {
  margin-top: 5rem;
}

.images-grid .img-2x3 {
  width: 100%;
  max-height: 500px;
  height: 500px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.images-grid .img-2x2 {
  width: 100%;
  max-height: 400px;
  height: 400px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .images-grid .h-100-mobile .management-tile {
    height: 100%;
  }
}

.images-grid .management-tile {
  height: 100%;
}

@media (max-width: 576px) {
  .images-grid .management-tile {
    height: 200px;
  }
}

.images-grid .management-tile-title {
  font-size: 1rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #62717A;
  height: auto;
}

.images-grid .management-tile-name {
  color: #282d30;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  height: auto;
  font-size: 19px;
}

.images-grid .management-tile .management-tile--image-container {
  height: 400px;
}

.images-grid .management-tile .management-tile--image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 576px) {
  .images-grid .col-4, .images-grid .col-8 {
    width: 100%;
    display: contents;
  }
}

.path-our-management .banner .left-side .paragraph p {
  font-size: 18px;
  line-height: 28px;
  color: #282D30;
  font-weight: 300;
}

.path-our-management .filter_tabs {
  margin-top: 1rem !important;
}

.path-our-management .field--name-field-html-content {
  border-left: 4px solid #00e9c2;
}

.path-our-management .paragraph.paragraph--type--wysiwyg-card.paragraph--view-mode--default {
  background-image: none !important;
}

.path-our-management .paragraph.paragraph--type--wysiwyg-card.paragraph--view-mode--default p {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 300;
  text-align: left;
  color: #282D30;
  margin: 0;
  width: 100%;
  padding-right: 10%;
  padding-left: 1rem;
}

.tech_card {
  color: #5f717b;
  margin-bottom: 2rem;
}

.tech_card .rounded_logo {
  background-color: #5f717b;
}

.tech_card .tech_card_url {
  padding-top: 0.5rem;
}

.tech_card .tech_card_url a {
  color: #5f717b;
  text-decoration: underline;
  text-align: center;
  margin: 0 auto;
  padding-left: 15px;
}

.client_card_client_name a,
.client_card_client_name {
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
}

.client_card_description {
  color: #332a31;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.client_card_image {
  margin-bottom: 1.125rem;
}

.client_card_image a {
  cursor: pointer;
}

.client_card_image .content-image {
  width: 100%;
}

.client_card_image .client_card_image_title {
  color: white;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 36px;
}

@media (min-width: 576px) {
  .client_card_image .client_card_image_title {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .client_card_image .client_card_image_title {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .client_card_image .client_card_image_title {
    margin-bottom: 2rem;
  }
}

.client_card_image .content {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.client_card_image .content .content-overlay {
  background: #2e3590;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.client_card_image .content:hover .content-overlay {
  opacity: 0.79;
}

.client_card_image .client_card_arrow {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 1rem;
}

.client_card_image svg {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  max-width: 100%;
}

.client_card_image svg image {
  filter: brightness(0) invert(1);
}

.client_card_image svg [data-name^="colorgroup1"] {
  fill: #f3f6f9;
}

.client_card_image svg [data-name^="colorgroup2"] {
  fill: transparent;
}

.client_card_image svg [data-name^="colorgroup3"] {
  fill: #afb3b6;
}

.client_card_image .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 70%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
  height: 100%;
}

.client_card_image .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.client_card_image .content-details::after {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/left-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 26px;
  width: 45px;
  position: absolute;
  bottom: 1.5rem;
  left: -0.5rem;
}

@media (min-width: 576px) {
  .client_card_image .content-details::after {
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .client_card_image .content-details::after {
    bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .client_card_image .content-details::after {
    bottom: 1.5rem;
  }
}

.client_card_image .fadeIn-left {
  left: 20%;
}

.featured-portfolio {
  margin-top: 20px;
  background-color: #f3f6f9;
  padding-top: 3rem;
}

@media (min-width: 576px) {
  .featured-portfolio {
    padding-top: 5rem;
    margin-top: 50px;
  }
}

.featured-portfolio .client_card_image .content-details::after {
  height: 0 !important;
  display: none !important;
}

.featured-grid {
  padding: 3rem 6rem;
}

@media (min-width: 576px) {
  .featured-grid {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}

@media (max-width: 576px) {
  .featured-grid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.featured-grid .filterby {
  padding: 30px 20px;
}

.featured-grid .filterby h5 {
  text-transform: uppercase;
  color: #2e3590;
}

.featured-grid .filterby .filter-tags {
  margin-left: 40px;
  display: inline;
}

.featured-grid .filterby .tags {
  margin-left: 20px;
}

@media (max-width: 576px) {
  .featured-grid .filterby .filter-tags {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .featured-grid .filterby .tags {
    margin-bottom: 10px;
    margin-left: 10px;
  }
}

.featured-grid .tech_card {
  margin-bottom: 50px;
}

.featured-grid .load-more.link {
  text-align: center;
  margin: 0 auto;
}

.achievement-listing {
  padding-bottom: 5rem;
}

@media (max-width: 576px) {
  .achievement-listing .title-chevron::before {
    left: -14px;
  }
}

@media (max-width: 576px) {
  .achievement-listing {
    padding: 3rem 2rem;
  }
  .achievement-listing .img-fluid {
    display: none;
  }
}

@media (max-width: 376px) {
  .achievement-listing {
    padding-left: 10px !important;
  }
}

.achievement-listing a {
  display: inline-block;
  color: #282d30;
  font-size: 1.125rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 2.2;
}

.achievement-listing #year {
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.5;
  display: inline-block;
  margin-right: 1rem;
}

.achievement-listing #achievement_list_title {
  line-height: 2rem;
  font-size: 1.25rem;
}

.achievement-listing li {
  display: flex;
}

.achievement-listing .field--name-field-container-title {
  font-size: 1.25rem;
}

@media (max-width: 576px) {
  .achievement-listing .bullet-points-paragraph {
    padding-left: 0;
    padding-right: 0;
  }
  .achievement-listing .title {
    padding-left: 10px;
  }
}

.management_overlay_title {
  background-color: white;
  padding-top: 1rem;
  white-space: wrap;
}

@media (min-width: 992px) {
  .management_overlay_title {
    padding-left: 2rem;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
  }
}

.management_overlay_title h2 {
  color: #2E3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.4375rem;
  line-height: 4.0625rem;
}

.management_overlay_title p {
  color: #282D30;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.management_overlay .text-center {
  margin-top: 1rem;
}

.management_overlay .close {
  font-size: 1.25rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #332a31;
  float: none;
  margin: 0 auto;
  opacity: 1;
}

.management_overlay .close .button_text {
  margin-bottom: .4rem;
}

.management_overlay .close button {
  margin-top: 1rem;
}

.management_overlay .close:hover {
  opacity: .5;
}

.management_overlay .texts {
  position: relative;
}

@media (min-width: 992px) {
  .management_overlay .texts .management_overlay_title {
    position: relative;
    left: -12rem;
    z-index: 200;
  }
}

.management_overlay .paragraph {
  margin-top: 1rem;
  text-align: left;
  color: #332A31;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2rem;
}

.author-container .date {
  color: #8e9294;
  font-weight: normal;
  margin: 0;
}

.author-container .author {
  display: flex;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  padding: 1rem 0;
}

@media (max-width: 576px) {
  .author-container .author {
    font-size: 0.8rem;
    padding-left: 5px;
  }
}

.author-container .author .profile-image {
  padding: 0;
}

.author-container .author .profile-image img {
  border-radius: 50%;
  max-width: 70px;
  width: auto;
  height: auto;
}

.author-container .author .profile-info {
  margin: 9px;
}

.author-container .author .profile-info .name {
  color: #2e3590;
  font-weight: 300;
  margin: 0;
}

.author-container .author .profile-info .position {
  color: #8e9294;
  font-weight: normal;
  margin: 0;
}

.block-system-breadcrumb-block .breadcrumb {
  background-color: transparent;
  padding: 0;
}

.block-system-breadcrumb-block .breadcrumb .breadcrumb-item a {
  text-transform: capitalize;
  color: #979797;
}

.block-system-breadcrumb-block .breadcrumb .breadcrumb-item {
  text-transform: capitalize;
}

.block-system-breadcrumb-block .breadcrumb-item.active a {
  color: #332a31;
  text-decoration: underline;
}

.block-system-breadcrumb-block .breadcrumb-item + .breadcrumb-item::before {
  color: #00e9c2;
}

.text_block_new p {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  line-height: 2rem;
  font-size: 1.25rem;
  color: black;
  text-align: center;
}

.testimonial {
  background-color: #f3f6f9;
  padding-top: 8rem;
  padding-bottom: 5rem;
}

@media (max-width: 576px) {
  .testimonial {
    padding-left: 1rem;
  }
}

.testimonial .texts .chevron_arrow {
  transform: rotate(180deg);
  opacity: 0.3;
}

.testimonial .first_arrow {
  position: relative;
}

.testimonial .first_arrow .chevron_arrow {
  position: relative;
  left: 1rem;
}

@media (min-width: 768px) {
  .testimonial .first_arrow .chevron_arrow {
    left: -1rem;
  }
}

.testimonial .position {
  color: #332a31;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
}

.testimonial .position .role {
  text-transform: capitalize;
}

.testimonial .position .company {
  text-transform: capitalize;
}

.testimonial .name {
  color: #332a31;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.125rem;
  text-align: center;
  margin-bottom: 0;
}

.testimonial .title {
  color: #332a31;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
}

@media (max-width: 576px) {
  .testimonial .title {
    padding-left: 6px;
  }
  .testimonial-last-arrow {
    position: relative;
    right: 6px;
  }
}

.text_card .title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 4.0625rem;
  text-align: left;
}

.text_card .paragraph p {
  font-size: 1.15rem;
  text-align: left;
}

.text_card .bottom .container {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

@media (min-width: 576px) {
  .text_card .bottom .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.text_card .bottom .container .paragraph {
  margin-top: 2rem;
}

.text_card .bottom .container .texts {
  padding-left: 3rem;
}

@media (min-width: 768px) {
  .text_card .bottom .container .title {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .text_card .bottom .container .title {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .text_card .bottom .container .title {
    width: 60%;
  }
}

.text_card .right .container {
  padding: 0 40px;
  padding-top: 3rem;
}

@media (min-width: 576px) {
  .text_card .right .container {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
}

.text_card .right .paragraph {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .text_card .right .paragraph {
    margin-top: 0;
  }
}

.text_card .right .title {
  width: 100%;
}

.text_card .indigo {
  background-color: #2e3590;
}

.text_card .indigo .paragraph p {
  color: #f3f6f9;
}

.text_card .indigo .title {
  color: #fff;
}

.text_card .white {
  background-color: #fff;
}

.text_card .white .paragraph p {
  color: #282d30;
}

.text_card .white .title {
  color: #282d30;
}

.vertical_card_final a {
  width: 100%;
}

.vertical_card_final .row {
  margin: auto 0;
}

.vertical_card_final .row .col,
.vertical_card_final .row .col-1,
.vertical_card_final .row .col-10,
.vertical_card_final .row .col-11,
.vertical_card_final .row .col-12,
.vertical_card_final .row .col-2,
.vertical_card_final .row .col-3,
.vertical_card_final .row .col-4,
.vertical_card_final .row .col-5,
.vertical_card_final .row .col-6,
.vertical_card_final .row .col-7,
.vertical_card_final .row .col-8,
.vertical_card_final .row .col-9,
.vertical_card_final .row .col-auto,
.vertical_card_final .row .col-lg,
.vertical_card_final .row .col-lg-1,
.vertical_card_final .row .col-lg-10,
.vertical_card_final .row .col-lg-11,
.vertical_card_final .row .col-lg-12,
.vertical_card_final .row .col-lg-2,
.vertical_card_final .row .col-lg-3,
.vertical_card_final .row .col-lg-4,
.vertical_card_final .row .col-lg-5,
.vertical_card_final .row .col-lg-6,
.vertical_card_final .row .col-lg-7,
.vertical_card_final .row .col-lg-8,
.vertical_card_final .row .col-lg-9,
.vertical_card_final .row .col-lg-auto,
.vertical_card_final .row .col-md,
.vertical_card_final .row .col-md-1,
.vertical_card_final .row .col-md-10,
.vertical_card_final .row .col-md-11,
.vertical_card_final .row .col-md-12,
.vertical_card_final .row .col-md-2,
.vertical_card_final .row .col-md-3,
.vertical_card_final .row .col-md-4,
.vertical_card_final .row .col-md-5,
.vertical_card_final .row .col-md-6,
.vertical_card_final .row .col-md-7,
.vertical_card_final .row .col-md-8,
.vertical_card_final .row .col-md-9,
.vertical_card_final .row .col-md-auto,
.vertical_card_final .row .col-sm,
.vertical_card_final .row .col-sm-1,
.vertical_card_final .row .col-sm-10,
.vertical_card_final .row .col-sm-11,
.vertical_card_final .row .col-sm-12,
.vertical_card_final .row .col-sm-2,
.vertical_card_final .row .col-sm-3,
.vertical_card_final .row .col-sm-4,
.vertical_card_final .row .col-sm-5,
.vertical_card_final .row .col-sm-6,
.vertical_card_final .row .col-sm-7,
.vertical_card_final .row .col-sm-8,
.vertical_card_final .row .col-sm-9,
.vertical_card_final .row .col-sm-auto,
.vertical_card_final .row .col-xl,
.vertical_card_final .row .col-xl-1,
.vertical_card_final .row .col-xl-10,
.vertical_card_final .row .col-xl-11,
.vertical_card_final .row .col-xl-12,
.vertical_card_final .row .col-xl-2,
.vertical_card_final .row .col-xl-3,
.vertical_card_final .row .col-xl-4,
.vertical_card_final .row .col-xl-5,
.vertical_card_final .row .col-xl-6,
.vertical_card_final .row .col-xl-7,
.vertical_card_final .row .col-xl-8,
.vertical_card_final .row .col-xl-9,
.vertical_card_final .row .col-xl-auto {
  padding-left: 0 !important;
}

.vertical_card_final .author {
  color: #332a31;
  font-size: 1rem;
  line-height: 1.75rem;
}

.vertical_card_final .description {
  margin-top: 1.8rem;
}

@media (min-width: 576px) {
  .vertical_card_final .description {
    margin-left: 1rem;
  }
}

.vertical_card_final .address {
  color: #332A31;
  font-size: 1rem;
  line-height: 1.75rem;
}

.vertical_card_final .event-title {
  color: #282d30;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}

.vertical_card_final .vertical_card_title {
  color: #282d30;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.vertical_card_final .time {
  color: #8e9294;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: right;
  display: none;
}

.vertical_card_final .date {
  color: #2e3590;
  font-size: 1rem;
  line-height: 1.75rem;
  display: flex;
}

.vertical_card_final .date_event {
  margin-top: 1rem;
  color: #2e3590;
  vertical-align: bottom;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  text-align: left;
  word-spacing: 9999px;
}

@media (min-width: 768px) {
  .vertical_card_final .date_event {
    padding-left: 1.25rem;
    text-align: center;
  }
}

.vertical_card_final .img-responsive {
  width: 100%;
}

.vertical_card_final .field--name-field-news-type, .vertical_card_final .field--name-field-resource-type {
  margin-left: 6px;
}

.title-banner {
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 10px;
}

.title-banner .cta-links {
  margin-bottom: 3rem;
}

.title-banner .title-banner_brand {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #282d30;
  font-size: 2.4rem;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.55;
  color: #2e3590;
}

.title-banner .banner-title-content {
  display: flex;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .title-banner .banner-title-content {
    flex-direction: column-reverse;
  }
}

.title-banner .banner-title-content .paragraph {
  font-size: 1.25rem;
}

.title-banner .tags__label {
  margin-top: 3.5rem;
  color: #2e3590;
  font-size: 16px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.title-banner .tags__list {
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-left: 1rem;
}

.title-banner .tags__list .tag__item {
  padding: 5px 1rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #00e9c2;
  border-radius: 12px;
  color: #2e3590;
  font-size: 14px;
}

.title-banner .tags__list .tag__item--blog {
  padding: 5px 1rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 15px;
  border: 2px solid #2e3590;
  color: #2e3590;
  font-size: 15px;
}

.title-banner .title {
  font-size: 2.1875rem;
  line-height: 1.1;
}

@media (min-width: 576px) {
  .title-banner .title {
    font-size: 3.75rem;
    margin-top: 20px;
  }
}

.title-banner a {
  margin-top: 20px;
}

.title-banner .link {
  display: inline-block;
}

.title-banner .image {
  margin-top: 2rem;
}

@media (max-width: 576px) {
  .title-banner .image {
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.title-banner img {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .title-banner img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}

.outcomes-and-results-top {
  background-color: #fff;
  padding-bottom: 0;
  padding-top: 2rem;
  min-height: 500px;
}

@media (max-width: 576px) {
  .outcomes-and-results-top {
    min-height: 700px;
  }
}

@media (min-width: 576px) {
  .outcomes-and-results-top .top-first-block {
    min-height: 400px;
  }
}

@media (min-width: 576px) {
  .outcomes-and-results-top {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .outcomes-and-results-top {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.outcomes-and-results-top .second-block {
  min-height: 400px;
}

.outcomes-and-results-top .texts {
  padding-left: 1rem;
}

.outcomes-and-results-top .title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 4.0625rem;
}

.outcomes-and-results-top .second-icon-parent {
  position: absolute;
  top: 0;
  right: 0;
}

.outcomes-and-results-top .second-icon-parent img {
  transform: rotate(90deg);
  width: 400px;
  height: auto;
  opacity: .2;
}

.outcomes-and-results-top .title-and-big-number {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  margin-right: 165px;
  text-align: right;
}

@media (max-width: 576px) {
  .outcomes-and-results-top .title-and-big-number {
    margin-top: 40px;
    margin-right: 0;
  }
}

.outcomes-and-results-top .small-paragraph {
  margin-top: 20px;
}

.outcomes-and-results-top .small-paragraph img {
  max-width: 100%;
}

.outcomes-and-results-bottom {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 0;
}

@media (max-width: 992px) {
  .outcomes-and-results-bottom .first-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .outcomes-and-results-bottom .first-content .first-icon img {
    width: 300px;
    margin-left: -40px;
  }
}

@media (max-width: 576px) {
  .outcomes-and-results-bottom .first-text .first-icon-parent img {
    width: 300px;
    margin-left: -20px;
  }
}

@media (max-width: 992px) and (min-width: 576px) {
  .outcomes-and-results-bottom .first-text {
    min-height: 300px;
    margin-top: 50px;
  }
  .outcomes-and-results-bottom .first-text .first-icon-parent img {
    width: 350px;
    margin-left: -20px;
  }
}

@media (min-width: 576px) {
  .outcomes-and-results-bottom {
    padding-left: 0;
    padding-right: 0;
  }
}

.outcomes-and-results-bottom .text {
  position: relative;
  z-index: 2;
}

@media (max-width: 576px) {
  .outcomes-and-results-bottom .text {
    margin-top: 20px;
  }
}

.outcomes-and-results-bottom .p-left {
  padding-left: 1rem;
}

.outcomes-and-results-bottom h2 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 20px;
}

.outcomes-and-results-bottom .first-icon-parent {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.outcomes-and-results-bottom .first-icon-parent .first-icon {
  transform: rotate(270deg);
  width: 400px;
  height: auto;
  opacity: .9;
}

.outcomes-and-results-bottom .image {
  z-index: 2;
  width: 100%;
}

@media (max-width: 576px) {
  .outcomes-and-results-bottom .image {
    margin-top: 20px;
    padding: 20px;
  }
}

.outcomes-and-results-bottom .title-and-big-number {
  width: 200px;
  max-width: auto;
}

@media (max-width: 576px) {
  .outcomes-and-results-bottom .title-and-big-number {
    margin: 0 auto;
  }
  .outcomes-and-results-bottom .title-and-big-number p, .outcomes-and-results-bottom .title-and-big-number h2 {
    text-align: center;
  }
}

.outcomes-and-results-bottom .key-metrics {
  margin-top: 3rem;
}

.media_card_tag {
  position: relative;
}

.media_card_media .video {
  position: relative;
}

.media_card_three_images .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  min-height: 450px;
}

.media_card_three_images img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.media_card_three_images .media_card_images {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 50%;
}

@media only screen and (max-width: 991px) {
  .media_card_three_images .media_card_images {
    position: relative;
    right: inherit;
    top: inherit;
    max-width: 100%;
  }
}

.media_card_three_images__inner {
  display: flex;
  align-items: center;
  margin: 0;
}

.media_card,
.media_card_one_image,
.media_card_three_images {
  margin-bottom: 5rem;
}

.media_card .title-chevron,
.media_card_one_image .title-chevron,
.media_card_three_images .title-chevron {
  position: relative;
}

.media_card .title-chevron::before,
.media_card_one_image .title-chevron::before,
.media_card_three_images .title-chevron::before {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/chevron.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  left: 0;
  height: 40px;
  position: absolute;
  top: -20px;
  width: 40px;
}

@media (max-width: 576px) {
  .media_card .title-chevron::before,
  .media_card_one_image .title-chevron::before,
  .media_card_three_images .title-chevron::before {
    left: -12px;
    top: -30px;
  }
}

@media (min-width: 576px) {
  .media_card .title-chevron,
  .media_card_one_image .title-chevron,
  .media_card_three_images .title-chevron {
    position: relative;
  }
  .media_card .title-chevron::before,
  .media_card_one_image .title-chevron::before,
  .media_card_three_images .title-chevron::before {
    left: -30px;
  }
}

.media_card .second-icon-parent,
.media_card_one_image .second-icon-parent,
.media_card_three_images .second-icon-parent {
  position: relative;
}

.media_card .second-icon-parent .second-icon,
.media_card_one_image .second-icon-parent .second-icon,
.media_card_three_images .second-icon-parent .second-icon {
  transform: rotate(90deg);
  text-align: right;
  position: relative;
  right: 10rem;
}

@media only screen and (max-width: 380px) {
  .media_card .second-icon-parent .second-icon,
  .media_card_one_image .second-icon-parent .second-icon,
  .media_card_three_images .second-icon-parent .second-icon {
    right: 7rem;
  }
}

@media (min-width: 576px) {
  .media_card .second-icon-parent .second-icon,
  .media_card_one_image .second-icon-parent .second-icon,
  .media_card_three_images .second-icon-parent .second-icon {
    left: 5rem;
  }
}

@media (min-width: 992px) {
  .media_card .second-icon-parent .second-icon,
  .media_card_one_image .second-icon-parent .second-icon,
  .media_card_three_images .second-icon-parent .second-icon {
    left: -3.5rem;
  }
}

.media_card .fourth-icon-parent,
.media_card_one_image .fourth-icon-parent,
.media_card_three_images .fourth-icon-parent {
  position: relative;
}

.media_card .fourth-icon-parent .fourth-icon,
.media_card_one_image .fourth-icon-parent .fourth-icon,
.media_card_three_images .fourth-icon-parent .fourth-icon {
  position: relative;
  transform: rotate(180deg);
  top: -1rem;
  right: 12rem;
}

@media only screen and (max-width: 380px) {
  .media_card .fourth-icon-parent .fourth-icon,
  .media_card_one_image .fourth-icon-parent .fourth-icon,
  .media_card_three_images .fourth-icon-parent .fourth-icon {
    right: 6rem;
  }
}

@media (min-width: 576px) {
  .media_card .fourth-icon-parent .fourth-icon,
  .media_card_one_image .fourth-icon-parent .fourth-icon,
  .media_card_three_images .fourth-icon-parent .fourth-icon {
    left: 5rem;
    top: -2rem;
  }
}

@media (min-width: 992px) {
  .media_card .fourth-icon-parent .fourth-icon,
  .media_card_one_image .fourth-icon-parent .fourth-icon,
  .media_card_three_images .fourth-icon-parent .fourth-icon {
    left: -4rem;
    top: -4rem;
  }
}

.media_card .third-icon-parent,
.media_card_one_image .third-icon-parent,
.media_card_three_images .third-icon-parent {
  position: relative;
}

.media_card .third-icon-parent .third-icon,
.media_card_one_image .third-icon-parent .third-icon,
.media_card_three_images .third-icon-parent .third-icon {
  position: relative;
}

@media (min-width: 768px) {
  .media_card .third-icon-parent .third-icon,
  .media_card_one_image .third-icon-parent .third-icon,
  .media_card_three_images .third-icon-parent .third-icon {
    left: -3rem;
    top: -3rem;
  }
}

.media_card .first-icon-parent,
.media_card_one_image .first-icon-parent,
.media_card_three_images .first-icon-parent {
  position: relative;
}

.media_card .first-icon-parent .first-icon,
.media_card_one_image .first-icon-parent .first-icon,
.media_card_three_images .first-icon-parent .first-icon {
  position: relative;
  text-align: left;
}

@media (min-width: 768px) {
  .media_card .first-icon-parent .first-icon,
  .media_card_one_image .first-icon-parent .first-icon,
  .media_card_three_images .first-icon-parent .first-icon {
    top: 3rem;
    left: -3rem;
  }
}

.media_card_video_overlay,
.media_card_one_image_video_overlay,
.media_card_three_images_video_overlay {
  align-items: center;
  background-color: rgba(40, 45, 48, 0.5);
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: underline;
  top: 0;
  width: 100%;
}

.media_card .media_card_tag,
.media_card_one_image .media_card_tag,
.media_card_three_images .media_card_tag {
  margin-bottom: 2rem;
  padding-left: 15px;
}

@media (max-width: 576px) {
  .media_card .media_card_tag,
  .media_card_one_image .media_card_tag,
  .media_card_three_images .media_card_tag {
    padding-left: 0.8rem;
  }
}

.media_card .media_card_text,
.media_card_one_image .media_card_text,
.media_card_three_images .media_card_text {
  margin-top: 30px;
  padding-left: 1rem;
}

.media_card .title,
.media_card_one_image .title,
.media_card_three_images .title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #2e3590;
  font-size: 2.5rem;
  line-height: 4.0625rem;
  margin-bottom: 1rem;
}

@media (max-width: 576px) {
  .media_card .title,
  .media_card_one_image .title,
  .media_card_three_images .title {
    padding-left: 1.5rem;
  }
}

@media (min-width: 576px) {
  .media_card .title,
  .media_card_one_image .title,
  .media_card_three_images .title {
    padding-left: 0;
  }
}

.media_card .black .title,
.media_card_one_image .black .title,
.media_card_three_images .black .title {
  color: #282d30;
}

.media_card .blue .title,
.media_card_one_image .blue .title,
.media_card_three_images .blue .title {
  color: #2e3590;
}

.media_card .paragraph p,
.media_card_one_image .paragraph p,
.media_card_three_images .paragraph p {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #332a31;
  font-size: 1rem;
  line-height: 2rem;
}

@media (min-width: 576px) {
  .media_card .paragraph p,
  .media_card_one_image .paragraph p,
  .media_card_three_images .paragraph p {
    font-size: 1.25rem;
    line-height: 2.1875rem;
  }
}

.media_card .cta_with_green_arrow,
.media_card_one_image .cta_with_green_arrow,
.media_card_three_images .cta_with_green_arrow {
  display: inline-block;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .media_card .cta_with_green_arrow,
  .media_card_one_image .cta_with_green_arrow,
  .media_card_three_images .cta_with_green_arrow {
    margin-bottom: 0;
  }
}

.media_card .cta_with_green_arrow a,
.media_card_one_image .cta_with_green_arrow a,
.media_card_three_images .cta_with_green_arrow a {
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 1.28rem;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.media_card .cta_with_green_arrow a .arrow-right,
.media_card_one_image .cta_with_green_arrow a .arrow-right,
.media_card_three_images .cta_with_green_arrow a .arrow-right {
  margin-left: 0.5rem;
}

.media_card .cta_with_green_arrow a .arrow-right path,
.media_card_one_image .cta_with_green_arrow a .arrow-right path,
.media_card_three_images .cta_with_green_arrow a .arrow-right path {
  transition: transform 0.3s;
}

.media_card .cta_with_green_arrow a:hover .arrow-right path:nth-child(1),
.media_card_one_image .cta_with_green_arrow a:hover .arrow-right path:nth-child(1),
.media_card_three_images .cta_with_green_arrow a:hover .arrow-right path:nth-child(1) {
  transition: transform 0.3s;
  transform: scaleX(2.5);
}

.media_card .cta_with_green_arrow a:hover .arrow-right path:nth-child(2),
.media_card_one_image .cta_with_green_arrow a:hover .arrow-right path:nth-child(2),
.media_card_three_images .cta_with_green_arrow a:hover .arrow-right path:nth-child(2) {
  transition: transform 0.3s;
  transform: translateX(10px);
}

@media (max-width: 576px) {
  .media_card_one_image .title {
    padding-left: 0;
  }
}

.media_card_one_image .title-chevron::before {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/chevron.svg");
  background-repeat: no-repeat;
  background-size: 0;
  height: 0;
  position: absolute;
  width: 0;
}

@media (min-width: 576px) {
  .media_card_one_image .title-chevron {
    position: relative;
  }
  .media_card_one_image .title-chevron::before {
    background-image: url("/themes/custom/appnovation/css/../assets/images/icons/chevron.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 40px;
    left: -30px;
    position: absolute;
    top: -20px;
    width: 40px;
  }
}

@media (max-width: 576px) {
  .media_card .black .title,
  .media_card_one_image .black .title {
    padding-left: 12px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 64rem) {
  .media_card_one_image .cta_with_green_arrow,
  .media_card_three_images .cta_with_green_arrow {
    padding-left: 12px;
  }
  .media_card_one_image .paragraph,
  .media_card_three_images .paragraph {
    padding-left: 12px;
    padding-right: 20px;
  }
}

@media (max-width: 576px) {
  .media_card_three_images .media_card_media .row {
    justify-content: space-between;
  }
  .media_card_three_images .media_card_media .row .col-4,
  .media_card_three_images .media_card_media .row .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .media_card_three_images .media_card_media .row .col-4 {
    max-width: 30%;
  }
}

@media (max-width: 576px) {
  .media_card_three_images .title-chevron::before {
    width: 30px;
    left: -3px;
  }
}

@media (max-width: 64rem) {
  .media_card_three_images .title {
    margin-left: 1rem;
    padding-right: 20px;
    padding-left: 15px;
  }
}

@media (max-width: 576px) {
  .media_card .media_card_tag,
  .media_card_one_image .media_card_tag,
  .media_card_three_images .media_card_tag {
    padding-left: 30px;
  }
}

@media (min-width: 576px) {
  .media_card_one_image .one_image_card {
    padding-top: 3rem;
  }
}

@media (max-width: 576px) {
  .media_card_one_image .offset-sm-2.col-sm-4.offset-sm-1.order-first.order-sm-last {
    padding-left: 30px;
  }
  .media_card_one_image .second-icon-parent .second-icon {
    right: 8px !important;
  }
  .media_card_one_image .fourth-icon-parent .fourth-icon {
    right: 6px !important;
  }
}

.path-careers .media_card_one_image .title {
  font-size: 3.75rem;
}

@media (max-width: 576px) {
  .media_card_one_image .media_card_text {
    padding-left: 19px;
  }
}

.case_study_card_image_top_left {
  position: relative;
}

@media (min-width: 768px) {
  .case_study_card_image_top_left {
    left: 0;
  }
}

@media (min-width: 992px) {
  .case_study_card_image_top_left {
    left: 19rem;
  }
}

.case_study_cards_title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 5%;
  font-size: 2rem;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #f3f6f9;
}

@media (max-width: 576px) {
  .case_study_cards_title {
    font-size: 1.25rem;
  }
}

.case_study_cards_body p {
  font-size: 1.4375rem;
  font-stretch: normal;
  line-height: 1.48;
  letter-spacing: normal;
  color: #f3f6f9;
}

@media (max-width: 576px) {
  .case_study_cards_body p {
    font-size: 1rem;
  }
}

.case_study_cards_number {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.625rem;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: right;
}

.case_study_card_arrow {
  margin-top: 3rem;
}

.case_study_card a:hover .case_study_card_arrow .white-arrow {
  transform: translate3d(20%, 0, 1px);
}

.case_study_card_image_container {
  z-index: 1;
}

.case_study_card_image_container img {
  width: 100%;
}

@media (min-width: 992px) {
  .case_study_card_image_container {
    width: 79%;
  }
}

.case_study_card_text_box {
  position: relative;
  width: 100%;
  background-color: #2e3590;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 5% 4% 4%;
  padding-top: 3%;
  padding-bottom: 2%;
}

@media (min-width: 576px) {
  .case_study_card_text_box {
    position: absolute;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .case_study_card_text_box {
    position: absolute;
    width: 35%;
  }
}

.case_study_card_text_box.bottom-right {
  bottom: 0;
  right: 0;
}

@media (min-width: 576px) {
  .case_study_card_text_box.bottom-right {
    bottom: -20px;
  }
}

.case_study_card_text_box.top_right {
  right: 0;
  top: 0;
}

@media (min-width: 576px) {
  .case_study_card_text_box.top_right {
    top: -20px;
  }
}

@media (min-width: 1200px) {
  .case_study_card_text_box.top_right {
    right: 30px;
  }
}

.case_study_card_text_box.right {
  right: 0;
  top: 0;
}

@media (min-width: 576px) {
  .case_study_card_text_box.right {
    top: 30px;
  }
}

@media (min-width: 1200px) {
  .case_study_card_text_box.right {
    right: 30px;
  }
}

.case_study_card_text_box.top_left {
  left: 0;
  right: 0;
}

@media (min-width: 576px) {
  .case_study_card_text_box.top_left {
    top: -40px;
    left: 0;
  }
}

.case_study_cards:not(:first-child) {
  margin-top: 1.5rem;
}

@media (min-width: 576px) {
  .case_study_cards:not(:first-child) {
    margin-top: 8rem;
  }
}

.case_study_cards .case_study_card {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: column-reverse;
}

.case_study_cards .case_study_card .case_study_card_top_left + .case_study_card_left {
  text-align: right;
}

.case_study_cards .case_study_card .case_study_card_top_left .case_study_card_right {
  right: 0;
  top: 0;
}

@media (min-width: 576px) {
  .case_study_cards .case_study_card .case_study_card_top_left .case_study_card_right {
    top: -20px;
  }
}

.case_study_cards--left .case_study_card {
  flex-direction: column;
}

.case-study-card-container::after {
  background-color: #f3f6f9;
  content: "";
  height: 1090px;
  left: -15px;
  position: absolute;
  top: calc(50% - 440px);
  width: calc(100% + 30px);
  z-index: -1;
}

.case_study_card_container_title h2 {
  max-width: 720px;
}

@media only screen and (min-width: 768px) and (max-width: 834px) {
  .case_study_card_container_title h2 {
    margin-left: 1rem !important;
  }
}

@media (max-width: 576px) {
  .case_study_card_container_title h2 {
    font-size: 1.875rem;
  }
}

.location-details,
.phone_numbers,
.job-opening {
  padding-top: 1.5625rem;
}

.location-details .img-fluid,
.phone_numbers .img-fluid,
.job-opening .img-fluid {
  margin-bottom: 1rem;
}

.location-details p,
.location-details a,
.phone_numbers p,
.phone_numbers a,
.job-opening p,
.job-opening a {
  color: #332a31;
  font-size: 1rem !important;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.location-details a,
.phone_numbers a,
.job-opening a {
  text-transform: capitalize;
}

.location-details #postal,
.phone_numbers #postal,
.job-opening #postal {
  text-transform: uppercase;
}

.phone_numbers_details {
  margin-top: -6px;
}

.job-opening {
  padding-bottom: 40px;
}

.job-opening a {
  font-weight: 400;
}

.aspect-ratio-box {
  height: 0;
  overflow: hidden;
  padding-top: 62%;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .aspect-ratio-box {
    height: 100%;
  }
}

.aspect-ratio-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flexbox-centering {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.viewport-sizing {
  color: #f3f6f9;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.office-card {
  margin-bottom: 5rem;
  margin-top: 40px;
}

@media (max-width: 576px) {
  .office-card {
    margin-left: 15px;
  }
}

@media (min-width: 576px) {
  .office-card {
    padding-left: 29px !important;
    margin-top: 80px;
  }
}

.office-card .detailed-information {
  text-align: center;
}

@media (min-width: 576px) {
  .office-card .detailed-information {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .office-card .detailed-information {
    padding-left: 2rem;
  }
}

@media (min-width: 1200px) {
  .office-card .detailed-information {
    padding-left: 3rem;
  }
}

.office-card .location-image .col-sm-3:first-child {
  padding: 0;
}

.office-card .office-card-title {
  color: #332a31;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

@media (max-width: 576px) {
  .office-card .office-card-title {
    padding-left: 15px;
  }
}

.office-card .office-card-details {
  box-shadow: 4px 4px 12px 0 rgba(46, 53, 144, 0.2);
}

.office-card .office-card-details .col {
  padding-bottom: 2rem;
}

@media (max-width: 576px) {
  .office-card .office-card-details {
    margin-left: 0;
    margin-right: 20px;
  }
}

.location-details img {
  max-width: 25px;
}

.phone_numbers img {
  max-width: 20px;
}

.service-component-logo {
  margin-bottom: 1rem;
}

.service-component-logo img {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.service-component-logo a {
  text-decoration: none;
}

.service-component-logo p {
  padding: 0 1rem;
  text-align: center;
  color: #332a31;
  font-size: 1.25rem;
  line-height: 1.5;
}

.tech-card {
  background-color: #f3f6f9;
  padding-bottom: 1rem;
  padding-top: 3rem;
  position: relative;
}

@media (max-width: 576px) {
  .tech-card {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tech-card .title-chevron::before {
  left: 0;
  top: -11px;
}

.tech-card .title {
  position: relative;
  top: -1rem;
  margin-bottom: 3rem;
  padding-left: 2rem;
}

.tech-card .title h2 {
  line-height: 4.0625rem;
}

.advertisement_strip_logo {
  text-align: center;
  position: relative;
}

@media (min-width: 576px) {
  .advertisement_strip_logo {
    text-align: left;
  }
}

.advertisement_strip_logo svg {
  width: 150px;
  height: 150px;
}

@media (min-width: 992px) {
  .strip_logo:nth-child(4n) {
    margin-left: 20px;
  }
  .strip_logo:nth-child(5n) {
    margin-left: -160px;
  }
}

.strip_logo {
  width: 160px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  height: -webkit-fit-content;
  height: fit-content;
}

@media (min-width: 1695px) {
  .strip_logo {
    width: 160px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .strip_logo {
    width: 120px;
  }
  .strip_logo svg {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 1440px) {
  .strip_logo {
    margin: 20px;
  }
}

/*
 * Plan of actions
 *
 * We can't use animation-delay, which means we have to somehow fake this behaviour,
 * there is a good article on css tricks,
 * now we can try, what we can do is that write the entire animation logic here, each advertisement_strip_logo
 * would have a variable animation name, like let's say logo_animation-1 or something like that,
 * we can write another loop outside the main loop and write logic for those keyframs stuff
 * They would also have a variable animation duration
 * We can try, yolo, what can possibly go wrong?
 */
@keyframes logo_animation {
  0% {
    opacity: 0;
    left: -200px;
  }
  40% {
    opacity: 1;
    left: 10px;
  }
  50% {
    opacity: 1;
    left: -10px;
  }
  60% {
    opacity: 1;
    left: 0;
  }
  75% {
    opacity: 1;
    left: 0;
  }
  100% {
    left: 300px;
    opacity: 0;
  }
}

.advertisement_strip_title {
  padding: 1rem 0;
  margin-top: 2rem;
}

@media (min-width: 576px) {
  .advertisement_strip_title {
    margin-bottom: 2rem;
  }
}

.advertisement_strip_title h2 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #2E3590;
  font-size: 2rem;
  line-height: 3rem;
  text-align: left;
}

@media (max-width: 576px) {
  .advertisement_strip_title h2 {
    font-size: 1.5rem;
    line-height: 32px;
  }
}

@media (min-width: 1200px) {
  .advertisement_strip_title {
    width: 90%;
  }
}

.advertisement_banner {
  background-color: #f3f6f9;
  overflow: hidden;
}

@media (min-width: 576px) {
  .advertisement_banner .fourth-logo {
    padding-left: 2rem;
    padding-top: 2rem;
  }
}

@media (min-width: 992px) {
  .advertisement_banner .fourth-logo {
    padding-left: 5rem;
  }
}

@media (min-width: 576px) {
  .advertisement_banner .fifth-logo {
    padding-left: 2rem;
    padding-top: 2rem;
  }
}

@media (min-width: 992px) {
  .advertisement_banner .fifth-logo {
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  .advertisement_banner {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.advertisement_banner .logos .img-fluid {
  padding-bottom: 2rem;
}

@media (min-width: 576px) {
  .advertisement_banner .logos .img-fluid {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .advertisement_banner .logos img {
    width: auto;
  }
}

.advertisement_banner .logos.no-carousel .row {
  justify-content: center;
}

@media (min-width: 576px) and (max-width: 992px) {
  .advertisement_banner .logos.no-carousel .row {
    margin-top: 35%;
  }
}

.advertisement_banner .logos.no-carousel .row .advertisement_strip_logo {
  margin-top: 50px;
}

.advertisement_banner .logos.no-carousel .row .advertisement_strip_logo img {
  width: 150px;
  height: 150px;
}

@media (max-width: 576px) {
  .advertisement_banner .logos.no-carousel .row .advertisement_strip_logo {
    margin: 0 auto;
    margin-top: 15px;
  }
}

.advertisement_banner .carousel-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  height: auto;
}

.advertisement_banner .carousel {
  height: auto;
}

.advertisement_banner .carousel-inner {
  height: inherit;
}

.advertisement_banner .carousel-inner > .carousel-item {
  transition: transform 1.2s ease;
}

.advertisement_banner .carousel-inner .carousel-item-right.active,
.advertisement_banner .carousel-inner .carousel-item-next {
  transform: translateX(-100%);
  left: 0;
}

.advertisement_banner .carousel-inner .carousel-item-left.active,
.advertisement_banner .carousel-inner .carousel-item-prev {
  transform: translateX(100%);
  left: 0;
}

.advertisement_banner .carousel-inner .carousel-item-left {
  left: -800px;
}

.location-details,
.phone_numbers,
.job-opening {
  padding-top: 1.5625rem;
}

.location-details .img-fluid,
.phone_numbers .img-fluid,
.job-opening .img-fluid {
  margin-bottom: 1rem;
}

.location-details p,
.location-details a,
.phone_numbers p,
.phone_numbers a,
.job-opening p,
.job-opening a {
  color: #332a31;
  font-size: 0.875rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.location-details a,
.phone_numbers a,
.job-opening a {
  text-transform: capitalize;
}

.location-details #postal,
.phone_numbers #postal,
.job-opening #postal {
  text-transform: uppercase;
}

.job-opening a {
  font-weight: 400;
}

.information-strip .location-details, .information-strip .phone_numbers, .information-strip .job-opening {
  padding-top: 0;
}

@media (min-width: 992px) {
  .information-strip .detailed-information {
    padding-left: 2rem;
  }
}

@media (min-width: 1200px) {
  .information-strip .detailed-information {
    padding-left: 3rem;
  }
}

.information-strip .location-image .col-sm-3:first-child {
  padding-left: 0;
}

.information-strip .office-card-title {
  color: #332a31;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.information-strip .office-card-details {
  box-shadow: 4px 4px 12px 0 rgba(46, 53, 144, 0.2);
}

@media (max-width: 576px) {
  .location_card_fix {
    padding-right: 5px;
  }
}

.location_card_new {
  margin-bottom: 1rem;
}

.location_card_new .card {
  box-shadow: 4px 4px 12px 0 rgba(46, 53, 144, 0.2);
}

.location_card_new img {
  height: 1.6rem;
}

.location_card_new .parent {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.location_card_new .parent .content-overlay {
  z-index: 1;
  background: #2e3590;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.location_card_new .parent:hover .content-overlay {
  opacity: 0.9;
}

.location_card_new .img_container {
  position: relative;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-size: cover;
  padding-top: 100%;
}

.location_card_new .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f3f6f9;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-align: center;
}

.location_card_new .office-address {
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: normal;
  top: 45%;
  left: 50%;
  white-space: nowrap;
  font-size: 1rem;
  width: 100%;
  padding: 10px;
}

.location_card_new .office-address .location-city,
.location_card_new .office-address .postal-city {
  margin-top: 10px;
}

.location_card_new .office-address h2 {
  font-size: 2.3rem !important;
  font-weight: 400;
  padding-left: 0;
}

@media (min-width: 576px) {
  .location_card_new .office-address {
    top: 50%;
  }
}

@media (min-width: 768px) {
  .location_card_new .office-address {
    top: 40%;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .location_card_new .office-address {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .location_card_new .office-address {
    top: 45%;
    font-size: 1.3rem;
  }
}

.location_card_new .office-address p {
  margin: 0 auto;
  text-align: left;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  flex-wrap: wrap;
  font-weight: 300 !important;
}

@media (min-width: 576px) {
  .location_card_new .office-address p {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .location_card_new .office-address p {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.location_card_new .office-address p a {
  color: #fff;
  font-weight: 400;
}

.location_card_new h2 {
  margin-top: 10%;
  margin-bottom: 20px;
  margin-left: 2rem;
}

@media (min-width: 768px) {
  .location_card_new h2 {
    margin-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .location_card_new h2 {
    margin-left: 2rem;
  }
}

.location_card_new .content-details {
  position: absolute;
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
  height: 100%;
  z-index: 500;
}

.location_card_new .parent .content-details {
  left: 0;
}

.location_card_new .parent:hover .content-details {
  left: 50%;
  opacity: 1;
}

.location_card_new .parent:hover .centered {
  display: none;
}

.location_card_new .spacing {
  margin-top: 2rem !important;
}

@media (min-width: 768px) {
  .office-address-details {
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  .office-address-details {
    padding-left: 0;
    margin-left: -1rem;
  }
}

@media (min-width: 1200px) {
  .office-address-details {
    margin-left: 0;
  }
}

span.address-line1 {
  white-space: normal;
}

.product-tile-container {
  position: relative;
  margin-top: 2rem;
}

@media (min-width: 576px) {
  .product-tile-container {
    margin-top: 0;
  }
}

.product-tile-container .title {
  font-size: 2.625rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.product-tile-container .product-tile-chevron-arrow {
  position: relative;
  left: -2rem;
  top: 1rem;
  display: none;
}

@media (min-width: 576px) {
  .product-tile-container .product-tile-chevron-arrow {
    display: block;
  }
}

.product-tile-container .cards_container {
  display: flex;
  justify-content: flex-start;
}

.product-tile {
  margin-bottom: 1rem;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  box-shadow: 4px 4px 12px 0 rgba(46, 53, 144, 0.2);
  height: auto;
}

.product-tile:before {
  display: block;
  content: '';
  padding-bottom: 100%;
}

.product-tile img {
  display: inline-block;
  margin: 40px auto 30px auto;
  margin-top: 0;
  margin-bottom: 50px;
}

.product-tile .product-tile-content {
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
}

.product-tile .product-tile-content .product-tile-wrapper {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-tile .product-tile-content .product-tile-wrapper .img-fluid {
  max-width: 80%;
}

.product-tile .product-tile-content .product-tile-wrapper p.product_tile_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-tile .product-tile-content p {
  color: #2e3590;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.2;
  margin-top: 1rem;
  text-align: center;
}

.product-tile .product-tile-content .product-tile-content-overlay {
  background: #2e3590;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .4s ease-in-out 0s;
  width: 100%;
  z-index: 110;
}

.product-tile .product-tile-content:hover .product-tile-content-overlay {
  opacity: 1;
}

.product-tile .product-tile-details {
  left: 52%;
  position: absolute;
  text-align: left;
  top: 0%;
  transform: translate(-50%, 0);
  width: inherit;
  height: inherit;
  z-index: 300;
  padding-right: 3%;
}

@media (min-width: 1440px) {
  .product-tile .product-tile-details {
    top: 25%;
  }
}

.product-tile .product-tile-details p {
  color: #fff;
}

.product-tile .product-tile-details .product_tile_overlay_title {
  font-size: 20px;
  font-weight: 300;
  line-height: 2.25rem;
  text-align: left;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .product-tile .product-tile-details .product_tile_overlay_title {
    font-size: 1.5rem;
  }
}

.product-tile .product-tile-details .product_tile_description {
  font-size: 14px;
  line-height: 1.35;
  margin-top: 1rem;
  padding: 0 15px;
  text-align: left;
}

.product-tile .product-tile-details .product_tile_description p {
  text-align: left !important;
}

@media (min-width: 576px) {
  .product-tile .product-tile-details .product_tile_description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .product-tile .product-tile-details .product_tile_description {
    line-height: 1.75;
  }
}

.product-tile .product-tile-details .product_tile_cta {
  margin-top: 1rem;
  text-align: left;
  padding-left: 1rem;
}

.product-tile .product-tile-details .product_tile_cta a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.5rem;
  text-align: left;
}

.product-tile .product-tile-details .product_tile_cta img {
  display: inline-block;
  padding-left: 1rem;
  display: none;
}

.product-tile .product-tile-details .product_tile_cta .arrow {
  padding-left: 1rem;
  vertical-align: middle;
}

.product-tile .product-tile-content-details {
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out 0s;
  width: 100%;
  z-index: 200;
}

.product-tile .product-tile-overlay-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 301;
}

.product-tile .product-tile-content:hover .product-tile-content-details {
  left: 50%;
  opacity: 1;
}

.product-tile .product-tile-fadeIn-left {
  left: 20%;
}

.path-partners .product-tile-content .product_tile_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  line-height: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0 !important;
}

.path-partners .filter_tabs ul.nav {
  display: none;
}

.path-partners hr {
  border-top: 2px solid #2e3590;
}

.path-partners .view-partners-listing .col-12 {
  margin-bottom: 2rem;
}

.path-partners .partner-tile {
  background-color: #F3F6F9;
  height: 100%;
  padding: 1.5rem;
}

.path-partners .partner-tile .partner-image {
  height: 300px;
  display: flex;
  justify-content: center;
}

.path-partners .partner-tile .partner-image img {
  width: 100%;
  height: 100%;
  padding: 2rem;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.path-partners .partner-description {
  font-family: Poppins, Sans-Serif;
  font-size: 16px;
}

.path-partners .cta-link {
  margin-top: 2rem;
  font-size: 20px;
  display: flex;
  justify-content: left;
}

.path-partners .cta-link a {
  color: #282D30;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.path-partners .cta-link a .arrow-right {
  margin-left: 0.5rem;
}

.path-partners .cta-link a .arrow-right path {
  transition: transform 0.3s;
}

.path-partners .cta-link a:hover .arrow-right path:nth-child(1) {
  transition: transform 0.3s;
  transform: scaleX(2.5);
}

.path-partners .cta-link a:hover .arrow-right path:nth-child(2) {
  transition: transform 0.3s;
  transform: translateX(10px);
}

.bullet-points-new {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 576px) {
  .bullet-points-new {
    padding: 3rem 2rem;
  }
}

.bullet-points-new .field--name-field-headline {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #332a31;
}

.bullet-points-new .title,
.achievement-listing .title {
  margin-bottom: 3rem;
}

.bullet-points-new svg,
.achievement-listing svg {
  margin-left: -2rem;
}

.bullet-points-new button,
.achievement-listing button {
  margin-top: 1rem;
}

.bullet-points-new .bullet-points-paragraph,
.achievement-listing .bullet-points-paragraph {
  padding-left: 2rem;
}

.bullet-points-new .bullet-points-paragraph p,
.bullet-points-new .bullet-points-paragraph ul,
.bullet-points-new .bullet-points-paragraph li,
.achievement-listing .bullet-points-paragraph p,
.achievement-listing .bullet-points-paragraph ul,
.achievement-listing .bullet-points-paragraph li {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #332a31;
}

.bullet-points-new .bullet-points-paragraph ul,
.achievement-listing .bullet-points-paragraph ul {
  list-style: none;
  padding-left: 25px;
  margin-top: 2.5rem;
}

@media (max-width: 576px) {
  .bullet-points-new .bullet-points-paragraph ul,
  .achievement-listing .bullet-points-paragraph ul {
    padding-left: 0;
  }
}

.bullet-points-new .bullet-points-paragraph li,
.achievement-listing .bullet-points-paragraph li {
  margin-bottom: 1rem;
}

.bullet-points-new .title,
.achievement-listing .title {
  line-height: 1.4;
}

.bullet-points-new .col,
.achievement-listing .col {
  position: relative;
}

.bullet-points-new .chevron,
.achievement-listing .chevron {
  position: relative;
  left: -6%;
  top: 25%;
}

.achievement-listing .bullet-points-paragraph ul {
  padding-left: 0;
}

@media (max-width: 576px) {
  .achievement-listing .bullet-points-paragraph ul {
    padding-left: 0;
  }
}

.achievement-listing .bullet-points-paragraph svg {
  margin: 14px 10px 0 10px;
  float: right;
}

.subscription-card {
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 992px) {
  .subscription-card {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.subscription-card svg {
  margin-top: 9px;
  vertical-align: top;
}

@media (min-width: 768px) {
  .subscription-card .btn-primary {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .subscription-card .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
    width: 95%;
  }
}

@media (min-width: 1200px) {
  .subscription-card .btn-primary {
    width: -webkit-fit-content;
    width: fit-content;
    padding: 10px 40px;
  }
}

.subscription-card .inner {
  box-shadow: 4px 4px 12px 0 rgba(46, 53, 144, 0.2);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.subscription-card .inner span {
  display: block;
  color: #332a31;
  font-size: 16px;
  margin-bottom: 1rem;
  padding: 0 1rem;
  height: 67.2px;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .subscription-card .inner span {
    min-height: 60px;
    margin-bottom: 2rem;
  }
}

.subscription-card h2 {
  color: #332a31;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5;
}

@media (min-width: 768px) {
  .subscription-card h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .subscription-card h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}

.subscription-card a {
  color: #282d30;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}

.subscription-cards .icon {
  position: relative;
}

.subscription-cards .icon img {
  position: relative;
  left: -2%;
  top: 100%;
}

.subscription-cards .heading {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  font-size: 2.62rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .subscription-cards .heading {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .subscription-cards .heading {
    width: 50%;
  }
}

.subscription-cards .lists {
  display: none;
  padding-top: 9rem;
}

.subscription-cards .lists li {
  color: #332a31;
  font-size: 16px;
  list-style-type: none;
  margin-bottom: 2rem;
  height: 67.2px;
  /* Fallback for non-webkit */
  display: flex;
}

@media (min-width: 576px) {
  .subscription-cards .lists {
    display: block;
  }
}

.subscription-cards .footer_text {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  color: #332a31;
}

.subscription-cards .footer_text a {
  text-decoration: underline;
  color: #332a31;
}

.subscription_card_hidden_title {
  font-size: 1rem !important;
  line-height: 28px !important;
  font-family: Poppins;
  margin-bottom: 0;
  color: #332a31;
}

@media (min-width: 576px) {
  .subscription_card_hidden_title {
    display: none;
  }
}

.subscription-card-footer {
  display: none;
}

@media (min-width: 576px) {
  .subscription-card-footer {
    display: block;
  }
}

@media (min-width: 576px) {
  .subscription-card-footer-mobile {
    display: none;
  }
}

.subscription-card-footer,
.subscription-card-footer-mobile {
  margin-top: 2rem;
  margin-bottom: 3rem !important;
  text-align: center;
}

.subscription-card-footer a,
.subscription-card-footer-mobile a {
  color: #282d30;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  cursor: pointer;
}

.subscription-card-footer a:hover,
.subscription-card-footer-mobile a:hover {
  text-decoration: underline;
}

.subscription-card-footer svg,
.subscription-card-footer-mobile svg {
  margin-top: 9px;
  vertical-align: top;
}

.embed-view-container-list {
  padding-bottom: 5rem;
}

@media (max-width: 576px) {
  .embed-view-container-list {
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .embed-view-container-list {
    padding-top: 5rem;
  }
}

.embed-view-container-list .field--name-field-container-title {
  position: relative;
  top: -1rem;
  font-size: 1.25rem;
  color: #332a31;
}

.awards_list_item {
  clear: both;
  display: block;
  margin-bottom: 30px;
  width: 100%;
}

.awards_list_item .info,
.awards_list_item .title,
.awards_list_item .year {
  color: #282d30;
  display: inline-block;
}

.awards_list_item .year {
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
}

.awards_list_item .info {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
  text-transform: capitalize;
}

.awards_list_item .info::after {
  background-color: #282d30;
  content: '';
  display: inline-block;
  height: 20px;
  margin-left: 0;
  margin-right: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 1px;
}

.awards_list_item .award {
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  text-transform: capitalize;
}

@media (min-width: 576px) {
  .awards_list_item .award {
    font-size: 1.3rem;
  }
}

.awards_list_item .award p {
  font-weight: 300;
}

.management-tile {
  display: inline-block;
}

.management-tile--overlay {
  background-color: #F3F6F9;
  height: 96px;
  border-bottom: 4px solid #2e3590;
  display: flex;
  justify-content: left;
  align-items: center;
  overflow: hidden;
}

.management-tile-title {
  font-size: 1rem;
  font-weight: 400;
}

.management-tile-name {
  color: #00e9c2;
  font-weight: 300;
  margin-bottom: 0;
}

.management-tile--info {
  bottom: 20px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 1rem;
}

.management-tile--title {
  font-size: 14px;
}

.management-tile .management-tile--image-container img {
  filter: grayscale(90%) brightness(70%) contrast(1.1);
}

.management-tile:hover .management-tile--image-container img {
  animation: colorFadeIn .5s ease forwards;
}

.management-tile-container {
  position: relative;
}

.management-tile-container .carousel-controls .arrow {
  background-color: #00e9c2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
}

.management-tile-container .carousel-controls .arrow:hover {
  background-color: #baf7e7;
}

.management-tile-container .carousel-controls .arrow-left {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/arrow-left-black.svg");
  left: -15px;
}

.management-tile-container .carousel-controls .arrow-right {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/arrow-right-black.svg");
  right: -15px;
}

@media (max-width: 576px) {
  .news_feed_container .img-fluid {
    display: none;
  }
}

.news_feed_card {
  margin-bottom: 30px;
}

.node--view-mode-news-and-insights-homepage:last-child .news_feed_card {
  margin-bottom: 0;
}

.news_feed_card .news_feed_card_content {
  padding-top: .8rem;
  width: 100%;
}

.news_feed_card:hover img {
  transform: scale(1.2);
}

.news_feed_card:hover .hover-line {
  background-size: 100% 2px;
  cursor: pointer;
}

.news-feed {
  padding: 2rem 0;
}

@media (min-width: 576px) {
  .news-feed {
    padding: 7.75rem 0;
  }
}

.news_feed .news-feed-card_title a {
  color: #332a31;
  font-size: 1.15rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.875rem;
}

.news_feed .news-feed-cta a {
  color: #332a31;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: normal;
  padding-left: 1rem;
}

.news_feed .title h2 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #332a31;
  font-size: 1.875rem;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 2rem;
}

@media (max-width: 576px) {
  .news_feed .title h2 {
    margin-bottom: 2rem;
  }
}

@media (min-width: 576px) {
  .news_feed .title h2 {
    line-height: 1.3;
    font-size: 2.625rem;
  }
}

.news-feed-cards-container {
  padding-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media (min-width: 576px) {
  .news-feed-cards-container article {
    margin-right: 20px;
    width: 100%;
  }
  .news-feed-cards-container article:last-of-type {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .news-feed-cards-container {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .news-feed-cards-container .news-feed-card_container img {
    padding-left: 0;
    padding-right: 0;
  }
  .news-feed-cards-container .text-block-without-container_cta a {
    padding-left: 20px;
  }
}

.hero-banner {
  position: relative;
  z-index: 0;
  height: 100vh;
  min-height: 640px;
}

@media (max-width: 991.98px) {
  .hero-banner {
    position: relative;
    height: auto;
    width: 100%;
    min-height: 0;
  }
}

@media (min-width: 576px) {
  .hero-banner {
    margin-bottom: 5rem;
  }
}

.hero-banner .scroll_button {
  color: #f3f6f9;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.75rem;
  position: relative;
  text-align: center;
  z-index: 6;
}

.hero-banner .scroll_button img {
  display: block;
  margin: 0.5rem auto;
  padding-bottom: 1rem;
  text-align: center;
}

.hero-banner .hero_banner_cta {
  background-color: red;
  bottom: 10%;
  left: 5%;
  position: absolute;
  z-index: 6;
}

.hero-banner .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.hero-banner .col {
  padding-left: 0;
  padding-right: 0;
}

.hero-banner .hero-banner-title {
  width: 80%;
}

@media (min-width: 768px) {
  .hero-banner .hero-banner-title {
    padding: 20px 20px 20px 0;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .hero-banner .hero-banner-title {
    width: 54%;
  }
}

.hero-banner .hero-banner_news {
  bottom: 0.3125rem;
  position: absolute;
  right: 0;
}

@media (min-width: desktop) {
  .hero-banner .hero-banner_news {
    bottom: 1.25rem;
  }
}

.hero_banner_cta a {
  color: #f3f6f9;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 2;
  text-decoration: none;
}

.hero-banner-title {
  position: relative;
  z-index: 1;
}

.hero-banner-title b {
  color: #00e9c2;
}

@media (max-width: 991.98px) {
  .hero-banner-title .js-video-play-row {
    display: none !important;
  }
}

.hero-banner-title h1 {
  font-font: Poppins, sans-serif;
  color: #fff;
  font-size: 2.5rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

@media (min-width: 576px) {
  .hero-banner-title h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .hero-banner-title h1 {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .hero-banner-title h1 {
    font-size: 3.5rem;
    font-weight: 400;
  }
}

@media (max-width: 991.98px) {
  .hero-banner-title h1 {
    color: black !important;
    font-weight: 300 !important;
  }
  .hero-banner-title h1 b {
    color: black !important;
    font-weight: 300 !important;
  }
}

.hero-banner_news {
  background-color: white;
  padding: 0.9375rem;
  width: 100%;
  z-index: 6;
}

@media (min-width: desktop) {
  .hero-banner_news {
    width: 30%;
  }
}

.hero-banner_news .news .news_title {
  color: #332a31;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .hero-banner_news .news .news_title {
    font-size: 0.75rem;
    line-height: 1.86;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .hero-banner_news .news .news_title {
    font-size: 0.875rem;
  }
}

.hero-banner_news .news p {
  font-size: 0.6875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #332a31;
}

@media (min-width: 768px) {
  .hero-banner_news .news p {
    font-size: 0.75rem;
  }
}

@media (min-width: 992px) {
  .hero-banner_news .news p {
    font-size: 0.875rem;
  }
}

.hero-banner_container .promotion-container {
  z-index: 0;
}

.hero-banner-wrapper {
  background-size: cover;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  width: 100vw;
  min-height: 640px;
  background-position: center;
}

@media (max-width: 991.98px) {
  .hero-banner-wrapper {
    height: auto;
    width: 100%;
    position: relative;
    min-height: 0;
    background: url(https://www.appnovation.com/sites/default/files/000-Site%20Images/Arrow.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 160px;
  }
}

@media (max-width: 767.98px) {
  .hero-banner-wrapper {
    background-position-x: calc(100% + 60px);
    background-position-y: 88px;
  }
}

.hero-banner-wrapper .hero-banner-background {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-banner-wrapper > .evergage-tooltip {
  position: absolute;
  height: 100%;
  width: 100%;
}

.hero-banner-wrapper .hero-banner-overlay {
  background-color: rgba(18, 29, 173, 0.7);
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  height: 100vh;
  min-height: 640px;
}

@media (max-width: 991.98px) {
  .hero-banner-wrapper .hero-banner-overlay {
    display: none;
  }
}

.paragraph.paragraph--type--wysiwyg-card {
  padding: 3rem 0;
  margin-bottom: 2rem;
}

@media (max-width: 576px) {
  .paragraph.paragraph--type--wysiwyg-card {
    padding: 3rem 2rem;
    margin-bottom: 2rem;
  }
}

.paragraph.paragraph--type--wysiwyg-card p {
  font-size: 20px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #332a31;
}

.paragraph.paragraph--type--wysiwyg-card blockquote {
  margin: 0;
}

.paragraph.paragraph--type--wysiwyg-card blockquote p {
  border-left: 3px solid #00e9c2;
  color: #282d30;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  padding-left: 15px;
}

@media (max-width: 576px) {
  .paragraph.paragraph--type--wysiwyg-card blockquote p {
    font-size: 26px;
  }
}

.paragraph.paragraph--type--wysiwyg-card blockquote p a {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.paragraph.paragraph--type--wysiwyg-card .field--name-field-cta-link {
  margin-top: 20px;
}

.paragraph.paragraph--type--wysiwyg-card .field--name-field-cta-link a {
  border: 0;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #00e9c2;
  border-radius: .25rem;
  color: #282d30;
  font-size: 1.1rem;
  font-weight: 300;
  padding: 10px 40px;
}

.paragraph.paragraph--type--wysiwyg-card .field--name-field-cta-link a:hover {
  background-color: #baf7e7;
  color: #282d30;
  cursor: pointer;
  text-decoration: none;
}

.paragraph.paragraph--type--wysiwyg-card .field--name-field-cta-link a:active {
  background-color: #1cdcc5;
  color: #282d30;
}

@media (max-width: 768px) {
  .paragraph.paragraph--type--wysiwyg-card .field--name-field-html-content img {
    max-width: 100%;
    height: auto;
  }
}

.node--type-blog .paragraph--type--wysiwyg-card .text-formatted p {
  font-size: 1rem;
}

.path-our-management .paragraph.paragraph--type--wysiwyg-card.paragraph--view-mode--default {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/chevron-pink.svg"), url("/themes/custom/appnovation/css/../assets/images/icons/chevron-purple.svg"), url("/themes/custom/appnovation/css/../assets/images/icons/chevron180.svg"), url("/themes/custom/appnovation/css/../assets/images/icons/chevron270.svg");
  background-position: left 15% top 20px,right 15% top 40px,right 14% bottom 18px,left 18% bottom 30px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 64px 64px, 52px 52px, 38px 38px, 46px 46px;
}

@media (max-width: 576px) {
  .path-our-management .paragraph.paragraph--type--wysiwyg-card.paragraph--view-mode--default {
    background-position: left 20px top 20px,right 30px top 40px,right 20px bottom 20px,left 40px bottom 50px;
    background-size: 48px 48px, 38px 38px, 26px 26px, 32px 32px;
  }
}

.path-our-management .paragraph--type--wysiwyg-card p {
  width: 92%;
  text-align: center;
  margin: 0 auto;
  font-size: 16px !important;
  line-height: 28px !important;
}

@media (min-width: 576px) {
  .path-our-management .paragraph--type--wysiwyg-card p {
    width: 60%;
    line-height: 40px !important;
    font-size: 20px !important;
  }
}

body.node--type-services-new .paragraph--type--wysiwyg-card .field--name-field-html-content > p {
  padding: 0 3.8rem;
}

@media (max-width: 991.98px) {
  body.node--type-services-new .paragraph--type--wysiwyg-card .field--name-field-html-content > p {
    padding: 0 1.4rem;
  }
}

@media (max-width: 767.98px) {
  body.node--type-services-new .paragraph--type--wysiwyg-card .field--name-field-html-content > p {
    padding: 0;
  }
}

body.node--type-services-new .paragraph--type--wysiwyg-card .field--name-field-html-content blockquote {
  padding: 3.8rem;
}

@media (max-width: 991.98px) {
  body.node--type-services-new .paragraph--type--wysiwyg-card .field--name-field-html-content blockquote {
    padding: 1.4rem;
  }
}

@media (max-width: 767.98px) {
  body.node--type-services-new .paragraph--type--wysiwyg-card .field--name-field-html-content blockquote {
    padding: 0;
  }
}

body.node--type-services-new .paragraph--type--wysiwyg-card .field--name-field-cta-link {
  padding: 0 3.8rem;
}

@media (max-width: 991.98px) {
  body.node--type-services-new .paragraph--type--wysiwyg-card .field--name-field-cta-link {
    padding: 0 1.4rem;
  }
}

@media (max-width: 767.98px) {
  body.node--type-services-new .paragraph--type--wysiwyg-card .field--name-field-cta-link {
    padding: 0;
  }
  body.node--type-services-new .paragraph--type--wysiwyg-card .field--name-field-cta-link a {
    white-space: nowrap;
  }
}

.explore_in_detail_container {
  padding: 5px;
}

@media (min-width: 576px) {
  .explore_in_detail_container {
    padding: 50px;
  }
}

.explore_in_detail_container .explore_in_detail_container_title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.625rem;
  font-weight: 400;
  color: #282d30;
  line-height: 4.0625rem;
  margin-bottom: 2rem;
}

.explore_in_detail_container .explore_in_detail_container_chevron_arrow {
  position: relative;
  top: 1rem;
  left: -1.5rem;
  display: none;
}

@media (min-width: 576px) {
  .explore_in_detail_container .explore_in_detail_container_chevron_arrow {
    display: block;
  }
}

.explore_in_detail_container .explore-container-card-description {
  border-top: 8px solid #2e3590;
  padding: 30px;
  margin: 0 15px;
  column-width: 25em;
  column-gap: 2em;
  box-shadow: 0 5px 10px 0 rgba(46, 53, 144, 0.1);
  width: auto;
}

@media (max-width: 768px) {
  .explore_in_detail_container .explore-container-card-description {
    display: none;
  }
}

@media (min-width: 768px) {
  .explore_in_detail_container .explore-container-card-description.expanded {
    display: block;
  }
}

.explore-in-detail-card {
  color: #fff;
  background-color: #2e3590;
  box-shadow: 4px 4px 12px 0 rgba(46, 53, 144, 0.2);
  height: 100%;
  overflow: auto;
  position: relative;
  margin-bottom: 2rem;
  min-height: 500px;
}

@media (max-width: 1199.98px) {
  .explore-in-detail-card {
    min-height: 0;
  }
}

.explore-in-detail-card .explore-in-detail-card_body {
  font-size: 14px;
  line-height: 1.75rem;
  text-align: left;
  padding: 1rem;
  margin-bottom: 2rem;
  color: #fff;
}

@media (min-width: 576px) {
  .explore-in-detail-card .explore-in-detail-card_body {
    font-size: 1rem;
  }
}

.explore-in-detail-card .explore-in-detail-card_title {
  font-weight: 300;
  font-size: 20px;
  line-height: 2.25rem;
  padding-left: 1rem;
  padding-top: 2rem;
}

@media (min-width: 576px) {
  .explore-in-detail-card .explore-in-detail-card_title {
    font-size: 1.5rem;
  }
}

.explore-in-detail-card .explore-in-detail-card_cta {
  position: absolute;
  bottom: 0;
}

.explore-in-detail-card .explore-in-detail-card_cta a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  padding-left: 1rem;
  cursor: pointer;
}

.explore-in-detail-card .explore-in-detail-card_cta a:hover {
  color: #fff;
  text-decoration: underline;
}

.explore-in-detail-card .explore-in-detail-card_cta img {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .explore-in-detail-card .explore-in-detail-card_cta img {
    transform: rotate(90deg);
    margin-left: 10px;
  }
  .explore-in-detail-card .explore-in-detail-card_cta.view-more img {
    transform: rotate(-90deg);
  }
}

#carousel-multiple-items {
  width: 100%;
}

#carousel-multiple-items .carousel-control-prev {
  width: 5%;
  opacity: 1;
}

#carousel-multiple-items .carousel-control-prev span {
  background-color: white;
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/arrow-blue.png");
  background-size: 10px;
  padding: 5px;
  height: 40px;
  width: 40px;
  box-shadow: 4px 4px 12px 0 rgba(46, 53, 144, 0.2);
  border-radius: 50px;
  transform: rotate(-90deg);
  position: absolute;
  left: -20px;
  top: 160px;
}

@media (max-width: 768px) {
  #carousel-multiple-items .carousel-control-prev {
    display: none;
  }
}

#carousel-multiple-items .carousel-control-prev.hide {
  display: none;
}

#carousel-multiple-items .carousel-control-next {
  width: 5%;
  opacity: 1;
}

#carousel-multiple-items .carousel-control-next span {
  background-color: white !important;
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/arrow-blue.png");
  background-size: 10px;
  padding: 5px;
  height: 40px;
  width: 40px;
  box-shadow: 4px 4px 12px 0 rgba(46, 53, 144, 0.2);
  border-radius: 50px;
  transform: rotate(90deg);
  position: absolute;
  right: -20px;
  top: 160px;
}

@media (max-width: 768px) {
  #carousel-multiple-items .carousel-control-next {
    display: none;
  }
}

#carousel-multiple-items .carousel-control-next.hide {
  display: none;
}

#carousel-multiple-items .card {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  #carousel-multiple-items .card {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  #carousel-multiple-items .card.view-more::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 21.5px 25px 21.5px;
    border-color: transparent transparent #2e3490 transparent;
    width: 25px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 43%;
  }
}

#carousel-multiple-items .card .explore-detail-card-description {
  display: none;
}

#carousel-multiple-items .carousel-item-next,
#carousel-multiple-items .carousel-item-prev,
#carousel-multiple-items .carousel-item.active {
  display: flex;
  justify-content: flex-start;
  align-items: unset;
}

@media (max-width: 768px) {
  #carousel-multiple-items .carousel-item-next,
  #carousel-multiple-items .carousel-item-prev,
  #carousel-multiple-items .carousel-item.active {
    display: block;
  }
}

@media (max-width: 768px) {
  #carousel-multiple-items .carousel-item {
    display: flex;
  }
}

#carousel-multiple-items .carousel-inner .carousel-item-right.active,
#carousel-multiple-items .carousel-inner .carousel-item-next {
  transform: translateX(33.33%);
}

#carousel-multiple-items .carousel-inner .carousel-item-left.active,
#carousel-multiple-items .carousel-inner .carousel-item-prev {
  transform: translateX(-33.33%);
}

#carousel-multiple-items .carousel-inner .carousel-item-right,
#carousel-multiple-items .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.location-grid {
  padding: 5rem 3rem;
}

.location-grid .title {
  margin-left: 15px;
}

.location-grid .filter-tags {
  margin-left: 15px;
  margin-bottom: 20px;
}

.social-share {
  text-align: center;
}

.social-share .social-share_title {
  font-weight: 300;
  line-height: 2.25rem;
  font-size: 1rem;
  color: #332a31;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .social-share .social-share_title {
    font-size: 1.5rem;
  }
}

.social-share .social-share-logos {
  margin-bottom: 1.5rem;
}

.social-share .icon {
  fill: #2e3590;
  height: 40px;
  width: 40px;
}

.social-share .tag {
  display: inline-block;
  margin-left: 1rem;
  box-shadow: 4px 4px 12px 0 rgba(46, 53, 144, 0.2);
}

.embed-view-container-list .image {
  display: none;
}

@media (min-width: 576px) {
  .embed-view-container-list .image {
    display: flex;
    justify-content: center;
    padding: 50px 0;
  }
  .embed-view-container-list .image img {
    max-width: 100%;
  }
}

.embed-view-container-list .title-chevron {
  position: relative;
}

.embed-view-container-list .title-chevron::before {
  width: 0;
  height: 0;
}

@media (min-width: 576px) {
  .embed-view-container-list .title-chevron {
    position: relative;
  }
  .embed-view-container-list .title-chevron::before {
    height: 40px;
    width: 40px;
  }
}

.embed-view-container-list .title {
  font-size: 1.75rem;
}

@media (min-width: 576px) {
  .embed-view-container-list .title {
    font-size: 2.625rem;
  }
}

.embed-view-container-list .paragraph p {
  font-size: 1rem;
  padding-top: 12px;
}

@media (min-width: 576px) {
  .embed-view-container-list .paragraph p {
    font-size: 1.25rem;
  }
}

.embed-view-container-list .link {
  display: none;
}

@media (min-width: 576px) {
  .embed-view-container-list .link {
    display: inline-block;
  }
}

.embed-view-container-list .paragraph p {
  padding-top: 12px;
}

.embed-view-container-list .arrow-right i {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/green-plus-button.svg");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 24px;
  margin-left: 10px;
  vertical-align: top;
  width: 24px;
}

.path-about-us {
  overflow-x: hidden;
}

.path-about-us .block-appno-core-awards .breeze-large-container {
  background: linear-gradient(to right, #F3F6F9 0%, #F3F6F9 50%, white 50%, white 100%);
}

@media (max-width: 991.98px) {
  .path-about-us .block-appno-core-awards .breeze-large-container {
    background: white;
  }
}

.path-about-us .block-appno-core-awards .breeze-large-container .awards-column {
  padding: 4rem 8rem 4rem 0;
}

@media (max-width: 1439.98px) {
  .path-about-us .block-appno-core-awards .breeze-large-container .awards-column {
    padding: 2rem 4rem 2rem 0;
  }
}

@media (max-width: 991.98px) {
  .path-about-us .block-appno-core-awards .breeze-large-container .awards-column {
    padding: 2rem 0;
  }
}

.path-about-us .block-appno-core-awards .breeze-large-container .growth-column {
  padding: 4rem 0 4rem 8rem;
}

@media (max-width: 1439.98px) {
  .path-about-us .block-appno-core-awards .breeze-large-container .growth-column {
    padding: 2rem 0 2rem 4rem;
  }
}

@media (max-width: 991.98px) {
  .path-about-us .block-appno-core-awards .breeze-large-container .growth-column {
    padding: 2rem 0;
  }
}

.path-about-us .block-appno-core-awards .breeze-large-container .section-title {
  font-size: 2.4rem;
  color: #2d2830;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.path-about-us .block-appno-core-awards .breeze-large-container .section-list {
  color: #2d2830;
  font-size: 1.2rem;
}

.path-about-us .block-appno-core-awards .breeze-large-container .section-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.path-about-us .block-appno-core-awards .breeze-large-container .section-list ul > li {
  margin-top: 3rem;
}

.path-about-us .block-appno-core-awards .breeze-large-container .section-list .list-title {
  font-weight: 400;
  font-family: Poppins, sans-serif;
  line-height: 28px;
}

.path-about-us .block-appno-core-awards .breeze-large-container .section-list .list-description {
  font-family: Poppins, Sans-Serif;
  line-height: 28px;
}

.media_card_highlight {
  margin-top: 15rem;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .media_card_highlight {
    margin-top: 10rem;
    margin-bottom: 5rem;
    margin-right: -1rem;
  }
}

@media (min-width: 1440px) {
  .media_card_highlight {
    min-height: 600px;
  }
}

.media_card_highlight .container-fluid {
  padding-right: 2rem;
  padding-left: 0;
}

@media (min-width: 768px) {
  .media_card_highlight .container-fluid {
    padding-left: 0;
    padding-right: 6.875rem;
  }
}

.media_card_highlight .media_card_highlight_inner {
  background-color: #2e3590;
  padding-left: 28px;
}

@media (min-width: 576px) {
  .media_card_highlight .media_card_highlight_inner {
    padding-top: 97px;
  }
}

@media (min-width: 576px) {
  .media_card_highlight .media_card_highlight_inner {
    padding-bottom: 50px;
  }
}

.media_card_highlight .media_card_highlight_inner .media_card_highlight_image {
  position: relative;
}

@media (min-width: 576px) {
  .media_card_highlight .media_card_highlight_inner .media_card_highlight_image {
    padding-left: 2rem;
  }
}

.media_card_highlight .media_card_highlight_inner .media_card_highlight_image .img-fluid {
  max-width: 84%;
}

@media (min-width: 576px) {
  .media_card_highlight .media_card_highlight_inner .media_card_highlight_image .img-fluid {
    max-width: -webkit-max-content;
    max-width: max-content;
    max-height: 750px;
    width: 100%;
  }
}

.media_card_highlight .media_card_highlight_inner .media_card_highlight_image .images {
  text-align: center;
  position: absolute;
  top: -11rem;
  width: 100%;
}

@media (min-width: 576px) {
  .media_card_highlight .media_card_highlight_inner .media_card_highlight_image .images {
    top: -13rem;
    padding-left: 0;
  }
}

.media_card_highlight .media_card_highlight_inner .texts {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 576px) {
  .media_card_highlight .media_card_highlight_inner .texts {
    padding-left: 3rem;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .media_card_highlight .media_card_highlight_inner .texts {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .media_card_highlight .media_card_highlight_inner .texts {
    margin-left: 0;
  }
}

.media_card_highlight .media_card_highlight_inner .texts .title {
  color: white;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  padding-top: 15rem;
  font-size: 2rem;
}

@media only screen and (min-width: 410px) {
  .media_card_highlight .media_card_highlight_inner .texts .title {
    padding-top: 20rem;
  }
}

@media only screen and (min-width: 500px) {
  .media_card_highlight .media_card_highlight_inner .texts .title {
    padding-top: 25rem;
  }
}

@media (min-width: 576px) {
  .media_card_highlight .media_card_highlight_inner .texts .title {
    padding-top: 35rem;
  }
}

@media (min-width: 768px) {
  .media_card_highlight .media_card_highlight_inner .texts .title {
    padding-top: 35rem;
  }
}

@media (min-width: 992px) {
  .media_card_highlight .media_card_highlight_inner .texts .title {
    padding-top: 0;
    font-size: 42px;
    line-height: 68px;
  }
}

.media_card_highlight .media_card_highlight_inner .texts .cta_with_arrow {
  display: inline-block;
  padding-bottom: 2rem;
}

@media (min-width: 576px) {
  .media_card_highlight .media_card_highlight_inner .texts .cta_with_arrow {
    margin-top: 40px;
    padding-bottom: 0;
  }
}

.media_card_highlight .media_card_highlight_inner .texts .cta_with_arrow a {
  color: #f3f6f9;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 1.28rem;
  line-height: 40px;
  display: flex;
}

.media_card_highlight .media_card_highlight_inner .texts .cta_with_arrow a .arrow-right {
  margin-left: 0.5rem;
}

.media_card_highlight .media_card_highlight_inner .texts .cta_with_arrow a .arrow-right path {
  fill: #f3f6f9;
  stroke: #f3f6f9;
  transition: transform 0.3s;
}

.media_card_highlight .media_card_highlight_inner .texts .cta_with_arrow a:hover .arrow-right path:nth-child(1) {
  transition: transform 0.3s;
  transform: scaleX(2.5);
}

.media_card_highlight .media_card_highlight_inner .texts .cta_with_arrow a:hover .arrow-right path:nth-child(2) {
  transition: transform 0.3s;
  transform: translateX(10px);
}

.media_card_highlight .media_card_highlight_inner .texts .paragraph p {
  color: #f3f6f9;
  font-size: 1rem;
  line-height: 28px;
}

@media (min-width: desktop) {
  .media_card_highlight .media_card_highlight_inner .texts .paragraph p {
    margin-top: 40px;
    font-size: 23px;
    line-height: 34px;
  }
}

@media (max-width: 576px) {
  .media_card_highlight .media_card_highlight_inner .texts {
    padding-left: 30px !important;
  }
}

.filter_tab_box_outer {
  height: 100%;
  width: 100%;
  box-shadow: 0 0 12px 0 rgba(46, 53, 144, 0.2);
  background-color: white;
}

@media (min-width: 768px) {
  .filter_tab_box_titile {
    width: 80%;
  }
}

.filter_tab_box_titile p {
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

@media (min-width: 576px) {
  .filter_tab_box_titile p {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .filter_tab_box_titile p {
    font-size: 1.5rem;
  }
}

.filter_tab_box_arrow {
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
}

.filter_tab_box {
  padding: 2.125rem 1.875rem;
  background-color: white;
}

@media (min-width: 768px) {
  .filter_tab_box {
    padding-right: 1.875rem;
  }
}

.filter_tab_box a,
.filter_tab_box a:hover {
  color: white;
}

.filter_tab_box a[href=""] {
  pointer-events: none;
  cursor: default;
}

.filter_tab_box a[href=""] .filter_tab_box_arrow {
  display: none;
}

.filter_tab_tab_element a {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #282d30;
  font-size: 2rem;
  line-height: 3rem;
}

.filter_tab_tab_element a:hover {
  border-bottom: 5px solid #00e9c2;
  border-radius: 0;
}

.filter_tabs {
  margin: 5rem 2rem;
}

@media (max-width: 576px) {
  .filter_tabs {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .filter_tabs {
    padding: 2rem 3rem;
    margin-bottom: 2rem;
  }
}

.filter_tabs .nav-pills .nav-link {
  border-radius: 0;
}

@media (max-width: 576px) {
  .filter_tabs .nav-pills .nav-link {
    border-bottom: 5px solid white;
  }
}

.filter_tabs .technology .filter_tab_box {
  padding: 0.9375rem 0.3125rem 0.625rem 0.9375rem;
  min-height: 0;
  padding-bottom: 0.937rem;
}

@media (min-width: 576px) {
  .filter_tabs .technology .filter_tab_box {
    padding-right: 1rem;
  }
}

.filter_tabs .technology .filter_tab_box_titile {
  width: 100%;
}

.filter_tabs .technology .filter_tab_box_titile p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.filter_tabs .industry .filter_tab_box {
  padding-left: 1.875rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.625rem;
  min-height: 70px;
}

.filter_tabs .filter_tabs_placement {
  margin-top: 2rem;
}

.filter_tabs .nav-item a {
  color: #282d30;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 1rem;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid transparent;
}

.filter_tabs .nav-item a:active, .filter_tabs .nav-item a.active, .filter_tabs .nav-item a:hover {
  border-radius: 10px;
  color: #2E3590;
  background-color: transparent;
  border: 1px solid #00e9c2;
}

.filter_tab_box_titile p {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.path-partners .filter_tabs {
  padding-top: 0;
  margin-bottom: 2rem;
}

.path-partners .filter_tabs_buttons_container {
  display: none;
}

.path-partners .filter_tabs_placement {
  margin-top: 0;
}

.paragraph--type--management-tab .field--name-field-tab-title {
  display: none;
}

.paragraph--type--management-tab .views-element-container {
  padding: 0;
}

.paragraph--type--management-tab .product-container {
  padding: 0px 10px;
}

.filter_tabs .nav-item {
  margin-right: 1rem;
}

.filter_tabs .title {
  margin-bottom: 2rem !important;
}

.path-our-management .filter_tabs .nav-item a {
  font-size: 18px;
}

.search_banner {
  background-color: #2e3590;
  padding-top: 5rem;
  margin-bottom: 5rem;
  height: 35rem;
}

@media (max-width: 1199.98px) {
  .search_banner {
    height: auto;
  }
}

.search_banner .search_banner_texts .views-element-container {
  padding-left: 0;
}

.search_banner .search_banner_texts .view-filters {
  padding-left: 0 !important;
}

.search_banner > .container {
  height: 100%;
}

.search_banner > .container > .sercher_banner_inner {
  height: 100%;
}

.search_banner .search_banner_inner {
  height: 35rem;
}

@media (min-width: 576px) {
  .search_banner .search_banner_inner {
    padding-bottom: 5rem;
  }
}

@media (max-width: 1199.98px) {
  .search_banner .search_banner_inner {
    height: auto;
  }
}

@media (max-width: 1199.98px) {
  .search_banner .searching-list {
    margin-left: 10px;
    margin-top: 1rem;
  }
}

@media (max-width: 1199.98px) {
  .search_banner .not-searching {
    margin-left: 10px;
    margin-top: 1rem;
  }
}

.search_banner_tags_grid {
  padding-left: 1.2rem;
  margin-top: 1rem;
}

.search_banner_tags_grid .tag_with_link {
  margin-bottom: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.search_banner_tags_grid .tag_with_link a {
  white-space: nowrap;
  font-size: 1rem;
}

.search_banner_texts {
  background-color: #2e3590;
}

.search_banner_texts .texts {
  padding-left: 2rem;
}

.search_banner_texts .suggestions {
  color: white;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.75rem;
  margin-top: 1.3rem;
}

.search_banner_texts .title {
  color: white;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
}

@media (min-width: 576px) {
  .search_banner_texts .title {
    max-width: 50%;
  }
}

.search_banner_texts .paragraph p {
  color: #f3f6f9;
  font-size: 1.4375rem;
  line-height: 2.125rem;
  margin-top: 1.3rem;
}

.search_banner_texts .search_bar {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

.search_banner_texts .cta_with_arrow a {
  color: #f3f6f9;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 2.5rem;
}

@media (max-width: 576px) {
  .search_banner_texts .texts {
    padding-left: 15px;
  }
}

.not-searching.hidden,
.searching-list.hidden {
  display: none;
}

.tag_with_link {
  margin-bottom: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.news-feed-card_container {
  width: 100%;
}

.news-feed-card_container .parent {
  overflow: hidden;
}

.news-feed-card_container img {
  width: 100%;
}

.news_feed_card:hover .parent .child img, .news_feed_card:focus .parent .child img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.news_feed_card .parent .child img {
  transition: all 0.7s ease;
}

.news-feed-card_title a {
  color: #332a31;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.75rem;
  text-decoration: none;
}

@media (min-width: 576px) {
  .news-feed-card_title a {
    font-size: 1.25rem;
  }
}

.news-feed-card_date a {
  text-decoration: none;
}

.news-feed-card_date a p {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .news-feed-card_date a p {
    margin-bottom: .625rem;
  }
}

.news-feed-card_date p {
  color: #2e3590;
  font-size: 14px;
  font-stretch: normal;
  letter-spacing: normal;
}

@media (min-width: 576px) {
  .news-feed-card_date p {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}

.news-feed-card_author p {
  color: #332a31;
  font-size: 14px;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 14px;
}

@media (min-width: 576px) {
  .news-feed-card_author p {
    line-height: 1.75rem;
    font-size: 1rem;
  }
}

.hover-line {
  background-image: linear-gradient(to right, #000 0%, #000 100%);
  background-position-x: 0;
  background-position-y: 95%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  padding: .1% 0;
  transition-delay: 0s;
  transition-duration: .25s;
  transition-property: background-size;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.text-block-without-container_cta {
  margin-top: 2rem;
  font-size: 20px;
  display: flex;
  justify-content: left;
}

.text-block-without-container_cta a {
  color: #2e3590;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.text-block-without-container_cta a .arrow-right {
  margin-left: 0.5rem;
}

.text-block-without-container_cta a .arrow-right path {
  transition: transform 0.3s;
}

.text-block-without-container_cta a:hover .arrow-right path:nth-child(1) {
  transition: transform 0.3s;
  transform: scaleX(2.5);
}

.text-block-without-container_cta a:hover .arrow-right path:nth-child(2) {
  transition: transform 0.3s;
  transform: translateX(10px);
}

.text-block-without-container_body-container p {
  color: #332a31;
  font-size: 1.25rem;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 2rem;
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .text-block-without-container_body-container p {
    margin-top: 0;
  }
}

.text-block-without-container_title {
  color: #332a31;
  letter-spacing: normal;
  line-height: 4.0625rem;
}

@media (min-width: 1200px) {
  .text-block-without-container_title {
    margin-left: 16px;
  }
}

@media (max-width: 576px) {
  .text-block-without-container_title {
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 0 !important;
  }
}

.text-block-without-container_title h2 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  font-stretch: normal;
  text-transform: capitalize;
  margin-left: 0;
  font-weight: 400;
}

@media (min-width: 992px) {
  .text-block-without-container_title h2 {
    font-size: 3.4375rem;
  }
}

@media (max-width: 576px) {
  .text-block-without-container_title h2 {
    width: 70%;
  }
}

.text-block-without-container_title .first-icon-parent {
  position: relative;
}

.text-block-without-container_title .first-icon-parent .first-icon {
  position: relative;
  top: 20px;
}

.text-block-without-container_title .second-icon-parent .second-icon {
  text-align: right;
  transform: rotate(90deg);
  width: 45px;
  height: auto;
  top: 10px;
  position: relative;
  right: 0;
}

@media (min-width: 576px) {
  .text-block-without-container_title .second-icon-parent .second-icon {
    position: relative;
    right: 0;
  }
}

.text-block-without-container_title .third-icon-parent {
  position: relative;
}

.text-block-without-container_title .third-icon-parent .third-icon {
  position: relative;
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .text-block-without-container_title .third-icon-parent .third-icon {
    right: 0;
  }
}

@media (min-width: 768px) {
  .text-block-without-container_title .third-icon-parent .third-icon {
    right: -2rem;
  }
}

.text-block-without-container_title .fourth-icon-parent {
  position: relative;
}

.text-block-without-container_title .fourth-icon-parent .fourth-icon {
  position: relative;
  transform: rotate(270deg);
}

@media (min-width: 768px) {
  .text-block-without-container_title .fourth-icon-parent .fourth-icon {
    margin-left: 0;
    left: -8px;
  }
}

@media (min-width: 992px) {
  .text-block-without-container_title .fourth-icon-parent .fourth-icon {
    margin-left: -2rem;
    left: 0;
  }
}

.text-block-without-container {
  overflow-x: hidden;
  margin-bottom: 5rem;
}

@media (min-width: 1200px) {
  .text-block-without-container .container {
    max-width: 1191px;
  }
}

@media (max-width: 576px) {
  .text-block-without-container .text {
    margin: 0 20px;
  }
}

@media (min-width: 992px) {
  .text-block-without-container .text {
    padding-left: 5rem;
  }
}

@media (min-width: 992px) {
  .text-block-without-container .text {
    padding-left: 0;
  }
}

.text-block-without-container .container {
  padding-top: 7.5625rem;
}

@media (min-width: 768px) {
  .text-block-without-container .left-side {
    padding-left: 2rem;
  }
}

@media (min-width: 576px) {
  .path-partners .banner .under-layer {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .path-partners .banner .under-layer {
    height: 604px !important;
  }
}

.path-partners .filter_tabs {
  margin-top: 0;
}

@media (min-width: 576px) {
  .path-partners .filter_tabs {
    margin-top: 2rem;
  }
}

.path-partners .filter_tabs a.nav-link {
  border: 0;
}

.path-partners .filter_tabs a.nav-link:hover {
  cursor: default;
}

.node--type-blog .case-study-banner-image img {
  width: 100%;
}

@media (min-width: 576px) {
  .node--type-blog .insights-title-banner {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .node--type-blog .insights-title-banner {
    max-width: 1440px;
  }
}

@media (max-width: 576px) {
  .node--type-blog .insights-title-banner .title-banner {
    padding-top: 0;
  }
}

@media (min-width: 576px) {
  .node--type-blog .author-section {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .node--type-blog .author-section {
    max-width: 1440px;
  }
}

@media (min-width: 576px) {
  .node--type-blog .case-study-paragraphs {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .node--type-blog .case-study-paragraphs {
    max-width: 1200px;
  }
}

.node--type-blog .case-study-paragraphs p img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 576px) {
  .node--type-blog .tags {
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-bottom: 0;
  }
  .node--type-blog .tags p {
    text-align: left;
    font-size: 0.875rem;
  }
}

body.adminimal-admin-toolbar .headroom {
  top: 79px;
}

.user-login-form {
  width: 50rem;
  margin: 15rem auto 5rem auto;
  border: 1px solid #aaa;
  box-shadow: 10px 10px 24px -1px rgba(0, 0, 0, 0.75);
  padding: 2.5rem;
}

.user-login-form .form-actions {
  text-align: center;
}

.component-card-event .img-container {
  padding-top: 52.35%;
  height: 0;
  overflow: hidden;
  width: 100%;
  background: white;
  position: relative;
}

.component-card-event .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.component-card-event .component-category {
  padding: 0 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  display: flex;
  text-align: center;
}

.component-card-event .label {
  color: #6c757d;
  font-family: Poppins;
  font-size: 0.8rem;
  letter-spacing: 0.83px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}

.component-card-event .article-headline-title {
  color: #383838;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.component-card-event .date-container {
  color: #6c757d;
  font-family: Poppins;
  font-size: 10px;
  letter-spacing: 0.83px;
  line-height: 18px;
  width: auto;
}

.component-card-event .date-container .date {
  font-size: 2rem;
  color: #2e3590;
  font-weight: 300;
  margin-bottom: 0.7rem;
}

.component-card-event .card-body {
  padding: 0 1rem;
}

.view-id-breeze_featured.view-display-id-featured_blog,
.view-id-breeze_featured.view-display-id-featured_news {
  margin-bottom: 6rem;
}

@media (max-width: 767.98px) {
  .view-id-breeze_featured.view-display-id-featured_blog,
  .view-id-breeze_featured.view-display-id-featured_news {
    margin-bottom: 2rem;
  }
}

.component-card-blog {
  margin-bottom: 2rem;
}

.component-card-blog .img-container {
  padding-top: 52.35%;
  height: 0;
  overflow: visible;
  width: 100%;
  background: white;
  position: relative;
}

.component-card-blog .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.component-card-blog .component-category {
  padding: 0 1rem;
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  height: 36px;
  display: flex;
  text-align: center;
  background-color: #F1F3F6;
  width: calc( 100% - 2rem);
}

.component-card-blog .label {
  color: #2e3590;
  font-family: Poppins;
  font-size: 0.95rem;
  letter-spacing: 0.83px;
  line-height: 30px;
  width: 100%;
  text-align: left;
  background-color: #F1F3F6;
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 1439.98px) {
  .component-card-blog .label {
    letter-spacing: 0.5px;
    font-size: 0.8rem;
  }
}

.component-card-blog .article-headline-title {
  color: #383838;
  font-family: Poppins;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.7px;
}

.component-card-blog .date-container {
  color: #6c757d;
  font-family: Poppins;
  font-size: 11px;
  letter-spacing: 0.83px;
  line-height: 18px;
  width: auto;
  margin-top: 1.55rem;
  margin-bottom: 0.2rem;
}

.component-card-blog .date-container .pl-2 {
  font-weight: 800;
}

.component-card-blog .card-body {
  padding: 0 1rem;
}

.component-card-featured-blog {
  margin-bottom: 0;
}

.component-card-featured-blog .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.component-card-featured-blog .img-container {
  padding-top: 75%;
}

.component-card-featured-blog .article-headline-title {
  font-size: 2.6rem;
  line-height: 1.3;
}

@media (max-width: 767.98px) {
  .component-card-featured-blog .article-headline-title {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.component-card-featured-blog .date-container {
  margin-bottom: 1.2rem;
}

.component-card-featured-blog .article-summary {
  font-family: Poppins;
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

.component-card-featured-blog .component-category {
  padding: 0;
  position: relative;
  margin-bottom: 1rem;
  width: 66%;
}

@media (max-width: 767.98px) {
  .component-card-featured-blog .component-category {
    width: 100%;
  }
}

.component-card-featured-blog .component-category .label {
  padding: 0 1rem;
  width: 100%;
  line-height: 36px;
}

@media (max-width: 767.98px) {
  .component-card-featured-blog .component-category .label {
    font-size: 0.8rem;
  }
}

.component-card-blog-small {
  margin-bottom: 1rem;
}

.component-card-blog-small.card {
  border: 0;
}

.component-card-blog-small .label {
  color: #6c757d;
  font-family: Poppins;
  font-size: 0.8rem;
  letter-spacing: 0.83px;
  line-height: 30px;
  width: 100%;
  text-align: left;
  padding-left: 1rem;
}

.component-card-blog-small .article-headline-title {
  color: #383838;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.component-card-blog-small .date-container {
  color: #6c757d;
  font-family: Poppins;
  font-size: 10px;
  letter-spacing: 0.83px;
  line-height: 18px;
  width: auto;
}

.component-card-blog-small .card-body {
  padding: 0 1rem;
}

.component-card-small-event .date-container .date {
  color: #2E3590;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.component-card-small-event .article-headline-title {
  color: #383838;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.component-card-small-event .card-line {
  width: 90%;
  box-sizing: border-box;
  height: 1px;
  border: 1px solid #8E9294;
}

.block-views-blockbreeze-taxonomy-term-tag-resource-featured .breeze-large-container {
  background-color: #f3f6f9;
  padding: 4rem 0;
  margin-bottom: 6rem;
}

@media (max-width: 767.98px) {
  .block-views-blockbreeze-taxonomy-term-tag-resource-featured .breeze-large-container {
    margin-bottom: 2rem;
  }
}

.block-views-blockbreeze-taxonomy-term-tag-resource-featured .large-text {
  font-size: 2.4rem;
  color: #2e3590;
  margin-bottom: 2rem;
  font-family: Poppins;
  font-weight: 300;
}

.block-views-blockbreeze-taxonomy-term-tag-resource-featured .body-text {
  font-size: 1.6rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.block-views-blockbreeze-taxonomy-term-tag-resource-featured .read-more {
  position: absolute;
  bottom: 0;
  right: 1rem;
}

.block-views-blockbreeze-taxonomy-term-tag-resource-featured .text-wrapper {
  margin-left: 1rem;
  margin-bottom: 4rem;
}

.component-card-resources.card {
  margin-bottom: 2rem;
  overflow: hidden;
}

.component-card-resources.card.active .card-back {
  left: 0;
}

.component-card-resources.card .card-back {
  transition: left 0.3s ease-in-out;
  left: -100%;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  width: 100%;
  background: rgba(46, 53, 144, 0.9);
  height: 100%;
  padding: 3rem;
  text-align: center;
  color: white;
  font-family: Poppins;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.component-card-resources.card .card-back .resource-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #282d30;
  height: 40px;
  line-height: 40px;
  font-family: Poppins;
  position: relative;
  display: inline-block;
  padding: 0 2rem;
  margin: 1.5rem;
  font-weight: 300;
  font-size: 0.9rem;
}

.component-card-resources.card .card-back .resource-button:hover {
  background-color: #f3f6f9;
}

.component-card-resources.card .card-front {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding-top: 120%;
}

.component-card-resources.card .card-front .img-container {
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
}

.component-card-resources.card .card-front .img-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.component-card-resources.card .card-front .front-float {
  background-color: #2e3590;
  z-index: 1;
  position: absolute;
  color: white;
  margin: 6rem 1rem 0 1rem;
  padding: 1rem;
  width: calc(100% - 2rem);
  top: 0;
}

.component-card-resources.card .card-front .component-category {
  padding: 0 1rem;
  height: 30px;
  display: flex;
  text-align: center;
  position: absolute;
  top: -30px;
  background: #2e3590;
  left: 0;
}

.component-card-resources.card .card-front .component-category .label {
  font-family: Poppins;
  font-size: 0.8rem;
  letter-spacing: 0.83px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}

.component-card-resources.card .card-front .article-headline-title {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.component-card-resources.card .card-front .date-container {
  color: white;
  font-family: Poppins;
  font-size: 10px;
  letter-spacing: 0.83px;
  line-height: 18px;
  margin-bottom: 0.2rem;
}

.horizontal2-vertical3 .news-center-title {
  height: 26px;
  width: 435px;
  color: #2E3590;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
}

.horizontal2-vertical3 .arrow {
  height: 24px;
  width: 24px;
}

.horizontal2-vertical3 .view-more {
  color: #2E3590;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.component-card-spotlight.card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  border: 0;
}

.component-card-spotlight .img-container {
  padding-top: 63.33%;
  height: 0;
  overflow: hidden;
  width: 100%;
  background: white;
  position: relative;
}

.component-card-spotlight .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.component-card-spotlight .label {
  color: #6c757d;
  font-family: Poppins;
  font-size: 0.8rem;
  letter-spacing: 0.83px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}

.component-card-spotlight .article-headline-title {
  color: #383838;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.component-card-spotlight .date-container {
  color: #6c757d;
  font-family: Poppins;
  font-size: 10px;
  letter-spacing: 0.83px;
  line-height: 18px;
  width: auto;
}

.component-card-spotlight .card-body {
  position: absolute;
  background-color: white;
  width: 65%;
  bottom: 4rem;
  left: 17.5%;
}

@media (max-width: 767.98px) {
  .component-card-spotlight .card-body {
    bottom: auto;
  }
}

.spotlight-col {
  width: 100%;
}

.spotlight-col .bg-wrapper {
  background-color: #f3f6f9;
}

.spotlight-col .spotlight-full {
  padding: 0;
}

.spotlight-col .spotlight-full .view-id-breeze_appnovation_spotlight.view-display-id-spotlight {
  height: 100%;
}

.block-views-blockbreeze-appnovation-spotlight-spotlight {
  margin-bottom: 6rem;
}

@media (max-width: 767.98px) {
  .block-views-blockbreeze-appnovation-spotlight-spotlight {
    margin-bottom: 2rem;
  }
}

.component-card-work-with-us {
  width: 100%;
  margin-bottom: 1rem;
}

.component-card-work-with-us .article-headline-title {
  color: #383838;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.component-card-work-with-us .date-container {
  color: #6c757d;
  font-family: Poppins;
  font-size: 10px;
  letter-spacing: 0.83px;
  line-height: 18px;
  width: auto;
}

.component-card-work-with-us .read-more a {
  text-align: right;
}

.spotlight-career-wrapper {
  padding: 2.5rem 6rem;
}

@media (max-width: 767.98px) {
  .spotlight-career-wrapper {
    padding: 2.5rem 2rem;
  }
}

.spotlight-career-wrapper .large-text {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2rem;
  color: #2e3590;
}

.spotlight-career-wrapper .small-text {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #2e3590;
  margin-bottom: 2rem;
}

.component-card-news .img-container {
  padding-top: 52.35%;
  height: 0;
  overflow: hidden;
  width: 100%;
  background: white;
  position: relative;
}

.component-card-news .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.component-card-news .component-category {
  padding: 0;
  position: relative;
  height: 30px;
  display: flex;
  text-align: center;
}

.component-card-news .label {
  color: #6c757d;
  font-family: Poppins;
  font-size: 0.8rem;
  letter-spacing: 0.83px;
  line-height: 30px;
  width: 100%;
  text-align: left;
}

.component-card-news .article-headline-title {
  color: #383838;
  font-family: Poppins;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.component-card-news .date-container {
  color: #6c757d;
  font-family: Poppins;
  font-size: 10px;
  letter-spacing: 0.83px;
  line-height: 18px;
  width: auto;
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
}

.component-card-news .card-body {
  padding: 0 15px;
}

.component-card-news .read-more {
  margin-top: 1rem;
}

.component-card-news-small {
  margin-bottom: 2rem;
}

.component-card-news-small .article-headline-title {
  overflow: hidden;
  font-size: 1.8rem;
}

@media (max-width: 1439.98px) {
  .component-card-news-small .article-headline-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 1439.98px) {
  .component-card-news-small .date-container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.component-card-news-small .square-wrapper {
  width: 100%;
}

.component-card-news-small .img-container.img-square {
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  width: 100%;
  background: white;
  position: relative;
}

@media (max-width: 575.98px) {
  .component-card-news-small .img-container.img-square {
    padding-top: 52.35%;
  }
}

.component-card-news-small .read-more {
  margin-top: 2rem;
}

.component-card-featured-news {
  margin-bottom: 2rem;
}

.component-card-blog.component-card-next-blog {
  margin-bottom: 4rem;
}

.component-card-blog.component-card-next-blog .component-category {
  padding: 0;
  bottom: 0;
  position: relative;
}

.component-card-blog.component-card-next-blog .component-category .label {
  width: auto;
  padding: 0 0.5rem;
  height: 30px;
}

.component-card-blog.component-card-next-blog .article-headline-title {
  font-size: 2.2rem;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .component-card-blog.component-card-next-blog .article-headline-title {
    font-size: 1.6rem;
  }
}

.component-card-blog.component-card-next-blog .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.component-card-blog.component-card-next-blog .block-title {
  font-size: 1.6rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #2e3590;
  margin-bottom: 0.5rem;
}

body.node--type-landing-page-2019 .section-title {
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 4.0625rem;
  position: relative;
}

body.node--type-landing-page-2019 .section-title.purple-bg {
  color: white;
}

@media (max-width: 575.98px) {
  body.node--type-landing-page-2019 .section-title {
    margin-left: 35px;
    font-size: 2rem;
  }
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .section-title {
    font-size: 2.2rem;
  }
}

body.node--type-landing-page-2019 .section-title-arrow {
  height: 40px;
  left: -35px;
  position: absolute;
  top: -30px;
  width: 40px;
}

body.node--type-landing-page-2019 .purple-bg-block {
  background-color: #2e3590;
}

body.node--type-landing-page-2019 .cta-button a {
  background-color: #00e9c2;
  border-radius: .25rem;
  color: #282d30;
  font-family: 'Poppins';
  font-size: 1.1rem;
  font-weight: 300;
  padding: 10px 40px;
}

body.node--type-landing-page-2019 .cta-button a:hover {
  text-decoration: none;
}

#evergage-header-wrapper #block-globalinfobar,
body.node--type-landing-page-2019 #block-globalinfobar {
  display: none !important;
}

#evergage-header-wrapper #header,
body.node--type-landing-page-2019 #header {
  height: 67px;
  background-color: #00e9c2;
}

#evergage-header-wrapper #header .row.fixed-header,
body.node--type-landing-page-2019 #header .row.fixed-header {
  height: 67px;
}

#evergage-header-wrapper #header .header-text-container,
body.node--type-landing-page-2019 #header .header-text-container {
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.2rem;
  color: #2e3590;
}

#evergage-header-wrapper #header .header-text-container a,
body.node--type-landing-page-2019 #header .header-text-container a {
  font-size: 1.2rem;
  color: #2e3590;
  font-weight: 300;
}

#evergage-header-wrapper #header .header-text-container a:hover,
body.node--type-landing-page-2019 #header .header-text-container a:hover {
  text-decoration: none;
}

#evergage-header-wrapper #header .header-text-container.d-lg-flex .local-address,
body.node--type-landing-page-2019 #header .header-text-container.d-lg-flex .local-address {
  margin: 0 15px;
}

#evergage-header-wrapper #header .header-text-container.d-lg-flex .local-address:after, #evergage-header-wrapper #header .header-text-container.d-lg-flex .local-address:before,
body.node--type-landing-page-2019 #header .header-text-container.d-lg-flex .local-address:after,
body.node--type-landing-page-2019 #header .header-text-container.d-lg-flex .local-address:before {
  content: "";
}

#evergage-header-wrapper #header .header-text-container.d-lg-flex .local-address:after,
body.node--type-landing-page-2019 #header .header-text-container.d-lg-flex .local-address:after {
  margin-left: 15px;
}

#evergage-header-wrapper #header .header-text-container.d-lg-flex .local-address:before,
body.node--type-landing-page-2019 #header .header-text-container.d-lg-flex .local-address:before {
  margin-right: 15px;
}

#evergage-header-wrapper #header .header-text-container.d-lg-flex .surrounding-text,
body.node--type-landing-page-2019 #header .header-text-container.d-lg-flex .surrounding-text {
  font-weight: 300;
}

#evergage-header-wrapper #header .header-text-container.d-lg-flex .surrounding-text:last-child:before,
body.node--type-landing-page-2019 #header .header-text-container.d-lg-flex .surrounding-text:last-child:before {
  content: '|';
  color: #fff;
  margin-right: 30px;
}

#evergage-header-wrapper #header .header-text-container.d-lg-flex .surrounding-text:first-child:after,
body.node--type-landing-page-2019 #header .header-text-container.d-lg-flex .surrounding-text:first-child:after {
  content: '|';
  color: #fff;
  margin-left: 30px;
}

#evergage-header-wrapper #header .header-text-container.d-lg-none,
body.node--type-landing-page-2019 #header .header-text-container.d-lg-none {
  flex-wrap: wrap;
}

#evergage-header-wrapper #header .header-text-container.d-lg-none .local-address,
body.node--type-landing-page-2019 #header .header-text-container.d-lg-none .local-address {
  flex: 0 0 100%;
  text-align: center;
}

#evergage-header-wrapper #header .header-text-container.d-lg-none .below-text,
body.node--type-landing-page-2019 #header .header-text-container.d-lg-none .below-text {
  font-weight: 300;
}

#evergage-header-wrapper #header .header-text-container.d-lg-none .below-text:nth-child(1):after,
body.node--type-landing-page-2019 #header .header-text-container.d-lg-none .below-text:nth-child(1):after {
  content: '|';
  color: #fff;
  margin-left: 15px;
}

#evergage-header-wrapper #header .header-text-container.d-lg-none .below-text:last-of-type,
body.node--type-landing-page-2019 #header .header-text-container.d-lg-none .below-text:last-of-type {
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  #evergage-header-wrapper #header .header-text-container.d-lg-none,
  body.node--type-landing-page-2019 #header .header-text-container.d-lg-none {
    flex-direction: column;
  }
  #evergage-header-wrapper #header .header-text-container.d-lg-none .local-address,
  body.node--type-landing-page-2019 #header .header-text-container.d-lg-none .local-address {
    flex: 0 0 0;
    margin-top: 0.4rem;
  }
  #evergage-header-wrapper #header .header-text-container.d-lg-none .below-text,
  body.node--type-landing-page-2019 #header .header-text-container.d-lg-none .below-text {
    text-align: center;
  }
  #evergage-header-wrapper #header .header-text-container.d-lg-none .local-address, #evergage-header-wrapper #header .header-text-container.d-lg-none .below-text,
  body.node--type-landing-page-2019 #header .header-text-container.d-lg-none .local-address,
  body.node--type-landing-page-2019 #header .header-text-container.d-lg-none .below-text {
    font-size: 0.8rem;
  }
  #evergage-header-wrapper #header .header-text-container.d-lg-none .local-address a, #evergage-header-wrapper #header .header-text-container.d-lg-none .below-text a,
  body.node--type-landing-page-2019 #header .header-text-container.d-lg-none .local-address a,
  body.node--type-landing-page-2019 #header .header-text-container.d-lg-none .below-text a {
    font-size: 0.8rem;
  }
}

#evergage-header-wrapper .node__content,
body.node--type-landing-page-2019 .node__content {
  margin-top: 0;
}

#evergage-header-wrapper #page #main-wrapper,
body.node--type-landing-page-2019 #page #main-wrapper {
  margin-top: 67px !important;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .image-video-bg-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .image-video-bg-wrapper video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .logobrand, body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .logosubtitle {
  fill: #fff;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .pardot-form-iframe {
  min-height: 533px;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .landing-page-hero-banner-wrapper {
  height: 100%;
  background-size: cover;
  position: relative;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .landing-page-hero-banner-overlay {
  position: absolute;
  height: 100%;
  background-color: rgba(18, 29, 173, 0.7);
  width: 100%;
  opacity: 0.85;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .logos-wrapper {
  display: flex;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .field--name-field-banner-headline strong {
  color: #00e9c2;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .row {
  position: relative;
  z-index: 1;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .row .corp-logo, body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .row .image {
  width: 180px;
  font-size: 0;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .banner-arrow {
  transform: rotate(225deg) translate(40px, 40px);
  width: 200px;
  height: 200px;
  transform-origin: 50% 50%;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .hero-banner-title {
  width: 100%;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .field--name-field-banner-secondary-text p {
  color: white;
  font-size: 1.8rem;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .field--name-field-banner-secondary-text p a {
  font-weight: 400;
  color: #00e9c2;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .field--name-field-banner-secondary-text p a:hover {
  text-decoration: none;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .arrow-col {
  text-align: center;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
}

body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .banner-row .left-part > .container {
  padding: 0;
}

@media (min-width: 992px) {
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 {
    height: 960px;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .banner-content, body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .banner-row {
    height: 100%;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .banner-content {
    padding-bottom: 100px;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .left-part,
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .right-part {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .top-logos {
    padding-top: 30px;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .top-logos .image {
    margin-right: 30px;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .landing-page-hero-banner-overlay {
    height: 960px;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .banner-arrow {
    transform: rotate(135deg) translate(40px, 40px);
    width: 200px;
    height: 200px;
    transform-origin: 50% 50%;
  }
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .hero-banner-title h1 {
    font-size: 3.4rem;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .top-logos {
    padding-top: 30px;
    margin-bottom: 1rem;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .top-logos .logos-wrapper {
    flex-wrap: wrap;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .top-logos .image {
    flex: 1 0 26%;
    margin-right: 30px;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .top-logos .image svg, body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .top-logos .image img {
    max-width: 215px;
    min-width: unset;
  }
}

@media (max-width: 991.98px) {
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .pardot-form-iframe {
    margin-bottom: 2rem;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .top-logos {
    margin-bottom: 4rem;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .field--name-field-banner-secondary-text p {
    font-size: 1.7rem;
    line-height: 1.4;
  }
}

@media (max-width: 767.98px) {
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .top-logos {
    margin-bottom: 1rem;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .hero-banner-title h1 {
    font-size: 2.8rem;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .field--name-field-banner-secondary-text p {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .top-logos .image {
    flex: 1 0 34%;
  }
  body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .top-logos .image svg, body.node--type-landing-page-2019 .hero-banner-landing-page-2019 .top-logos .image img {
    max-width: 100px;
    min-width: 100px;
  }
}

body.node--type-landing-page-2019 footer.site-footer .footer-bold {
  margin-top: 40px;
  color: #00e9c2;
  font-size: 1.2rem;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-style: normal;
  padding: 0 15px;
}

body.node--type-landing-page-2019 footer.site-footer .location-details, body.node--type-landing-page-2019 footer.site-footer .phone-numbers {
  padding-top: 0;
  display: flex;
}

body.node--type-landing-page-2019 footer.site-footer .location-details p, body.node--type-landing-page-2019 footer.site-footer .phone-numbers p {
  padding-top: 0;
  color: #fff;
}

body.node--type-landing-page-2019 footer.site-footer .location-details p a, body.node--type-landing-page-2019 footer.site-footer .phone-numbers p a {
  color: #fff;
}

body.node--type-landing-page-2019 footer.site-footer .location-details p a:hover, body.node--type-landing-page-2019 footer.site-footer .phone-numbers p a:hover {
  text-decoration: none;
}

body.node--type-landing-page-2019 footer.site-footer .location-details a, body.node--type-landing-page-2019 footer.site-footer .phone-numbers a {
  color: #fff;
}

body.node--type-landing-page-2019 footer.site-footer .location-details a:hover, body.node--type-landing-page-2019 footer.site-footer .phone-numbers a:hover {
  text-decoration: none;
}

body.node--type-landing-page-2019 footer.site-footer .icon {
  width: 40px;
  height: 40px;
  left: -5px;
  top: -8px;
  position: relative;
}

body.node--type-landing-page-2019 footer.site-footer .icon svg {
  fill: #00e9c2;
  max-height: 100%;
}

body.node--type-landing-page-2019 footer.site-footer .address-and-number {
  margin: 40px 0 80px -15px;
}

@media (max-width: 991.98px) {
  body.node--type-landing-page-2019 footer.site-footer .footer_company_logo, body.node--type-landing-page-2019 footer.site-footer .footer-bold, body.node--type-landing-page-2019 footer.site-footer .address-and-number {
    text-align: center;
  }
  body.node--type-landing-page-2019 footer.site-footer .location-details {
    margin-bottom: 2rem;
  }
  body.node--type-landing-page-2019 footer.site-footer .location-details, body.node--type-landing-page-2019 footer.site-footer .phone-numbers {
    justify-content: center;
  }
  body.node--type-landing-page-2019 footer.site-footer .address-and-number {
    margin-bottom: 2rem;
  }
}

@media (min-width: 576px) {
  body.node--type-landing-page-2019 #page-wrapper {
    position: relative;
    min-height: 100vh;
  }
  body.node--type-landing-page-2019 #main-wrapper {
    padding-bottom: 431px;
  }
  body.node--type-landing-page-2019 footer.site-footer {
    height: 431px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  body.node--type-landing-page-2019 footer.site-footer .region-footer {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  body.node--type-landing-page-2019 footer.site-footer .region-footer .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  body.node--type-landing-page-2019 #main-wrapper.no-office {
    padding-bottom: 204px;
  }
  body.node--type-landing-page-2019 footer.site-footer.no-office {
    height: 204px;
  }
}

body.node--type-landing-page-2019 .paragraph.paragraph--type--cta-with-link-and-text > .container {
  padding: 140px 0;
}

@media (max-width: 767.98px) {
  body.node--type-landing-page-2019 .paragraph.paragraph--type--cta-with-link-and-text > .container {
    padding: 4rem 0;
  }
}

body.node--type-landing-page-2019 .paragraph.paragraph--type--cta-with-link-and-text p {
  color: white;
}

body.node--type-landing-page-2019 .paragraph.paragraph--type--cta-with-link-and-text .text-body {
  margin-top: 40px;
}

body.node--type-landing-page-2019 .paragraph.paragraph--type--cta-with-link-and-text .cta-button {
  margin-top: 40px;
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .paragraph.paragraph--type--cta-with-link-and-text .cta-button {
    text-align: center;
  }
}

body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph {
  background-color: #f3f6f9;
  padding: 80px 0;
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph {
    padding: 4rem 0;
  }
}

body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph .image {
  text-align: center;
}

body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph .image img {
  max-width: 180px;
}

@media (max-width: 1439.98px) {
  body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph .image img {
    max-width: 140px;
  }
}

body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph .logo-list {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph .logo-list {
    flex-wrap: wrap;
  }
  body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph .logo-list .image {
    flex: 1 0 26%;
    text-align: center;
    margin-bottom: 3rem;
  }
  body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph .logo-list .image:nth-last-child(1), body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph .logo-list .image:nth-last-child(2), body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph .logo-list .image:nth-last-child(3) {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph .logo-list .image {
    flex: 1 0 34%;
  }
  body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph .logo-list .image:nth-last-child(3) {
    margin-bottom: 3rem;
  }
}

@media (max-width: 575.98px) {
  body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph .logo-list .image {
    flex: 1 0 51%;
  }
  body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph .logo-list .image:nth-last-child(2), body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph .logo-list .image:nth-last-child(3) {
    margin-bottom: 3rem;
  }
}

body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph p {
  line-height: 2;
}

body.node--type-landing-page-2019 .paragraph--type--our-work-logo-display.paragraph .section-body {
  margin-top: 20px;
}

body.node--type-landing-page-2019 .paragraph--type--testimonial-with-image {
  padding: 120px 0;
}

body.node--type-landing-page-2019 .paragraph--type--testimonial-with-image p.name-and-title {
  font-style: italic;
}

body.node--type-landing-page-2019 .paragraph--type--testimonial-with-image .image-display-right {
  text-align: center;
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .paragraph--type--testimonial-with-image .image-display-right {
    margin-top: 4rem;
  }
}

body.node--type-landing-page-2019 .paragraph--type--testimonial-with-image .image-display-right img {
  max-height: 400px;
  max-width: 100%;
}

body.node--type-landing-page-2019 .paragraph--type--testimonial-with-image .description-text-left {
  margin-top: 40px;
  padding-right: 80px;
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .paragraph--type--testimonial-with-image .description-text-left {
    padding-right: 0;
  }
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction {
  background: linear-gradient(to right, #2e3590 0%, #2e3590 50%, #fff 50%, #fff 100%);
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction {
    background: none;
    background-color: #2e3590;
  }
  body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction.responsive {
    background-color: #fff;
  }
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .section-title {
  margin-bottom: 40px;
  width: 60%;
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-left {
  margin-top: 9rem;
  padding-right: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-left {
    padding-right: 1rem;
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-left p {
  color: #fff;
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right {
  padding: 0 0 0 4rem;
  margin: 9rem 0 4rem 0;
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right {
    padding: 0 1rem;
    background-color: #fff;
  }
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right .image-title {
  margin-bottom: 2rem;
  height: 6rem;
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right .image-title {
    text-align: center;
  }
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right .image-title img {
  max-width: 100%;
  height: auto;
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right .image-items-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right .image-items-wrapper .image-item {
  margin-bottom: 1rem;
  margin-right: 1rem;
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right .image-items-wrapper .image-item {
    text-align: center;
  }
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right .image-items-wrapper {
    justify-content: center;
  }
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right.circle-items .image-item {
  height: 12rem;
  width: 12rem;
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right.circle-items .image-item {
    flex: 1 0 26%;
  }
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right.circle-items .image-item img {
  max-height: 100%;
  width: auto;
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right.round-cornered-rectangle-items .image-item {
  margin-bottom: 2.5rem;
  margin-right: 2.5rem;
  width: calc(50% - 2.5rem);
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right.round-cornered-rectangle-items .image-item img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right.round-cornered-rectangle-items .image-item {
    margin-right: 0;
    flex: 100%;
  }
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right.square-cornered-rectangle-items .image-item {
  margin-bottom: 0.8rem;
  margin-right: 2.5rem;
  width: calc(50% - 2.5rem);
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right.square-cornered-rectangle-items .image-item img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right.square-cornered-rectangle-items .image-item {
    margin-right: 0;
    flex: 100%;
  }
}

body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right.normal-layout img {
  margin-bottom: 2rem;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .paragraph--type--left-right-2-column-secction .description-text-right.normal-layout p {
    text-align: center;
  }
}

body.node--type-landing-page-2019 .paragraph--type--information-carousel .section-title {
  margin-top: 140px;
}

@media (max-width: 1199.98px) {
  body.node--type-landing-page-2019 .paragraph--type--information-carousel .section-title {
    margin-top: 4rem;
  }
}

body.node--type-landing-page-2019 .paragraph--type--information-carousel .landing-page-carousel-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

body.node--type-landing-page-2019 .paragraph--type--information-carousel .landing-page-carousel-wrapper .slick-carousel-item {
  flex: 1 0 25%;
  padding: 0 2rem;
}

body.node--type-landing-page-2019 .paragraph--type--information-carousel .landing-page-carousel-wrapper .image {
  text-align: center;
  margin-bottom: 30px;
}

body.node--type-landing-page-2019 .paragraph--type--information-carousel .landing-page-carousel-wrapper .image img {
  width: 140px;
  margin: 0 auto;
  height: auto;
}

body.node--type-landing-page-2019 .paragraph--type--information-carousel .landing-page-carousel-wrapper .item-title {
  text-align: center;
  color: #2e3590;
  font-size: 1.2rem;
  font-weight: 400;
  max-width: 100%;
}

body.node--type-landing-page-2019 .paragraph--type--information-carousel .landing-page-carousel-wrapper .item-title img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 575.98px) {
  body.node--type-landing-page-2019 .paragraph--type--information-carousel .landing-page-carousel-wrapper .item-title {
    font-size: 1rem;
  }
}

body.node--type-landing-page-2019 .paragraph--type--information-carousel .landing-page-carousel-wrapper .item-description {
  text-align: center;
}

@media (max-width: 575.98px) {
  body.node--type-landing-page-2019 .paragraph--type--information-carousel .landing-page-carousel-wrapper .item-description p {
    line-height: 1;
    font-size: 0.8rem;
  }
}

body.node--type-landing-page-2019 .paragraph--type--information-carousel .landing-page-carousel-wrapper .carousel-page {
  display: flex;
  flex-wrap: wrap;
}

body.node--type-landing-page-2019 .paragraph--type--information-carousel .slick-prev,
body.node--type-landing-page-2019 .paragraph--type--information-carousel .slick-next {
  z-index: 1;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 0.1;
}

body.node--type-landing-page-2019 .paragraph--type--information-carousel .slick-prev:hover,
body.node--type-landing-page-2019 .paragraph--type--information-carousel .slick-next:hover {
  opacity: 0.4;
}

body.node--type-landing-page-2019 .paragraph--type--information-carousel .slick-prev {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/slick-arrow-left.svg");
  left: 0px;
}

body.node--type-landing-page-2019 .paragraph--type--information-carousel .slick-next {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/slick-arrow-right.svg");
  right: 0px;
}

body.node--type-landing-page-2019 .paragraph--type--award-section {
  height: 1080px;
}

body.node--type-landing-page-2019 .paragraph--type--award-section .awards-background {
  background-size: cover;
  background-position: center center;
}

body.node--type-landing-page-2019 .paragraph--type--award-section .awards-title {
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  color: #fff;
  font-weight: 300;
  width: 100%;
  height: 400px;
  margin-top: 60px;
  padding: 40px;
  background-color: rgba(18, 29, 173, 0.6);
}

@media (min-width: 992px) {
  body.node--type-landing-page-2019 .paragraph--type--award-section .awards-title {
    width: 600px;
  }
}

.paragraph--type--image-banner-full-width .image-banner-full-width {
  width: 100%;
  max-width: 100%;
}

.header-video {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.header-video .container-wrapper {
  position: relative;
  max-width: 100vw;
  width: 1920px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .header-video .container-wrapper {
    max-height: 810px;
    overflow: hidden;
  }
}

.header-video .container.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media (max-width: 767.98px) {
  .header-video .container.video-overlay {
    margin-top: 5rem;
  }
}

@media (max-width: 575.98px) {
  .header-video .container.video-overlay {
    margin-top: 2rem;
  }
}

.header-video video {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .header-video video.desktop {
    display: none;
  }
}

.header-video video.mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .header-video video.mobile {
    display: block;
    max-width: 540px;
    margin: 0 auto;
    background-color: #2e3590;
  }
}

.header-video .video-right-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .header-video .video-right-wrapper {
    display: block;
  }
}

.header-video .more-industries-link {
  align-self: flex-end;
  transform: translateY(-40px);
}

.header-video .more-industries-link a {
  color: #f3f6f9;
  font-size: 1.05rem;
  font-weight: 300;
  display: flex;
}

@media (max-width: 1199.98px) {
  .header-video .more-industries-link {
    transform: translateY(-70px);
  }
  .header-video .more-industries-link a {
    font-size: 0.9rem;
  }
}

@media (max-width: 991.98px) {
  .header-video .more-industries-link {
    transform: translateY(-40px);
  }
  .header-video .more-industries-link a {
    font-size: 0.7rem;
  }
}

@media (max-width: 767.98px) {
  .header-video .more-industries-link {
    transform: translateY(0px);
    text-align: center;
  }
  .header-video .more-industries-link a {
    font-size: 1.05rem;
    justify-content: center;
  }
}

.header-video .button-set-wrapper {
  transform: translateY(-50%);
  align-self: flex-end;
  float: right;
}

@media (max-width: 767.98px) {
  .header-video .button-set-wrapper {
    float: none;
    transform: none;
  }
}

.header-video .button-set-wrapper .buttons-title {
  color: #f3f6f9;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 0.8rem;
}

@media (max-width: 991.98px) {
  .header-video .button-set-wrapper .buttons-title {
    font-size: 24px;
    margin-bottom: 0.4rem;
    font-weight: 500;
    line-height: 1;
  }
}

@media (max-width: 767.98px) {
  .header-video .button-set-wrapper .buttons-title {
    text-align: left;
    margin-bottom: 1.5rem;
    margin-left: 2rem;
  }
}

@media (max-width: 575.98px) {
  .header-video .button-set-wrapper .buttons-title {
    text-align: left;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
  }
}

.header-video .button-set-wrapper button {
  border: 0;
  background-color: #00e9c2;
  width: 210px;
  height: 45px;
  border-radius: 6px;
  margin-bottom: 0.8rem;
  color: #282d30;
  cursor: pointer;
  padding-right: 1.5rem;
}

.header-video .button-set-wrapper button:hover {
  background-color: #baf7e7;
}

.header-video .button-set-wrapper button:after {
  height: 50%;
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  transform: rotate(45deg) translateY(10px);
  vertical-align: top;
  width: 0.45em;
  box-sizing: content-box;
  border-color: #f3f6f9;
  right: 0.75rem;
  position: absolute;
}

@media (max-width: 991.98px) {
  .header-video .button-set-wrapper button:after {
    transform: rotate(45deg) translateY(10px) translateX(-3px) scale(0.6);
    right: 0px;
  }
}

@media (max-width: 767.98px) {
  .header-video .button-set-wrapper button:after {
    transform: rotate(45deg) translateY(10px);
    right: 4rem;
  }
}

@media (max-width: 991.98px) {
  .header-video .button-set-wrapper button {
    width: 130px;
    height: 30px;
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 767.98px) {
  .header-video .button-set-wrapper button {
    font-size: 0.9rem;
    width: calc( 100% - 4rem);
    height: 45px;
    margin-bottom: 1.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (max-width: 575.98px) {
  .header-video .button-set-wrapper button {
    width: calc( 100% - 2rem);
    height: 40px;
    margin-bottom: 0.8rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.header-video .more-industries-link a .arrow-right {
  margin-left: 0.5rem;
}

.header-video .more-industries-link a .arrow-right path {
  transition: transform 0.3s;
}

.header-video .more-industries-link a:hover .arrow-right path:nth-child(1) {
  transition: transform 0.3s;
  transform: scaleX(2.5);
}

.header-video .more-industries-link a:hover .arrow-right path:nth-child(2) {
  transition: transform 0.3s;
  transform: translateX(10px);
}

.iso-certification-block .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iso-certification-block .iso-logos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.iso-certification-block .iso-logo {
  width: calc(50% - 4rem);
  margin-bottom: 2rem;
  margin-right: 2rem;
}

.iso-certification-block .iso-logo img {
  max-width: 100%;
}

.iso-certification-block .iso-certification-title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #282d30;
  text-align: left;
}

.iso-certification-block .iso-certification-text p {
  color: #332a31;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
}

.path-industries .search-api-autocomplete-search {
  opacity: 0;
  display: none;
}

.path-services .search-api-autocomplete-search {
  opacity: 0;
  display: none;
}

.path-services #search-services .searching-list .scroll-wrapper a {
  color: white;
}

.path-services .search_banner_inner > .row {
  height: 100%;
  padding-bottom: 5rem;
}

.path-services .search_banner_inner > .row .tags_grid {
  height: 100%;
}

.path-services .search_banner_inner > .row .searching-list, .path-services .search_banner_inner > .row .not-searching {
  height: 100%;
  overflow-x: hidden;
}

.path-services .search_banner_inner > .row .scroll-wrapper {
  padding-right: 2rem;
}

.hero-banner .hero-banner-video {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .hero-banner .hero-banner-video {
    position: relative;
    margin-top: 88px;
  }
}

.hero-banner .hero-banner-video .video-js {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}

.hero-banner .hero-banner-video .video-js .vjs-control-bar {
  display: none;
}

@media (max-width: 991.98px) {
  .hero-banner .hero-banner-video .video-js {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: auto;
  }
}

.hero-banner .hero-banner-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.hero-banner .hero-banner-video video::-webkit-media-controls {
  display: none;
}

@media (max-width: 991.98px) {
  .hero-banner .hero-banner-video video {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: auto;
  }
}

.hero-banner .hero-banner-video.with-controls .vjs-control-bar {
  display: flex;
}

.homepage-cta-block,
.career-cta-block {
  position: relative;
  background: #2e3590;
  overflow: hidden;
}

.homepage-cta-block .container,
.career-cta-block .container {
  position: relative;
  height: 630px;
  overflow: visible;
  padding-bottom: 3rem;
}

@media (max-width: 1199.98px) {
  .homepage-cta-block .container,
  .career-cta-block .container {
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .homepage-cta-block .container,
  .career-cta-block .container {
    border-bottom: 1px solid #2e3590;
  }
}

.homepage-cta-block .container .row,
.career-cta-block .container .row {
  display: block;
}

.homepage-cta-block .large-text,
.career-cta-block .large-text {
  max-width: 100%;
  position: relative;
  z-index: 1;
  font-size: 54px;
  line-height: 1.3;
  font-family: Poppins;
  font-weight: 300;
  width: 640px;
  background-clip: text;
  -webkit-background-clip: text;
  color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #00e9c2), color-stop(0.5, white));
  background-image: gradient(linear, left top, left bottom, color-stop(0.5, #00e9c2), color-stop(0.5, white));
  background-size: auto calc( 54 * 1.3 * 2px);
  padding-top: calc( 1.3 * 54px);
}

.homepage-cta-block .small-text,
.career-cta-block .small-text {
  max-width: 100%;
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 1.2;
  font-family: Poppins;
  width: 680px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, white), color-stop(0.5, #00e9c2));
  background-image: gradient(linear, left top, left bottom, color-stop(0.5, white), color-stop(0.5, #00e9c2));
  background-size: auto calc( 24 * 1.2 * 2px);
}

.homepage-cta-block .button,
.career-cta-block .button {
  z-index: 1;
  position: relative;
  width: 220px;
  background-color: #00e9c2;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}

.homepage-cta-block .button a,
.career-cta-block .button a {
  color: #2e3590;
  font-weight: 300;
  display: block;
  width: 100%;
  height: 100%;
}

.homepage-cta-block .button a:hover,
.career-cta-block .button a:hover {
  text-decoration: none;
}

.homepage-cta-block .button:hover,
.career-cta-block .button:hover {
  background-color: #baf7e7;
}

.homepage-cta-block .background,
.career-cta-block .background {
  position: absolute;
  top: 0;
  height: 630px;
  width: 100vw;
}

.homepage-cta-block .background img,
.career-cta-block .background img {
  float: right;
  width: 45vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .homepage-cta-block .background,
  .career-cta-block .background {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .homepage-cta-block .large-text,
  .career-cta-block .large-text {
    font-size: 2rem;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #00e9c2), color-stop(0.5, white));
    background-image: gradient(linear, left top, left bottom, color-stop(0.5, #00e9c2), color-stop(0.5, white));
    background-size: auto calc( 2rem * 1.3 * 2);
    padding-top: calc( 1.3 * 2rem);
    padding-left: 0;
  }
  .homepage-cta-block .small-text,
  .career-cta-block .small-text {
    font-size: 1rem;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, white), color-stop(0.5, #00e9c2));
    background-image: gradient(linear, left top, left bottom, color-stop(0.5, white), color-stop(0.5, #00e9c2));
    background-size: auto calc( 1rem * 1.2 * 2);
    padding-left: 0;
  }
  .homepage-cta-block .button,
  .career-cta-block .button {
    padding-left: 0;
    margin-left: 0;
  }
}

.homepage-cta-block .large-text {
  background-position-y: calc( 54px * 1.3);
}

@media (max-width: 575.98px) {
  .homepage-cta-block .large-text {
    background-position-y: calc( 2rem * 1.3);
  }
}

.homepage-cta-block .small-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 300;
}

.homepage-cta-block .small-text a {
  font-weight: 300;
  color: #00e9c2;
}

.path-contact-us .contact-us-banner {
  background-color: #2e3590;
  width: 100%;
  margin-top: 2rem;
  overflow: hidden;
}

.path-contact-us .contact-us-banner .container {
  background-size: 320px;
  height: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 8rem;
  padding-bottom: 16rem;
}

@media (min-width: 768px) {
  .path-contact-us .contact-us-banner .container {
    background-image: url("/themes/custom/appnovation/css/../images/office-bg.png");
  }
}

.path-contact-us .contact-us-banner h2 {
  color: white;
  font-family: Poppins;
  font-size: 58px;
  position: relative;
  font-weight: 300;
}

@media (min-width: 576px) {
  .path-contact-us .contact-us-banner h2:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -30px;
    width: 30px;
    height: 30px;
    background: url("/themes/custom/appnovation/css/../images/orange-chevron.png");
    background-size: contain;
  }
}

.path-contact-us .contact-us-banner div {
  color: white;
}

.path-contact-us .contact-us-banner div a {
  color: #00e9c2;
}

.path-contact-us h2.office-card-title {
  color: white;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 1rem;
}

.path-contact-us .main-office {
  transform: translate(0, -160px);
  margin-bottom: -160px;
}

.path-contact-us .office-card-details {
  box-shadow: 5px 5px 16px -2px rgba(0, 0, 0, 0.75);
  background-color: white;
}

@media (min-width: 768px) {
  .path-contact-us .office-card-details {
    height: 250px;
  }
}

.path-contact-us .office-card-details .image-col {
  padding: 0;
}

.path-contact-us .office-card-details .location-details {
  padding: 1rem;
}

.path-contact-us .office-card-details .phone_numbers {
  padding: 1rem;
}

@media (min-width: 768px) {
  .path-contact-us .office-card-details .location-details {
    padding: 1.5rem 0 0 2rem;
  }
  .path-contact-us .office-card-details .phone_numbers {
    padding: 1.5rem 0 0 2rem;
  }
}

.path-contact-us .office-location {
  background-color: #f3f6f9;
}

.path-contact-us .office-location .header-image img {
  width: 100%;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}

.path-contact-us .office-location h2 {
  font-weight: 300;
  font-size: 60px;
  color: #2e3590;
  padding: 2rem 2rem 0 2rem;
  margin: 0;
}

@media (max-width: 1439.98px) {
  .path-contact-us .office-location h2 {
    font-size: 50px;
  }
}

@media (max-width: 1199.98px) {
  .path-contact-us .office-location h2 {
    font-size: 40px;
  }
}

.path-contact-us .office-location .address-details {
  padding: 0 2rem 2rem 2rem;
}

.path-contact-us .office-location .address-details p {
  font-size: 24px;
  font-family: Poppins;
  font-weight: 300;
  margin: 0;
  line-height: 1.1;
}

.path-contact-us .view-id-contact_us_locations .view-content .col-lg-4 {
  margin-bottom: 3rem;
  flex: 1 1 100%;
}

.path-contact-us .view-id-contact_us_locations .view-content .col-lg-4 .content-details, .path-contact-us .view-id-contact_us_locations .view-content .col-lg-4 .office-location {
  height: 100%;
}

.node--type-blog .insights-pardot-form {
  position: relative;
}

.node--type-blog .insights-pardot-form .pardot-form-iframe {
  min-height: 540px;
}

.paragraph--type--behind-form-files-in-resources .row {
  margin-bottom: 1rem;
}

.paragraph--type--behind-form-files-in-resources button.btn-primary a {
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 2.8;
}

.paragraph--type--behind-form-files-in-resources button.btn-primary a:hover {
  text-decoration: none;
}

.paragraph--type--behind-form-files-in-resources button.btn-primary {
  padding: 0;
  background-color: #2e3590;
  color: white;
}

.paragraph--type--behind-form-files-in-resources button.btn-primary:hover {
  background-color: rgba(46, 53, 144, 0.7);
}

.paragraph--type--behind-form-files-in-resources .printable button.btn-primary {
  display: flex;
  justify-content: center;
  padding: 0 2rem;
}

.paragraph--type--behind-form-files-in-resources .printable button.btn-primary .icon {
  -ms-grid-row-align: center;
      align-self: center;
  height: 2rem;
  width: 2rem;
  margin-top: 2px;
  margin-right: 0.5rem;
}

.paragraph--type--behind-form-files-in-resources .printable button.btn-primary .icon svg {
  fill: white;
  width: 100%;
  height: 100%;
}

.paragraph--type--behind-form-files-in-resources .printable button.btn-primary .icon svg path {
  transform: scale(0.03);
}

.paragraph--type--behind-form-files-in-resources .printable button.btn-primary a {
  padding: 0;
}

.paragraph--type--behind-form-files-in-resources .resource-download .modal-content {
  background-color: #2e3590;
}

.paragraph--type--behind-form-files-in-resources .resource-download .modal-content .close {
  font-size: 1rem;
  color: white;
}

.paragraph--type--behind-form-files-in-resources .resource-download .modal-content h5.modal-title {
  color: white;
  font-width: 700;
  font-size: 1.2rem;
}

.paragraph--type--behind-form-files-in-resources .resource-download .modal-content .download-placeholder {
  display: flex;
  justify-content: center;
}

.paragraph--type--behind-form-files-in-resources .resource-download .modal-content .download-placeholder button {
  background-color: #00e9c2;
  margin: 1rem;
}

.paragraph--type--behind-form-files-in-resources .resource-download .modal-content .download-placeholder button:hover {
  background-color: rgba(0, 233, 194, 0.7);
}

.paragraph--type--behind-form-files-in-resources .resource-download .modal-content .download-placeholder button a {
  color: #2e3590;
}

#awards .arrow-right.link {
  display: none !important;
}

.evergage-bottom.evergage-tooltip-bar {
  top: auto !important;
  bottom: 0 !important;
}

.paragraph--type--headline-and-description a {
  color: #00e9c2;
}

.paragraph--type--headline-and-description a:hover {
  text-decoration: none;
}

/* wcag fix */
.navbar-brand {
  font-size: 0;
  color: #000;
}

#nav-icon3 {
  font-size: 0;
  position: absolute;
  color: #000;
}

#contact-us-form {
  position: absolute;
  top: -50px;
}

.tags__label {
  padding-left: 20px;
}

.alert-wrapper {
  max-height: 75vh;
}

/* wcag fix */
.banner-policy-link {
  color: #44aaff;
}

/* homepage overflow fix*/
.block-views-blockour-work-listing-block-3 {
  overflow: hidden;
}

/* herobanner fix */
.hero-banner .hero-banner-title {
  width: 80%;
  margin-top: 150px;
}

@media (min-width: 768px) {
  .hero-banner .hero-banner-title {
    padding: 20px 20px 20px 0;
    width: 45%;
  }
}

@media (min-width: 992px) {
  .hero-banner .hero-banner-title {
    width: 50%;
  }
}

.hero-banner .hero-banner-title h1 {
  color: white;
}

.hero-banner .hero-banner-title h1 b {
  color: white;
  font-weight: 400;
}

.hero-banner .hero-banner-wrapper .hero-banner-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  width: 100%;
}

@media (max-width: 991.98px) {
  .hero-banner .hero-banner-wrapper .hero-banner-overlay {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .hero-banner .hero-banner-wrapper .hero-banner-overlay {
    width: 100%;
  }
}

.hero-banner .js-video-play-row {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.hero-banner .js-video-play-row img {
  width: 4.5rem;
}

.hero-banner .js-video-play-row .video-play-text {
  margin-left: 2rem;
  font-size: 2.25rem;
  font-family: Poppins;
  color: white;
}

@media (max-width: 767.98px) {
  .hero-banner .js-video-play-row {
    font-size: 1.25rem;
  }
  .hero-banner .js-video-play-row img {
    width: 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .hero-banner .js-video-play-row {
    font-size: 1.75rem;
  }
  .hero-banner .js-video-play-row img {
    width: 3.5rem;
  }
}

#sliding-popup {
  background: rgba(33, 37, 41, 0.95) !important;
  padding: 1rem 0;
}

#sliding-popup #popup-text.eu-cookie-compliance-message p {
  font-family: Poppins, sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 300 !important;
  width: 55%;
}

#sliding-popup #popup-text.eu-cookie-compliance-message p button:hover {
  color: #2e3590;
}

#sliding-popup .eu-cookie-compliance-more-button {
  font-size: 0.8rem;
}

#sliding-popup #popup-buttons {
  margin: 0;
  text-align: right;
}

#sliding-popup #popup-buttons button {
  margin: 1rem 0 1rem 1rem;
  width: 160px;
  border-radius: 0 !important;
  padding: 0.75rem 2rem;
  background: #2e3590;
  text-shadow: none;
  box-shadow: none;
  border: none;
  font-weight: 500;
  color: #eee;
}

@media (max-width: 1199.98px) {
  #sliding-popup #popup-text {
    width: 45%;
    max-width: 45%;
  }
  #sliding-popup #popup-buttons {
    max-width: 50%;
  }
  #sliding-popup #popup-buttons button {
    margin-bottom: 0;
  }
}

@media (min-width: 0px) and (max-width: 600.5px) {
  #sliding-popup #popup-text {
    width: 100%;
    max-width: 100%;
  }
  #sliding-popup #popup-buttons {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  #sliding-popup #popup-buttons button {
    margin-bottom: 0;
  }
}

@media (min-width: 0px) and (max-width: 375.5px) {
  #sliding-popup #popup-buttons {
    text-align: center;
  }
  #sliding-popup #popup-buttons button {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 75%;
  }
}

.case-study-card-container::after {
  width: 100% !important;
}

body.path-insights .vertical_card_final .date_event {
  margin-top: 1.8rem;
}

body.path-insights .vertical_card_final .date_event div {
  text-align: center;
}

#header .search-icon path {
  fill: #fff;
  transition: fill 200ms linear;
}

#header .search-icon.purple path {
  fill: #2e3590;
}

@media (max-width: 767.98px) {
  #header .navbar > .container > .search-icon {
    flex-grow: 1;
    text-align: right;
  }
  #header .navbar > .container > .search-icon svg {
    width: 1.5rem;
  }
}

#header .search-icon {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  padding: 10px;
  box-sizing: content-box;
  margin-left: 15px;
}

#header .search-box {
  margin-right: 15px;
  margin-left: 30px;
}

#header .header-button {
  margin-left: auto;
}

#header .block-views-exposed-filter-blockglobal-search-solr-page-1 {
  width: 100%;
}

#header .block-views-exposed-filter-blockglobal-search-solr-page-1 > .content {
  height: 100%;
}

#header .block-views-exposed-filter-blockglobal-search-solr-page-1 > .content > form {
  height: 100%;
}

#header .block-views-exposed-filter-blockglobal-search-solr-page-1 > .content > form > .form-row {
  height: 100%;
}

#header .block-views-exposed-filter-blockglobal-search-solr-page-1 > .content > form > .form-row > fieldset {
  height: 100%;
}

#header .block-views-exposed-filter-blockglobal-search-solr-page-1 label {
  display: none;
}

#header .block-views-exposed-filter-blockglobal-search-solr-page-1 input {
  background-color: transparent;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px #2e3590 solid;
  position: absolute;
  left: 100%;
  transition: left 0.6s ease-in-out;
}

#header .block-views-exposed-filter-blockglobal-search-solr-page-1 input:focus {
  box-shadow: none;
}

#header .block-views-exposed-filter-blockglobal-search-solr-page-1 input.active {
  left: 0;
  transition: left 0.6s ease-in-out;
}

#header .block-views-exposed-filter-blockglobal-search-solr-page-1 fieldset {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#header .block-views-exposed-filter-blockglobal-search-solr-page-1 .form-actions {
  display: none;
}

#header.headroom--not-top .search-icon path {
  fill: #2e3590;
  transition: fill 200ms linear;
}

#header .search-screen {
  height: 100vh;
  position: absolute;
  width: 100vw;
  top: -100vh;
  left: 0;
  z-index: -1;
  background-color: white;
  transition: top 0.2s ease;
  position: fixed;
}

#header .search-screen.active {
  top: 82px;
  transition: top 0.2s ease;
}

@media (max-width: 991.98px) {
  #header .search-screen.active {
    top: 76px;
  }
}

#header .search-screen .top-row {
  height: 86px;
  display: none;
  flex-direction: column;
  justify-content: center;
}

#header .search-screen .close-search {
  font-size: 30px;
  font-weight: 300;
  color: #2e3590;
  font-family: Poppins, sans-serif;
  align-self: flex-end;
  cursor: pointer;
}

#header .search-screen .search-bar {
  width: 100%;
  display: flex;
  margin-top: 4rem;
}

@media (max-width: 991.98px) {
  #header .search-screen .search-bar {
    margin-top: 1rem;
  }
}

#header .search-screen .search-bar .search-icon {
  opacity: 1;
}

#header .search-screen .search-bar .search-icon path {
  fill: #2e3590;
}

#header .search-screen .search-icon {
  height: 3rem;
  width: 3rem;
  cursor: default;
  -ms-grid-row-align: center;
      align-self: center;
  margin-left: 0;
}

@media (max-width: 1199.98px) {
  #header .search-screen .search-icon {
    height: 2rem;
    width: 2rem;
  }
}

@media (max-width: 991.98px) {
  #header .search-screen .search-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
}

#header .search-screen .search-input {
  -ms-grid-row-align: center;
      align-self: center;
  font-size: 2rem;
  font-family: Poppins, sans-serif;
  flex-grow: 1;
  position: relative;
}

#header .search-screen .search-input input {
  border-top: 0;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #2e3590;
  margin-left: 1rem;
  padding-left: 1rem;
  display: block;
  width: calc( 100% - 8rem);
}

@media (max-width: 1199.98px) {
  #header .search-screen .search-input input {
    font-size: 1.2rem;
  }
}

@media (max-width: 991.98px) {
  #header .search-screen .search-input input {
    width: calc( 100% - 2rem);
    font-size: 0.9rem;
  }
}

#header .search-screen .search-input input:focus {
  outline: none;
}

#header .search-screen .loading-icon {
  position: absolute;
  top: 35%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
}

#header .search-screen .loading-icon.active {
  display: block;
}

.search-open .navbar-brand > svg .brand {
  transition: 0.5s ease-in-out;
  fill: #2e3590;
}

.search-open .navbar-brand > svg .subtitle {
  transition: 0.5s ease-in-out;
  fill: #282d30;
}

.search-open .burguer2x span:nth-child(1) {
  left: 50%;
  top: 9px;
  width: 0;
}

.search-open .burguer2x span:nth-child(2) {
  transform: rotate(45deg);
}

.search-open .burguer2x span:nth-child(3) {
  transform: rotate(-45deg);
}

.search-open .burguer2x span:nth-child(4) {
  left: 50%;
  top: 9px;
  width: 0;
}

.search-open .burguer2x span {
  background-color: #2e3590;
}

.search-open .header-button {
  background-color: #fff;
  box-shadow: 0 2px 19px 0 rgba(0, 0, 0, 0.2);
  color: #282d30;
  opacity: 0;
  visibility: hidden;
}

.search-open #main-wrapper {
  visibility: hidden;
}

.search-open .getintouch {
  background-color: #fff;
  color: #282d30;
}

.search-open .nav-button .burguer2x span {
  background-color: #2e3590;
}

.search-open .nav-button .burguer2x span:first-child {
  display: none;
}

.search-open .nav-button .burguer2x span:nth-child(2) {
  top: 0;
}

.search-open .nav-button .burguer2x span:last-child {
  display: none;
}

.search-open .nav-button .burguer2x {
  margin-top: 10px;
}

body.search-open {
  overflow: hidden;
}

.search-open .search-icon,
.nav-open .search-icon {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.search-open .search-body {
  display: block;
}

.search-body {
  display: none;
  height: 100%;
}

.search-body > .container {
  height: 100%;
}

.search-body .result-section {
  height: 100%;
}

.search-body .result-container {
  height: 100%;
  margin: 2rem 7rem 0 6rem;
}

@media (max-width: 1199.98px) {
  .search-body .result-container {
    margin: 2rem 2rem 0 6rem;
  }
}

@media (max-width: 991.98px) {
  .search-body .result-container {
    margin: 2rem 1rem 0 2rem;
  }
}

.search-body .result-container .view {
  height: 100%;
}

.search-body .result-container .view-content {
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 40rem;
}

.search-body .result-title a {
  font-size: 2.2rem;
  font-family: Poppins, sans-serif;
  color: #2e3590;
  font-weight: 300;
}

@media (max-width: 1199.98px) {
  .search-body .result-title a {
    font-size: 1.7rem;
  }
}

@media (max-width: 1199.98px) {
  .search-body .result-title a {
    font-size: 1.1rem;
  }
}

.search-body .result-title a:hover {
  text-decoration: none;
}

.search-body .pagination {
  display: none;
}

.search-body .result-row {
  margin-bottom: 1rem;
  opacity: 1;
  transition: opacity 1.2s ease;
}

.search-body .result-row.just-loaded {
  opacity: 0.2;
  transition: opacity 1.2s ease;
}

.search-body .result-details {
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 200;
}

@media (max-width: 1199.98px) {
  .search-body .result-details {
    font-size: 1.4rem;
  }
}

@media (max-width: 991.98px) {
  .search-body .result-details {
    font-size: 0.9rem;
  }
}

.search-body .result-details strong {
  color: #2e3590;
}

.block-content--who-we-are-block-in-services-page {
  background-color: #2e3590;
}

.block-content--who-we-are-block-in-services-page .container {
  background: url("/themes/custom/appnovation/css/../assets/images/images/who-we-are.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 6rem 0;
}

.block-content--who-we-are-block-in-services-page p {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  margin-left: 570px;
  margin-bottom: 0;
}

.block-content--who-we-are-block-in-services-page p.smaller-text {
  font-size: 2.5rem;
  color: white;
  line-height: 1.1;
}

.block-content--who-we-are-block-in-services-page p.larger-text {
  font-size: 5rem;
  color: white;
  line-height: 1.05;
}

.block-content--who-we-are-block-in-services-page strong {
  color: #00e9c2;
}

.block-content--who-we-are-block-in-services-page p:nth-child(1) {
  padding-left: 2rem;
}

.block-content--who-we-are-block-in-services-page p:nth-child(2) {
  padding-left: 3rem;
}

.block-content--who-we-are-block-in-services-page p:nth-child(4) {
  padding-left: 8rem;
}

@media (max-width: 1439.98px) {
  .block-content--who-we-are-block-in-services-page .container {
    padding: 2rem 0 4rem 0;
  }
  .block-content--who-we-are-block-in-services-page p {
    margin-left: 25rem;
  }
  .block-content--who-we-are-block-in-services-page p.larger-text {
    font-size: 3rem;
  }
  .block-content--who-we-are-block-in-services-page p.smaller-text {
    font-size: 1.8rem;
  }
}

@media (max-width: 991.98px) {
  .block-content--who-we-are-block-in-services-page .container {
    max-width: 1000%;
  }
  .block-content--who-we-are-block-in-services-page p {
    margin-left: 18rem;
  }
}

@media (max-width: 767.98px) {
  .block-content--who-we-are-block-in-services-page .container {
    background-image: none;
    padding: 2rem 1rem;
  }
  .block-content--who-we-are-block-in-services-page p {
    margin-left: 2rem;
  }
}

@media (max-width: 575.98px) {
  .block-content--who-we-are-block-in-services-page p {
    padding-left: 0;
  }
  .block-content--who-we-are-block-in-services-page p.larger-text, .block-content--who-we-are-block-in-services-page p.smaller-text {
    padding-left: 0;
    line-height: 1.2;
  }
}

.block-content--exciting-brands-in-services-page {
  background-color: #2e3590;
}

.block-content--exciting-brands-in-services-page .container {
  background: url("/themes/custom/appnovation/css/../assets/images/images/exciting-brands.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 4.5rem 0;
}

.block-content--exciting-brands-in-services-page p {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  margin-left: 150px;
  margin-bottom: 0;
}

.block-content--exciting-brands-in-services-page p.smaller-text {
  font-size: 2.2rem;
  color: white;
  line-height: 1.2;
}

.block-content--exciting-brands-in-services-page p.larger-text {
  font-size: 4rem;
  color: white;
  line-height: 1.1;
}

.block-content--exciting-brands-in-services-page strong {
  color: #00e9c2;
}

.block-content--exciting-brands-in-services-page p:nth-child(1) {
  padding-left: 2rem;
}

.block-content--exciting-brands-in-services-page p:nth-child(3) {
  padding-left: 10rem;
}

.block-content--exciting-brands-in-services-page p:nth-child(4) {
  padding-left: 7rem;
}

@media (max-width: 1439.98px) {
  .block-content--exciting-brands-in-services-page .container {
    padding: 2rem 0 4rem 0;
  }
  .block-content--exciting-brands-in-services-page p {
    margin-left: 2rem;
  }
  .block-content--exciting-brands-in-services-page p.larger-text {
    font-size: 3rem;
  }
  .block-content--exciting-brands-in-services-page p.smaller-text {
    font-size: 1.8rem;
  }
}

@media (max-width: 991.98px) {
  .block-content--exciting-brands-in-services-page .container {
    max-width: 1000%;
    background-position-x: 6rem;
  }
}

@media (max-width: 767.98px) {
  .block-content--exciting-brands-in-services-page .container {
    background-image: none;
    padding: 2rem 1rem;
  }
}

@media (max-width: 575.98px) {
  .block-content--exciting-brands-in-services-page p.larger-text, .block-content--exciting-brands-in-services-page p.smaller-text {
    padding-left: 0;
    line-height: 1.2;
  }
}

#search-services {
  background: #f3f6f9;
  position: relative;
  overflow: hidden;
}

#search-services .block-search-banner-block {
  margin: 4rem 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #2e3590 50%, #2e3590 100%);
}

#search-services .tags-grid {
  height: 30rem;
  padding: 4rem 0 4rem 3rem;
}

#search-services .tags-grid .corner-deco {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 1px;
  left: 1px;
}

#search-services .tags-grid .corner-deco path {
  fill: #f39200;
}

#search-services .tags-grid .corner-deco svg {
  transform: scale(1.8);
}

#search-services .searching-list, #search-services .not-searching {
  height: 100%;
  overflow-x: hidden;
}

#search-services .scroll-wrapper {
  padding-right: 2rem;
}

#search-services .search-box-left h2 {
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
}

@media (min-width: 576px) {
  #search-services .search-box-left h2 {
    max-width: 50%;
  }
}

#search-services .search-box-left p {
  font-size: 1.3rem;
}

#search-services .search-box-left .suggestions {
  font-size: 0.9rem;
}

#search-services .search-box-left a {
  color: #2e3590;
  font-size: 1.05rem;
  font-weight: 300;
}

#search-services .search-box-left a:after {
  content: "  \2192";
}

#search-services .search-box-left .views-element-container.col-auto {
  padding: 0;
}

#search-services .search-box-left .views-element-container.col-auto fieldset {
  margin-bottom: 0;
}

#search-services .search-box-left .views-element-container.col-auto input {
  border-radius: 0;
  height: 3rem;
}

@media (max-width: 991.98px) {
  #search-services .block-search-banner-block {
    background: none;
  }
  #search-services .tags-grid {
    margin-top: 2rem;
    background: #2e3590;
    max-height: 30rem;
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  #search-services .corner-deco {
    display: none;
  }
}

#search-services-revised {
  position: relative;
  overflow: hidden;
}

#search-services-revised .block-search-banner-block {
  margin: 4rem 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #F3F6f9 50%, #f3f6f9 100%);
}

#search-services-revised .view-id-search_content fieldset.js-form-type-search-api-autocomplete {
  width: 100%;
}

#search-services-revised .view-id-search_content label {
  display: none;
}

#search-services-revised .view-id-search_content .form-text {
  border-color: #00e9c2;
  height: 3.5rem;
  background: none;
}

#search-services-revised .search-box-wrapper {
  position: relative;
  display: inline-block;
}

#search-services-revised .search-box-wrapper svg {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

#search-services-revised .tags-grid {
  height: 30rem;
  padding: 4rem 0 4rem 3rem;
}

#search-services-revised .tags-grid .corner-deco {
  display: none;
}

#search-services-revised .tags-grid .tag_with_link, #search-services-revised .tags-grid .search-api-autocomplete-suggestion {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  padding: 0;
  display: block;
  text-align: left;
  margin: 0;
  margin-bottom: 0.5rem;
}

#search-services-revised .tags-grid .tag_with_link a, #search-services-revised .tags-grid .search-api-autocomplete-suggestion a {
  font-weight: 400;
  color: black;
  font-size: 20px;
}

#search-services-revised .tags-grid .tag_with_link a:hover, #search-services-revised .tags-grid .search-api-autocomplete-suggestion a:hover {
  color: #2e3590;
}

#search-services-revised .tags-grid .tag_with_link a:hover:before, #search-services-revised .tags-grid .search-api-autocomplete-suggestion a:hover:before {
  content: "> ";
}

#search-services-revised .searching-list, #search-services-revised .not-searching {
  height: 100%;
  overflow-x: hidden;
}

#search-services-revised .scroll-wrapper {
  border-left: 1px solid #00e9c2;
  padding: 0 0 0 3rem;
}

@media (max-width: 991.98px) {
  #search-services-revised .scroll-wrapper {
    border-left: none;
    padding: 0;
  }
}

#search-services-revised .search-box-left h2 {
  color: black;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3rem;
}

@media (min-width: 576px) {
  #search-services-revised .search-box-left h2 {
    max-width: 50%;
  }
}

#search-services-revised .search-box-left p {
  font-size: 1.3rem;
}

#search-services-revised .search-box-left .suggestions {
  font-size: 0.9rem;
}

#search-services-revised .search-box-left a {
  color: #2e3590;
  font-size: 1.05rem;
  font-weight: 300;
  display: flex;
}

#search-services-revised .search-box-left a .arrow-right {
  margin-left: 0.5rem;
}

#search-services-revised .search-box-left a .arrow-right path {
  transition: transform 0.3s;
}

#search-services-revised .search-box-left a:hover .arrow-right path:nth-child(1) {
  transition: transform 0.3s;
  transform: scaleX(2.5);
}

#search-services-revised .search-box-left a:hover .arrow-right path:nth-child(2) {
  transition: transform 0.3s;
  transform: translateX(10px);
}

#search-services-revised .search-box-left .views-element-container.col-auto {
  padding: 0;
}

#search-services-revised .search-box-left .views-element-container.col-auto fieldset {
  margin-bottom: 0;
}

#search-services-revised .search-box-left .views-element-container.col-auto input {
  border-radius: 0;
  height: 3rem;
}

@media (max-width: 991.98px) {
  #search-services-revised .block-search-banner-block {
    background: none;
  }
  #search-services-revised .tags-grid {
    margin-top: 2rem;
    background: #f3f6f9;
    max-height: 30rem;
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  #search-services-revised .corner-deco {
    display: none;
  }
}

.block-content--services-page-main-section-menus .competency-block {
  height: 450px;
  min-height: 300px;
  background-position: center;
  background-size: cover;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .block-content--services-page-main-section-menus .competency-block {
    height: auto;
  }
  .block-content--services-page-main-section-menus .competency-block .competency-explore-offerings {
    position: relative;
  }
  .block-content--services-page-main-section-menus .competency-block .competency-text-drawer {
    position: relative;
    overflow: auto;
  }
}

.block-content--services-page-main-section-menus .competency-block .block-link {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
}

.block-content--services-page-main-section-menus .competency-block .competency-text-drawer.active {
  left: 0%;
  transition: left 0.5s;
}

.block-content--services-page-main-section-menus .competency-block.active .competency-explore-offerings:after {
  content: " -";
}

.block-content--services-page-main-section-menus .competency-block.industry .competency-link-title {
  padding: 1.5rem 0;
}

.block-content--services-page-main-section-menus .competency-block.industry .competency-link-title .arrow-right {
  position: unset;
}

.block-content--services-page-main-section-menus .competency-block.service .competency-block-lower {
  height: 161px;
}

@media (max-width: 1439.98px) {
  .block-content--services-page-main-section-menus .competency-block.service .competency-block-lower .competency-text-body-inner {
    font-size: 0.8rem;
  }
}

@media (max-width: 1199.98px) {
  .block-content--services-page-main-section-menus .competency-block.service .competency-block-lower {
    height: 180px;
  }
}

@media (max-width: 991.98px) {
  .block-content--services-page-main-section-menus .competency-block.service .competency-block-lower {
    height: auto;
  }
}

.block-content--services-page-main-section-menus .competency-block-lower {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  background-color: #f3f6f9;
  padding: 0.75rem 1.5rem;
  min-width: 100%;
  z-index: 1;
}

.block-content--services-page-main-section-menus .competency-link-title {
  display: flex;
  padding: 1rem 2.3rem 0 0;
}

.block-content--services-page-main-section-menus .competency-link-title a {
  width: 100%;
}

.block-content--services-page-main-section-menus .competency-link-title .arrow-right {
  transition: 0.70s;
  color: #2e3590;
  margin-left: 0.5rem;
  position: absolute;
  right: 2rem;
}

.block-content--services-page-main-section-menus .competency-link-title .arrow-right path {
  transition: transform 0.3s;
}

.block-content--services-page-main-section-menus .competency-link-title:hover .arrow-right path:nth-child(1) {
  transition: transform 0.3s;
  transform: scaleX(2.5);
}

.block-content--services-page-main-section-menus .competency-link-title:hover .arrow-right path:nth-child(2) {
  transition: transform 0.3s;
  transform: translateX(10px);
}

.block-content--services-page-main-section-menus .competency-link-title a {
  font-size: 1.2rem;
  font-family: Poppins, sans-serif;
  color: black;
  font-weight: 300;
  display: flex;
  width: auto;
}

.block-content--services-page-main-section-menus .competency-link-title a:hover {
  text-decoration: none;
}

@media (max-width: 1439.98px) {
  .block-content--services-page-main-section-menus .competency-link-title a {
    font-size: 1.1rem;
  }
}

.block-content--services-page-main-section-menus .inactive-text {
  display: none;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  color: #282d30;
  font-weight: 300;
}

.block-content--services-page-main-section-menus .inactive-text a {
  font-family: Poppins, sans-serif;
  color: #282d30;
  font-weight: 300;
  cursor: pointer;
}

.block-content--services-page-main-section-menus .competency-text-drawer {
  transition: left 0.5s;
  left: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top: 5px solid #28bdd2;
  z-index: 2;
}

.block-content--services-page-main-section-menus .competency-text-drawer .competency-link-title {
  margin: 2rem;
}

.block-content--services-page-main-section-menus .competency-text-drawer .competency-text-body {
  margin: 0 2rem 2rem 2rem;
}

.block-content--services-page-main-section-menus .competency-explore-offerings {
  background-color: #28bdd2;
  height: 4rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #2E3590;
  font-family: Poppins, sans-serif;
  line-height: 4rem;
  padding-left: 2rem;
  cursor: pointer;
}

.block-content--services-page-main-section-menus .competency-explore-offerings:after {
  content: " +";
}

.block-content--services-page-main-section-menus .competency-explore-offerings.active:after {
  content: " -";
}

.block-content--services-page-main-section-menus .competency-popup {
  display: none;
  border-top: 10px #28bdd2 solid;
  box-shadow: 5px 5px 16px -2px rgba(0, 0, 0, 0.75);
  margin-bottom: 2rem;
  position: relative;
}

.block-content--services-page-main-section-menus .competency-popup .arrow-up {
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-bottom: 2rem solid #28bdd2;
  position: absolute;
  top: -2rem;
  left: 7rem;
}

.block-content--services-page-main-section-menus .competency-popup .competency-link-title {
  padding: 2rem 2rem 1.3rem 2rem;
  font-size: 2.1rem;
}

.block-content--services-page-main-section-menus .competency-popup .competency-text-body-inner {
  font-family: Poppins, Sans-Serif;
  padding: 0 2rem 2rem 2rem;
}

.block-content--services-page-main-section-menus .competency-popup .competency-explore-offerings-inner {
  padding-left: 2rem;
  padding-bottom: 3rem;
}

.block-content--services-page-main-section-menus .competency-popup .competency-explore-offerings-inner a {
  color: #2e3590;
}

.block-content--services-page-main-section-menus .competency-popup .competency-explore-offerings-inner a:hover {
  text-decoration: none;
}

.block-content--services-page-main-section-menus .competency-popup .right-wrapper {
  background-color: #f3f6f9;
  padding: 3rem 2rem 2rem 2rem;
  height: 100%;
}

.block-content--services-page-main-section-menus .competency-popup .right-wrapper .explore {
  font-family: Poppins, sans-serif;
  color: black;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.4rem;
  margin-bottom: 1.3rem;
}

.block-content--services-page-main-section-menus .competency-popup .right-wrapper .related-link-list a {
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: black;
  font-family: Poppins, sans-serif;
}

.block-content--services-page-main-section-menus .competency-popup .right-wrapper .related-link-list .field__item:hover a {
  color: #2e3590;
  font-weight: 300;
}

.block-content--services-page-main-section-menus .competency-popup .right-wrapper .related-link-list .field__item:hover:before {
  content: "> ";
  text-decoration: none;
  color: #2e3590;
  font-weight: 300;
}

.block-content--services-page-main-section-menus .popup-location .competency-popup {
  display: block;
}

.block-content--services-page-main-section-menus .responsive-popup-location .competency-popup {
  display: block;
}

.block-content--services-page-main-section-menus .popup-location .competency-popup.right .arrow-up {
  left: auto;
  right: 7rem;
}

.service-technology-list .paragraph--type--service-technologies {
  max-height: 400px;
}

.service-technology-list a:hover {
  text-decoration: none;
}

.service-technology-list .tech-logo {
  text-align: center;
}

.service-technology-list .tech-logo svg {
  height: 100%;
  max-width: 100%;
}

.service-technology-list .tech-link-title {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-family: Poppins, sans-serif;
  color: #2e3590;
  text-align: center;
  font-weight: 300;
}

.paragraph--type--client-logo-carousel {
  background-color: #f3f6f9;
  overflow: hidden;
}

.slick-logos-carousel {
  display: flex;
}

.slick-logos-carousel .slick-slide-item {
  flex: 1 0 16.6%;
  justify-content: center;
  padding: 20px;
}

.slick-logos-carousel .slick-slide-item img {
  height: 100%;
  width: 100%;
}

.slick-logos-carousel .slick-prev,
.slick-logos-carousel .slick-next {
  z-index: 1;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 0.1;
}

.slick-logos-carousel .slick-prev:hover,
.slick-logos-carousel .slick-next:hover {
  opacity: 0.4;
}

.slick-logos-carousel .slick-prev {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/slick-arrow-left.svg");
  left: -40px;
}

.slick-logos-carousel .slick-next {
  background-image: url("/themes/custom/appnovation/css/../assets/images/icons/slick-arrow-right.svg");
  right: -40px;
}

/*
.block-views-blockservices-slide-show-block-1{
  margin-top:5rem;

  .img-col{
    @include media-breakpoint-down(xl) {
      vertical-align: bottom;
      flex-direction: row;
      display: flex;
    }
  }


    @include media-breakpoint-down(xl) {
      padding-right:4rem;
    }
    @include media-breakpoint-down(md) {
      height:auto;
    }




}



*/
@media (max-width: 1199.98px) {
  .block-views-blockservices-slide-show-block-1 .col-12, .block-views-blockservices-slide-show-block-1 .container, .block-views-blockservices-slide-show-block-1 .row {
    padding: 0;
    margin: 0;
  }
}

.block-views-blockservices-slide-show-block-1 .services-landing-carousel-wrapper {
  min-height: 325px;
  background-color: white;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  top: 80px;
  margin-top: -40px;
}

@media (max-width: 1199.98px) {
  .block-views-blockservices-slide-show-block-1 .services-landing-carousel-wrapper {
    margin-top: 30px;
    top: 0;
    padding-bottom: 30px;
  }
}

.block-views-blockservices-slide-show-block-1 .text-wrapper {
  position: relative;
  padding: 3rem 3rem 3rem 5rem;
}

@media (max-width: 991.98px) {
  .block-views-blockservices-slide-show-block-1 .text-wrapper {
    padding: 1rem 0 3rem 0;
  }
}

.block-views-blockservices-slide-show-block-1 .text-wrapper .slide-body {
  font-font: Poppins, sans-serif;
}

.block-views-blockservices-slide-show-block-1 .text-wrapper .slide-title {
  margin-bottom: 1rem;
}

.block-views-blockservices-slide-show-block-1 .text-wrapper .slide-title a {
  font-size: 1.8rem;
  font-family: Poppins, sans-serif;
  color: #2e3590;
  font-weight: 300;
}

.block-views-blockservices-slide-show-block-1 .text-wrapper .slide-title a:hover {
  text-decoration: none;
}

.block-views-blockservices-slide-show-block-1 .cta-link {
  position: absolute;
  bottom: 0;
  height: 5rem;
}

.block-views-blockservices-slide-show-block-1 .cta-link a {
  font-family: Poppins, sans-serif;
  color: #2e3590;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 5rem;
}

.block-views-blockservices-slide-show-block-1 .cta-link a:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .block-views-blockservices-slide-show-block-1 .js-services-projects-slide-nav .slick-list {
    padding: 0 !important;
  }
}

.block-views-blockservices-slide-show-block-1 .js-services-projects-slide-nav .slick-track {
  position: relative;
}

.block-views-blockservices-slide-show-block-1 .nav-svg-item {
  width: 50% !important;
  height: 160px;
  cursor: pointer;
  filter: grayscale(1);
  opacity: 0.4;
  text-align: center;
}

@media (max-width: 991.98px) {
  .block-views-blockservices-slide-show-block-1 .nav-svg-item {
    padding: 0 !important;
    height: 80px;
  }
}

.block-views-blockservices-slide-show-block-1 .nav-svg-item.slick-current {
  filter: none;
  opacity: 1;
}

.block-views-blockservices-slide-show-block-1 .nav-svg-item svg {
  height: 100%;
  width: 100%;
}

.block-views-blockservices-slide-show-block-1 .nav-svg-item:focus {
  outline: none !important;
}

.block-views-blockservices-slide-show-block-1 .js-services-projects-image-slide {
  z-index: -1;
  width: 100vw;
  max-height: 100vh;
}

.block-views-blockservices-slide-show-block-1 .js-services-projects-image-slide img, .block-views-blockservices-slide-show-block-1 .js-services-projects-image-slide video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.block-views-blockservices-slide-show-block-1 .image-video-bg-wrapper {
  font-size: 0;
}

.block-views-blockservices-slide-show-block-industries,
.block-views-blockservices-slide-show-block-services {
  margin-bottom: 3rem;
}

.block-views-blockservices-slide-show-block-industries .section-title,
.block-views-blockservices-slide-show-block-services .section-title {
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.block-views-blockservices-slide-show-block-industries .js-services-projects-slide-nav,
.block-views-blockservices-slide-show-block-services .js-services-projects-slide-nav {
  display: flex;
  width: 100%;
}

.block-views-blockservices-slide-show-block-industries .js-services-projects-slide-nav > div,
.block-views-blockservices-slide-show-block-services .js-services-projects-slide-nav > div {
  width: 100%;
}

.block-views-blockservices-slide-show-block-industries .slick-list,
.block-views-blockservices-slide-show-block-services .slick-list {
  padding: 0 !important;
}

.block-views-blockservices-slide-show-block-industries .nav-svg-item,
.block-views-blockservices-slide-show-block-services .nav-svg-item {
  height: 160px;
  width: 200px !important;
  cursor: pointer;
  filter: grayscale(1);
  opacity: 0.4;
  text-align: center;
}

@media (max-width: 991.98px) {
  .block-views-blockservices-slide-show-block-industries .nav-svg-item,
  .block-views-blockservices-slide-show-block-services .nav-svg-item {
    padding: 0 !important;
    height: 80px;
  }
}

.block-views-blockservices-slide-show-block-industries .nav-svg-item.slick-current,
.block-views-blockservices-slide-show-block-services .nav-svg-item.slick-current {
  filter: none;
  opacity: 1;
}

.block-views-blockservices-slide-show-block-industries .nav-svg-item svg,
.block-views-blockservices-slide-show-block-services .nav-svg-item svg {
  height: 100%;
  width: 100%;
}

.block-views-blockservices-slide-show-block-industries .nav-svg-item:focus,
.block-views-blockservices-slide-show-block-services .nav-svg-item:focus {
  outline: none !important;
}

.block-views-blockservices-slide-show-block-industries .slide-title, .block-views-blockservices-slide-show-block-industries .cta-link,
.block-views-blockservices-slide-show-block-services .slide-title,
.block-views-blockservices-slide-show-block-services .cta-link {
  display: none;
}

.block-views-blockservices-slide-show-block-industries .slide-body,
.block-views-blockservices-slide-show-block-services .slide-body {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.block-views-blockservices-slide-show-block-industries .slide-body strong,
.block-views-blockservices-slide-show-block-services .slide-body strong {
  font-weight: 400;
}

.block-views-blockservices-slide-show-block-industries video,
.block-views-blockservices-slide-show-block-services video {
  width: 100%;
  margin-bottom: 3rem;
}

.paragraph--type--product-strip .product-section-title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.625rem;
  font-weight: 400;
  color: #282d30;
  line-height: 4.0625rem;
  margin-bottom: 2rem;
}

.paragraph--type--product-strip .product-section-chevron-arrow {
  position: relative;
  top: 1rem;
  left: -1.5rem;
  display: none;
}

@media (min-width: 576px) {
  .paragraph--type--product-strip .product-section-chevron-arrow {
    display: block;
  }
}

.paragraph--type--product-strip .product-container {
  margin-bottom: 4rem;
  position: relative;
}

.paragraph--type--product-strip .tilt-bg {
  position: absolute;
  width: calc( 100% + 500px);
  height: calc( 100% - 420px);
  top: 0;
  left: calc(-250px);
  z-index: -1;
  background: #2e3590;
  transform: rotate(-4deg) translate(0px, 80px);
  transform-origin: center;
}

@media (max-width: 991.98px) {
  .paragraph--type--product-strip .tilt-bg {
    transform: none;
    height: 100%;
  }
}

.paragraph--type--product-strip .product-container:last-child .product-tile-title {
  color: #2e3590;
}

@media (max-width: 991.98px) {
  .paragraph--type--product-strip .product-container:last-child .product-tile-title {
    color: #00e9c2;
  }
}

.paragraph--type--product-strip .product-container:last-child .product-tile-body p {
  color: black;
}

@media (max-width: 991.98px) {
  .paragraph--type--product-strip .product-container:last-child .product-tile-body p {
    color: white;
  }
}

.paragraph--type--product-strip .product-container:last-child .cta-link a {
  color: #2e3590;
}

@media (max-width: 991.98px) {
  .paragraph--type--product-strip .product-container:last-child .cta-link a {
    color: #00e9c2;
  }
}

@media (max-width: 991.98px) {
  .paragraph--type--product-strip .product-tile-container {
    padding-top: 2rem;
  }
}

.paragraph--type--product-strip .product-container:nth-child(1) .product-tile-image {
  background-image: url("/themes/custom/appnovation/css/../assets/images/images/default/product-strip-img1.jpg");
}

.paragraph--type--product-strip .product-container:nth-child(2) .product-tile-image {
  background-image: url("/themes/custom/appnovation/css/../assets/images/images/default/product-strip-img2.jpg");
}

.paragraph--type--product-strip .product-container:nth-child(3) .product-tile-image {
  background-image: url("/themes/custom/appnovation/css/../assets/images/images/default/product-strip-img3.jpg");
}

.paragraph--type--product-strip .product-container:nth-child(4) .product-tile-image {
  background-image: url("/themes/custom/appnovation/css/../assets/images/images/default/product-strip-img4.jpg");
}

.paragraph--type--product-strip .product-container:nth-child(5) .product-tile-image {
  background-image: url("/themes/custom/appnovation/css/../assets/images/images/default/product-strip-img5.jpg");
}

.paragraph--type--product-strip .product-tile-image {
  height: 200px;
  width: 200px;
  border: 5px solid white;
  border-radius: 100px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3rem;
  background-position: center;
  background-size: cover;
}

.paragraph--type--product-strip .product-tile-title {
  text-align: center;
  color: #00e9c2;
  font-size: 1.4rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 0 15%;
}

.paragraph--type--product-strip .product-tile-body p {
  text-align: center;
  color: white;
  font-size: 1.2rem;
  font-family: Poppins, sans-serif;
  padding: 0 15%;
}

.paragraph--type--product-strip .product-tile-body {
  margin-bottom: 1rem;
}

.paragraph--type--product-strip .cta-link a {
  display: block;
  width: 100%;
  color: #00e9c2;
  text-align: center;
  font-size: 1.2rem;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.paragraph--type--product-strip .cta-link a:hover {
  text-decoration: none;
}

.paragraph--type--product-strip .cta-link a:after {
  margin-left: 10px;
  content: "→";
}

.ms-strip {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.ms-strip .ms-subscriptions > .container > .row > .col {
  display: flex;
}

@media (max-width: 991.98px) {
  .ms-strip .ms-subscriptions > .container > .row > .col {
    display: block;
  }
}

.ms-strip .ms-subscriptions__background {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background-color: #2e3590;
  height: 50%;
  z-index: -1;
}

.ms-strip .ms-subscriptions__title {
  margin-bottom: 5rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.625rem;
  color: #282d30;
  line-height: 4.0625rem;
  padding-left: 15px;
  position: relative;
}

.ms-strip .ms-subscriptions__title:before {
  content: "";
  background: url("/themes/custom/appnovation/assets/images/icons/chevron.svg");
  height: 37px;
  width: 37px;
  position: absolute;
  top: -25px;
  left: -9px;
}

.ms-strip .ms-subscriptions__item {
  background-color: white;
  border-radius: 10px;
  box-shadow: 3px 3px 10px 0px #888888;
  padding: 5rem 7rem;
  width: calc( 33.33% - 2rem);
  margin-right: 3rem;
}

.ms-strip .ms-subscriptions__item:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .ms-strip .ms-subscriptions__item {
    padding: 1rem;
  }
}

@media (max-width: 991.98px) {
  .ms-strip .ms-subscriptions__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
    padding: 2rem 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1439.98px) {
  .ms-strip .ms-subscriptions__item {
    padding: 3rem 3rem;
  }
}

.ms-strip .ms-subscriptions__item__title {
  margin-bottom: 5rem;
  font-weight: 300;
  font-size: 2.625rem;
  color: #2e3590;
  line-height: 4.0625rem;
  font-family: Poppins, sans-serif;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .ms-strip .ms-subscriptions__item__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .ms-strip .ms-subscriptions__item__title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}

.ms-strip .ms-subscriptions__item__image {
  text-align: center;
}

.ms-strip .ms-subscriptions__item__description {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 5rem;
  text-align: center;
}

.page-node-1526 .case-study-paragraphs > .field__items > .field__item {
  position: relative;
}

.node--type-industries .industry-banner {
  position: relative;
  width: 100vw;
  height: 450px;
  margin-bottom: 6rem;
}

@media (max-width: 991.98px) {
  .node--type-industries .industry-banner {
    margin-bottom: 4rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .industry-banner {
    margin-bottom: 2rem;
  }
}

.node--type-industries .industry-banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.node--type-industries .industry-banner .banner-title {
  padding: 0.5rem 1rem 1.5rem 0;
  position: absolute;
  top: 25%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
}

@media (max-width: 1199.98px) {
  .node--type-industries .industry-banner .banner-title {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}

@media (max-width: 991.98px) {
  .node--type-industries .industry-banner .banner-title {
    background: rgba(0, 0, 0, 0.5);
  }
}

.node--type-industries .industry-banner .banner-title__category {
  padding-top: 2rem;
  color: white;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .node--type-industries .industry-banner .banner-title__category {
    font-size: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .industry-banner .banner-title__category {
    font-size: 0.7rem;
  }
}

.node--type-industries .industry-banner .banner-title__title {
  color: white;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
}

@media (max-width: 991.98px) {
  .node--type-industries .industry-banner .banner-title__title {
    font-size: 2.4rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .industry-banner .banner-title__title {
    font-size: 1.8rem;
  }
}

.node--type-industries .industry-banner-short {
  background-color: #2e3590;
}

.node--type-industries .industry-banner-short .block-system-breadcrumb-block {
  margin-top: 1rem;
}

.node--type-industries .industry-banner-short .block-system-breadcrumb-block .breadcrumb-item.active {
  color: #f3f6f9;
}

.node--type-industries .industry-banner-short .banner-title__wrapper-col-2 {
  display: flex;
  padding-left: 0;
}

@media (max-width: 1439.98px) {
  .node--type-industries .industry-banner-short .banner-title__wrapper-col-2 {
    padding-left: 0rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .industry-banner-short .banner-title__wrapper-col-2 {
    height: auto;
    margin-bottom: 3rem;
  }
}

.node--type-industries .industry-banner-short .banner-title__title {
  font-family: Poppins;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
  color: #f3f6f9;
  min-height: inherit;
  display: flex;
  justify-content: left;
  margin-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 1199.98px) {
  .node--type-industries .industry-banner-short .banner-title__title {
    margin-top: 60px;
  }
}

@media (max-width: 991.98px) {
  .node--type-industries .industry-banner-short .banner-title__title {
    font-size: 48px;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .industry-banner-short .banner-title__title {
    padding-bottom: 0;
  }
}

.node--type-industries .industry-banner-short .banner-title__logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 500px;
  margin-right: 0;
  margin-left: auto;
  align-content: flex-start;
  margin-top: 80px;
  margin-bottom: 60px;
}

@media (max-width: 1439.98px) {
  .node--type-industries .industry-banner-short .banner-title__logos {
    max-width: 360px;
    margin-top: 92px;
  }
}

@media (max-width: 1199.98px) {
  .node--type-industries .industry-banner-short .banner-title__logos {
    margin-top: 65px;
    justify-content: right;
  }
}

@media (max-width: 991.98px) {
  .node--type-industries .industry-banner-short .banner-title__logos {
    justify-content: right;
    margin-top: 65px;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .industry-banner-short .banner-title__logos {
    margin-top: 0;
    justify-content: left;
    max-width: none;
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
}

.node--type-industries .industry-banner-short .banner-title__logo {
  height: 120px;
  width: 180px;
  margin-left: 1rem;
  margin-right: 1rem;
  flex-grow: 1;
  margin-bottom: 2rem;
}

@media (max-width: 1439.98px) {
  .node--type-industries .industry-banner-short .banner-title__logo {
    height: 80px;
    width: 120px;
    margin-bottom: 1rem;
  }
}

@media (max-width: 1199.98px) {
  .node--type-industries .industry-banner-short .banner-title__logo {
    margin-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 2rem;
  }
}

@media (max-width: 991.98px) {
  .node--type-industries .industry-banner-short .banner-title__logo {
    margin-left: 2rem;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .industry-banner-short .banner-title__logo {
    justify-content: left;
    height: 80px;
    width: 40%;
    margin-right: 0;
    margin-left: 0;
  }
}

.node--type-industries .industry-banner-short .banner-title__logo svg {
  width: 100%;
  height: 100%;
  transform: scale(1.5);
}

.node--type-industries .industry-banner-short .banner-title__logo svg * {
  fill: #f3f6f9;
}

.node--type-industries .industry-banner-short .banner-title__logo svg [data-name^="colorgroup1"] {
  fill: #f3f6f9;
}

.node--type-industries .industry-banner-short .banner-title__logo svg [data-name^="colorgroup2"] {
  fill: transparent;
}

.node--type-industries .industry-banner-short .banner-title__logo svg [data-name^="colorgroup3"] {
  fill: #afb3b6;
}

.node--type-industries .industry-banner-short .banner-title__logo svg image {
  filter: grayscale(1) brightness(10);
}

.node--type-industries .paragraph--type--industry-intro {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-intro {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-intro {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.node--type-industries .paragraph--type--industry-intro .intro-title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #282d30;
  text-align: left;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-intro .intro-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-intro .intro-title {
    font-size: 1.2rem;
  }
}

.node--type-industries .paragraph--type--industry-intro .intro-text {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #282d30;
  font-size: 0.75rem;
  line-height: 1.12;
  text-align: left;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-intro .intro-text {
    font-size: 0.7rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-intro .intro-text {
    font-size: 0.6rem;
  }
}

.node--type-industries .paragraph--type--industry-intro-long {
  margin-bottom: 6rem;
  margin-top: 6rem;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-intro-long {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-intro-long {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}

.node--type-industries .paragraph--type--industry-intro-long .intro-title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #282d30;
  text-align: left;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-intro-long .intro-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-intro-long .intro-title {
    font-size: 1.2rem;
  }
}

.node--type-industries .paragraph--type--industry-intro-long .intro-text {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #282d30;
  font-size: 0.75rem;
  line-height: 1.12;
  text-align: left;
  column-count: 2;
  column-gap: 3rem;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-intro-long .intro-text {
    font-size: 0.7rem;
    column-count: 1;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-intro-long .intro-text {
    font-size: 0.6rem;
  }
}

.node--type-industries .paragraph--type--industry-portfolios .row {
  height: 100%;
}

.node--type-industries .paragraph--type--industry-portfolios .relative {
  position: relative;
}

.node--type-industries .paragraph--type--industry-portfolios .absolute {
  position: absolute;
}

.node--type-industries .paragraph--type--industry-portfolios .image-col-left {
  left: 0;
  height: 100%;
  right: 50%;
  padding: 0;
  margin-right: -4rem;
  max-width: calc(50% + 4rem);
}

.node--type-industries .paragraph--type--industry-portfolios .image-col-right {
  right: 0;
  left: 50%;
  height: 100%;
  padding: 0;
  margin-left: -4rem;
  max-width: calc(50% + 4rem);
}

.node--type-industries .paragraph--type--industry-portfolios .paragraph--type--industry-portfolio-item {
  margin-bottom: 6rem;
  height: 650px;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-portfolios .paragraph--type--industry-portfolio-item {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-portfolios .paragraph--type--industry-portfolio-item {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 1199.98px) {
  .node--type-industries .paragraph--type--industry-portfolios .paragraph--type--industry-portfolio-item {
    height: auto;
  }
}

.node--type-industries .paragraph--type--industry-portfolios .paragraph--type--industry-portfolio-item .plain-one-col .portfolio-link {
  margin-bottom: 2rem;
}

.node--type-industries .paragraph--type--industry-portfolios .paragraph--type--industry-portfolio-item .plain-one-col .portfolio-image {
  height: auto;
}

.node--type-industries .paragraph--type--industry-portfolios .paragraph--type--industry-portfolio-item > .container-fluid {
  height: 100%;
}

.node--type-industries .paragraph--type--industry-portfolios .paragraph--type--industry-portfolio-item .portfolio-image {
  height: 100%;
  width: 100%;
}

.node--type-industries .paragraph--type--industry-portfolios .paragraph--type--industry-portfolio-item .portfolio-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.node--type-industries .paragraph--type--industry-portfolios .section-title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  color: #282d30;
  margin-bottom: 2.5rem;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-portfolios .section-title {
    font-size: 1.7rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-portfolios .section-title {
    font-size: 1.5rem;
  }
}

.node--type-industries .paragraph--type--industry-portfolios .view-all-link a {
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  float: right;
  font-size: 1.5rem;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-portfolios .view-all-link a {
    font-size: 1.2rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-portfolios .view-all-link a {
    font-size: 0.9rem;
  }
}

.node--type-industries .paragraph--type--industry-portfolios .view-all-link a:hover {
  text-decoration: none;
}

.node--type-industries .paragraph--type--industry-portfolios .portfolio-block {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 9rem;
}

.node--type-industries .paragraph--type--industry-portfolios .portfolio-block.right {
  padding-left: 9rem;
  padding-right: 0;
}

.node--type-industries .paragraph--type--industry-portfolios .portfolio-title {
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 300;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-portfolios .portfolio-title {
    font-size: 1.7rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-portfolios .portfolio-title {
    font-size: 1.5rem;
  }
}

.node--type-industries .paragraph--type--industry-portfolios .portfolio-text {
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-portfolios .portfolio-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-portfolios .portfolio-text {
    font-size: 0.8rem;
  }
}

.node--type-industries .paragraph--type--industry-portfolios .portfolio-link {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #00e9c2;
  font-size: 1.3rem;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-portfolios .portfolio-link {
    font-size: 1.1rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-portfolios .portfolio-link {
    font-size: 0.9rem;
  }
}

.node--type-industries .paragraph--type--industry-portfolios .portfolio-link .cta-link {
  font-size: 20px;
  display: flex;
  justify-content: left;
}

.node--type-industries .paragraph--type--industry-portfolios .portfolio-link .cta-link a {
  color: #2e3590;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.node--type-industries .paragraph--type--industry-portfolios .portfolio-link .cta-link a .arrow-right {
  margin-left: 0.5rem;
}

.node--type-industries .paragraph--type--industry-portfolios .portfolio-link .cta-link a .arrow-right path {
  transition: transform 0.3s;
}

.node--type-industries .paragraph--type--industry-portfolios .portfolio-link .cta-link a:hover .arrow-right path:nth-child(1) {
  transition: transform 0.3s;
  transform: scaleX(2.5);
}

.node--type-industries .paragraph--type--industry-portfolios .portfolio-link .cta-link a:hover .arrow-right path:nth-child(2) {
  transition: transform 0.3s;
  transform: translateX(10px);
}

.node--type-industries .paragraph--type--industry-testimonial {
  margin-bottom: 6rem;
  position: relative;
  background-color: #2e3590;
  height: 550px;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-testimonial {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-testimonial {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-testimonial {
    height: auto;
    padding: 3rem 0;
    padding-bottom: 0;
  }
}

.node--type-industries .paragraph--type--industry-testimonial .testimonial-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
}

.node--type-industries .paragraph--type--industry-testimonial .testimonial-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-testimonial .testimonial-image {
    position: relative;
    width: auto;
    height: 400px;
  }
}

.node--type-industries .paragraph--type--industry-testimonial > .container {
  height: 100%;
}

.node--type-industries .paragraph--type--industry-testimonial > .container > .row {
  height: 100%;
}

.node--type-industries .paragraph--type--industry-testimonial .left-wrapper {
  padding-left: 1rem;
  height: 100%;
  width: 65%;
  display: flex;
  justify-content: left;
  align-items: center;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-testimonial .left-wrapper {
    width: 100%;
    padding-right: 1rem;
  }
}

.node--type-industries .paragraph--type--industry-testimonial .testimonial-block {
  width: 600px;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-testimonial .testimonial-block {
    width: 100%;
  }
}

.node--type-industries .paragraph--type--industry-testimonial .testimonial-text {
  color: white;
  text-align: left;
  font-size: 1rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2rem;
}

.node--type-industries .paragraph--type--industry-testimonial .testimonial-name {
  text-align: left;
  color: white;
  font-size: 1.5rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.node--type-industries .paragraph--type--industry-testimonial .testimonial-position {
  text-align: left;
  color: white;
  font-size: 0.7rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 2rem;
}

.node--type-industries .paragraph--type--industry-testimonial .client-logo {
  width: 200px;
  height: auto;
  margin: 0 0 -2rem -1rem;
}

.node--type-industries .paragraph--type--industry-testimonial .client-logo svg * {
  fill: #f3f6f9;
}

.node--type-industries .paragraph--type--industry-testimonial .client-logo svg [data-name^="colorgroup1"] {
  fill: #f3f6f9;
}

.node--type-industries .paragraph--type--industry-testimonial .client-logo svg [data-name^="colorgroup2"] {
  fill: transparent;
}

.node--type-industries .paragraph--type--industry-testimonial .client-logo svg [data-name^="colorgroup3"] {
  fill: #afb3b6;
}

.node--type-industries .paragraph--type--industry-capabilities {
  padding-top: 8rem;
  padding-bottom: 6rem;
  margin-bottom: 4rem;
  background-color: #f3f6f9;
}

.node--type-industries .paragraph--type--industry-capabilities .capacity-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.node--type-industries .paragraph--type--industry-capabilities .capacity-list .capacity-item {
  padding: 0;
}

.node--type-industries .paragraph--type--industry-capabilities .capacity-list .capacity-item:nth-child(4n) .aspect-ratio-wrapper, .node--type-industries .paragraph--type--industry-capabilities .capacity-list .capacity-item:nth-child(4n-1) .aspect-ratio-wrapper {
  flex-direction: row-reverse;
}

.node--type-industries .paragraph--type--industry-capabilities .capacity-list .capacity-item.last-item .capability-item {
  padding-top: 28.125%;
}

@media (max-width: 1199.98px) {
  .node--type-industries .paragraph--type--industry-capabilities .capacity-list .capacity-item.last-item .capability-item {
    padding-top: 56.25%;
  }
}

@media (max-width: 1199.98px) {
  .node--type-industries .paragraph--type--industry-capabilities .capacity-list .capacity-item:nth-child(2n+1) .aspect-ratio-wrapper {
    flex-direction: row;
  }
  .node--type-industries .paragraph--type--industry-capabilities .capacity-list .capacity-item:nth-child(2n) .aspect-ratio-wrapper {
    flex-direction: row-reverse;
  }
}

.node--type-industries .paragraph--type--industry-capabilities .capacity-list .capacity-item .img-block,
.node--type-industries .paragraph--type--industry-capabilities .capacity-list .capacity-item .text-block {
  width: 50%;
}

.node--type-industries .paragraph--type--industry-capabilities .capacity-list .capacity-item .text-block {
  padding: 2rem;
  position: relative;
}

.node--type-industries .paragraph--type--industry-capabilities .capacity-title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  color: #282d30;
  text-align: center;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-capabilities .capacity-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-capabilities .capacity-title {
    font-size: 1.2rem;
  }
}

.node--type-industries .paragraph--type--industry-capabilities .capacity-text {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #282d30;
  font-size: 0.75rem;
  line-height: 1.12;
  text-align: center;
  margin-bottom: 6rem;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-capabilities .capacity-text {
    font-size: 0.7rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-capabilities .capacity-text {
    font-size: 0.6rem;
    margin-bottom: 1.5rem;
  }
}

.node--type-industries .paragraph--type--industry-capabilities .capability-item {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  background-color: white;
}

.node--type-industries .paragraph--type--industry-capabilities .capability-item .aspect-ratio-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .node--type-industries .paragraph--type--industry-capabilities .capability-item {
    height: auto;
  }
}

.node--type-industries .paragraph--type--industry-capabilities .capability-item .item-title {
  text-align: left;
  color: #2e3590;
  font-family: Poppins, Sans-Serif;
  font-weight: 100;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 1rem;
}

@media (max-width: 1199.98px) {
  .node--type-industries .paragraph--type--industry-capabilities .capability-item .item-title {
    font-size: 23px;
  }
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-capabilities .capability-item .item-title {
    font-size: 19px;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-capabilities .capability-item .item-title {
    font-size: 17px;
  }
}

.node--type-industries .paragraph--type--industry-capabilities .capability-item .item-icon {
  text-align: center;
  height: 100%;
  width: 100%;
}

.node--type-industries .paragraph--type--industry-capabilities .capability-item .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.node--type-industries .paragraph--type--industry-capabilities .capability-item .item-text {
  margin-top: 2rem;
}

.node--type-industries .paragraph--type--industry-capabilities .capability-item .item-text ul {
  padding-left: 0.5rem;
}

.node--type-industries .paragraph--type--industry-capabilities .capability-item .item-text p {
  text-align: left;
  line-height: 1.15;
  font-size: 15px;
  margin-bottom: 0.5rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .node--type-industries .paragraph--type--industry-capabilities .capability-item .item-text p {
    font-size: 11px;
  }
}

@media (max-width: 767.98px) {
  .node--type-industries .paragraph--type--industry-capabilities .capability-item .item-text p {
    font-size: 10px;
  }
}

.node--type-industries .paragraph--type--industry-capabilities .capability-item .deco-top {
  position: absolute;
  width: 4rem;
  border-top: 3px solid #00e9c2;
  left: 0;
}

.node--type-industries .paragraph--type--industry-capabilities .capability-item .deco-bottom {
  position: absolute;
  width: 4rem;
  border-top: 3px solid #00e9c2;
  right: 0;
  bottom: 2rem;
}

.paragraph--type--industry-brands {
  background-color: #2e3590;
}

.paragraph--type--industry-brands .brand-title {
  margin-top: 6rem;
  color: #f3f6f9;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .paragraph--type--industry-brands .brand-title {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--industry-brands .brand-title {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}

.paragraph--type--industry-brands svg {
  height: 100%;
  width: 100%;
  transform: scale(0.8);
}

.paragraph--type--industry-brands svg * {
  fill: #f3f6f9;
}

.paragraph--type--industry-brands svg image {
  filter: brightness(0) invert(1);
}

.paragraph--type--industry-brands svg [data-name^="colorgroup1"] {
  fill: #f3f6f9;
}

.paragraph--type--industry-brands svg [data-name^="colorgroup2"] {
  fill: transparent;
}

.paragraph--type--industry-brands svg [data-name^="colorgroup3"] {
  fill: #afb3b6;
}

.path-industries .paragraph--type--industry-brands .brand-title,
.path-services .paragraph--type--industry-brands .brand-title {
  text-align: left;
  padding-left: 1rem;
  font-size: 3rem;
}

@media (max-width: 991.98px) {
  .path-industries .paragraph--type--industry-brands .brand-title,
  .path-services .paragraph--type--industry-brands .brand-title {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  .path-industries .paragraph--type--industry-brands .brand-title,
  .path-services .paragraph--type--industry-brands .brand-title {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}

.paragraph--type--industry-related .section-title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  color: #282d30;
  margin-bottom: 2.5rem;
}

.paragraph--type--industry-related .view-all-link a {
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  float: right;
  font-size: 1.5rem;
}

.paragraph--type--industry-related .view-all-link a:hover {
  text-decoration: none;
}

.paragraph--type--industry-related .paragraph--type--industry-related-item {
  margin-bottom: 6rem;
}

.paragraph--type--industry-related .paragraph--type--industry-related-item .item-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 52.36% 0 0 0;
  /* 1:1.91*/
  margin-bottom: 1rem;
}

.paragraph--type--industry-related .paragraph--type--industry-related-item .item-image img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.paragraph--type--industry-related .paragraph--type--industry-related-item a:hover {
  text-decoration: none;
}

.paragraph--type--industry-related .paragraph--type--industry-related-item .item-title {
  color: #282d30;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.paragraph--type--industry-related .paragraph--type--industry-related-item .item-text p {
  font-size: 1.05rem;
  line-height: 1.2;
}

.node--type-partners .paragraph--type--industry-related {
  margin-top: 6rem;
}

@media (max-width: 991.98px) {
  .node--type-partners .paragraph--type--industry-related {
    margin-top: 3rem;
  }
}

@media (max-width: 767.98px) {
  .node--type-partners .paragraph--type--industry-related {
    margin-top: 1.5rem;
  }
}

.testimonial-block .deco {
  display: none;
}

.path-services .our-work-testimonial .testimonial-block,
.path-industries .our-work-testimonial .testimonial-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}

.path-services .our-work-testimonial .testimonial-block .client-logo,
.path-industries .our-work-testimonial .testimonial-block .client-logo {
  width: 140px;
}

.path-services .our-work-testimonial .testimonial-block .client-logo svg,
.path-industries .our-work-testimonial .testimonial-block .client-logo svg {
  height: 100%;
  width: 100%;
}

.path-services .our-work-testimonial .testimonial-block .testimonial-text,
.path-industries .our-work-testimonial .testimonial-block .testimonial-text {
  text-align: center;
  font-size: 18px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2rem;
}

.path-services .our-work-testimonial .testimonial-block .testimonial-name,
.path-industries .our-work-testimonial .testimonial-block .testimonial-name {
  text-align: center;
  font-size: 1.35rem;
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.path-services .our-work-testimonial .testimonial-block .testimonial-position,
.path-industries .our-work-testimonial .testimonial-block .testimonial-position {
  text-align: center;
  font-size: 1.35rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 2rem;
}

.path-services .our-work-testimonial .testimonial-block .deco,
.path-industries .our-work-testimonial .testimonial-block .deco {
  display: block;
  position: absolute;
  z-index: -1;
}

.path-services .our-work-testimonial .testimonial-block .deco.quote-left,
.path-industries .our-work-testimonial .testimonial-block .deco.quote-left {
  top: 4rem;
  left: 0;
}

.path-services .our-work-testimonial .testimonial-block .deco.quote-right,
.path-industries .our-work-testimonial .testimonial-block .deco.quote-right {
  bottom: 4rem;
  right: 0;
}

.paragraph--type--industry-latest-content {
  background-color: #f3f6f9;
  color: #282d30;
  position: relative;
}

.paragraph--type--industry-latest-content .latest-content-wrapper {
  padding: 2rem 0;
  min-height: 250px;
}

@media (max-width: 1439.98px) {
  .paragraph--type--industry-latest-content .latest-content-wrapper {
    height: 300px;
  }
}

@media (max-width: 1199.98px) {
  .paragraph--type--industry-latest-content .latest-content-wrapper {
    height: 380px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--industry-latest-content .latest-content-wrapper {
    height: auto;
    padding-bottom: 0;
  }
}

.paragraph--type--industry-latest-content .latest-content-section-title {
  margin-left: 30%;
  padding-left: 2rem;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: right;
  position: relative;
  z-index: 1;
  max-width: 65%;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 1rem;
}

@media (max-width: 1439.98px) {
  .paragraph--type--industry-latest-content .latest-content-section-title {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (max-width: 1199.98px) {
  .paragraph--type--industry-latest-content .latest-content-section-title {
    margin-left: 40%;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--industry-latest-content .latest-content-section-title {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    max-width: 100%;
    padding-left: 0;
  }
}

.paragraph--type--industry-latest-content .latest-content-block-body {
  margin-left: 30%;
  padding-left: 2rem;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  position: relative;
  z-index: 1;
  max-width: 75%;
  margin-right: 0;
}

@media (max-width: 1439.98px) {
  .paragraph--type--industry-latest-content .latest-content-block-body {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media (max-width: 1199.98px) {
  .paragraph--type--industry-latest-content .latest-content-block-body {
    margin-left: 40%;
  }
}

@media (max-width: 991.98px) {
  .paragraph--type--industry-latest-content .latest-content-block-body {
    max-width: 65%;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--industry-latest-content .latest-content-block-body {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    max-width: 100%;
    padding-left: 0;
  }
}

.paragraph--type--industry-latest-content .latest-content-cta-button {
  margin-left: 30%;
  padding-left: 2rem;
  text-align: right;
  position: relative;
  z-index: 1;
  margin-right: 0;
}

.paragraph--type--industry-latest-content .latest-content-cta-button button {
  width: 150px;
  height: 50px;
  background-color: #00e9c2;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.paragraph--type--industry-latest-content .latest-content-cta-button button:hover {
  background-color: #baf7e7;
}

@media (max-width: 1199.98px) {
  .paragraph--type--industry-latest-content .latest-content-cta-button {
    margin-left: 40%;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--industry-latest-content .latest-content-cta-button {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    max-width: 100%;
    padding-left: 0;
  }
}

.paragraph--type--industry-latest-content .latest-content-background {
  width: 30%;
  position: absolute;
  bottom: 0;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .paragraph--type--industry-latest-content .latest-content-background {
    width: 40%;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--industry-latest-content .latest-content-background {
    position: relative;
    width: 100%;
    height: auto;
  }
}

.paragraph--type--industry-latest-content .latest-content-background img {
  position: absolute;
  width: 100%;
  bottom: 0;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding-top: 2rem;
}

@media (max-width: 767.98px) {
  .paragraph--type--industry-latest-content .latest-content-background img {
    position: relative;
    max-width: 100%;
    margin-top: 2rem;
  }
}

body.nav-open #header .navbar {
  background-color: white;
}

.breeze-nav {
  position: relative;
  padding-top: 130px;
}

@media (max-width: 767.98px) {
  .breeze-nav {
    padding-top: 70px;
  }
}

.breeze-nav ul {
  width: 350px;
  list-style: none;
  padding: 0;
}

@media (max-width: 767.98px) {
  .breeze-nav ul {
    width: 100%;
  }
}

.breeze-nav .nav-item {
  margin: 1.5rem 0;
}

@media (max-width: 767.98px) {
  .breeze-nav .nav-item {
    margin: 1.2rem 0;
  }
}

.breeze-nav .nav-item .nav-link {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  font-weight: 300;
  font-size: 3rem;
  color: #2e3590;
  display: inline;
  padding: 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .breeze-nav .nav-item .nav-link {
    font-size: 1.8rem;
  }
}

.breeze-nav .nav-link:hover {
  color: #00e9c2;
}

.breeze-nav .nav-item.active > .nav-link {
  border-left: 10px solid #d8d8d8;
  padding-left: 1rem;
}

.breeze-nav .nav-item.has-submenu > .nav-link:after {
  content: "";
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #d8d8d8;
  top: 14px;
  right: -28px;
}

@media (max-width: 767.98px) {
  .breeze-nav .nav-item.has-submenu > .nav-link:after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #d8d8d8;
    top: 11px;
    right: -28px;
  }
}

.breeze-nav .nav-item.has-submenu.active > .nav-link:after {
  content: none;
}

.breeze-nav .submenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  background-color: #2e3590;
  height: 100vh;
  width: 50%;
  top: 0;
  left: 100vw;
  padding-left: 4rem;
}

.breeze-nav .submenu .nav-link {
  color: white;
  font-size: 1.8rem;
}

@media (max-width: 767.98px) {
  .breeze-nav .submenu .nav-link {
    font-size: 1.2rem;
  }
}

.breeze-nav .submenu .nav-item {
  margin-top: 1rem;
  margin-bottom: 0;
}

.breeze-nav .submenu .nav-item.active .nav-link,
.breeze-nav .submenu .nav-link:hover {
  color: #00e9c2;
}

@media (max-width: 767.98px) {
  .breeze-nav .submenu {
    position: relative;
    height: 0;
  }
}

.breeze-nav .nav-item.active .submenu {
  left: 50%;
}

@media (max-width: 767.98px) {
  .breeze-nav .nav-item.active .submenu {
    padding-left: 2rem;
    margin: 1rem 0;
    height: auto;
    background-color: white;
    left: 0;
    width: 100%;
  }
  .breeze-nav .nav-item.active .submenu .nav-link {
    color: #2e3590;
  }
}

.breeze-title {
  font-size: 3.75rem;
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-top: 3rem;
}

@media (max-width: 767.98px) {
  .breeze-title {
    font-size: 2.75rem;
    margin-top: 1.5rem;
  }
}

.breeze-component .read-more a {
  color: #2e3590;
  font-size: 1.2rem;
  font-weight: 300;
  display: flex;
}

.breeze-component .read-more a .arrow-right {
  margin-left: 0.5rem;
}

.breeze-component .read-more a .arrow-right path {
  transition: transform 0.3s;
}

.breeze-component .read-more a:hover .arrow-right path:nth-child(1) {
  transition: transform 0.3s;
  transform: scaleX(2.5);
}

.breeze-component .read-more a:hover .arrow-right path:nth-child(2) {
  transition: transform 0.3s;
  transform: translateX(10px);
}

.js-breeze-load-more.button {
  font-family: Poppins;
  font-size: 1.1rem;
  font-weight: 300;
  height: 48px;
  width: 180px;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  box-shadow: 4px 10px 30px 2px rgba(0, 0, 0, 0.13);
  transition: background-color 0.3s linear;
}

.js-breeze-load-more.button:hover {
  color: white;
  background-color: #2e3590;
  transition: background-color 0.3s linear;
}

.js-breeze-load-more.button:hover .lds-facebook div {
  background-color: white;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 1.1rem;
  top: -8px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 8px;
  background: #383838;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 4px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 16px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 28px;
  animation-delay: 0s;
}

@keyframes lds-facebook {
  0% {
    top: 4px;
    height: 32px;
  }
  50%, 100% {
    top: 12px;
    height: 16px;
  }
}

.view-id-breeze_3_column.view-display-id-blog_view {
  margin-bottom: 6rem;
  width: 100%;
}

@media (max-width: 767.98px) {
  .view-id-breeze_3_column.view-display-id-blog_view {
    margin-bottom: 2rem;
  }
}

.block-views-blockbreeze-tag-list-tag-list {
  margin-bottom: 6rem;
}

@media (max-width: 767.98px) {
  .block-views-blockbreeze-tag-list-tag-list {
    margin-bottom: 2rem;
  }
}

.block-views-blockbreeze-tag-list-tag-list .read-more {
  padding-left: 1rem;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  padding-bottom: 1rem;
}

@media (max-width: 1199.98px) {
  .block-views-blockbreeze-tag-list-tag-list .read-more {
    padding-left: 0;
  }
}

.breeze-large-container {
  width: 100%;
  max-width: 1880px;
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

.tag-title {
  font-size: 2.5rem;
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 1rem;
}

.breeze-section-title {
  font-size: 2.5rem;
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 1rem;
}

.view-id-breeze_3_column.view-display-id-event_view {
  margin-bottom: 6rem;
  width: 100%;
}

@media (max-width: 767.98px) {
  .view-id-breeze_3_column.view-display-id-event_view {
    margin-bottom: 2rem;
  }
}

.view-id-breeze_3_column.view-display-id-event_view .read-more {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  padding-bottom: 1rem;
}

@media (max-width: 1199.98px) {
  .view-id-breeze_3_column.view-display-id-event_view .read-more {
    justify-content: center;
  }
}

.view-id-breeze_tag_list.view-display-id-tag_list,
.view-id-breeze_featured.view-display-id-featured_news {
  width: 100%;
}

.view-id-breeze_taxonomy_term,
.view-id-breeze_3_column.view-display-id-latest_news,
.view-id-breeze_3_column.view-display-id-event_view_all,
.view-id-tags_search_view {
  width: 100%;
  margin-bottom: 6rem;
}

@media (max-width: 767.98px) {
  .view-id-breeze_taxonomy_term,
  .view-id-breeze_3_column.view-display-id-latest_news,
  .view-id-breeze_3_column.view-display-id-event_view_all,
  .view-id-tags_search_view {
    margin-bottom: 2rem;
  }
}

.view-id-breeze_taxonomy_term.view-display-id-tag_resource_featured {
  margin-bottom: 0;
}

.view-id-breeze_3_column.view-display-id-featured_resources,
.view-id-breeze_3_column.view-display-id-other_resources,
.view-id-breeze_3_column.view-display-id-featured_resources_landing,
.view-id-breeze_3_column.view-display-id-press_release {
  width: 100%;
  margin-bottom: 6rem;
}

@media (max-width: 767.98px) {
  .view-id-breeze_3_column.view-display-id-featured_resources,
  .view-id-breeze_3_column.view-display-id-other_resources,
  .view-id-breeze_3_column.view-display-id-featured_resources_landing,
  .view-id-breeze_3_column.view-display-id-press_release {
    margin-bottom: 2rem;
  }
}

.view-id-breeze_3_column.view-display-id-featured_resources .view-header,
.view-id-breeze_3_column.view-display-id-other_resources .view-header,
.view-id-breeze_3_column.view-display-id-featured_resources_landing .view-header,
.view-id-breeze_3_column.view-display-id-press_release .view-header {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.view-id-breeze_3_column_search_result {
  width: 100%;
  margin-bottom: 6rem;
}

@media (max-width: 767.98px) {
  .view-id-breeze_3_column_search_result {
    margin-bottom: 2rem;
  }
}

.view-id-breeze_3_column_search_result .view-title {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #2e3590;
}

body.node--type-blog .paragraph--type--wysiwyg-card .field--name-field-html-content p {
  font-size: 1.2rem;
}

.tags__list--page-bottom,
.tags__list--page-top {
  border-top: 1px solid #979797;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 4rem;
}

.tags__list--page-bottom .tag__item--blog,
.tags__list--page-top .tag__item--blog {
  padding: 5px 1rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 15px;
  border: 2px solid #2e3590;
  color: #2e3590;
  font-size: 15px;
}

.tags__list--page-top {
  border-top: none;
  padding-top: 2rem;
}

body.node--type-blog .title-banner .tags__list {
  margin-left: 0;
}

.breeze-date-container {
  color: #6c757d;
  font-family: Poppins;
  font-size: 10px;
  letter-spacing: 0.83px;
  line-height: 18px;
  width: auto;
  margin-top: 0.8rem;
  margin-bottom: 0.2rem;
}

.view-id-breeze_author_list.view-display-id-author_list {
  width: 100%;
  margin-bottom: 6rem;
}

@media (max-width: 767.98px) {
  .view-id-breeze_author_list.view-display-id-author_list {
    margin-bottom: 2rem;
  }
}

.view-id-breeze_author_list.view-display-id-author_list .read-more {
  padding-left: 1rem;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  padding-bottom: 1rem;
}

@media (max-width: 1199.98px) {
  .view-id-breeze_author_list.view-display-id-author_list .read-more {
    padding-left: 0;
  }
}

.view-id-breeze_tag_list .component-card-featured-blog,
.view-id-breeze_author_list .component-card-featured-blog {
  margin-bottom: 2rem;
}

.view-id-breeze_featured.view-display-id-featured_blog .read-more.top {
  padding-left: 1rem;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  padding-bottom: 1rem;
}

@media (max-width: 1199.98px) {
  .view-id-breeze_featured.view-display-id-featured_blog .read-more.top {
    padding-left: 0;
  }
}

.view-id-breeze_3_column.view-display-id-featured_resources_landing .read-more {
  padding-left: 1rem;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  padding-bottom: 1rem;
}

@media (max-width: 1199.98px) {
  .view-id-breeze_3_column.view-display-id-featured_resources_landing .read-more {
    padding-left: 0;
  }
}

.taxonomy-term.vocabulary-author .author-bio {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #282d30;
  font-size: 1.3rem;
  margin-bottom: 6rem;
}

@media (max-width: 767.98px) {
  .taxonomy-term.vocabulary-author .author-bio {
    margin-bottom: 2rem;
  }
}

.path-insights .block-content--who-we-are-block-in-services-page,
.path-resources .block-content--who-we-are-block-in-services-page,
.path-news .block-content--who-we-are-block-in-services-page {
  margin-bottom: 6rem;
}

@media (max-width: 767.98px) {
  .path-insights .block-content--who-we-are-block-in-services-page,
  .path-resources .block-content--who-we-are-block-in-services-page,
  .path-news .block-content--who-we-are-block-in-services-page {
    margin-bottom: 2rem;
  }
}

.view-breeze-simple-view .view-filters .form-row > div {
  width: 100%;
}

.form-item-field-news-category-target-id.hidden {
  display: block;
}

.form-item-field-content-category-target-id input,
.form-item-field-news-category-target-id input {
  display: none;
}

.form-item-field-content-category-target-id label,
.form-item-field-news-category-target-id label {
  color: #333;
  font-family: Poppins, Sans-Serif;
  font-size: 1.2rem;
  width: 100%;
  padding: 0 1.5rem 0.5rem 1.5rem;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 1439.98px) {
  .form-item-field-content-category-target-id label,
  .form-item-field-news-category-target-id label {
    padding: 0 0.5rem 0.3rem 0.5rem;
    font-size: 0.8rem;
  }
}

.form-item-field-content-category-target-id input[checked="checked"] + label,
.form-item-field-news-category-target-id input[checked="checked"] + label {
  border-bottom: 2px solid #2e3590;
}

.view-breeze-simple-view {
  margin-bottom: 6rem;
}

@media (max-width: 767.98px) {
  .view-breeze-simple-view {
    margin-bottom: 2rem;
  }
}

.view-breeze-simple-view #edit-field-content-category-target-id--wrapper {
  width: 100%;
}

.view-breeze-simple-view .form-radios {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}

.view-breeze-simple-view .form-radios > div {
  margin-bottom: 1.5rem;
  padding-left: 0;
  text-align: center;
}

.view-breeze-simple-view .form-actions {
  display: none;
}

.view-breeze-simple-view #views-exposed-form-breeze-simple-view-news .form-radios {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}

.view-breeze-simple-view #views-exposed-form-breeze-simple-view-news .form-radios > div {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-left: 0;
}

/* temporary label movement */
.component-card-blog:not(.component-card-featured-blog):not(.component-card-next-blog) .component-category {
  bottom: -2.25rem;
  width: 100%;
}

.component-card-blog:not(.component-card-featured-blog):not(.component-card-next-blog) .date-container {
  margin-top: 2.75rem;
}

#views-exposed-form-breeze-simple-view-blog .form-row fieldset {
  width: 100%;
}

#views-exposed-form-breeze-simple-view-blog .form-row fieldset {
  width: 100%;
}

.block-content--breeze-newsletter-block {
  margin-bottom: 4rem;
}

@media (max-width: 767.98px) {
  .block-content--breeze-newsletter-block {
    margin-bottom: 2rem;
  }
}

.block-content--breeze-newsletter-block .background-chevron {
  position: relative;
  height: 450px;
  padding: 6rem 0 4rem 0;
  width: 100%;
  background-color: #2e3590;
}

@media (max-width: 1439.98px) {
  .block-content--breeze-newsletter-block .background-chevron {
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .block-content--breeze-newsletter-block .background-chevron {
    padding: 3rem 0 3rem 0;
  }
}

.block-content--breeze-newsletter-block .large-text {
  position: relative;
  color: white;
  font-size: 2.5rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 2rem;
}

.block-content--breeze-newsletter-block .newsletter-form {
  display: flex;
  margin-bottom: 2rem;
}

.block-content--breeze-newsletter-block .newsletter-form input {
  height: 4rem;
  width: 65%;
  margin-right: 2rem;
  border-radius: 3px;
  border: none;
  padding-left: 1rem;
  color: #979797;
}

.block-content--breeze-newsletter-block .newsletter-form input:focus {
  color: #282d30;
}

.block-content--breeze-newsletter-block .newsletter-form .button {
  width: 150px;
  border-radius: 3px;
  background-color: #00e9c2;
  color: #282d30;
  font-family: Poppins;
  font-weight: 300;
  text-align: center;
  align-self: center;
  justify-content: center;
  display: flex;
  height: 4rem;
  cursor: pointer;
  flex-direction: column;
}

.block-content--breeze-newsletter-block .small-text {
  color: white;
  font-size: 1.5rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.block-content--breeze-newsletter-block .small-text a {
  color: white;
  text-decoration: underline;
}

.block-content--breeze-newsletter-block .small-text a:hover {
  text-decoration: underline;
}

.block-content--breeze-newsletter-block .large-text:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSIzNyI+PHBhdGggZmlsbD0iIzAwZTljMiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTMuODkzMTc1OSAzMC44ODU5NDA2bC01LjY3OTQxNTM1IDUuNjc5MjgzOTljLS41Nzk2OTg4MS41Nzk3MDA1NS0xLjUxOTY4NjczLjU3OTcwMDU1LTIuMDk5Mzg1NTQgMEwuNDM0OTU5NjcgMzAuODg1NjQzN0MuMTU2NDY2NzIgMzAuNjA3Mjk4MzcgMCAzMC4yMjk3ODc4NyAwIDI5LjgzNjA5NjIyTC4wMDAxNDg0NSAxLjQ4NDUwODVDLjAwMDE0ODQ1LjY2NDc2MjkuNjY0NzYwODkgMCAxLjQ4NDY1MjQ0IDBIMjkuODM2MDA2NGMuMzkzNjkwNSAwIC43NzEzNDgzLjE1NjQ2NzIgMS4wNDk2OTI4LjQzNDgxMjVsNS42Nzk0MTU0IDUuNjc5NTgwOWMuNTc5ODQ3Mi41Nzk3MDA2LjU3OTg0NzIgMS41MTk2OTEzIDAgMi4wOTk1NDAzbC01LjY3OTI2NjkgNS42NzkxMzU2Yy0uMjc4NDkzLjI3ODQ5MzctLjY1NjAwMjMuNDM0OTYwOS0xLjA0OTg0MTMuNDM0OTYwOWwtMTQuMDIzNTE1My0uMDAwMTQ4NGMtLjgxOTg5MTYgMC0xLjQ4NDUwNC42NjQ3NjI5LTEuNDg0NTA0IDEuNDg0NTA4NHYxNC4wMjM4NTQ0OGMwIC4zOTM2OTE2NC0uMTU2NDY2Ny43NzEyMDIxNC0uNDM0ODExMiAxLjA0OTY5NTkyeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 45px;
  left: -40px;
  position: absolute;
  top: -40px;
  width: 45px;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .block-content--breeze-newsletter-block .large-text:before {
    content: none;
  }
}

.block-content--breeze-about-and-media-contact {
  margin-bottom: 4rem;
}

.block-content--breeze-about-and-media-contact .breeze-large-container .large-bg-wrapper {
  background: linear-gradient(to right, #f3f6f9 0%, #f3f6f9 50%, #2e3590 50%, #2e3590 100%);
  padding: 6rem 0;
  width: 100%;
}

@media (max-width: 991.98px) {
  .block-content--breeze-about-and-media-contact .breeze-large-container .large-bg-wrapper {
    background: none;
    padding: 0;
  }
}

.block-content--breeze-about-and-media-contact .grey-bg {
  color: #2e3590;
}

.block-content--breeze-about-and-media-contact .grey-bg .text-wrapper {
  padding: 0 6rem 0 0;
}

.block-content--breeze-about-and-media-contact .grey-bg .body-text {
  color: #282d30;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .block-content--breeze-about-and-media-contact .grey-bg {
    background: #f3f6f9;
  }
  .block-content--breeze-about-and-media-contact .grey-bg .text-wrapper {
    padding: 2rem;
  }
}

.block-content--breeze-about-and-media-contact .purple-bg {
  color: white;
}

.block-content--breeze-about-and-media-contact .purple-bg .text-wrapper {
  padding: 0 6rem 0 6rem;
}

@media (max-width: 991.98px) {
  .block-content--breeze-about-and-media-contact .purple-bg {
    background: #2e3590;
  }
  .block-content--breeze-about-and-media-contact .purple-bg .text-wrapper {
    padding: 4rem 2rem;
  }
}

.block-content--breeze-about-and-media-contact .large-text {
  font-size: 2rem;
  font-family: Poppins;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.block-content--breeze-about-and-media-contact .small-text {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.block-content--breeze-about-and-media-contact .small-text a {
  color: white;
  text-decoration: underline;
}

.block-content--breeze-about-and-media-contact .small-text a:hover {
  text-decoration: underline;
}

.breeze-select-tag .lds-facebook {
  display: inline-block !important;
  padding: 0 2rem;
  left: 1rem;
  top: -10px;
}

.breeze-select-tag .lds-facebook div {
  background-color: #2e3590;
}

.breeze-select-tag #select-tag {
  display: none;
}

.breeze-select-tag .no-result-message {
  margin: 3rem 0;
}

.breeze-select-tag .selectize-input {
  display: flex;
  width: 100%;
  border: 1px solid #f3f6f9;
  box-shadow: 0 5px 10px 0 rgba(46, 53, 144, 0.1);
  justify-items: center;
  align-items: center;
  padding: 0.5rem 0;
  flex-wrap: wrap;
  overflow-x: hidden;
}

.breeze-select-tag .selectize-input .item {
  padding: 5px 1rem;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0.25rem 0 0.25rem 1rem;
  border-radius: 15px;
  border: 1.5px solid #2e3590;
  color: #2e3590;
  height: 35px;
  font-size: 15px;
}

.breeze-select-tag .selectize-input .item .remove {
  margin-left: 0.5rem;
  color: #2e3590;
}

.breeze-select-tag .selectize-input.focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.breeze-select-tag .selectize-input.full:before {
  content: "Tags full";
  font-family: Poppins, sans-serif;
  font-style: italic;
  font-weight: 400;
  content: "Tags full (max 4)";
  color: #979797;
  position: absolute;
  top: -30px;
}

.breeze-select-tag .selectize-input input {
  padding-left: 1rem;
  height: 35px;
  margin: 0.25rem 0 0.25rem 0;
  flex-grow: 1;
  border: none;
}

.breeze-select-tag .selectize-input input:focus {
  outline: 0;
}

.breeze-select-tag .selectize-dropdown {
  padding: 0.5rem 1rem 0 1rem;
  height: 240px;
  overflow: scroll;
  position: absolute;
  z-index: 10;
  border: 1px solid #282d30;
  background-color: white;
}

.breeze-select-tag .selectize-dropdown .option.active {
  background-color: #2e3590;
  color: white;
}

.breeze-quick-menu {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  opacity: 0.3;
  background-color: white;
  width: 400px;
}

.breeze-quick-menu:hover {
  opacity: 0.9;
}

.breeze-quick-menu .nav-tabs {
  border-bottom: none;
}

.breeze-quick-menu .tabs {
  margin-bottom: 0;
}

.breeze-quick-menu a {
  border: none !important;
  color: #282d30;
}

.breeze-quick-menu a.active {
  background-color: grey;
}

.breeze-quick-menu a:hover {
  background-color: grey;
}

.view-display-id-side_floater,
.breeze-side-floater {
  padding: 2rem;
  border: 1px solid #f3f6f9;
  box-shadow: 0 5px 10px 0 rgba(46, 53, 144, 0.1);
  margin-top: 4rem;
}

.view-display-id-side_floater .view-header,
.view-display-id-side_floater .floater-title,
.breeze-side-floater .view-header,
.breeze-side-floater .floater-title {
  font-size: 1.2rem;
  color: #2e3590;
  font-family: Poppins, Sans-Serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

.view-display-id-side_floater .component-card-blog-small.card,
.breeze-side-floater .component-card-blog-small.card {
  border-radius: 0;
  border-bottom: 1px solid #f3f6f9;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.view-display-id-side_floater .component-card-blog-small.card .article-headline-title,
.breeze-side-floater .component-card-blog-small.card .article-headline-title {
  font-size: 12px;
}

.view-display-id-side_floater .component-card-blog-small.card:last-child,
.breeze-side-floater .component-card-blog-small.card:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.breeze-side-floater .floater-item {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.85rem;
  color: #282d30;
}

.breeze-side-floater .name {
  font-weight: 300;
  font-size: 1.1rem;
}

.breeze-side-floater .job-title {
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
}

.breeze-side-floater .email a {
  font-size: 0.8rem;
  color: #2e3590 !important;
}

.js-sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 25vh;
  background-color: white;
}

.js-sticky-wrapper .social-share {
  padding: 2rem;
  border: 1px solid #f3f6f9;
  margin-top: 1rem;
  box-shadow: 0 5px 10px 0 rgba(46, 53, 144, 0.1);
}

.js-sticky-wrapper .social-share .col {
  padding: 0;
}

.js-sticky-wrapper .social-share .social-share_title {
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

.js-sticky-wrapper .social-share .social-share-logos {
  margin-bottom: 0;
}

.view-careers-listing.view-display-id-checkbox,
.view-citrus-blog-view.view-display-id-checkbox {
  margin-top: 3rem;
}

.view-careers-listing.view-display-id-checkbox .view-filters .form-row,
.view-citrus-blog-view.view-display-id-checkbox .view-filters .form-row {
  flex-direction: column;
}

.view-careers-listing.view-display-id-checkbox .view-filters .js-form-item-title,
.view-citrus-blog-view.view-display-id-checkbox .view-filters .js-form-item-title {
  display: none;
}

.view-careers-listing.view-display-id-checkbox .view-filters .bef-toggle,
.view-citrus-blog-view.view-display-id-checkbox .view-filters .bef-toggle {
  display: none;
}

.view-careers-listing.view-display-id-checkbox .view-filters .form-actions,
.view-citrus-blog-view.view-display-id-checkbox .view-filters .form-actions {
  display: none;
}

.view-careers-listing.view-display-id-checkbox .view-filters summary,
.view-citrus-blog-view.view-display-id-checkbox .view-filters summary {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.view-careers-listing.view-display-id-checkbox .view-filters .close-button,
.view-citrus-blog-view.view-display-id-checkbox .view-filters .close-button {
  display: none;
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  color: #8e9294;
  font-size: 30px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .view-careers-listing.view-display-id-checkbox .view-filters .close-button,
  .view-citrus-blog-view.view-display-id-checkbox .view-filters .close-button {
    display: block;
  }
}

.view-careers-listing.view-display-id-checkbox .view-filters input[type='checkbox'],
.view-citrus-blog-view.view-display-id-checkbox .view-filters input[type='checkbox'] {
  height: 20px;
  width: 20px;
  margin-top: 0;
  margin-left: 0;
}

.view-careers-listing.view-display-id-checkbox .view-filters label,
.view-citrus-blog-view.view-display-id-checkbox .view-filters label {
  padding-left: 35px;
  line-height: 20px;
  margin-bottom: 1.5rem;
}

.view-careers-listing.view-display-id-checkbox .view-filters fieldset[data-drupal-selector='edit-field-cirtus-filter-type-value'],
.view-citrus-blog-view.view-display-id-checkbox .view-filters fieldset[data-drupal-selector='edit-field-cirtus-filter-type-value'] {
  display: none;
}

.view-careers-listing.view-display-id-checkbox .applied-filters,
.view-citrus-blog-view.view-display-id-checkbox .applied-filters {
  align-items: center;
}

.view-careers-listing.view-display-id-checkbox .applied-filters .applied-filter-item,
.view-citrus-blog-view.view-display-id-checkbox .applied-filters .applied-filter-item {
  display: flex;
  justify-content: space-between;
  width: 80%;
  background-color: #2e3590;
  color: white;
  padding: 0.25rem 2rem 0.25rem 2rem;
  border-radius: 20px;
  margin-bottom: 1rem;
  position: relative;
}

@media (max-width: 991.98px) {
  .view-careers-listing.view-display-id-checkbox .applied-filters .applied-filter-item,
  .view-citrus-blog-view.view-display-id-checkbox .applied-filters .applied-filter-item {
    padding: 0.25rem 1rem 0.25rem 1rem;
    font-size: 0.75rem;
  }
}

.view-careers-listing.view-display-id-checkbox .clear-all-filters,
.view-citrus-blog-view.view-display-id-checkbox .clear-all-filters {
  color: #2e3590;
  font-family: Poppins, sans-serif;
  cursor: pointer;
  margin-bottom: 1rem;
  display: none;
}

.view-careers-listing.view-display-id-checkbox .clear-all-filters.show,
.view-citrus-blog-view.view-display-id-checkbox .clear-all-filters.show {
  display: block;
}

.view-careers-listing.view-display-id-checkbox .filters-search-by-title label,
.view-citrus-blog-view.view-display-id-checkbox .filters-search-by-title label {
  display: none;
}

.view-careers-listing.view-display-id-checkbox .filters-search-by-title input,
.view-citrus-blog-view.view-display-id-checkbox .filters-search-by-title input {
  height: 57px;
  padding-left: 3rem;
  border-radius: 30px;
  box-shadow: 3px 14px 15px -5px rgba(0, 0, 0, 0.07);
}

@media (max-width: 991.98px) {
  .view-careers-listing.view-display-id-checkbox .filters-search-by-title input,
  .view-citrus-blog-view.view-display-id-checkbox .filters-search-by-title input {
    font-size: 0.62rem;
  }
}

.view-careers-listing.view-display-id-checkbox .filters-search-by-title button,
.view-citrus-blog-view.view-display-id-checkbox .filters-search-by-title button {
  position: absolute;
  z-index: 1;
  right: calc( 2rem + 4px);
  top: 2rem;
  transform: translateY(-50%);
  height: 47px;
  border-radius: 25px;
  padding: 0 1rem;
  border: none;
  background-color: #00e9c2;
  color: #2d2830;
  font-family: Poppins, sans-serif;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .view-careers-listing.view-display-id-checkbox .filters-search-by-title button,
  .view-citrus-blog-view.view-display-id-checkbox .filters-search-by-title button {
    font-size: 0.75rem;
    padding: 0 0.75rem;
  }
}

.view-careers-listing.view-display-id-checkbox .filters-search-by-title fieldset,
.view-citrus-blog-view.view-display-id-checkbox .filters-search-by-title fieldset {
  padding: 0;
}

.view-careers-listing.view-display-id-checkbox #job-list-view,
.view-citrus-blog-view.view-display-id-checkbox #job-list-view {
  background: none;
}

.view-careers-listing.view-display-id-checkbox #job-list-view .current-openings,
.view-citrus-blog-view.view-display-id-checkbox #job-list-view .current-openings {
  font-size: 1.5rem;
  margin: 1rem 0;
  padding-top: 25px;
}

.view-careers-listing.view-display-id-checkbox #job-list-view .filters-type-selector input,
.view-citrus-blog-view.view-display-id-checkbox #job-list-view .filters-type-selector input {
  display: none;
}

.view-careers-listing.view-display-id-checkbox #job-list-view .filters-type-selector .fieldset-wrapper > .radio,
.view-citrus-blog-view.view-display-id-checkbox #job-list-view .filters-type-selector .fieldset-wrapper > .radio {
  display: flex;
  flex-wrap: wrap;
}

.view-careers-listing.view-display-id-checkbox #job-list-view .filters-type-selector label,
.view-citrus-blog-view.view-display-id-checkbox #job-list-view .filters-type-selector label {
  color: #333;
  font-family: Poppins, Sans-Serif;
  font-size: 1.2rem;
  width: 100%;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  cursor: pointer;
  text-align: center;
  border: 1px solid #00e9c2;
  border-radius: 20px;
  font-weight: 300;
  margin-bottom: 0.5rem;
}

@media (max-width: 1439.98px) {
  .view-careers-listing.view-display-id-checkbox #job-list-view .filters-type-selector label,
  .view-citrus-blog-view.view-display-id-checkbox #job-list-view .filters-type-selector label {
    padding: 0.2rem 0.75rem;
    font-size: 0.8rem;
  }
}

.view-careers-listing.view-display-id-checkbox #job-list-view .filters-type-selector input[checked="checked"] + label,
.view-citrus-blog-view.view-display-id-checkbox #job-list-view .filters-type-selector input[checked="checked"] + label {
  background-color: #00e9c2;
  font-weight: 600;
}

.view-careers-listing.view-display-id-checkbox .search-icon,
.view-citrus-blog-view.view-display-id-checkbox .search-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  top: 34px;
  left: 3rem;
  transform: translateY(-50%);
}

.view-careers-listing.view-display-id-checkbox .search-icon path,
.view-citrus-blog-view.view-display-id-checkbox .search-icon path {
  fill: #cccccc;
}

.view-careers-listing.view-display-id-checkbox .applied-filter-item .close-cross,
.view-citrus-blog-view.view-display-id-checkbox .applied-filter-item .close-cross {
  cursor: pointer;
  position: absolute;
  top: 0.25rem;
  right: 1rem;
}

.view-careers-listing.view-display-id-checkbox .pager-counter,
.view-citrus-blog-view.view-display-id-checkbox .pager-counter {
  font-family: Poppins, sans-serif;
  color: #2e3590;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}

.view-careers-listing.view-display-id-checkbox .pager-counter ul,
.view-citrus-blog-view.view-display-id-checkbox .pager-counter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
}

.view-careers-listing.view-display-id-checkbox .pager-counter a,
.view-citrus-blog-view.view-display-id-checkbox .pager-counter a {
  color: #2e3590;
  font-family: Poppins, sans-serif;
}

.view-careers-listing.view-display-id-checkbox .pager-counter progress,
.view-citrus-blog-view.view-display-id-checkbox .pager-counter progress {
  height: 5px;
  background: red;
}

.view-careers-listing.view-display-id-checkbox .pager-counter progress::-webkit-progress-value,
.view-citrus-blog-view.view-display-id-checkbox .pager-counter progress::-webkit-progress-value {
  background-color: #2e3590;
}

.view-careers-listing.view-display-id-checkbox .pager-counter progress::-webkit-progress-bar,
.view-citrus-blog-view.view-display-id-checkbox .pager-counter progress::-webkit-progress-bar {
  background-color: #cccccc;
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .view-careers-listing.view-display-id-checkbox .filter-column,
  .view-citrus-blog-view.view-display-id-checkbox .filter-column {
    position: fixed;
    top: 50%;
    left: -100%;
    display: block !important;
    z-index: 9999;
    background: white;
    max-height: 90vh;
    min-height: 500px;
    max-width: 90vw;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.15);
    padding: 4rem;
    overflow-y: scroll;
    transition: left 300ms;
  }
  .view-careers-listing.view-display-id-checkbox .filter-column.show,
  .view-citrus-blog-view.view-display-id-checkbox .filter-column.show {
    left: 50%;
    transition: left 300ms;
  }
}

.view-careers-listing.view-display-id-checkbox .apply-mobile-button button, .view-careers-listing.view-display-id-checkbox .mobile-filter-button button,
.view-citrus-blog-view.view-display-id-checkbox .apply-mobile-button button,
.view-citrus-blog-view.view-display-id-checkbox .mobile-filter-button button {
  height: 60px;
  background: #00e9c2;
  border: none;
  color: #2d2830;
  width: 100%;
  line-height: 60px;
}

.view-careers-listing.view-display-id-checkbox .apply-mobile-button,
.view-citrus-blog-view.view-display-id-checkbox .apply-mobile-button {
  display: none;
}

@media (max-width: 767.98px) {
  .view-careers-listing.view-display-id-checkbox .apply-mobile-button,
  .view-citrus-blog-view.view-display-id-checkbox .apply-mobile-button {
    display: block;
  }
}

.view-careers-listing.view-display-id-checkbox .filter-column,
.view-citrus-blog-view.view-display-id-checkbox .filter-column {
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 767.98px) {
  .view-careers-listing.view-display-id-checkbox .filter-column,
  .view-citrus-blog-view.view-display-id-checkbox .filter-column {
    display: none;
    flex: 0 0 100%;
    max-width: 95%;
  }
}

.view-careers-listing.view-display-id-checkbox .content-column,
.view-citrus-blog-view.view-display-id-checkbox .content-column {
  flex: 0 0 75%;
  max-width: 75%;
}

@media (max-width: 767.98px) {
  .view-careers-listing.view-display-id-checkbox .content-column,
  .view-citrus-blog-view.view-display-id-checkbox .content-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.view-careers-listing.view-display-id-checkbox .mobile-filter-button,
.view-citrus-blog-view.view-display-id-checkbox .mobile-filter-button {
  display: none;
}

@media (max-width: 767.98px) {
  .view-careers-listing.view-display-id-checkbox .mobile-filter-button,
  .view-citrus-blog-view.view-display-id-checkbox .mobile-filter-button {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .device-ipad .view-careers-listing.view-display-id-checkbox .content-column,
  .device-ipad .view-citrus-blog-view.view-display-id-checkbox .content-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .device-ipad .view-careers-listing.view-display-id-checkbox .mobile-filter-button,
  .device-ipad .view-citrus-blog-view.view-display-id-checkbox .mobile-filter-button {
    display: block;
  }
  .device-ipad .view-careers-listing.view-display-id-checkbox .filter-column,
  .device-ipad .view-citrus-blog-view.view-display-id-checkbox .filter-column {
    flex: 0 0 100%;
    max-width: 95%;
    display: none;
    position: fixed;
    top: 50%;
    left: -100%;
    display: block !important;
    z-index: 9999;
    background: white;
    max-height: 90vh;
    min-height: 500px;
    max-width: 90vw;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.15);
    padding: 4rem;
    overflow-y: scroll;
    transition: left 300ms;
  }
  .device-ipad .view-careers-listing.view-display-id-checkbox .filter-column .close-button,
  .device-ipad .view-citrus-blog-view.view-display-id-checkbox .filter-column .close-button {
    display: block;
  }
  .device-ipad .view-careers-listing.view-display-id-checkbox .filter-column .apply-mobile-button,
  .device-ipad .view-citrus-blog-view.view-display-id-checkbox .filter-column .apply-mobile-button {
    display: block;
  }
  .device-ipad .view-careers-listing.view-display-id-checkbox .filter-column.show,
  .device-ipad .view-citrus-blog-view.view-display-id-checkbox .filter-column.show {
    left: 50%;
    transition: left 300ms;
  }
}

@media only screen and (min-device-width: 600px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .device-android .view-careers-listing.view-display-id-checkbox .content-column,
  .device-android .view-citrus-blog-view.view-display-id-checkbox .content-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .device-android .view-careers-listing.view-display-id-checkbox .mobile-filter-button,
  .device-android .view-citrus-blog-view.view-display-id-checkbox .mobile-filter-button {
    display: block;
  }
  .device-android .view-careers-listing.view-display-id-checkbox .filter-column,
  .device-android .view-citrus-blog-view.view-display-id-checkbox .filter-column {
    flex: 0 0 100%;
    max-width: 95%;
    display: none;
    position: fixed;
    top: 50%;
    left: -100%;
    display: block !important;
    z-index: 9999;
    background: white;
    max-height: 90vh;
    min-height: 500px;
    max-width: 90vw;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.15);
    padding: 4rem;
    overflow-y: scroll;
    transition: left 300ms;
  }
  .device-android .view-careers-listing.view-display-id-checkbox .filter-column .close-button,
  .device-android .view-citrus-blog-view.view-display-id-checkbox .filter-column .close-button {
    display: block;
  }
  .device-android .view-careers-listing.view-display-id-checkbox .filter-column .apply-mobile-button,
  .device-android .view-citrus-blog-view.view-display-id-checkbox .filter-column .apply-mobile-button {
    display: block;
  }
  .device-android .view-careers-listing.view-display-id-checkbox .filter-column.show,
  .device-android .view-citrus-blog-view.view-display-id-checkbox .filter-column.show {
    left: 50%;
    transition: left 300ms;
  }
}

@media only screen and (max-device-width: 320px) {
  .view-careers-listing.view-display-id-checkbox .filters-search-by-title input,
  .view-citrus-blog-view.view-display-id-checkbox .filters-search-by-title input {
    height: 40px;
  }
  .view-careers-listing.view-display-id-checkbox .filters-search-by-title input::placeholder,
  .view-citrus-blog-view.view-display-id-checkbox .filters-search-by-title input::placeholder {
    font-size: 0;
  }
  .view-careers-listing.view-display-id-checkbox .filters-search-by-title .search-icon,
  .view-citrus-blog-view.view-display-id-checkbox .filters-search-by-title .search-icon {
    top: 25px;
  }
  .view-careers-listing.view-display-id-checkbox .filters-search-by-title button,
  .view-citrus-blog-view.view-display-id-checkbox .filters-search-by-title button {
    height: 30px;
    top: 24px;
  }
  .view-careers-listing.view-display-id-checkbox .form-item-field-cirtus-filter-type-value,
  .view-citrus-blog-view.view-display-id-checkbox .form-item-field-cirtus-filter-type-value {
    padding-left: 0;
    padding-right: 10px;
  }
  .view-careers-listing.view-display-id-checkbox .filter-column,
  .view-citrus-blog-view.view-display-id-checkbox .filter-column {
    padding: 2rem;
  }
  .view-careers-listing.view-display-id-checkbox .filter-column div.form-check,
  .view-citrus-blog-view.view-display-id-checkbox .filter-column div.form-check {
    padding-left: 0;
  }
}

.view-citrus-blog-view.view-display-id-checkbox .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.view-citrus-blog-view.view-display-id-checkbox .views-infinite-scroll-content-wrapper > a {
  width: calc( 50% - 30px);
}

@media (max-width: 991.98px) {
  .view-citrus-blog-view.view-display-id-checkbox .views-infinite-scroll-content-wrapper > a {
    width: 100%;
  }
}

.our-work-carousel-container {
  margin-top: 2rem;
}

.our-work-carousel-container .js-our-work-slide-heading-wrapper {
  margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .our-work-carousel-container .js-our-work-slide-heading-wrapper {
    margin-bottom: 0rem;
  }
}

.our-work-carousel-container .js-our-work-slide-heading-wrapper img {
  width: 100%;
}

.our-work-carousel-container .image-video-bg-wrapper {
  width: 100%;
}

.our-work-carousel-container .image-video-bg-wrapper video {
  width: 100%;
}

@media (max-width: 991.98px) {
  .our-work-carousel-container .image-column {
    display: flex;
    flex-direction: column-reverse;
  }
}

.our-work-carousel-container .text-column {
  flex-direction: column-reverse;
  display: flex;
}

.our-work-carousel-container .text-column .slide-title {
  font-family: Poppins, sans-serif;
  letter-spacing: 0.7px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #383838;
  font-size: 2.6rem;
  line-height: 1.3;
}

.our-work-carousel-container .text-column .slide-title a {
  color: #383838;
}

@media (max-width: 767.98px) {
  .our-work-carousel-container .text-column .slide-title {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.our-work-carousel-container .text-column .cta-link {
  background-color: #00e9c2;
  border-radius: 5px;
  width: 200px;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
}

.our-work-carousel-container .text-column .cta-link a {
  display: block;
  height: 100%;
  width: 100%;
  color: #212529;
}

.our-work-carousel-container .js-our-work-slide-nav-wrapper {
  margin-bottom: 4rem;
}

@media (max-width: 991.98px) {
  .our-work-carousel-container .js-our-work-slide-nav-wrapper {
    margin-bottom: 2.5rem;
  }
}

.our-work-carousel-container .js-our-work-slide-nav-wrapper .slick-list {
  width: calc(100% - 90px);
  margin: 0 auto;
}

.our-work-carousel-container .js-our-work-slide-nav-wrapper .slick-arrow {
  width: 30px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.our-work-carousel-container .js-our-work-slide-nav-wrapper .slick-arrow::after {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgEAYAAAAj6qa3AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABgAAAAYADwa0LPAAAAB3RJTUUH5gYHEy01dqccwwAAAxFJREFUaN7lmV1IU2EYgN9vZ5J5UU0CYfgvdqM7Q9wsKdDhApcGDZ26TC8sQQnNUeHupDvDYGdZ6EW4LnTDH0Qp/1KZF0XkTzGnYoU6/1ZaiAZaMbe3i5gXggRjO+fM3uvz8z7Pd877fd/7AQRZ0A2yG8a7RUX0jDzcmNTamoEZWIdCoa/P8/lG1sEnZLnG1ZIS/Aa1WGIykevwEcopatux2yfaWVv7e5Vef+wESM/K9hi6sNAjJuG43dJCbsIGXKMorIcHeGd5magoFUBzMxCuMw0QuGRdHsrYXS6alssZBlHSL+83oMMhxfNowNhYrvP0P/hz+RPj54ICtsAFXAMfBvdchnv4q62NqEACo0Lhwac+S5qE5QqFjbwjOuJwcJ2v38GPGnG6Ie1q4624uEC9n7PSIUlOkzMGjQaG0A5Ks9k74lALSthaWQEnmaGcmZnT98dfVD1bWjo2AvgCzroAvoGzJkDSn/rBcCk/H6SCdNJksRwGx3q8iIxCYbdP5up+LC6yBR5wAXwHD5iAYAH3uwAvOCkV1JBEsxnEsAfSkBDIghNQtbqKI6hHUWYmX8D9JoDOklUze3l5YCM2uG2xHAZ36zw/BTkKxWz01FT14MIC18B+ExDs4N7wfSlsJK3Yhsg1AGcCppMntnTl3d0gRSk81WrBCWFgc7lgFH5DY1QUZRCc9PRZrUkrqamPsxMSuAY9KvxWBIP1l/D7NBhsIthfCPFsWgxYP8B+ZSpF97qrC2yet1ip1eIA2CFrf99bI4ievCE1VqtEIntpOBUfz5UA9jZDPF0h/vfbYYptAZub687Bobm5iFeRKdnn5udhEOygVKtJJezCV5EIVHABhWp1RHqkKCext3djeP3TwPvt7WMjgG8iOG+K2mfGJ2p0nZ2CYXhEQouLD4rlQxiB8OhoEGOyWzw2FujeIG+C6yYpb4Lt8wHeRqBPiDivAf8K2/fJsJrp9nbiRCU5U1aG9dgCPW430UMdMcbEwGl3H9mpqOA6T9aCzk2rZQpKS+keeRzzxWTSaDSajg7K59nsD+cQbQCIUJyhAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIyLTA2LTA3VDE5OjQ1OjUzKzAwOjAwd4sbtQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMi0wNi0wN1QxOTo0NTo1MyswMDowMAbWowkAAAAASUVORK5CYII=");
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
}

.our-work-carousel-container .js-our-work-slide-nav-wrapper .slick-next {
  right: 0;
  transform: rotate(180deg);
}

.our-work-carousel-container .js-our-work-slide-nav-wrapper .slick-slide {
  margin: 0 1rem;
}

.our-work-carousel-container .js-our-work-slide-nav-wrapper .slick-slide img {
  max-width: calc( 100vw - 120px);
}

.our-work-carousel-container .js-our-work-slide-nav-wrapper .slick-current {
  outline: 10px solid #2e3590;
  outline-offset: -10px;
}

.our-work-carousel-container .js-our-work-slide-nav-wrapper .js-our-work-slide-nav {
  cursor: pointer;
}

.our-work-carousel-container .js-our-work-slide-nav-wrapper ul.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 1.5rem;
  position: absolute;
  width: 100%;
}

@media (max-width: 991.98px) {
  .our-work-carousel-container .js-our-work-slide-nav-wrapper ul.slick-dots {
    margin-top: 0.5rem;
  }
}

.our-work-carousel-container .js-our-work-slide-nav-wrapper ul.slick-dots li::marker {
  display: none;
}

.our-work-carousel-container .js-our-work-slide-nav-wrapper ul.slick-dots li {
  display: block;
  height: 10px;
  width: 10px;
  background-color: #8e9294;
  cursor: pointer;
  border-radius: 5px;
  margin: 5px;
}

.our-work-carousel-container .js-our-work-slide-nav-wrapper ul.slick-dots li button {
  display: none;
}

.our-work-carousel-container .js-our-work-slide-nav-wrapper ul.slick-dots li.slick-active {
  background-color: #2e3590;
}

.our-work-carousel-container {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .our-work-carousel-container {
    flex-direction: column-reverse;
  }
}

.our-work-logos-container .logos-title {
  font-size: 40px;
  line-height: 50px;
}

.our-work-logos-container .our-work-logo-link {
  overflow: hidden;
  display: block;
}

.our-work-logos-container img {
  width: 100%;
  filter: grayscale(100%);
  opacity: 0.4;
}

.our-work-logos-container img:hover {
  filter: none;
  opacity: 1;
}

.our-work-logos-container .our-work-logo-list {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto 4rem auto;
}

body.path-our-work .banner .left-side .icon-arrow {
  display: none;
}

body.path-our-work .banner {
  display: none;
  min-height: auto;
}

body.path-our-work .banner .banner-image {
  top: 0;
  right: 15px;
  width: 200px;
  height: 300px;
}

body.path-our-work .banner .left-side {
  flex: 0 0 75%;
  max-width: 75%;
}

body.path-our-work .view-our-work-listing .view-header h2 {
  margin: 2rem 0 2rem 0;
}

body.page-node-5276 .field--name-field-paragraph-blocks > .field__item {
  display: none;
}

body.page-node-5276 .thank-you-banner {
  margin-top: 90px;
  max-width: 1800px;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

body.page-node-5276 .thank-you-banner img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

body.page-node-5276 .banner .left-side {
  margin-top: 80px;
}

body.page-node-5276 .banner .banner-image {
  display: none;
}

body.page-node-5276 .banner .left-side .paragraph p {
  font-size: 18px;
  line-height: 21.6px;
  color: #8E9294;
}

body.page-node-5276 .banner .title .field--name-field-banner-headline {
  font-size: 32px;
  line-height: 42px;
}

body.page-node-5276 .banner .left-side .icon-arrow {
  display: none;
}

body.page-node-5276 .banner {
  min-height: initial;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

body.page-node-5276 .left-side {
  padding-right: 120px;
}

body.page-node-5276 .thank-you-logo-list {
  display: none;
}

body.page-node-5276 .thank-you-logo-list .logo-list {
  display: flex;
  justify-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-self: baseline;
  padding: 20px 60px 40px 60px;
}

body.page-node-5276 .thank-you-logo-list .logo-list .image {
  width: 33.3%;
}

body.page-node-5276 .thank-you-logo-list .logo-list-bg-wrapper {
  background: #F3F6F9;
  width: 100%;
  border-radius: 20px;
  height: 100%;
}

body.page-node-5276 .purple-break-line {
  width: 100%;
  height: 10px;
  background-color: #2e3590;
}

body.page-node-5276 .client-testimonial-with-logo .testimonial {
  background-color: initial;
  padding-top: 4rem;
}

body.page-node-5276 .client-testimonial-with-logo .testimonial .texts {
  text-align: center;
}

body.page-node-5276 .client-testimonial-with-logo .testimonial .texts p.title {
  color: #8E9294;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: normal;
}

body.page-node-5276 .client-testimonial-with-logo .testimonial .texts p.position {
  font-size: 18px;
  line-height: 21.6px;
  color: #8E9294;
}

body.page-node-5276 .client-testimonial-with-logo .testimonial .texts p.name {
  color: #8E9294;
  font-weight: normal;
  font-size: 24px;
  line-height: 28.8px;
}

body.page-node-5276 .client-testimonial-with-logo .client-logo {
  width: 150px;
}

body.page-node-5276 .logo-text > div {
  font-size: 19px;
  line-height: 25px;
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 100px;
}

body.page-node-5276 .logo-list-bg-wrapper {
  width: 100%;
  height: 540px;
  background: #F3F6F9;
  border-radius: 20px;
  left: calc(50% + 40px);
  position: relative;
  top: 50px;
}

body.page-node-5276 .field--name-field-paragraph-blocks {
  margin-top: -540px;
}

body.page-node-5276 .node__content {
  overflow: hidden;
}

body.page-node-5276 .getintouch {
  background-color: rgba(46, 53, 144, 0.8);
  border: 0;
  color: #fff;
}

body.page-node-5276 #header .search-icon path {
  fill: #2e3590;
}

body.page-node-5276 .nav-button .burguer2x span {
  background: #2e3590;
}

@media (max-width: 992px) {
  body.page-node-5276 .logo-list-bg-wrapper {
    display: none;
  }
  body.page-node-5276 .thank-you-logo-list {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
  body.page-node-5276 .field--name-field-paragraph-blocks {
    margin-top: 0px;
  }
  body.page-node-5276 .left-side {
    padding-right: 0;
    margin-top: 40px;
  }
  body.page-node-5276 .logo-text > div {
    margin-top: 30px;
  }
  body.page-node-5276 .thank-you-logo-list .logo-list {
    padding: 20px 0 20px 0;
  }
  body.page-node-5276 .client-testimonial-with-logo .testimonial {
    padding-top: 0.5rem;
  }
}

.newsletter-header {
  display: none;
}

.path-newsletter-signup .newsletter-header {
  display: block;
}

.newsletter-title {
  color: #2e3590;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 0.5rem;
}

.newsletter-text {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
}

.newsletter-block {
  background: #f3f6f9;
  padding: 80px 0;
}

.newsletter-block .info-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.burguer2x span {
  background-color: #2e3590 !important;
}

#header .search-icon path {
  fill: #2e3590 !important;
}

#header .head-main {
  padding: 0.5rem 0 !important;
  background: #fff !important;
}

#main-wrapper {
  margin-top: 128px !important;
}

@media (max-width: 767.98px) {
  #main-wrapper {
    margin-top: 122px !important;
  }
}

.node--type-industries #main-wrapper {
  margin-top: 82px !important;
}

body.path-insights #block-appnovation-content,
body.path-news #block-appnovation-content {
  margin-top: 2rem !important;
}

.global-infobar.headroom--not-top {
  position: fixed;
  width: 100%;
  height: 0;
  transition: all 0.4s;
  overflow: hidden;
}

.global-infobar.headroom--not-top.slideDown {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 46px;
  transition: all 0.4s;
  overflow: hidden;
}

/* global menubar changes */
#block-globalinfobar {
  width: 100%;
}

.global-infobar {
  background: #00e9c2;
  height: 46px;
  cursor: pointer;
  margin-top: 82px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .global-infobar {
    margin-top: 76px;
  }
}

.global-infobar-wrapper {
  display: flex;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 46px;
}

.global-infobar-wrapper .views-element-container {
  display: inline;
}

.global-infobar-wrapper span {
  font-weight: 600;
  color: #000;
}

.global-infobar-wrapper a {
  color: #000;
}

.global-infobar-wrapper a.read-more {
  font-weight: 600;
  min-width: 130px;
  display: block;
  margin-left: 2rem;
  text-align: right;
}

@media (max-width: 1439.98px) {
  .global-infobar-wrapper {
    font-size: 16px;
  }
}

@media (max-width: 1199.98px) {
  .global-infobar-wrapper {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .global-infobar-wrapper {
    font-size: 11px;
  }
  .global-infobar-wrapper a.read-more {
    min-width: 70px;
  }
}

#global-infobar .modal-dialog {
  max-width: 1120px;
}

@media (max-width: 1199.98px) {
  #global-infobar .modal-dialog {
    max-width: 95vw;
  }
}

#global-infobar .modal-dialog .modal-content {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#global-infobar .modal-dialog .modal-header {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  background: #00e9c2;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 1rem 2rem;
  border-bottom: 0;
  margin-bottom: -20px;
  padding-bottom: 35px;
}

#global-infobar .modal-dialog .modal-body {
  padding: 0;
}

#global-infobar .modal-dialog .modal-body .close {
  position: absolute;
  z-index: 1000;
  top: 1rem;
  right: 2rem;
  font-size: 3rem;
  text-shadow: none;
  opacity: 0.9;
  color: #282d30;
}

@media (max-width: 1199.98px) {
  #global-infobar .modal-dialog .modal-body .close {
    top: 1rem;
    font-size: 2rem;
  }
}

@media (max-width: 991.98px) {
  #global-infobar .modal-dialog .modal-body .close {
    top: 0.5rem;
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  #global-infobar .modal-dialog .modal-body .close {
    right: 0.5rem;
  }
}

#global-infobar .modal-dialog .modal-body .close.white {
  color: #f3f6f9;
}

#global-infobar .modal-dialog .infobar-view {
  overflow: hidden;
}

.view-global-infobar-lightbox .view-content {
  padding: 0;
  margin: 0;
}

.node--type-global-infobar-links .node__content {
  margin: 0;
}

.node--type-global-infobar-links.active .infobar-expand {
  margin-bottom: -20px;
}

.node--type-global-infobar-links.active .infobar-title-bar {
  height: 0;
}

.node--type-global-infobar-links.active .infobar-title-bar:after {
  display: none;
}

.node--type-global-infobar-links.child-1 .infobar-title-bar {
  background: #f3f6f9;
}

.node--type-global-infobar-links.child-1 .infobar-overlay {
  background-color: rgba(243, 246, 249, 0.7);
}

.node--type-global-infobar-links.child-2 .infobar-cta button {
  background-color: #00e9c2;
  color: #282d30;
}

.node--type-global-infobar-links.child-2 .infobar-title, .node--type-global-infobar-links.child-2 .infobar-body, .node--type-global-infobar-links.child-2 .infobar-title-bar {
  color: #f3f6f9;
}

.node--type-global-infobar-links.child-2 .infobar-title-bar {
  background: #2e3590;
}

.node--type-global-infobar-links.child-2 .infobar-overlay {
  background-color: rgba(46, 53, 144, 0.7);
}

.node--type-global-infobar-links.child-4 .infobar-title-bar {
  background: #00e9c2;
}

.node--type-global-infobar-links.child-4 .infobar-overlay {
  background-color: rgba(46, 53, 144, 0.7);
}

.node--type-global-infobar-links.child-4 .infobar-title, .node--type-global-infobar-links.child-4 .infobar-body {
  color: #f3f6f9;
}

.node--type-global-infobar-links.child-3 .infobar-cta button {
  background-color: #00e9c2;
  color: #282d30;
}

.node--type-global-infobar-links.child-3 .infobar-title, .node--type-global-infobar-links.child-3 .infobar-body, .node--type-global-infobar-links.child-3 .infobar-title-bar {
  color: #f3f6f9;
}

.node--type-global-infobar-links.child-3 .infobar-title-bar {
  background: #282d30;
}

.node--type-global-infobar-links.child-3 .infobar-overlay {
  background-color: rgba(40, 45, 48, 0.7);
}

.node--type-global-infobar-links .infobar-expand {
  height: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  transform: translate(0px, 100%);
  padding: 0 6rem 0 4rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}

@media (max-width: 1439.98px) {
  .node--type-global-infobar-links .infobar-expand {
    padding: 0 6rem 0 4rem;
  }
}

@media (max-width: 1199.98px) {
  .node--type-global-infobar-links .infobar-expand {
    padding: 0 4rem 0 3rem;
  }
}

@media (max-width: 991.98px) {
  .node--type-global-infobar-links .infobar-expand {
    padding: 0 2rem 0 1rem;
  }
}

.node--type-global-infobar-links .infobar-title {
  margin-top: 1rem;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 1rem;
}

@media (max-width: 1439.98px) {
  .node--type-global-infobar-links .infobar-title {
    font-size: 54px;
  }
}

@media (max-width: 1199.98px) {
  .node--type-global-infobar-links .infobar-title {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media (max-width: 991.98px) {
  .node--type-global-infobar-links .infobar-title {
    font-size: 30px;
    line-height: 1.1;
  }
}

@media (max-width: 767.98px) {
  .node--type-global-infobar-links .infobar-title {
    font-size: 20px;
  }
}

.node--type-global-infobar-links .infobar-body {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

@media (max-width: 1439.98px) {
  .node--type-global-infobar-links .infobar-body {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 1199.98px) {
  .node--type-global-infobar-links .infobar-body {
    font-size: 18px;
    line-height: 1.1;
  }
}

@media (max-width: 991.98px) {
  .node--type-global-infobar-links .infobar-body {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .node--type-global-infobar-links .infobar-body {
    font-size: 12px;
  }
}

.node--type-global-infobar-links .infobar-cta {
  margin-bottom: 4rem;
}

.node--type-global-infobar-links .infobar-cta button {
  height: 46px;
  width: 136px;
  border-radius: 6px;
  background: #2e3590;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #f3f6f9;
  cursor: pointer;
  border: none;
}

.node--type-global-infobar-links .infobar-cta button:hover {
  filter: brightness(2) saturate(0.4);
}

.node--type-global-infobar-links .infobar-title-bar {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-bottom: 20px;
  margin-bottom: -20px;
  box-sizing: content-box;
  padding-right: 2rem;
  padding-left: 2rem;
  position: relative;
}

@media (max-width: 1439.98px) {
  .node--type-global-infobar-links .infobar-title-bar {
    font-size: 18px;
  }
}

@media (max-width: 1199.98px) {
  .node--type-global-infobar-links .infobar-title-bar {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (max-width: 991.98px) {
  .node--type-global-infobar-links .infobar-title-bar {
    font-size: 15px;
    line-height: 1.1;
  }
}

@media (max-width: 767.98px) {
  .node--type-global-infobar-links .infobar-title-bar {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .node--type-global-infobar-links .infobar-title-bar {
    font-size: 12px;
  }
}

.node--type-global-infobar-links .infobar-title-bar .infobar-title-bar-wrapper {
  max-width: calc(100% - 4rem);
  pointer-events: none;
}

.node--type-global-infobar-links .infobar-title-bar:after {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  position: absolute;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
  box-sizing: content-box;
  right: 2rem;
}

@media (max-width: 575.98px) {
  .node--type-global-infobar-links .infobar-title-bar:after {
    right: 0.5rem;
  }
}

.node--type-global-infobar-links .infobar-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.path-careers .banner .left-side button {
  display: none;
}

.path-careers .banner .icon-arrow {
  display: none;
}

.path-careers .award-append {
  display: flex;
  margin-top: 3rem;
}

.path-careers .award-append .award-item {
  margin-right: 1rem;
}

@media (max-width: 575.98px) {
  .path-careers .award-append {
    margin-top: 1rem;
  }
}

.path-careers .award-wrapper {
  display: flex;
  position: relative;
}

@media (max-width: 575.98px) {
  .path-careers .award-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }
  .path-careers .award-wrapper .award-item {
    margin-bottom: 1rem;
  }
}

.path-careers .award-strip {
  background-color: #F3F6F9;
  height: 70px;
  width: 1200px;
  position: absolute;
  right: 1rem;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  .path-careers .award-strip {
    display: none;
  }
}

.page-node-2917605 .social-sharing-block {
  display: none;
}

.page-node-2917605 .component-card-next-blog {
  display: none;
}

.page-node-2917605 .footer_company_logo, .page-node-2917605 .footer-submenu, .page-node-2917605 .footer_logos {
  display: none;
}

.page-node-2917605 #main-wrapper {
  padding-bottom: 0 !important;
}

.page-node-2917605 .site-footer {
  display: none;
}

.page-node-2917605 .block-content--homepage-pardot-block {
  display: none;
}

.page-node-2917605 header {
  display: none !important;
}

.page-node-2917605 .breadcrumb {
  display: none !important;
}

.page-node-2917605 #main-wrapper {
  margin-top: 0 !important;
}

#edit-protected-page-enter-password .form-type-password {
  padding: 0;
}

.field--name-field-paragraph-blocks {
  overflow: hidden;
}

.path-frontpage, .path-insights, .path-news {
  overflow-x: hidden;
}

@media only screen and (max-width: 425px) {
  #onetrust-consent-sdk #onetrust-button-group {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
  }
  #onetrust-consent-sdk #onetrust-button-group button {
    width: auto !important;
  }
}

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