:root {
  --ipp-primary: #7d378a;
  --ipp-secondary: #f16522;
  --ipp-tertiary: #cc0063;
  --ipp-yellow: #f59c19;
  --ipp-hero:  #1c1d39;
}

body {
  margin-top: 60px;
}

@media (min-width: 768px) {
  body {
    font-size: 1.25rem;
    margin-top: 100px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1 {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
  }
}

a {
  color: #7d378a;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
}

@media (min-width: 768px) {
  p:last-child {
    margin-bottom: 0;
  }
}

.small {
  font-size: 1rem;
}

strong {
  font-weight: 700;
}

nav {
  font-size: 1rem;
}

.container-lg,
.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .pt-md-lg {
    padding-top: 5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-lg {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-xl {
    padding-top: 8rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-xl {
    padding-bottom: 8rem !important;
  }
}

.text-symphony {
  color: #286090 !important;
}

.text-ipp-primary {
  color: #7d378a !important;
}

.text-ipp-secondary {
  color: #f16522 !important;
}

.text-ipp-tertiary {
  color: #cc0063 !important;
}

.text-ipp-yellow {
  color: #f59c19 !important;
}

.text-fmi {
  color: #0362fa !important;
}

.bg-symphony {
  background-color: #203864 !important;
}

.bg-ipp-hero {
  background-color: var(--ipp-hero);
}

.bg-ipp-primary {
  background-color: #7d378a !important;
}

.bg-ipp-secondary {
  background-color: #f16522 !important;
}

.bg-ipp-tertiary {
  background-color: #cc0063 !important;
}

.bg-ipp-gradient {
  background-image: linear-gradient(29deg, #ab2362 8%, #882786 92%);
}

.bg-ipp-yellow {
  background-color: #f59c19 !important;
}

.bg-brand-symphony {
  background-color: #0098ff;
}

@media (min-width: 768px) {
  .lead {
    font-size: 1.5rem;
  }
}

blockquote {
  padding: 1rem;
  background: white;
  border-left: 5px solid #eee;
}

.shadow-ipp {
  -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.05), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
          box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.05), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
}

.text-white a {
  color: white;
}

.play-me {
  position: relative;
  -webkit-transition: 150ms all;
  transition: 150ms all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.05), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
          box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.05), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
}

.play-me::after {
  font-family: "Font Awesome\ 5 Free";
  content: "\f04b";
  font-weight: 900;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0.75;
  font-size: 2rem;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background: #86269b;
  border-radius: 50%;
  padding-left: 0.5rem;
}

.play-me:hover {
  -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
          box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

#wrapper {
  position: relative;
}

.flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.flex-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.flex-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

label.required:after {
  content: " *";
  font-weight: 300;
  /* color: red; */
}

.popover-help::after {
  content: "?";
  font-size: 9px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  line-height: 14px;
  background: lightgray;
  color: white;
  position: relative;
  top: -2px;
}

/* video modal */
.video-modal .modal-content {
  border-radius: 2px;
  background-color: #008fd5;
}

.video-modal .modal-body {
  padding: 0;
}

.video-modal .modal-footer {
  border-top: none;
}

.video-modal .close-btn {
  position: absolute;
  z-index: 10;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100%;
  line-height: 30px;
  color: var(--bg-dark);
  text-align: center;
  cursor: pointer;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-ipp-primary {
  color: #fff;
  background-color: #7d378a;
  border-color: #7d378a;
}

.btn-ipp-primary:focus, .btn-ipp-primary:hover {
  color: #fff;
  background-color: #5c2866;
}

.btn-outline-ipp-primary {
  color: #7d378a;
  border-color: #7d378a;
}

.btn-outline-ipp-primary:focus, .btn-outline-ipp-primary:hover {
  color: #5c2866;
  border-color: #5c2866;
}

.btn-ipp-secondary {
  color: #fff;
  background-color: #f16522;
  border-color: #f16522;
}

.btn-ipp-secondary:focus, .btn-ipp-secondary:hover {
  color: #fff;
  background-color: #d34d0d;
  border-color: #d34d0d;
}

.btn-outline-ipp-secondary {
  color: #f16522;
  border-color: #f16522;
}

.btn-outline-ipp-secondary:focus, .btn-outline-ipp-secondary:hover {
  color: #d34d0d;
  border-color: #d34d0d;
}

.btn-ipp-tertiary {
  color: #fff;
  background-color: #cc0063;
  border-color: #cc0063;
}

.btn-ipp-tertiary:focus, .btn-ipp-tertiary:hover {
  color: #fff;
  background-color: #99004a;
  border-color: #99004a;
}

.btn-ipp-fmi {
  color: #fff;
  background-color: #0362fa;
}

.btn-ipp-fmi:focus, .btn-ipp-fmi:hover {
  color: #fff;
  background-color: #024ec8;
  border-color: #024ec8;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: 150ms all;
  transition: 150ms all;
  z-index: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid transparent;
  background: white;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  header {
    height: 60px;
  }
}

@media (min-width: 1024px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

header .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .brand img {
  height: 32px;
}

header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 992px) {
  header .menu {
    position: fixed;
    z-index: 1000;
    background: white;
    width: 60%;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 150ms all;
    transition: 150ms all;
  }
}

header .bars {
  position: fixed;
  display: none;
}

@media (max-width: 992px) {
  header .bars {
    z-index: 10;
    top: 9px;
    right: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42px;
    height: 42px;
    background: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: var(--bg-dark);
    z-index: 1000;
    -webkit-transition: 150ms all;
    transition: 150ms all;
  }
}

@media (max-width: 991px) {
  header ul.navi {
    font-size: 80%;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header ul.navi ul {
    padding: 0 0 0 0.5rem;
    margin: 0;
  }
  header ul.navi li {
    list-style: none;
    margin: 0;
  }
  header ul.navi li > span {
    font-weight: 700;
  }
  header ul.navi li a {
    font-weight: 300;
  }
  header ul.navi > li {
    padding: 0.5rem 0 0.5rem 0;
  }
  header ul.navi > li > a {
    font-weight: 700;
  }
}

@media (min-width: 992px) {
  header ul.navi {
    margin: 0;
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header ul.navi > li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header ul.navi > li > a {
    text-transform: uppercase;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--bs-dark);
    padding: 0px 14px 0px 14px;
  }
  header ul.navi > li > a:hover {
    color: var(--bs-secondary);
  }
  header ul.navi > li.dropdown {
    position: relative;
  }
  header ul.navi > li.dropdown > a::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
  }
  header ul.navi > li.dropdown > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    -webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background: white;
    display: none;
    min-width: 200px;
  }
  header ul.navi > li.dropdown > ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header ul.navi > li.dropdown > ul li > span {
    padding: 8px 14px 6px 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
  }
  header ul.navi > li.dropdown > ul li a {
    color: #141629;
    padding: 8px 14px 6px 14px;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header ul.navi > li.dropdown > ul li a:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  header ul.navi > li.dropdown > ul li.submenu {
    position: relative;
  }
  header ul.navi > li.dropdown > ul li.submenu > a > span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  header ul.navi > li.dropdown > ul li.submenu > a::after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
  }
  header ul.navi > li.dropdown > ul li.submenu > ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    -webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background: white;
    min-width: 200px;
    left: 100%;
    top: 0;
  }
  header ul.navi > li.dropdown > ul li.submenu:hover > ul {
    display: block;
  }
  header ul.navi > li.on > ul {
    display: block;
  }
}

header .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .btn {
  padding: 8px 14px 6px 14px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

@media (max-width: 992px) {
  header .btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  header .container {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

header .white {
  display: none;
}

@media (max-width: 992px) {
  #overlay {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    pointer-events: none;
  }
}

body.scroll header {
  height: 60px;
  border-bottom: 1px solid #efefef;
}

body.open {
  overflow: hidden;
}

body.open #overlay {
  z-index: 900;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: all;
}

body.open header .bars {
  right: calc(60% + 9px);
}

@media (max-width: 992px) {
  body.open header .menu {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@media (min-width: 1024px) {
  body.invert header {
    background: transparent;
  }
}

@media (min-width: 1024px) {
  body.invert header .colour {
    display: none;
  }
}

@media (min-width: 1024px) {
  body.invert header .white {
    display: inline;
  }
}

@media (min-width: 1024px) {
  body.invert header ul.navi > li > a {
    color: var(--bs-light);
  }
  body.invert header ul.navi > li > a:hover {
    color: var(--bs-white);
  }
}

body.single {
  margin-top: 0 !important;
}

footer {
  background: #141629;
  padding: 40px 0 30px 0;
  font-size: 13px;
}

footer a {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75) !important;
}

footer a:hover {
  color: #ffffff !important;
}

footer div.link {
  padding-top: 5px;
}

footer div.link a {
  font-size: 15px;
  font-weight: 700;
  color: var(--ipp-secondary) !important;
  opacity: .6;
}

footer div.link a:hover {
  opacity: 1;
}

footer h4 {
  font-size: 18px;
  font-weight: 700;
}

footer .footer-links-list {
  height: auto !important;
  padding-right: 1rem;
  outline: none;
}

.hero {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .hero.hide {
    background-image: none !important;
  }
}

@media (min-width: 768px) {
  .hero {
    min-height: 400px;
  }
}

@media (min-width: 768px) {
  .hero .btn {
    padding: 1rem 1.25rem;
  }
}

.hero .wrapper .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .hero.scale {
    margin-top: -100px;
  }
}

.hero.scale video {
  display: none;
}

@media (min-width: 768px) {
  .hero.scale video {
    display: block;
  }
}

.hero.scale img {
  display: none;
}

@media (min-width: 768px) {
  .hero.scale img {
    display: block;
  }
}

@media (min-width: 768px) {
  .hero.scale .wrapper {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .hero.scale .wrapper .container {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .hero.inverted {
    color: var(--bs-white);
    background-color: var(--ipp-hero);
  }
}

.section-symphony-monitor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

.section-symphony-monitor img {
  max-height: 420px;
}

.section-symphony-monitor .monitor {
  position: relative;
  z-index: 10;
}

.section-symphony-monitor .screen {
  position: absolute;
  top: 0;
  z-index: 1;
}

.section-symphony-monitor.section-symphony-monitor-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-symphony-monitor.section-symphony-monitor-left .screen {
  right: 0;
}

.section-symphony-monitor.section-symphony-monitor-right .screen {
  left: 0;
}

.section-award-slide {
  padding: 0 1rem;
  font-size: 70%;
  display: block;
  font-weight: normal;
  color: #212529;
  outline: none;
}

.section-award-slide img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.section-award-slide:hover img {
  -webkit-filter: none;
          filter: none;
}

.section-integrations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .section-integrations {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.section-integration {
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .section-integration {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .section-integration {
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 12px;
  }
}

.section-integration .image {
  display: inline-block;
  padding: 30px;
  background-color: white;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.05), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
          box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.05), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  border-radius: 4px;
  -webkit-transition: 150ms all;
  transition: 150ms all;
}

@media (max-width: 992px) {
  .section-integration .image {
    padding: 20px;
  }
}

.section-integration .image img {
  width: 56px;
  height: 56px;
  display: inline-block !important;
  max-width: none;
}

@media (max-width: 768px) {
  .section-integration .image img {
    width: 48px;
    height: 48px;
  }
}

.section-integration .text {
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
  font-weight: 300;
  color: #212529;
}

@media (max-width: 992px) {
  .section-integration .text {
    font-size: 70%;
  }
}

.section-integration .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}

.section-integration .section > div {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  border-width: 1px;
  border-radius: 4px;
  padding: 2px 4px;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.section-integration .section .enterprise {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.section-integration .section .business {
  border-color: var(--bs-success);
  color: var(--bs-success);
}

@media (min-width: 768px) {
  .section-integration.lg .image img {
    width: 72px;
    height: 72px;
  }
}

a.section-integration:hover .image {
  -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
          box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.section-partner {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-partner {
    margin-bottom: 1rem !important;
  }
}

.section-partners {
  text-align: center;
}

@media (min-width: 768px) {
  .section-partners {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
  }
  .section-partners a {
    display: block;
  }
}

.section-platform-box {
  padding: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .section-platform-box {
    width: 32%;
    padding: 2rem;
    margin-bottom: 1.5rem;
  }
}

.section-platform-box.nobox {
  padding: 0;
}

@media (min-width: 768px) {
  .section-press-articles {
    margin: 0;
  }
}

.section-press-article {
  margin: .5rem .5rem 1rem .5rem;
  padding: 1rem;
  background-color: white;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .section-press-article {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 1rem;
    width: 48%;
    margin: 1%;
    width: 22%;
    font-size: 80%;
    padding: 1.5rem;
    margin: 0;
    margin-bottom: 2rem;
  }
}

.section-press-article img {
  height: 64px;
}

@media (max-width: 768px) {
  .section-press-article div {
    line-height: 1.3;
  }
}

.section-sector-article p {
  color: var(--bs-dark);
  font-weight: 300;
}

@media (max-width: 768px) {
  .section-sector-article {
    margin-bottom: 1rem;
  }
}

.section-quote-slide > div {
  font-weight: 300;
  color: #212529;
}

.section-quote-slide > div img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 50%;
  display: inline;
}

@media (min-width: 768px) {
  .section-quote-slide > div img {
    width: 100%;
  }
}

.section-quote-slide > div .img {
  text-align: center;
}

@media (min-width: 768px) {
  .section-quote-slide > div .img {
    width: 300px;
  }
}

.section-quote-slide > div .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-quote-slide > div .content .text {
  font-style: italic;
  text-align: center;
}

@media (min-width: 768px) {
  .section-quote-slide > div .content .text {
    text-align: left;
  }
}

.section-quote-slide > div .content .from {
  text-align: center;
}

@media (min-width: 768px) {
  .section-quote-slide > div .content .from {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .section-quote-slide > div .content {
    padding-right: 3rem;
  }
}

.section-quote-slide > div:hover img {
  -webkit-filter: none;
          filter: none;
}

@media (min-width: 768px) {
  .section-quote-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4rem;
  }
}

.section-service-btns {
  margin: 0 -1rem 0 -1rem;
}

@media (min-width: 768px) {
  .section-service-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-service-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  padding: 2rem;
  cursor: pointer;
  -webkit-transition: 150ms all;
  transition: 150ms all;
  font-weight: 300;
  color: #212529;
  background-color: white;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.05), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
          box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.05), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  margin: 0 0 1rem 0;
}

@media (min-width: 768px) {
  .section-service-btn {
    margin: 0 1rem 2rem 1rem;
  }
}

.section-service-btn:hover {
  color: #212529;
  -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
          box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.bios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

.bio {
  width: 22%;
  position: relative;
  margin: 0 2rem;
}

.bio .image {
  position: relative;
}

.bio .text {
  -webkit-transition: 150ms all;
  transition: 150ms all;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: #f16522;
  color: white;
  opacity: 0;
  overflow: auto;
  line-height: 1.25;
  font-size: 14px;
}

.bio .text p {
  margin-bottom: 0;
}

.bio:hover .text {
  opacity: 1;
}

.bio .name {
  text-align: center;
  padding: 10px 0;
  line-height: 1;
}

@media (min-width: 769px) {
  .bio .name {
    font-size: 80%;
  }
  .bio .name span::before {
    content: ", ";
  }
}

@media (max-width: 768px) {
  .bios-title {
    text-align: center;
  }
  .bios {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 260px;
    margin: 0 auto;
  }
  .bio {
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .bio .name strong {
    display: block;
    padding-bottom: 5px;
  }
  .bio .image img {
    width: 100%;
  }
  .bio .text {
    position: relative;
    /*background: transparent;*/
    /*color: inherit;*/
    opacity: 1;
    line-height: 1.4;
    /*padding: 10px 0 0 0;*/
    width: 260px;
    margin: 0 auto;
  }
}

.symphony-hero {
  background-image: none;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .symphony-hero {
    min-height: 600px;
  }
}

.symphony-hero .text {
  padding: 2rem;
}

@media (min-width: 768px) {
  .symphony-hero .text {
    text-align: center;
    width: 30%;
    margin: 0 4rem;
  }
}

@media (min-width: 992px) {
  .symphony-hero .text {
    width: 20%;
  }
}

.symphony-hero.year-2019 {
  background-image: url("https://ipushpull.s3.eu-west-1.amazonaws.com/website/symphony/innovate-2019.jpg");
}

.symphony-hero.year-2018 {
  background-image: url("https://ipushpull.s3.eu-west-1.amazonaws.com/website/symphony/innovate-2018.jpg");
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.symphony-hero.year-2017 {
  background-image: url("https://ipushpull.s3.eu-west-1.amazonaws.com/website/symphony/innovate-2017.jpg");
}

.symphony-giveaway {
  position: relative;
}

@media (min-width: 768px) {
  .symphony-giveaway {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

.symphony-giveaway .text {
  position: relative;
  z-index: 10;
}

.symphony-giveaway::before {
  content: "";
  background-image: url(https://ipushpull.s3.eu-west-1.amazonaws.com/website/symphony/offer-banner.png);
  background-position: -2rem 50%;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 51vw;
  position: absolute;
  z-index: 1;
  margin-left: -50vw;
}

.symphony-giveaway::after {
  content: "";
  background: #f16522;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 50vw;
  position: absolute;
  z-index: 1;
}

.symphony-flag {
  background-image: url(https://ipushpull.s3.eu-west-1.amazonaws.com/website/symphony/offer-banner.png);
  background-position: -2rem 50%;
  background-repeat: no-repeat;
  padding: 2rem 2rem 2rem 6rem;
  position: relative;
}

.symphony-flag .text {
  position: relative;
  z-index: 10;
}

.symphony-flag::after {
  content: "";
  background: #f16522;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 50vw;
  position: absolute;
  z-index: 1;
}

@media (max-width: 768px) {
  .symphony-flag {
    margin-left: -4rem;
    margin-right: -4rem;
    padding: 1rem 4rem 1rem 4rem;
  }
}

.section-report-hero {
  min-height: 280px;
}

.section-report .container {
  margin-top: -150px;
  background: white;
}

.section-report .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
}

.section-report .label span {
  line-height: 1.2;
  padding-left: 0.5rem;
}

.section-report-text .blue {
  border-top: 2px solid #0362fa;
  border-bottom: 10px solid #0362fa;
}

.section-report-text .purple {
  border-top: 2px solid #7d378a;
  border-bottom: 10px solid #7d378a;
}

.section-report-text .btn {
  padding: 1rem 1.5rem;
}

@media (max-width: 768px) {
  .section-report-text img {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .section-report-text .image {
    width: 440px;
    text-align: center;
  }
}

.section-report-banner {
  margin-right: -3rem;
  position: relative;
  z-index: 1;
  padding-left: 2.5rem !important;
  margin-left: -2.5rem;
  margin-top: 0rem;
  -webkit-box-shadow: 5px 10px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 10px -5px rgba(0, 0, 0, 0.2);
}

.section-report-banner::after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: -1.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 1.5rem 0 0;
  border-color: #753b1f transparent transparent transparent;
}

.section-report-banner::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 100px 20px;
  border-color: transparent transparent transparent #ffffff;
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50%;
  margin-top: -100px;
}

.bg-color-report {
  background-color: #0362fa;
}

section {
  position: relative;
}

.example-solution {
  margin-top: 3rem;
  border-left: 10px solid #233b90;
  padding: 2rem;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.05), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
          box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.05), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: white;
}

.example-solution:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .example-solution {
    padding: 1.5rem;
  }
}

.section-step {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.5rem;
  color: white;
}

.section-box {
  -webkit-transition: 150ms all;
  transition: 150ms all;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.05), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
          box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.05), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
}

.section-box:hover {
  -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
          box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.slick-slides {
  position: relative;
}

.slick-slides .slick-arrow {
  position: absolute;
  top: 50%;
  height: 42px;
  width: 24px;
  margin-top: -21px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-slides .slick-arrow.slick-prev {
  left: -20px;
}

.slick-slides .slick-arrow.slick-next {
  right: -20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slick-slides .slick-arrow.slick-disabled {
  display: none !important;
}

@media (max-width: 768px) {
  .slick-slides.slick-slides-fill .slick-track {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

@media (max-width: 768px) {
  .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .section-highlight {
    background-image: none;
  }
}

.section-highlight .highlight {
  background: white;
  padding: 2rem 0;
  margin-bottom: -3rem;
}

@media (min-width: 768px) {
  .section-highlight .highlight {
    margin-bottom: 0rem;
    position: absolute;
    padding: 0;
    top: 0;
    left: 60%;
    width: 40%;
    bottom: 0;
    z-index: 10;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .section-highlight .highlight .logos {
    padding-left: 10%;
  }
}

@media (min-width: 768px) {
  .section-highlight .highlight .logos img {
    max-height: 284px;
  }
}

@media (min-width: 768px) {
  .section-highlight .logos {
    position: relative;
    z-index: 100;
    margin-right: -40%;
  }
}

@media (min-width: 768px) {
  .section-highlight .logos img {
    max-height: 284px;
  }
}
/*# sourceMappingURL=main.4.css.map */