body[class*="field-service-gap-diagnostic"],
body[class*="field-service-gap-diagnostic"] .body-wrap {
  background: #ffffff;
}

body[class*="field-service-gap-diagnostic"] {
  padding-top: 0 !important;
}

body[class*="field-service-gap-diagnostic"] header .navbar {
  display: none;
}

body[class*="field-service-gap-diagnostic"] .body-wrap > footer {
  display: none;
}

.field-service-diagnostic-page {
  font-family: greycliff-cf, "Avenir Next", "Segoe UI", Arial, sans-serif;
  color: #2c4164;
  background: #ffffff;
}

.field-service-diagnostic-page *,
.field-service-diagnostic-page *::before,
.field-service-diagnostic-page *::after {
  box-sizing: border-box;
}

.fsd-shell {
  min-height: calc(100vh - 120px);
}

.fsd-footer {
  display: block;
  width: 100%;
  border-top: 1px solid #e2e8f0;
}

.fsd-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 32px 40px;
  color: #6b7b8d;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.fsd-header {
  border-bottom: 1px solid #e2e8f0;
  background: #ffffff;
}

.fsd-header__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 20px;
}

.fsd-logo img {
  display: block;
  height: 56px;
  width: auto;
}

.fsd-header__eyebrow,
.fsd-eyebrow,
.fsd-question__meta,
.fsd-results__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.fsd-header__eyebrow {
  color: #2c4164;
}

.fsd-progress {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

.fsd-progress__bar {
  height: 4px;
  margin-top: 24px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
}

.fsd-progress__fill {
  height: 100%;
  width: 0;
  background: #57afc1;
  transition: width 0.35s ease;
}

.fsd-progress__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
  color: #6b7b8d;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.fsd-stage {
  max-width: 760px;
  margin: 0 auto;
  padding: 72px 32px 96px;
}

.fsd-screen--animated {
  animation: fsd-fade-in 0.25s ease;
}

.fsd-intro h1 {
  margin: 0 0 24px;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.fsd-intro h1 .accent {
  color: #00c2d9;
}

.fsd-intro p {
  max-width: 620px;
  margin: 0 0 44px;
  font-size: 19px;
  line-height: 1.6;
  color: #6b7b8d;
}

.fsd-center {
  text-align: center;
}

.fsd-question__meta,
.fsd-eyebrow,
.fsd-results__eyebrow {
  color: #164a88;
  margin-bottom: 14px;
}

.fsd-question h2,
.fsd-gate h2,
.fsd-results__title {
  margin: 0 0 28px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.fsd-question h2 {
  font-size: 28px;
  line-height: 1.25;
}

.fsd-gate h2 {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.4px;
}

.fsd-gate p {
  margin: 0 0 36px;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.6;
  color: #6b7b8d;
}

.fsd-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}

.fsd-option {
  position: relative;
  width: 100%;
  padding: 18px 22px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  color: #2c4164;
  font-size: 16px;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: none;
}

.fsd-option:hover {
  border-color: #164a88;
  background: #f9fafc;
}

.fsd-option:focus,
.fsd-option:active {
  outline: none;
  box-shadow: none;
  -ms-transform: none;
      transform: none;
}

.fsd-option.is-selected {
  border-color: #164a88;
  background: #eef4fa;
}

.fsd-option.is-selected::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #164a88;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.fsd-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
}

.fsd-button,
.fsd-button--ghost {
  font-family: inherit;
  cursor: pointer;
  border: 0;
}

.fsd-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 16px 36px;
  border-radius: 6px;
  background: #ff6b00;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.12s ease;
}

a.fsd-button,
a.fsd-button:visited,
a.fsd-button:hover,
a.fsd-button:focus {
  color: #ffffff !important;
  text-decoration: none;
}

.fsd-button:hover {
  background: #e55f00;
  color: #ffffff;
  -ms-transform: translateY(-1px);
      transform: translateY(-1px);
}

.fsd-button[disabled] {
  background: #e2e8f0;
  color: #6b7b8d;
  cursor: not-allowed;
  -ms-transform: none;
      transform: none;
}

.fsd-button--ghost {
  padding: 8px 4px;
  background: transparent;
  color: #6b7b8d;
  font-size: 15px;
  font-weight: 600;
}

.fsd-button--ghost:hover {
  color: #2c4164;
}

.fsd-button--ghost[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

.fsd-form-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.fsd-form-grid .full {
  grid-column: 1 / -1;
}

.fsd-field label {
  display: block;
  margin-bottom: 8px;
  color: #2c4164;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.fsd-field input {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  color: #2c4164;
  font-size: 16px;
  font-family: inherit;
}

.fsd-field input:focus {
  outline: none;
  border-color: #164a88;
}

.fsd-consent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  color: #6b7b8d;
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
}

.fsd-consent input {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  accent-color: #164a88;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fsd-consent a {
  color: #164a88;
  text-decoration: underline;
}

.fsd-error {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid #f1b6ab;
  border-radius: 8px;
  background: #fff3f0;
  color: #8d2d13;
  font-size: 14px;
}

.fsd-results__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 40px;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid #e2e8f0;
}

.fsd-score__band {
  margin-bottom: 14px;
  color: #57afc1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.fsd-score__value {
  font-size: 92px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
}

.fsd-score__outof {
  margin-left: 4px;
  color: #6b7b8d;
  font-size: 24px;
  font-weight: 600;
}

.fsd-results__title {
  margin-top: 14px;
  margin-bottom: 8px;
  font-size: 28px;
}

.fsd-results__message {
  margin: 0 0 48px;
  font-size: 18px;
  line-height: 1.6;
}

.fsd-gap-title {
  margin: 0 0 16px;
  color: #164a88;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.fsd-gap-card {
  margin-bottom: 20px;
  padding: 28px 32px;
  border-left: 3px solid #57afc1;
  border-radius: 4px;
  background: #f5f7fa;
}

.fsd-gap-card__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.fsd-gap-card h4 {
  margin: 0;
  color: #2c4164;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.fsd-gap-card__score {
  color: #6b7b8d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.fsd-gap-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.fsd-gap-card p + p {
  margin-top: 12px;
}

.fsd-cta {
  position: relative;
  margin-top: 72px;
  padding: 60px 48px 56px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 6px 28px rgba(44, 65, 100, 0.06);
  overflow: hidden;
}

.fsd-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #57afc1 0%, #164a88 55%, #2c4164 100%);
}

.fsd-cta__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #57afc1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.fsd-cta h3 {
  max-width: 560px;
  margin: 0 auto 14px;
  color: #2c4164;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.fsd-cta p {
  max-width: 520px;
  margin: 0 auto 32px;
  color: #6b7b8d;
  font-size: 17px;
  line-height: 1.6;
}

.fsd-cta__outcomes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 36px;
}

.fsd-cta__outcome {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  color: #2c4164;
  font-size: 14px;
  font-weight: 600;
}

.fsd-cta__check {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e6f6f9;
  color: #57afc1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.fsd-cta__secondary {
  display: block;
  margin-top: 36px;
  color: #6b7b8d;
  font-size: 14px;
  font-weight: 600;
}

.fsd-cta__secondary a {
  color: #164a88;
  text-decoration: underline;
}

.fsd-radar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.fsd-radar svg {
  width: 100%;
  max-width: 400px;
  height: auto;
}

@keyframes fsd-fade-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 720px) {
  .fsd-header__inner,
  .fsd-progress,
  .fsd-stage {
    padding-left: 24px;
    padding-right: 24px;
  }
  .fsd-header__inner,
  .fsd-progress__meta,
  .fsd-nav,
  .fsd-results__top {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .fsd-header__inner {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .fsd-stage {
    padding-top: 48px;
    padding-bottom: 72px;
  }
  .fsd-intro h1 {
    font-size: 34px;
  }
  .fsd-intro p {
    font-size: 17px;
  }
  .fsd-question h2 {
    font-size: 22px;
  }
  .fsd-gate h2 {
    font-size: 28px;
  }
  .fsd-form-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .fsd-results__top {
    display: block;
  }
  .fsd-score__value {
    font-size: 72px;
  }
  .fsd-cta {
    padding: 44px 24px 40px;
  }
  .fsd-cta h3 {
    font-size: 26px;
  }
  .fsd-cta__outcomes {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 14px;
  }
}

@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
}

address, dl, ol, ul {
  margin-bottom: 1rem;
}

dl, ol, ul {
  margin-top: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
}

img, svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
}

.display-1, .display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
}

.display-3 {
  font-size: 4.5rem;
}

.display-3, .display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.list-inline, .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer:before {
  content: "\2014 \00A0";
}

.img-fluid, .img-thumbnail {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm td, .table-sm th {
  padding: .3rem;
}

.table-bordered, .table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: .25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745;
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
  background-color: #71dd8a;
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label:after, .was-validated .custom-file-input:valid ~ .custom-file-label:after {
  border-color: inherit;
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  background-color: #efa2a9;
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label:after, .was-validated .custom-file-input:invalid ~ .custom-file-label:after {
  border-color: inherit;
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .form-group, .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, span.page-numbers.current {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 118, 126, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 118, 126, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 118, 126, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 118, 126, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  background-color: transparent;
}

.btn-link.focus, .btn-link:focus, .btn-link:hover {
  text-decoration: underline;
  border-color: transparent;
}

.btn-link.focus, .btn-link:focus {
  box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: .5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-toggle:after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none;
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group, .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label:before {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label:after, .custom-control-label:before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

.custom-control-label:after {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label:before {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  font-size: 75%;
}

.custom-select-lg, .custom-select-sm {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  font-size: 125%;
}

.custom-file {
  display: inline-block;
  margin-bottom: 0;
}

.custom-file, .custom-file-input {
  position: relative;
  width: 100%;
  height: calc(2.25rem + 2px);
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label:after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}

.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-file-label, .custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
}

.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
}

.custom-control-label:before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label:before, .custom-file-label, .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  padding: .5rem 1rem;
}

.navbar, .navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-subtitle {
  margin-top: -.375rem;
}

.card-subtitle, .card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
  margin-bottom: -.75rem;
  border-bottom: 0;
}

.card-header-pills, .card-header-tabs {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: .25rem;
  }
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes a {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress, .progress-bar {
  display: -ms-flexbox;
  display: flex;
}

.progress-bar {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: a 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  -ms-transform: translateY(-25%);
      transform: translateY(-25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -ms-transform: translate(0);
      transform: translate(0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

.popover, .popover .arrow {
  position: absolute;
  display: block;
}

.popover .arrow {
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

.popover .arrow:after, .popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:after, .bs-popover-top .arrow:before {
  border-width: .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-top .arrow:after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:after, .bs-popover-right .arrow:before {
  border-width: .5rem .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-right .arrow:after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:after, .bs-popover-bottom .arrow:before {
  border-width: 0 .5rem .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-bottom .arrow:after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:after, .bs-popover-left .arrow:before {
  border-width: .5rem 0 .5rem .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-left .arrow:after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
  transition: transform .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    transition: none;
  }
}

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translateZ(0);
  }
}

.active.carousel-item-right, .carousel-item-next {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .active.carousel-item-right, .carousel-item-next {
    transform: translate3d(100%, 0, 0);
  }
}

.active.carousel-item-left, .carousel-item-prev {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    transform: translateZ(0);
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li:before {
  top: -10px;
}

.carousel-indicators li:after, .carousel-indicators li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li:after {
  bottom: -10px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
}

.rounded-right, .rounded-top {
  border-top-right-radius: 0.25rem !important;
}

.rounded-bottom, .rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom, .rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix:after {
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive:before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  top: 0;
}

.fixed-bottom, .fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, :after, :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container, body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 * Cube Portfolio - Responsive jQuery Grid Plugin
 *
 * version: 4.3.0 (9 August, 2017)
 * require: jQuery v1.8+
 *
 * Copyright 2013-2017, Mihai Buricea (http://scriptpie.com/cubeportfolio/live-preview/)
 * Licensed under CodeCanyon License (http://codecanyon.net/licenses)
 *
 */
.cbp, .cbp *, .cbp-l-direction:after, .cbp-l-filters-alignCenter .cbp-filter-counter:after, .cbp-l-filters-alignRight .cbp-filter-counter:after, .cbp-l-filters-button .cbp-filter-counter:after, .cbp-l-filters-buttonCenter .cbp-filter-counter:after, .cbp-l-filters-dropdownHeader:after, .cbp-l-filters-text .cbp-filter-counter:after, .cbp-popup-loadingBox:after, .cbp-popup-wrap, .cbp-popup-wrap *, .cbp-popup-wrap:before, .cbp:after, .cbp :after {
  box-sizing: border-box;
}

.cbp-l-grid-agency-desc, .cbp-l-grid-agency-title, .cbp-l-grid-blog-title, .cbp-l-grid-masonry-projects-desc, .cbp-l-grid-masonry-projects-title, .cbp-l-grid-projects-desc, .cbp-l-grid-projects-title, .cbp-l-grid-work-desc, .cbp-l-grid-work-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cbp-l-dropdown, .cbp-l-dropdown *, .cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-underline, .cbp-l-filters-underline *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-l-loadMore-bgbutton, .cbp-l-loadMore-bgbutton *, .cbp-l-loadMore-button, .cbp-l-loadMore-button *, .cbp-l-loadMore-text, .cbp-l-loadMore-text *, .cbp-search, .cbp-search * {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.cbp-lazyload:after, .cbp-popup-loadingBox:after, .cbp-popup-singlePageInline:after, .cbp:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: b .8s infinite linear;
  border-left: 3px solid rgba(114, 144, 182, 0.15);
  border-right: 3px solid rgba(114, 144, 182, 0.15);
  border-bottom: 3px solid rgba(114, 144, 182, 0.15);
  border-top: 3px solid rgba(114, 144, 182, 0.8);
  border-radius: 100%;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
  opacity: 1;
  -ms-transform: translateY(-44px);
      transform: translateY(-44px);
}

.cbp-l-filters-alignCenter .cbp-filter-counter, .cbp-l-filters-alignRight .cbp-filter-counter, .cbp-l-filters-button .cbp-filter-counter, .cbp-l-filters-buttonCenter .cbp-filter-counter, .cbp-l-filters-text .cbp-filter-counter {
  font: 400 11px/18px Open Sans,sans-serif;
  border-radius: 3px;
  color: #fff;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: transform .25s,opacity .25s;
}

.cbp-l-filters-alignCenter .cbp-filter-counter:after, .cbp-l-filters-alignRight .cbp-filter-counter:after, .cbp-l-filters-button .cbp-filter-counter:after, .cbp-l-filters-buttonCenter .cbp-filter-counter:after, .cbp-l-filters-text .cbp-filter-counter:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.cbp-item {
  display: inline-block;
  margin: 0 10px 20px 0;
}

.cbp {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  height: 400px;
}

.cbp > * {
  visibility: hidden;
}

.cbp .cbp-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.cbp img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}

.cbp a, .cbp a:active, .cbp a:hover {
  text-decoration: none;
  outline: 0;
}

.cbp-lazyload {
  position: relative;
  background: #fff;
  display: block;
}

.cbp-lazyload img {
  opacity: 1;
}

.cbp-lazyload img[data-cbp-src] {
  opacity: 0;
}

.cbp-lazyload img:not([data-cbp-src]) {
  transition: opacity .7s ease-in-out;
}

.cbp-lazyload:after {
  z-index: 0;
}

.cbp-wrapper-outer {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.cbp-wrapper, .cbp-wrapper-helper, .cbp-wrapper-outer {
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cbp-wrapper, .cbp-wrapper-helper {
  margin: 0;
}

.cbp-ready > * {
  visibility: visible;
}

.cbp-ready:after {
  display: none;
  visibility: hidden;
}

.cbp-ready .cbp-item, .cbp-ready .cbp-wrapper, .cbp-ready .cbp-wrapper-helper {
  position: absolute;
  top: 0;
  left: 0;
}

.cbp-item-off {
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
}

.cbp-item-on2off {
  z-index: 0;
}

.cbp-item-off2on {
  z-index: 1;
}

.cbp-item-on2on {
  z-index: 2;
}

.cbp-item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.cbp-l-inline img, .cbp-l-project-related-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.cbp-updateItems {
  transition: height 0.5s ease-in-out !important;
  will-change: height;
}

.cbp-updateItems .cbp-item {
  transition: top .5s ease-in-out,left .5s ease-in-out;
}

.cbp-updateItems .cbp-item-loading {
  animation: Q .5s ease-in-out;
  transition: none;
}

.cbp-removeItem {
  animation: c .5s ease-in-out;
}

.cbp-panel {
  width: 94%;
  max-width: 1170px;
  margin: 0 auto;
}

.cbp-misc-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
  text-align: center;
}

.cbp-misc-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes b {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes c {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.cbp-l-filters-left {
  float: left;
}

.cbp-l-filters-right {
  float: right;
}

.cbp-l-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-left, .cbp-l-filters-right {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .cbp-l-center {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cbp-caption, .cbp-caption-activeWrap, .cbp-caption-defaultWrap {
  display: block;
}

.cbp-caption-activeWrap {
  background-color: #282727;
}

.cbp-caption-active .cbp-caption, .cbp-caption-active .cbp-caption-activeWrap, .cbp-caption-active .cbp-caption-defaultWrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cbp-caption-active .cbp-caption-defaultWrap {
  top: 0;
}

.cbp-caption-active .cbp-caption-activeWrap {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
}

.cbp-l-caption-title {
  color: #fff;
  font: 400 16px/21px Open Sans,sans-serif;
}

.cbp-l-caption-desc {
  color: #aaa;
  font: 400 12px/16px Open Sans,sans-serif;
}

.cbp-l-caption-text {
  font: 400 14px/21px Open Sans,sans-serif;
  color: #fff;
  letter-spacing: 3px;
  padding: 0 6px;
}

.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
  background-color: #547eb1;
  color: #fff;
  display: inline-block;
  font: 400 12px/30px Open Sans,sans-serif;
  min-width: 90px;
  text-align: center;
  margin: 4px;
  padding: 0 6px;
}

.cbp-l-caption-buttonLeft:hover, .cbp-l-caption-buttonRight:hover {
  opacity: .9;
}

.cbp-caption-none .cbp-caption-activeWrap {
  display: none;
}

.cbp-l-caption-alignLeft .cbp-l-caption-body {
  padding: 12px 30px;
}

.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body {
  padding-top: 30px;
}

.cbp-l-caption-alignCenter {
  display: table;
  width: 100%;
  height: 100%;
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px 0;
}

.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  position: relative;
  transition: transform .25s;
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  -ms-transform: translateX(20px);
      transform: translateX(20px);
}

.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

@media only screen and (max-width: 480px) {
  .cbp-l-caption-alignLeft .cbp-l-caption-body {
    padding: 9px 11px;
  }
  .cbp-l-caption-title {
    font-size: 14px;
    line-height: 21px;
  }
  .cbp-l-caption-desc {
    font-size: 11px;
    line-height: 14px;
  }
  .cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    font-size: 11px;
    line-height: 28px;
    min-width: 69px;
    margin: 3px;
    padding: 0 4px;
  }
  .cbp-l-caption-text {
    font-size: 13px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 374px) {
  .cbp-l-caption-alignLeft .cbp-l-caption-body {
    padding: 8px 10px;
  }
  .cbp-l-caption-title {
    font-size: 13px;
    line-height: 20px;
  }
  .cbp-l-caption-desc {
    font-size: 11px;
    line-height: 14px;
  }
  .cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    font-size: 10px;
    line-height: 28px;
    min-width: 62px;
    margin: 1px;
    padding: 0 4px;
  }
}

.cbp-caption-fadeIn .cbp-caption-activeWrap {
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
  transition: opacity .5s;
}

.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1;
}

.cbp-caption-minimal .cbp-l-caption-desc, .cbp-caption-minimal .cbp-l-caption-title {
  position: relative;
  left: 0;
  opacity: 0;
  transition: transform .35s ease-out;
}

.cbp-caption-minimal .cbp-l-caption-title {
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.cbp-caption-minimal .cbp-l-caption-desc {
  -ms-transform: translateY(70%);
      transform: translateY(70%);
}

.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc, .cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.cbp-caption-minimal .cbp-caption-activeWrap {
  top: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1;
}

.cbp-caption-moveRight .cbp-caption-activeWrap {
  left: -100%;
  top: 0;
  transition: transform .35s;
}

.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

.cbp-caption-overlayBottom .cbp-caption-activeWrap {
  height: 60px;
  background-color: #181616;
  background-color: rgba(24, 22, 22, 0.7);
  transition: transform .25s;
}

.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}

.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  transition-duration: .35s;
}

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap, .cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap {
  transition: transform .35s;
}

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
  height: auto;
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: translateY(-34px);
      transform: translateY(-34px);
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap, .cbp-caption-overlayBottomPush .cbp-caption-defaultWrap {
  transition: transform .25s;
}

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
  height: 69px;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: translateY(-68px);
      transform: translateY(-68px);
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-transform: translateY(-69px);
      transform: translateY(-69px);
}

.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
  z-index: 2;
  transition: transform .25s;
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
  bottom: 0;
  z-index: 1;
  height: auto;
}

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: translateY(-68px);
      transform: translateY(-68px);
}

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap, .cbp-caption-overlayRightAlong .cbp-caption-defaultWrap {
  transition: transform .4s;
}

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
  top: 0;
  left: -50%;
  width: 50%;
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: translateX(25%);
      transform: translateX(25%);
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

.cbp-caption-pushDown .cbp-caption-activeWrap, .cbp-caption-pushDown .cbp-caption-defaultWrap {
  transition: transform .4s;
}

.cbp-caption-pushDown .cbp-caption-activeWrap {
  top: -100%;
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}

.cbp-caption-pushTop .cbp-caption-activeWrap, .cbp-caption-pushTop .cbp-caption-defaultWrap {
  transition: transform .4s;
}

.cbp-caption-pushTop .cbp-caption-activeWrap {
  height: 102%;
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-transform: translateY(-99%);
      transform: translateY(-99%);
}

.cbp-caption-revealBottom .cbp-caption-defaultWrap {
  z-index: 2;
  transition: transform .4s;
}

.cbp-caption-revealBottom .cbp-caption-activeWrap {
  top: 0;
  z-index: 1;
}

.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}

.cbp-caption-revealLeft .cbp-caption-activeWrap {
  left: 100%;
  top: 0;
  transition: transform .4s;
}

.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

.cbp-caption-revealTop .cbp-caption-defaultWrap {
  z-index: 2;
  transition: transform .4s;
}

.cbp-caption-revealTop .cbp-caption-activeWrap {
  top: 0;
  z-index: 1;
}

.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}

.cbp-caption-zoom .cbp-caption-defaultWrap {
  transition: transform .35s ease-out;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: scale(1.25);
      transform: scale(1.25);
}

.cbp-caption-zoom .cbp-caption-activeWrap {
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: opacity .4s;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1;
}

.cbp-caption-opacity .cbp-item {
  padding: 1px;
}

.cbp-caption-opacity .cbp-caption, .cbp-caption-opacity .cbp-caption-activeWrap, .cbp-caption-opacity .cbp-caption-defaultWrap {
  background-color: transparent;
}

.cbp-caption-opacity .cbp-caption {
  border: 1px solid transparent;
}

.cbp-caption-opacity .cbp-caption:hover {
  border-color: #ededed;
}

.cbp-caption-opacity .cbp-caption-defaultWrap {
  opacity: 1;
  transition: opacity .4s;
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
  opacity: .8;
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap {
  top: 0;
}

.cbp-caption-expand .cbp-caption {
  border-bottom: 1px dotted #eaeaea;
}

.cbp-caption-expand .cbp-caption-activeWrap {
  height: auto;
  background-color: transparent;
}

.cbp-caption-expand .cbp-caption-defaultWrap {
  cursor: pointer;
  font: 500 15px/23px Roboto,sans-serif;
  color: #474747;
  padding: 12px 0 11px 26px;
}

.cbp-caption-expand .cbp-caption-defaultWrap svg {
  position: absolute;
  top: 16px;
  left: 0;
}

.cbp-caption-expand .cbp-l-caption-body {
  font: 400 13px/21px Roboto,sans-serif;
  color: #888;
  padding: 0 0 20px 26px;
}

.cbp-caption-expand-active {
  transition: height 0.4s !important;
}

.cbp-caption-expand-active .cbp-item {
  transition: left 0.4s, top 0.4s !important;
}

.cbp-caption-expand-open .cbp-caption-activeWrap {
  transition: height .4s;
}

.cbp-l-filters-alignCenter {
  margin-bottom: 30px;
  text-align: center;
  font: 400 12px/21px sans-serif;
  color: #dadada;
}

.cbp-l-filters-alignCenter .cbp-filter-item {
  color: #949494;
  cursor: pointer;
  font: 400 13px/21px Open Sans,sans-serif;
  padding: 0 12px;
  position: relative;
  overflow: visible;
  margin: 0 0 10px;
  display: inline-block;
  transition: color .3s ease-in-out;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #2d2c2c;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
  -ms-transform: translateY(-30px);
      transform: translateY(-30px);
}

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  color: #2d2c2c;
  cursor: default;
}

.cbp-l-filters-alignCenter .cbp-filter-counter {
  background-color: #626161;
}

.cbp-l-filters-alignCenter .cbp-filter-counter:after {
  border-top: 4px solid #626161;
}

.cbp-l-filters-alignLeft {
  margin-bottom: 30px;
}

.cbp-l-filters-alignLeft .cbp-filter-item {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  font: 400 12px/30px Open Sans,sans-serif;
  padding: 0 13px;
  position: relative;
  overflow: visible;
  margin: 0 4px 10px;
  display: inline-block;
  color: #888;
  transition: color .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out;
}

.cbp-l-filters-alignLeft .cbp-filter-item:hover {
  color: #111;
}

.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
  background-color: #6c7a89;
  border: 1px solid #6c7a89;
  color: #fff;
  cursor: default;
}

.cbp-l-filters-alignLeft .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-alignLeft .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-alignLeft .cbp-filter-counter {
  display: inline;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-alignLeft {
    text-align: center;
  }
}

.cbp-l-filters-alignRight {
  margin-bottom: 30px;
  text-align: right;
}

.cbp-l-filters-alignRight .cbp-filter-item {
  background-color: transparent;
  color: #8b8b8b;
  cursor: pointer;
  font: 400 11px/31px Open Sans,sans-serif;
  padding: 0 14px;
  position: relative;
  overflow: visible;
  margin: 0 3px 10px;
  border: 1px solid #e4e2e2;
  text-transform: uppercase;
  display: inline-block;
  transition: color .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover {
  color: #2b3444;
}

.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
  color: #fff;
  background-color: #049372;
  border-color: #049372;
  cursor: default;
}

.cbp-l-filters-alignRight .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-alignRight .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-alignRight .cbp-filter-counter {
  background-color: #049372;
}

.cbp-l-filters-alignRight .cbp-filter-counter:after {
  border-top: 4px solid #049372;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-alignRight {
    text-align: center;
  }
}

.cbp-l-filters-button {
  margin-bottom: 30px;
}

.cbp-l-filters-button .cbp-filter-item {
  background-color: #fff;
  border: 1px solid #ececec;
  color: #888;
  cursor: pointer;
  font: 400 12px/32px Open Sans,sans-serif;
  margin: 0 5px 10px;
  overflow: visible;
  padding: 0 17px;
  position: relative;
  display: inline-block;
  transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
}

.cbp-l-filters-button .cbp-filter-item:hover {
  color: #545454;
  border-color: #dadada;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #545454;
  color: #fff;
  border-color: #5d5d5d;
  cursor: default;
}

.cbp-l-filters-button .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-button .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-button .cbp-filter-counter {
  background-color: #545454;
}

.cbp-l-filters-button .cbp-filter-counter:after {
  border-top: 4px solid #545454;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-button {
    text-align: center;
  }
}

.cbp-l-filters-buttonCenter {
  margin-bottom: 30px;
  text-align: center;
}

.cbp-l-filters-buttonCenter .cbp-filter-item {
  background-color: #fff;
  border: 1px solid #ececec;
  color: #888;
  cursor: pointer;
  font: 400 12px/32px Roboto,sans-serif;
  margin: 0 5px 10px;
  overflow: visible;
  padding: 0 17px;
  position: relative;
  display: inline-block;
  transition: color .3s ease-in-out,border-color .3s ease-in-out;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
  color: #5d5d5d;
}

.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
  color: #3b9cb3;
  border-color: #8cd2e5;
  cursor: default;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: #68abbc;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter:after {
  border-top: 4px solid #68abbc;
}

.cbp-l-filters-dropdown {
  margin-bottom: 40px;
  height: 38px;
  position: relative;
  z-index: 5;
}

.cbp-l-filters-dropdownWrap {
  width: 200px;
  position: absolute;
  right: 0;
  background: #4d4c4d;
}

.cbp-l-filters-dropdownHeader {
  font: 400 12px/38px Open Sans,sans-serif;
  margin: 0 17px;
  color: #fff;
  cursor: default;
  position: relative;
}

.cbp-l-filters-dropdownHeader:after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  margin-top: -1px;
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
  border-width: 0 5px 5px;
}

.cbp-l-filters-dropdownList {
  display: none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.cbp-l-filters-dropdownList > li {
  margin: 0;
  list-style: none;
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
  display: block;
  margin: 0;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
  background: transparent;
  color: #b3b3b3;
  width: 100%;
  text-align: left;
  font: 400 12px/40px Open Sans,sans-serif;
  margin: 0;
  padding: 0 17px;
  cursor: pointer;
  border: none;
  border-top: 1px solid #595959;
}

.cbp-l-filters-dropdownList .cbp-filter-item:hover {
  color: #e6e6e6;
}

.cbp-l-filters-dropdownList .cbp-filter-item-active {
  color: #fff;
  cursor: default;
}

.cbp-l-filters-dropdownWrap .cbp-filter-counter {
  display: inline;
}

.cbp-l-filters-dropdown-floated {
  float: right;
  margin-top: -2px;
  margin-left: 20px;
  width: 200px;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-dropdown-floated {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .cbp-l-filters-dropdownWrap {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.cbp-l-filters-list {
  margin-bottom: 30px;
  content: "";
  display: table;
  clear: both;
}

.cbp-l-filters-list .cbp-filter-item {
  background-color: transparent;
  color: #585252;
  cursor: pointer;
  font: 400 12px/35px Open Sans,sans-serif;
  padding: 0 18px;
  position: relative;
  overflow: visible;
  margin: 0 0 10px;
  float: left;
  border: 1px solid #3288c4;
  border-right-width: 0;
  transition: left .3s ease-in-out;
}

.cbp-l-filters-list .cbp-filter-item:hover {
  color: #000;
}

.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
  cursor: default;
  color: #fff;
  background-color: #3288c4;
}

.cbp-l-filters-list-first {
  border-radius: 6px 0 0 6px;
}

.cbp-l-filters-list-last {
  border-radius: 0 6px 6px 0;
  border-right-width: 1px !important;
}

.cbp-l-filters-list .cbp-filter-counter {
  display: inline;
}

@media only screen and (max-width: 600px) {
  .cbp-l-filters-list .cbp-filter-item {
    margin-right: 5px;
    border-radius: 6px;
    border-right-width: 1px;
  }
}

.cbp-l-filters-work {
  margin-bottom: 30px;
  text-align: center;
}

.cbp-l-filters-work .cbp-filter-item {
  background-color: #fff;
  color: #888;
  cursor: pointer;
  font: 600 11px/37px Open Sans,sans-serif;
  margin: 0 3px 15px;
  overflow: visible;
  padding: 0 16px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  transition: color .3s ease-in-out,background-color .3s ease-in-out;
}

.cbp-l-filters-work .cbp-filter-item:hover {
  color: #fff;
  background: #607d8b;
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
  background-color: #607d8b;
  color: #fff;
  cursor: default;
}

.cbp-l-filters-work .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-work .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-work .cbp-filter-counter {
  font: 600 11px/37px Open Sans,sans-serif;
  text-align: center;
  display: inline-block;
  margin-left: 8px;
}

.cbp-l-filters-work .cbp-filter-counter:before {
  content: "(";
}

.cbp-l-filters-work .cbp-filter-counter:after {
  content: ")";
}

.cbp-l-filters-big {
  margin-bottom: 30px;
  text-align: center;
}

.cbp-l-filters-big .cbp-filter-item {
  color: #444;
  cursor: pointer;
  font: 400 15px/22px Roboto,sans-serif;
  margin: 0 8px 10px;
  padding: 10px 23px;
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  text-transform: uppercase;
  transition: color .3s ease-in-out,border .3s ease-in-out;
}

.cbp-l-filters-big .cbp-filter-item:hover {
  color: #888;
}

.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
  border-color: #d5d5d5;
  color: #444;
  cursor: default;
}

.cbp-l-filters-big .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-big .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-text {
  margin-bottom: 30px;
  text-align: center;
  font: 400 12px/36px Lato,sans-serif;
  color: #dadada;
  padding: 0 15px;
}

.cbp-l-filters-text .cbp-filter-item {
  color: #949494;
  cursor: pointer;
  font: 400 13px/21px Lato,sans-serif;
  padding: 0 12px;
  position: relative;
  overflow: visible;
  margin: 0 0 10px;
  display: inline-block;
  transition: color .3s ease-in-out;
}

.cbp-l-filters-text .cbp-filter-item:hover {
  color: #2d2c2c;
}

.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
  -ms-transform: translateY(-30px);
      transform: translateY(-30px);
}

.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
  color: #2d2c2c;
  cursor: default;
}

.cbp-l-filters-text .cbp-filter-counter {
  background-color: #626161;
  font: 400 11px/18px Lato,sans-serif;
}

.cbp-l-filters-text .cbp-filter-counter:after {
  border-top: 4px solid #626161;
}

.cbp-l-filters-text-sort {
  display: inline-block;
  font: 400 13px/21px Lato,sans-serif;
  color: #949494;
  margin-right: 15px;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-text-sort {
    display: block;
    margin-bottom: 10px;
  }
}

.cbp-l-filters-underline {
  margin-bottom: 30px;
}

.cbp-l-filters-underline .cbp-filter-item {
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font: 600 14px/21px Open Sans,sans-serif;
  padding: 8px 10px;
  position: relative;
  overflow: visible;
  margin: 0 10px 10px;
  display: inline-block;
  color: #787878;
  transition: color .25s ease-in-out,border-color .25s ease-in-out;
}

.cbp-l-filters-underline .cbp-filter-item:hover {
  color: #111;
}

.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
  border-bottom-color: #666;
  color: #444;
  cursor: default;
}

.cbp-l-filters-underline .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-underline .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-underline .cbp-filter-counter {
  display: inline;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-underline {
    text-align: center;
  }
}

.cbp-animation-quicksand {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-quicksand .cbp-item {
  transition: transform .6s ease-in-out;
  perspective: 1000px;
}

.cbp-animation-quicksand .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper {
  animation: d .6s ease-out both;
}

.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper {
  animation: e .6s ease-out both;
}

@keyframes d {
  to {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
}

@keyframes e {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
}

.cbp-animation-boxShadow, .cbp-animation-fadeOut {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-boxShadow .cbp-item, .cbp-animation-fadeOut .cbp-item {
  transition: transform .6s ease-in-out;
  perspective: 1000px;
}

.cbp-animation-boxShadow .cbp-item-wrapper, .cbp-animation-fadeOut .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper, .cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper {
  animation: f .6s ease-in-out both;
}

.cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper, .cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper {
  animation: Q .6s ease-in-out both;
}

@keyframes f {
  0% {
    opacity: 1;
  }
  80%, to {
    opacity: 0;
  }
}

.cbp-animation-flipOut {
  transition: height .7s ease-in-out;
  will-change: height;
}

.cbp-animation-flipOut .cbp-item {
  transition: transform .7s ease-in-out;
  perspective: 1000px;
}

.cbp-animation-flipOut .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper {
  animation: g .7s both ease-in;
}

.cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper {
  animation: h .7s ease-out both;
}

@keyframes g {
  50%, to {
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: .2;
  }
}

@keyframes h {
  0%, 50% {
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: .2;
  }
}

.cbp-animation-flipBottom {
  transition: height .7s ease-in-out;
  will-change: height;
}

.cbp-animation-flipBottom .cbp-item {
  transition: transform .7s ease-in-out;
  perspective: 1000px;
}

.cbp-animation-flipBottom .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper {
  animation: i .7s both ease-in;
}

.cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper {
  animation: j .7s ease-out both;
}

@keyframes i {
  50%, to {
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: .2;
  }
}

@keyframes j {
  0%, 50% {
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: .2;
  }
}

.cbp-animation-scaleSides {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-scaleSides .cbp-item {
  transition: transform .6s ease-in-out;
  perspective: 1000px;
}

.cbp-animation-scaleSides .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper {
  animation: k .9s both;
}

.cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper {
  animation: l .9s both;
}

@keyframes k {
  50%, to {
    transform: scale(0.6);
    opacity: 0;
  }
}

@keyframes l {
  0%, 50% {
    transform: scale(0.6);
    opacity: 0;
  }
}

.cbp-animation-skew {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-skew .cbp-item {
  transition: transform .6s ease-in-out;
  perspective: 1000px;
}

.cbp-animation-skew .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper {
  animation: m .6s ease-out both;
}

.cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper {
  animation: n .6s ease-out both;
}

@keyframes m {
  to {
    opacity: 0;
    transform: scale3d(0, 0, 0) skew(20deg, 0);
  }
}

@keyframes n {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0) skew(0, 20deg);
  }
}

.cbp-animation-fadeOutTop {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-fadeOutTop .cbp-wrapper-outer {
  overflow: visible;
}

.cbp-animation-fadeOutTop .cbp-item {
  perspective: 1000px;
  overflow: visible;
}

.cbp-animation-fadeOutTop .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper {
  animation: o .6s both ease-in-out;
}

.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper {
  animation: p .6s both ease-in-out;
}

@keyframes o {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50%, to {
    transform: translateY(-30px);
    opacity: 0;
  }
}

@keyframes p {
  0%, 50% {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.cbp-animation-slideLeft {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-slideLeft .cbp-item {
  perspective: 1000px;
}

.cbp-animation-slideLeft .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper {
  animation: q .8s both ease-in-out;
}

.cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper {
  animation: r .8s both ease-in-out;
}

@keyframes q {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: .75;
    transform: scale(0.8);
  }
  75% {
    opacity: .75;
    transform: scale(0.8) translateX(-200%);
  }
  to {
    opacity: .75;
    transform: scale(0.8) translateX(-200%);
  }
}

@keyframes r {
  0%, 25% {
    opacity: .75;
    transform: scale(0.8) translateX(200%);
  }
  75% {
    opacity: .75;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}

.cbp-animation-sequentially {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-sequentially .cbp-wrapper-outer {
  overflow: visible;
}

.cbp-animation-sequentially .cbp-item {
  perspective: 1000px;
  overflow: visible;
}

.cbp-animation-sequentially .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper {
  animation: o .6s both ease;
}

.cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper {
  animation: p .6s both ease-out;
}

.cbp-animation-3dflip {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-3dflip .cbp-item {
  perspective: 1000px;
}

.cbp-animation-3dflip .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper {
  -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;
  animation: s .6s both ease-in-out;
}

.cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper {
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  animation: t .6s both ease-in-out;
}

@keyframes s {
  to {
    opacity: 0;
    transform: rotateY(90deg);
  }
}

@keyframes t {
  0% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

.cbp-animation-flipOutDelay {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-flipOutDelay .cbp-item {
  perspective: 1000px;
}

.cbp-animation-flipOutDelay .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper {
  animation: g 1s both ease-in;
}

.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper {
  animation: h 1s both ease-out;
}

.cbp-animation-slideDelay {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-slideDelay .cbp-item {
  perspective: 1000px;
}

.cbp-animation-slideDelay .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper {
  animation: u .5s both ease-in-out;
}

.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper {
  animation: v .5s both ease-in-out;
}

@keyframes u {
  to {
    transform: translateX(-100%);
  }
}

@keyframes v {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.cbp-animation-rotateSides {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-rotateSides .cbp-item {
  perspective: 1000px;
}

.cbp-animation-rotateSides .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: -50% 50%;
  -webkit-animation: w .5s both ease-in;
  -ms-transform-origin: -50% 50%;
      transform-origin: -50% 50%;
  animation: w .5s both ease-in;
}

.cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 150% 50%;
  -webkit-animation: x .6s both ease-out;
  -ms-transform-origin: 150% 50%;
      transform-origin: 150% 50%;
  animation: x .6s both ease-out;
}

@keyframes w {
  to {
    opacity: 0;
    transform: translateZ(-500px) rotateY(90deg);
  }
}

@keyframes x {
  0% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg);
  }
  40% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg);
  }
}

.cbp-animation-foldLeft {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-foldLeft .cbp-item {
  perspective: 1000px;
}

.cbp-animation-foldLeft .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper {
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  animation: y .7s both;
}

.cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper {
  animation: z .7s both;
}

@keyframes y {
  to {
    opacity: 0;
    transform: translateX(-100%) rotateY(-90deg);
  }
}

@keyframes z {
  0% {
    opacity: .3;
    transform: translateX(100%);
  }
}

.cbp-animation-unfold {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-unfold .cbp-item {
  perspective: 1000px;
}

.cbp-animation-unfold .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper {
  animation: A .8s both;
}

.cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 0 50%;
  -webkit-animation: B .8s both;
  -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;
  animation: B .8s both;
}

@keyframes A {
  90% {
    opacity: .3;
  }
  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@keyframes B {
  0% {
    opacity: 0;
    transform: translateX(100%) rotateY(90deg);
  }
}

.cbp-animation-scaleDown {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-scaleDown .cbp-item {
  perspective: 1000px;
}

.cbp-animation-scaleDown .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper {
  animation: C .7s both;
}

.cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper {
  animation: D .6s both;
}

@keyframes C {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes D {
  0% {
    transform: translateX(100%);
  }
}

.cbp-animation-frontRow {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-frontRow .cbp-item {
  perspective: 1000px;
}

.cbp-animation-frontRow .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper {
  animation: E .7s both ease;
}

.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper {
  animation: F .6s both ease;
}

@keyframes E {
  to {
    transform: translateX(-60%) scale(0.8);
    opacity: 0;
  }
}

@keyframes F {
  0% {
    transform: translateX(100%) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.cbp-animation-rotateRoom {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-rotateRoom .cbp-item {
  perspective: 1000px;
}

.cbp-animation-rotateRoom .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper {
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  animation: G .8s both ease;
}

.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper {
  -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;
  animation: H .8s both ease;
}

@keyframes G {
  90% {
    opacity: .3;
  }
  to {
    opacity: 0;
    transform: translateX(-100%) rotateY(90deg);
  }
}

@keyframes H {
  0% {
    opacity: .3;
    transform: translateX(100%) rotateY(-90deg);
  }
}

.cbp-animation-bounceBottom {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-bounceBottom .cbp-wrapper-helper {
  animation: I .6s both ease-in-out;
}

.cbp-animation-bounceBottom .cbp-wrapper {
  animation: J .6s both ease-in-out;
}

@keyframes I {
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes J {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.cbp-animation-bounceLeft {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-bounceLeft .cbp-wrapper-helper {
  animation: N .6s both ease-in-out;
}

.cbp-animation-bounceLeft .cbp-wrapper {
  animation: K .6s both ease-in-out;
}

@keyframes K {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.cbp-animation-bounceTop {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-bounceTop .cbp-wrapper-helper {
  animation: L .6s both ease-in-out;
}

.cbp-animation-bounceTop .cbp-wrapper {
  animation: M .6s both ease-in-out;
}

@keyframes L {
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes M {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.cbp-animation-moveLeft {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-moveLeft .cbp-wrapper-helper {
  animation: N .6s both ease-in-out;
}

.cbp-animation-moveLeft .cbp-wrapper {
  animation: O .6s both ease-in-out;
}

@keyframes N {
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes O {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.cbp-displayType-bottomToTop {
  perspective: 1000px;
}

.cbp-displayType-bottomToTop .cbp-item {
  animation: P .3s both ease-in;
}

@keyframes P {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cbp-displayType-fadeIn {
  animation: Q .5s both ease-in;
}

@keyframes Q {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.cbp-displayType-fadeInToTop {
  perspective: 1000px;
  animation: R .5s both ease-in;
}

@keyframes R {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cbp-displayType-sequentially .cbp-item {
  animation: Q .5s both ease-in;
}

.cbp-lightbox img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}

.cbp-popup-ie8bg {
  position: absolute;
  min-height: 100%;
  z-index: -1;
  background: #000;
}

.cbp-popup-ie8bg, .cbp-popup-wrap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cbp-popup-wrap {
  text-align: center;
  position: fixed;
  display: none;
  z-index: 99990;
  padding: 0 10px;
}

.cbp-popup-wrap video {
  outline: 0 none;
}

.cbp-popup-lightbox {
  background: rgba(0, 0, 0, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.cbp-popup-singlePage {
  background: #fff;
  padding: 0;
}

.cbp-popup-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cbp-popup-content-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.cbp-popup-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 100%;
}

.cbp-popup-lightbox .cbp-popup-content {
  display: -ms-flexbox;
  display: flex;
}

.cbp-popup-singlePage .cbp-popup-content {
  position: relative;
  z-index: 1;
  margin-top: 145px;
  max-width: 1024px;
  vertical-align: top;
  width: 94%;
}

.cbp-popup-singlePage .cbp-popup-content-basic {
  position: relative;
  z-index: 1;
  margin-top: 104px;
  vertical-align: top;
  width: 100%;
  display: inline-block;
  text-align: left;
}

.cbp-popup-lightbox-figure {
  width: 100%;
  position: relative;
  padding: 20px 0;
}

.cbp-popup-lightbox-bottom {
  position: relative;
  margin-top: 3px;
}

.cbp-popup-lightbox-title {
  padding-right: 50px;
  font: 400 12px/18px Open Sans,sans-serif;
  color: #eee;
}

.cbp-popup-lightbox-counter {
  position: absolute;
  top: 0;
  right: 0;
  font: 400 12px/18px Open Sans,sans-serif;
  color: #eee;
}

.cbp-popup-lightbox-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.cbp-popup-lightbox-img[data-action] {
  cursor: pointer;
}

.cbp-popup-lightbox-isIframe .cbp-popup-content {
  width: 75%;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .cbp-popup-lightbox-isIframe .cbp-popup-content {
    width: 95%;
  }
}

.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 3px;
}

.cbp-popup-lightbox-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
}

.cbp-popup-lightbox-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.cbp-popup-lightbox-iframe audio {
  margin-top: 27%;
}

.cbp-popup-lightbox-iframe .cbp-popup-lightbox-bottom {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 104px;
  background-color: #3d4750;
}

.cbp-popup-singlePage .cbp-popup-navigation {
  position: relative;
  width: 100%;
  height: 100%;
}

.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
  position: fixed;
}

.cbp-popup-singlePage-counter {
  color: #fff;
  position: absolute;
  margin: auto;
  right: 40px;
  top: 0;
  bottom: 0;
  font: 400 13px/30px Open Sans,sans-serif;
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .cbp-popup-singlePage-counter {
    right: 3%;
  }
}

.cbp-popup-close, .cbp-popup-next, .cbp-popup-prev {
  padding: 0;
  border: medium none;
  position: absolute;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cbp-popup-lightbox .cbp-popup-close, .cbp-popup-lightbox .cbp-popup-next, .cbp-popup-lightbox .cbp-popup-prev {
  visibility: hidden;
}

.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev {
  visibility: visible;
}

.cbp-popup-lightbox .cbp-popup-prev {
  background: url(../img/cbp-sprite.png) no-repeat scroll 0 0 transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.cbp-popup-lightbox .cbp-popup-prev:hover {
  background-position: 0 -46px;
}

.cbp-popup-singlePage .cbp-popup-prev {
  background: url(../img/cbp-sprite.png) no-repeat scroll 0 -92px transparent;
  width: 44px;
  height: 44px;
  margin: auto;
  top: 0;
  right: 108px;
  bottom: 0;
  left: 0;
}

.cbp-popup-singlePage .cbp-popup-prev:hover {
  background-position: 0 -138px;
}

.cbp-popup-lightbox .cbp-popup-next {
  background: url(../img/cbp-sprite.png) no-repeat scroll -46px 0 transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.cbp-popup-lightbox .cbp-popup-next:hover {
  background-position: -46px -46px;
}

.cbp-popup-singlePage .cbp-popup-next {
  background: url(../img/cbp-sprite.png) no-repeat scroll -46px -92px transparent;
  width: 44px;
  height: 44px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 108px;
}

.cbp-popup-singlePage .cbp-popup-next:hover {
  background-position: -46px -138px;
}

.cbp-popup-lightbox .cbp-popup-close {
  background: url(../img/cbp-sprite.png) no-repeat scroll -92px 0 transparent;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 20px;
}

.cbp-popup-lightbox .cbp-popup-close:hover {
  background-position: -92px -46px;
}

.cbp-popup-singlePage .cbp-popup-close {
  background: url(../img/cbp-sprite.png) no-repeat scroll -92px -92px transparent;
  height: 44px;
  width: 44px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cbp-popup-singlePage .cbp-popup-close:hover {
  background-position: -92px -138px;
}

.cbp-popup-singlePage .cbp-popup-ie8bg {
  background-color: #fff;
}

@media (max-height: 600px), only screen and (max-width: 360px) {
  .cbp-popup-close, .cbp-popup-next, .cbp-popup-prev {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
  }
  .cbp-popup-lightbox .cbp-popup-close {
    right: 10px;
    top: 10px;
  }
  .cbp-popup-lightbox .cbp-popup-next {
    right: 10px;
  }
  .cbp-popup-lightbox .cbp-popup-prev {
    left: 10px;
  }
  .cbp-popup-singlePage .cbp-popup-navigation-wrap {
    height: 84px;
  }
  .cbp-popup-singlePage .cbp-popup-content {
    margin-top: 120px;
  }
}

.cbp-popup-loadingBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cbp-popup-lightbox .cbp-popup-loadingBox:after {
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  border-right: 3px solid rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid rgba(255, 255, 255, 0.85);
}

.cbp-popup-ready .cbp-popup-loadingBox {
  visibility: hidden;
  display: none;
}

.cbp-popup-loading .cbp-popup-loadingBox {
  visibility: visible;
  display: block;
}

.cbp-popup-transitionend .cbp-popup-content-wrap {
  overflow-y: scroll;
}

.cbp-popup-singlePage {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition: transform .6s ease-in-out;
}

.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
  opacity: 0;
}

.cbp-popup-singlePage-fade {
  -ms-transform: translateX(0);
      transform: translateX(0);
  opacity: 0;
  transition: opacity .25s ease-in-out;
}

.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
  opacity: 1;
}

.cbp-popup-singlePage-right {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: transform .6s ease-in-out;
}

.cbp-popup-singlePage-open {
  -ms-transform: none;
      transform: none;
}

.cbp-l-project-title {
  color: #454444;
  font: 600 42px/46px Open Sans,sans-serif;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.cbp-l-project-subtitle {
  color: #787878;
  font: 400 14px/21px Open Sans,sans-serif;
  margin: 0 auto 50px;
  max-width: 500px;
  text-align: center;
}

.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.cbp-l-project-container {
  overflow: hidden;
  margin: 40px auto 0;
  clear: both;
}

.cbp-l-project-desc {
  float: left;
  width: 62%;
}

.cbp-l-project-details {
  float: right;
  width: 38%;
  padding-left: 60px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .cbp-l-project-title {
    font-size: 30px;
    line-height: 34px;
  }
  .cbp-l-project-desc {
    width: 100%;
  }
  .cbp-l-project-details {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}

.cbp-l-project-desc-title {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 22px;
  color: #444;
}

.cbp-l-project-desc-title span, .cbp-l-project-details-title span {
  border-bottom: 1px solid #747474;
  display: inline-block;
  margin: 0 0 -1px;
  font: 400 16px/36px Open Sans,sans-serif;
  padding: 0 5px 0 0;
}

.cbp-l-project-desc-text {
  font: 400 13px/20px Open Sans,sans-serif;
  color: #555;
  margin-bottom: 20px;
}

.cbp-l-project-details-title {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 19px;
  color: #444;
}

.cbp-l-project-details-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cbp-l-project-details-list > div, .cbp-l-project-details-list > li {
  border-bottom: 1px dotted #dfdfdf;
  padding: inherit;
  color: #666;
  font: 400 12px/30px Open Sans,sans-serif;
}

.cbp-l-project-details-list > div:last-child, .cbp-l-project-details-list > li:last-child {
  border: none;
}

.cbp-l-project-details-list strong {
  display: inline-block;
  color: #696969;
  font-weight: 600;
  min-width: 100px;
}

.cbp-l-project-details-visit {
  color: #fff;
  float: right;
  clear: both;
  text-decoration: none;
  font: 400 11px/18px Open Sans,sans-serif;
  margin-top: 25px;
  background-color: #62b57b;
  padding: 8px 19px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.cbp-l-project-details-visit:hover {
  opacity: .9;
  color: #fff;
}

.cbp-l-project-related-wrap {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.cbp-l-project-related-item {
  margin-left: 5%;
  max-width: 30%;
  float: left;
}

.cbp-l-project-related-item:first-child {
  margin-left: 0;
}

.cbp-l-project-related-title {
  font: 700 14px/18px Open Sans,sans-serif;
  color: #474747;
  margin-top: 20px;
}

.cbp-l-project-related-link {
  text-decoration: none;
}

.cbp-l-project-related-link:hover {
  opacity: .9;
}

.cbp-l-member-img {
  float: left;
  width: 40%;
  margin-top: 20px;
}

.cbp-l-member-img img {
  border: 1px solid #e2e2e2;
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: 0;
}

.cbp-l-member-info {
  margin-top: 20px;
  padding-left: 25px;
  float: left;
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .cbp-l-member-img {
    width: 100%;
    text-align: center;
  }
  .cbp-l-member-info {
    width: 100%;
    padding-left: 0;
  }
}

.cbp-l-member-name {
  font: 400 28px/28px Open Sans,sans-serif;
  color: #474747;
}

.cbp-l-member-position {
  font: 400 13px/21px Open Sans,sans-serif;
  color: #888;
  margin-top: 6px;
}

.cbp-l-member-desc {
  font: 400 12px/18px Open Sans,sans-serif;
  margin-top: 25px;
  color: #474747;
}

.cbp-popup-singlePageInline-open {
  transition: height 0.5s 0s !important;
}

.cbp-popup-singlePageInline-open .cbp-item {
  transition: transform 0.5s 0s !important;
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline:after {
  display: none;
  visibility: hidden;
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content, .cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation {
  transition-delay: 0;
}

.cbp-popup-singlePageInline {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.cbp-popup-singlePageInline .cbp-popup-content {
  opacity: 0;
  width: 100%;
  z-index: 1;
  min-height: 300px;
}

.cbp-popup-singlePageInline .cbp-popup-content, .cbp-popup-singlePageInline .cbp-popup-navigation {
  transition: opacity .4s ease-in .2s;
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
}

.cbp-popup-singlePageInline .cbp-popup-close {
  background: url(../img/cbp-sprite.png) no-repeat scroll -92px 0 transparent;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 30px;
}

.cbp-popup-singlePageInline .cbp-popup-close:hover {
  opacity: .7;
}

.cbp-popup-singlePageInline-ready {
  z-index: 4;
}

.cbp-popup-singlePageInline-ready .cbp-popup-content, .cbp-popup-singlePageInline-ready .cbp-popup-navigation {
  opacity: 1;
}

.cbp-popup-singlePageInline-ready:after {
  display: none;
  visibility: hidden;
}

.cbp-singlePageInline-active {
  opacity: 0.6 !important;
}

.cbp-l-inline {
  margin: 20px 0;
  overflow: hidden;
  background: #fafafa;
  padding: 30px;
}

.cbp-l-inline-left {
  float: left;
  width: 44%;
}

.cbp-l-project-img {
  max-width: 100%;
}

.cbp-l-inline-right {
  float: right;
  width: 56%;
  padding-left: inherit;
}

@media only screen and (max-width: 768px) {
  .cbp-l-inline-left {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .cbp-l-inline-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.cbp-l-inline-title {
  font: 400 28px/30px Open Sans,sans-serif;
  color: #474747;
}

.cbp-l-inline-subtitle {
  font: 400 13px/21px Open Sans,sans-serif;
  color: #888;
  margin-top: 7px;
}

.cbp-l-inline-desc {
  font: 400 13px/20px Open Sans,sans-serif;
  color: #474747;
  margin-top: 25px;
  margin-bottom: 20px;
}

.cbp-l-inline-view-wrap {
  text-align: right;
}

.cbp-l-inline-view {
  font: 400 13px/35px Open Sans,sans-serif;
  color: #9c9c9c;
  margin-top: 40px;
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #ccc;
  text-decoration: none;
}

.cbp-l-inline-view:hover {
  color: #757575;
}

.cbp-l-inline-details {
  margin-bottom: 15px;
  font: 13px/22px Open Sans,sans-serif;
}

.cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-defaultText {
  display: block;
}

.cbp-l-loadMore-button-loadingText, .cbp-l-loadMore-button-noMoreLoading, .cbp-l-loadMore-loadingText, .cbp-l-loadMore-noMoreLoading {
  display: none;
}

.cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText, .cbp-l-loadMore-loading .cbp-l-loadMore-loadingText {
  display: block;
}

.cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading, .cbp-l-loadMore-loading .cbp-l-loadMore-defaultText, .cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading {
  display: none;
}

.cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading, .cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading {
  display: block;
}

.cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText, .cbp-l-loadMore-stop .cbp-l-loadMore-defaultText, .cbp-l-loadMore-stop .cbp-l-loadMore-loadingText {
  display: none;
}

.cbp-l-loadMore-bgbutton {
  text-align: center;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link {
  border: 1px solid #dedede;
  color: #7e7b7b;
  display: inline-block;
  font: 400 13px/40px Lato,sans-serif;
  min-width: 80px;
  text-decoration: none;
  padding: 0 50px;
  margin-top: 50px;
  outline: 0;
  box-shadow: none;
  letter-spacing: 1px;
  transition: color .25s;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-loading, .cbp-l-loadMore-bgbutton .cbp-l-loadMore-link:hover {
  color: #b0b0b0;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop {
  color: #b0b0b0;
  cursor: default;
}

.cbp-l-loadMore-button {
  text-align: center;
}

.cbp-l-loadMore-button .cbp-l-loadMore-button-link, .cbp-l-loadMore-button .cbp-l-loadMore-link {
  border: 1px solid #dedede;
  color: #7e7b7b;
  display: inline-block;
  font: 400 12px/36px Open Sans,sans-serif;
  min-width: 80px;
  text-decoration: none;
  padding: 0 30px;
  outline: 0;
  margin-top: 40px;
  box-shadow: none;
  transition: color .25s;
}

.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-loading, .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover, .cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-loading, .cbp-l-loadMore-button .cbp-l-loadMore-link:hover {
  color: #b0b0b0;
}

.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop, .cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-button-stop, .cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop {
  cursor: default;
  color: #b0b0b0;
}

.cbp-l-loadMore-text {
  text-align: center;
}

.cbp-l-loadMore-text .cbp-l-loadMore-link, .cbp-l-loadMore-text .cbp-l-loadMore-text-link {
  font: 400 15px Open Sans,sans-serif;
  color: #7e7b7b;
  text-decoration: none;
  cursor: pointer;
  margin-top: 50px;
  display: block;
}

.cbp-l-loadMore-text .cbp-l-loadMore-stop, .cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
  color: #b0b0b0;
  cursor: default;
}

.cbp-mode-slider {
  transition: height .35s;
}

.cbp-mode-slider .cbp-item, .cbp-mode-slider .cbp-wrapper {
  transition: transform .35s;
}

.cbp-mode-slider .cbp-wrapper {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.cbp-mode-slider-dragStart * {
  cursor: move !important;
  cursor: -ms-grabbing !important;
  cursor: grabbing !important;
}

.cbp-mode-slider-dragStart .cbp-wrapper {
  transition: none;
}

.cbp-nav-next, .cbp-nav-prev {
  position: relative;
  background: #7c8b90;
  cursor: pointer;
  display: inline-block;
  margin-left: 1px;
  height: 22px;
  width: 21px;
}

.cbp-nav-next {
  border-radius: 0 2px 2px 0;
}

.cbp-nav-prev {
  border-radius: 2px 0 0 2px;
}

.cbp-nav-next:hover, .cbp-nav-prev:hover {
  opacity: .8;
}

.cbp-nav-next:after, .cbp-nav-prev:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/cbp-sprite.png) no-repeat;
  height: 10px;
  width: 7px;
}

.cbp-nav-next:after {
  background-position: -134px 0;
}

.cbp-nav-prev:after {
  background-position: -134px -12px;
}

.cbp-nav-stop {
  opacity: 0.5 !important;
  cursor: default !important;
}

.cbp-nav {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cbp-nav-controls {
  position: absolute;
  top: -51px;
  right: 0;
  z-index: 100;
}

.cbp-nav-pagination {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 100;
  left: 0;
  text-align: center;
}

.cbp-nav-pagination-item {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  cursor: pointer;
  background: #c2c2c2;
  transition: background .5s;
}

.cbp-nav-pagination-active {
  background: #797979;
}

.cbp-pagination-item {
  max-width: 100px;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 5px;
  position: relative;
}

.cbp-pagination-item img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.cbp-pagination-item:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: background .5s ease-in-out;
}

.cbp-pagination-active:after {
  background: transparent;
}

.cbp-slider-item, .cbp-slider-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cbp-slider .cbp-nav-controls {
  position: static;
}

.cbp-slider .cbp-nav-next, .cbp-slider .cbp-nav-prev {
  background: transparent;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 44px;
  height: 44px;
}

.cbp-slider .cbp-nav-next {
  right: 25px;
  left: auto;
}

.cbp-slider .cbp-nav-prev {
  left: 25px;
  right: auto;
}

.cbp-slider .cbp-nav-next:after, .cbp-slider .cbp-nav-prev:after {
  background: url(../img/cbp-sprite.png) no-repeat;
  width: 44px;
  height: 44px;
}

.cbp-slider .cbp-nav-next:after {
  background-position: -46px -92px;
}

.cbp-slider .cbp-nav-next:hover:after {
  background-position: -46px -46px;
}

.cbp-slider .cbp-nav-prev:after {
  background-position: 0 -92px;
}

.cbp-slider .cbp-nav-prev:hover:after {
  background-position: 0 -46px;
}

.cbp-slider .cbp-nav-pagination {
  text-align: right;
  bottom: 20px;
  right: 25px;
  left: auto;
}

.cbp-slider-edge .cbp-nav-controls {
  position: static;
}

.cbp-slider-edge .cbp-nav-next, .cbp-slider-edge .cbp-nav-prev {
  background: transparent;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 44px;
  height: 44px;
}

.cbp-slider-edge .cbp-nav-next {
  right: 0;
  left: auto;
}

.cbp-slider-edge .cbp-nav-prev {
  left: 0;
  right: auto;
}

.cbp-slider-edge .cbp-nav-next:after, .cbp-slider-edge .cbp-nav-prev:after {
  background: url(../img/cbp-sprite.png) no-repeat;
  width: 9px;
  height: 16px;
}

.cbp-slider-edge .cbp-nav-next:after {
  background-position: -134px -24px;
}

.cbp-slider-edge .cbp-nav-prev:after {
  background-position: -134px -42px;
}

.cbp-slider-edge .cbp-nav-pagination {
  bottom: -50px;
}

.cbp-slider-edge .cbp-nav-pagination-item {
  border: 2px solid #0f0f0f;
  opacity: .4;
  background: transparent;
}

.cbp-slider-edge .cbp-nav-pagination-active {
  background: #000;
}

.cbp-slider-inline {
  position: relative;
}

.cbp-slider-inline .cbp-slider-item {
  position: absolute;
  width: 100%;
  top: 0;
  transition: left .5s;
}

.cbp-slider-inline .cbp-slider-item--active {
  position: relative;
  z-index: 2;
}

.cbp-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.cbp-slider-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity .7s ease-in-out;
}

.cbp-slider-inline-ready .cbp-slider-controls {
  opacity: 1;
}

.cbp-slider-next, .cbp-slider-prev {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  cursor: pointer;
  position: relative;
  width: 36px;
  height: 36px;
  background: #547eb1;
}

.cbp-slider-next {
  margin-left: 1px;
}

.cbp-slider-next:after, .cbp-slider-prev:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/cbp-sprite.png) no-repeat;
  width: 9px;
  height: 16px;
}

.cbp-slider-next:after {
  background-position: -134px -60px;
}

.cbp-slider-prev:after {
  background-position: -134px -78px;
}

.cbp-l-grid-agency .cbp-caption:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  z-index: 1;
}

.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: scale(1.15);
      transform: scale(1.15);
}

.cbp-l-grid-agency-title {
  margin-top: 18px;
  font: 700 17px/24px Lato,sans-serif;
  color: #666;
  text-align: center;
  padding: 0 4px;
}

.cbp-item:hover .cbp-l-grid-agency-title {
  color: #222;
}

.cbp-l-grid-agency-desc {
  font: 400 12px/21px Open Sans,sans-serif;
  color: #aaa;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .cbp-l-grid-agency-title {
    font-size: 15px;
    line-height: 21px;
  }
}

.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(0, 0, 0, 0.7);
}

.cbp-l-grid-work .cbp-item {
  padding: 3px;
}

.cbp-l-grid-work .cbp-item-wrapper {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 7px 7px 27px;
  border-top: 1px solid #f4f4f4;
}

.cbp-l-grid-work-title {
  margin-top: 17px;
  font: 400 17px/25px Roboto Condensed,sans-serif;
  color: #607d8b;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.cbp-l-grid-work-title:hover {
  color: #365d67;
}

.cbp-l-grid-work-desc {
  font: 400 11px/16px Open Sans,sans-serif;
  color: #888;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
  .cbp-l-grid-work-title {
    font-size: 15px;
    line-height: 21px;
    margin-top: 15px;
  }
  .cbp-l-grid-work .cbp-item-wrapper {
    padding-bottom: 18px;
  }
}

.cbp-l-grid-blog-title {
  font: 400 18px/30px Open Sans,sans-serif;
  color: #444;
  display: block;
  margin-top: 17px;
}

.cbp-l-grid-blog-title:hover {
  color: #787878;
}

.cbp-l-grid-blog-date {
  color: #787878;
}

.cbp-l-grid-blog-comments, .cbp-l-grid-blog-date {
  font: 400 12px/18px Open Sans,sans-serif;
  display: inline-block;
}

.cbp-l-grid-blog-comments {
  color: #3c6fbb;
}

.cbp-l-grid-blog-comments:hover {
  opacity: .8;
}

.cbp-l-grid-blog-desc {
  font: 400 13px/18px Open Sans,sans-serif;
  color: #9b9b9b;
  margin-top: 9px;
}

.cbp-l-grid-blog-split {
  margin: 0 4px;
  font: 400 13px/16px Open Sans,sans-serif;
  color: #787878;
  display: inline-block;
}

.cbp-l-grid-clients {
  height: 180px;
}

.cbp-l-clients-title-block {
  font: 400 32px/53px Roboto,sans-serif;
  color: #666464;
  text-align: center;
  margin-bottom: 40px;
}

.cbp-l-grid-faq .cbp-item {
  width: 100%;
}

.cbp-l-grid-projects-title {
  font: 700 14px/21px Open Sans,sans-serif;
  color: #474747;
  margin-top: 15px;
}

.cbp-l-grid-projects-desc {
  font: 400 12px/18px Open Sans,sans-serif;
  color: #888;
  margin-top: 5px;
}

@media only screen and (max-width: 480px) {
  .cbp-l-grid-projects-title {
    margin-top: 12px;
  }
  .cbp-l-grid-projects-desc {
    margin-top: 3px;
  }
}

.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
  background-color: #59a3b6;
  background-color: rgba(89, 163, 182, 0.95);
}

.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
  background-color: #545454;
}

.cbp-l-grid-masonry-projects-title {
  font: 500 15px/22px Roboto,sans-serif;
  color: #59a3b6;
  text-align: center;
  display: block;
  margin-top: 12px;
}

.cbp-l-grid-masonry-projects-title:hover {
  color: #457c8b;
}

.cbp-l-grid-masonry-projects-desc {
  font: 400 12px/18px Roboto,sans-serif;
  color: #b2b2b2;
  text-align: center;
}

.cbp-l-grid-team-name {
  font: 400 17px/24px Open Sans,sans-serif;
  color: #456297;
  display: block;
  text-align: center;
  margin-top: 18px;
}

.cbp-l-grid-team-name:hover {
  color: #34425c;
}

.cbp-l-grid-team-position {
  font: italic 400 13px/21px Open Sans,sans-serif;
  color: #999;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .cbp-l-grid-team-name {
    font-size: 15px;
    line-height: 22px;
    margin-top: 13px;
  }
  .cbp-l-grid-team-position {
    font-size: 12px;
    line-height: 18px;
  }
}

.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
  background-color: #64c28e;
  background-color: rgba(101, 199, 150, 0.95);
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
  color: #fff;
  font: 400 14px/21px Lato,sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #fff;
  margin: 8px auto 0;
}

@media only screen and (max-width: 800px) {
  .cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
    display: none;
  }
}

.cbp-l-grid-mosaic-projects .cbp-caption-activeWrap {
  background-color: #59a3b6;
  background-color: rgba(89, 163, 182, 0.97);
}

.cbp-l-grid-mosaic .cbp-caption-activeWrap {
  background-color: #ffea71;
  background-color: rgba(255, 234, 113, 0.95);
}

.cbp-l-grid-mosaic .cbp-l-caption-title {
  color: #5a5a5a;
  font: 500 18px/22px Roboto,sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.cbp-l-grid-mosaic .cbp-l-caption-desc {
  color: #585858;
  font: 400 13px/20px Roboto,sans-serif;
}

@media only screen and (max-width: 480px) {
  .cbp-l-grid-mosaic .cbp-l-caption-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .cbp-l-grid-mosaic .cbp-l-caption-desc {
    font-size: 12px;
    line-height: 18px;
  }
}

.cbp-l-slider-title-block {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 22px;
}

.cbp-l-slider-title-block div {
  padding: 0 2px 6px 0;
  display: inline-block;
  border-bottom: 1px solid #a9a5a5;
  color: #5e5e5e;
  margin-bottom: -1px;
  font: 15px/21px Roboto,sans-serif;
}

.cbp-l-grid-slider-team-name {
  float: left;
  font: 20px/30px Roboto,sans-serif;
  color: #494949;
  margin-top: 16px;
}

.cbp-l-grid-slider-team-position {
  clear: both;
  font: 14px/21px Roboto,sans-serif;
  color: #a6a6a6;
}

.cbp-l-grid-slider-team-desc {
  font: 13px/20px Roboto,sans-serif;
  color: #969696;
  margin-top: 15px;
}

.cbp-l-grid-slider-team-social {
  float: right;
  margin-top: 22px;
}

.cbp-l-grid-slider-team-social a {
  margin-left: 4px;
}

.cbp-l-grid-slider-team-social a:hover {
  opacity: .8;
}

@media only screen and (max-width: 600px) {
  .cbp-l-grid-slider-team-wrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .cbp-l-grid-slider-team-name {
    font-size: 17px;
    line-height: 26px;
    width: 100%;
    margin-top: 12px;
    text-align: center;
  }
  .cbp-l-grid-slider-team-social {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
  .cbp-l-grid-slider-team-position {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }
  .cbp-l-grid-slider-team-desc {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    text-align: center;
  }
}

.cbp-l-slider-testimonials-wrap {
  background: #f8f9f9;
  padding: 80px 0 110px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dce1e2;
}

.cbp-l-grid-slider-testimonials-body {
  color: #424242;
  max-width: 800px;
  margin: 0 auto;
  font: 20px/32px sans-serif;
  text-align: center;
  padding: 0 40px;
}

.cbp-l-grid-slider-testimonials-footer {
  font: 12px/19px Roboto,sans-serif;
  color: #777;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}

.cbp-l-grid-tabs {
  height: 100px;
}

.cbp-l-grid-tabs .cbp-item {
  font: 14px/24px Lato,sans-serif;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  right: 0;
  text-align: center;
  color: #5a5a5a;
}

.cbp-l-testimonials-title-block {
  position: relative;
  text-align: center;
  font: 26px/36px Roboto,sans-serif;
  color: #e7e7e7;
  margin-bottom: 60px;
}

.cbp-l-testimonials-title-block:after {
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 23px;
  height: 2px;
  bottom: -6px;
  background-color: #c2c2c2;
  left: 0;
  right: 0;
}

.cbp-l-testimonials-wrap {
  background: #2d2d2d;
  padding: 60px 0 110px;
}

.cbp-l-grid-testimonials-body {
  color: #e7e7e7;
  max-width: 800px;
  margin: 0 auto;
  font: 20px/32px Roboto,sans-serif;
  text-align: center;
  padding: 0 20px;
}

.cbp-l-grid-testimonials-footer {
  font: 12px/19px Roboto,sans-serif;
  color: #c2c2c2;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 35px;
}

.cbp-search {
  position: relative;
  width: 220px;
  margin-bottom: 40px;
}

.cbp-search .cbp-search-nothing {
  display: none;
}

.cbp-search-icon {
  position: absolute;
  width: 32px;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
}

.cbp-search-icon:after {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTEyMTYgODMycTAtMTg1LTEzMS41LTMxNi41VDc2OCAzODQgNDUxLjUgNTE1LjUgMzIwIDgzMnQxMzEuNSAzMTYuNVQ3NjggMTI4MHQzMTYuNS0xMzEuNVQxMjE2IDgzMnptNTEyIDgzMnEwIDUyLTM4IDkwdC05MCAzOHEtNTQgMC05MC0zOGwtMzQzLTM0MnEtMTc5IDEyNC0zOTkgMTI0LTE0MyAwLTI3My41LTU1LjV0LTIyNS0xNTAtMTUwLTIyNVQ2NCA4MzJ0NTUuNS0yNzMuNSAxNTAtMjI1IDIyNS0xNTBUNzY4IDEyOHQyNzMuNSA1NS41IDIyNSAxNTAgMTUwIDIyNVQxNDcyIDgzMnEwIDIyMC0xMjQgMzk5bDM0MyAzNDNxMzcgMzcgMzcgOTB6Ii8+PC9zdmc+") no-repeat scroll 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cbp-search-input {
  height: 36px;
  padding: 0 32px 0 12px;
  margin: 0;
  border-radius: 1px;
  border: 1px solid #c6c3c4;
  font: 400 12px Open Sans,sans-serif;
  width: 100%;
}

.cbp-search-input[value] + .cbp-search-icon {
  pointer-events: auto;
}

.cbp-search-input[value] + .cbp-search-icon:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTE0OTAgMTMyMnEwIDQwLTI4IDY4bC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTI5NC0yOTQtMjk0IDI5NHEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2cS0yOC0yOC0yOC02OHQyOC02OGwyOTQtMjk0LTI5NC0yOTRxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NCAyOTQtMjk0cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh0LTI4IDY4bC0yOTQgMjk0IDI5NCAyOTRxMjggMjggMjggNjh6Ii8+PC9zdmc+");
}

.cbp-search-nothing {
  position: absolute;
  top: 0;
  padding: 0 0 30px;
  text-align: center;
  width: 100%;
  font: 13px Open Sans,sans-serif;
}

@media only screen and (max-width: 600px) {
  .cbp-search {
    width: 100%;
  }
}

.cbp-l-project-social {
  display: -ms-flexbox;
  display: flex;
}

.cbp-social-fb, .cbp-social-googleplus, .cbp-social-pinterest, .cbp-social-twitter {
  margin-right: 9px;
  display: -ms-flexbox;
  display: flex;
}

.cbp-social-fb:hover, .cbp-social-googleplus:hover, .cbp-social-pinterest:hover, .cbp-social-twitter:hover {
  opacity: .8;
}

.cbp-social-fb:focus, .cbp-social-googleplus:focus, .cbp-social-pinterest:focus, .cbp-social-twitter:focus {
  outline: none;
}

.cbp-social-fb path {
  fill: #415c9b;
}

.cbp-social-twitter path {
  fill: #55acee;
}

.cbp-social-googleplus path {
  fill: #e57371;
}

.cbp-social-pinterest path {
  fill: #cb2027;
}

.cbp-l-sort {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.cbp-l-direction {
  display: inline-block;
  background: #4d4c4d;
  float: left;
  height: 38px;
  width: 38px;
  position: relative;
  border-left: 1px solid #6b6a6a;
}

.cbp-l-direction:hover {
  opacity: .9;
}

.cbp-l-direction-item {
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: none;
  z-index: 1;
  background: transparent;
  position: relative;
}

.cbp-l-direction:after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  width: 0;
  margin: -3px auto 0;
  cursor: pointer;
  z-index: 0;
}

.cbp-l-direction--second:after {
  border-width: 0 5px 5px;
}

.cbp-l-direction--first div:first-child, .cbp-l-direction--second div:nth-child(2) {
  display: block;
}

.cbp-l-sort--simple {
  margin-left: 70px;
}

.cbp-l-sort--simple .cbp-l-dropdown-wrap {
  background: transparent;
}

.cbp-l-sort--simple .cbp-l-dropdown-header {
  font: 400 13px/36px Lato,sans-serif;
  color: #787878;
  margin: 0;
}

.cbp-l-sort--simple .cbp-l-dropdown-list {
  background: #fff;
  box-shadow: 0 0 2px 0 #e2e2e2;
  border: 1px solid #ddd;
}

.cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item {
  border-top: 0;
  color: #787878;
}

.cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item--active, .cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item:hover {
  color: #b3b3b3;
}

.cbp-l-text-sort {
  font: 400 13px/36px Lato,sans-serif;
  color: #949494;
  margin-right: 15px;
}

.cbp-l-dropdown {
  height: 38px;
  position: relative;
  z-index: 5;
  width: 170px;
  float: left;
}

.cbp-l-dropdown-wrap {
  width: 100%;
  position: absolute;
  background: #4d4c4d;
}

.cbp-l-dropdown-header {
  font: 400 12px/38px Open Sans,sans-serif;
  margin: 0 17px;
  color: #fff;
  cursor: default;
  position: relative;
}

.cbp-l-dropdown-list {
  display: none;
}

.cbp-l-dropdown-wrap.cbp-l-dropdown-wrap--open .cbp-l-dropdown-list {
  display: block;
  margin: 0;
}

.cbp-l-dropdown-list .cbp-l-dropdown-item {
  background: transparent;
  color: #b3b3b3;
  width: 100%;
  text-align: left;
  font: 400 12px/40px Open Sans,sans-serif;
  margin: 0;
  padding: 0 17px;
  cursor: pointer;
  border: none;
  border-top: 1px solid #595959;
}

.cbp-l-dropdown-list .cbp-l-dropdown-item:hover {
  color: #e6e6e6;
}

.cbp-l-dropdown-list .cbp-l-dropdown-item--active {
  color: #fff;
  cursor: default;
}

.cbp-l-dropdown-floated {
  float: right;
  margin-top: -2px;
  margin-left: 20px;
  width: 200px;
}

@media only screen and (max-width: 480px) {
  .cbp-l-dropdown-floated {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .cbp-l-dropdown-wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.cbp-popup-singlePageInline {
  visibility: hidden;
  opacity: 0;
}

.cbp-popup-singlePageInline.cbp-popup-singlePageInline-ready {
  visibility: visible;
  opacity: 1;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable tfoot th, table.dataTable thead th {
  font-weight: 700;
}

table.dataTable thead td, table.dataTable thead th {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead td:active, table.dataTable thead th:active {
  outline: none;
}

table.dataTable tfoot td, table.dataTable tfoot th {
  padding: 10px 18px 6px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: 100%;
}

table.dataTable thead .sorting_desc {
  background-image: url(DataTables-1.10.18/images/sort_desc.png);
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url(DataTables-1.10.18/images/sort_desc_disabled.png);
}

table.dataTable tbody tr {
  background-color: #fff;
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

table.dataTable tbody td, table.dataTable tbody th {
  padding: 8px 10px;
}

table.dataTable.display tbody td, table.dataTable.display tbody th, table.dataTable.row-border tbody td, table.dataTable.row-border tbody th {
  border-top: 1px solid #ddd;
}

table.dataTable.display tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.row-border tbody tr:first-child th {
  border-top: none;
}

table.dataTable.cell-border tbody td, table.dataTable.cell-border tbody th {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr td:first-child, table.dataTable.cell-border tbody tr th:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child td, table.dataTable.cell-border tbody tr:first-child th {
  border-top: none;
}

table.dataTable.display tbody tr.odd, table.dataTable.stripe tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.display tbody tr.odd.selected, table.dataTable.stripe tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.display tbody tr:hover, table.dataTable.hover tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.display tbody tr:hover.selected, table.dataTable.hover tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3, table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3, table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: #f5f5f5;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap td, table.dataTable.nowrap th {
  white-space: nowrap;
}

table.dataTable.compact thead td, table.dataTable.compact thead th {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tbody td, table.dataTable.compact tbody th, table.dataTable.compact tfoot td, table.dataTable.compact tfoot th {
  padding: 4px;
}

table.dataTable td.dt-left, table.dataTable th.dt-left {
  text-align: left;
}

table.dataTable td.dataTables_empty, table.dataTable td.dt-center, table.dataTable th.dt-center {
  text-align: center;
}

table.dataTable td.dt-right, table.dataTable th.dt-right {
  text-align: right;
}

table.dataTable td.dt-justify, table.dataTable th.dt-justify {
  text-align: justify;
}

table.dataTable td.dt-nowrap, table.dataTable th.dt-nowrap {
  white-space: nowrap;
}

table.dataTable tfoot td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable thead th.dt-head-left {
  text-align: left;
}

table.dataTable tfoot td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable thead th.dt-head-center {
  text-align: center;
}

table.dataTable tfoot td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable thead th.dt-head-right {
  text-align: right;
}

table.dataTable tfoot td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable thead th.dt-head-justify {
  text-align: justify;
}

table.dataTable tfoot td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable thead th.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody td.dt-body-left, table.dataTable tbody th.dt-body-left {
  text-align: left;
}

table.dataTable tbody td.dt-body-center, table.dataTable tbody th.dt-body-center {
  text-align: center;
}

table.dataTable tbody td.dt-body-right, table.dataTable tbody th.dt-body-right {
  text-align: right;
}

table.dataTable tbody td.dt-body-justify, table.dataTable tbody th.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody td.dt-body-nowrap, table.dataTable tbody th.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable, table.dataTable td, table.dataTable th {
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: .5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: .755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: .25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: .5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: #fff;
  background: linear-gradient(180deg, #fff 0, #dcdcdc);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  border: 1px solid #111;
  background-color: #585858;
  background: linear-gradient(180deg, #585858 0, #111);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(180deg, #2b2b2b 0, #0c0c0c);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0));
}

.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_processing {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollBody > table, .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: .5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: .5em;
  }
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #b0bed9;
}

table.dataTable.display tbody > tr.odd.selected, table.dataTable.display tbody > tr.odd > .selected, table.dataTable.stripe tbody > tr.odd.selected, table.dataTable.stripe tbody > tr.odd > .selected {
  background-color: #acbad4;
}

table.dataTable.display tbody > tr.selected:hover, table.dataTable.display tbody > tr > .selected:hover, table.dataTable.hover tbody > tr.selected:hover, table.dataTable.hover tbody > tr > .selected:hover {
  background-color: #aab7d1;
}

table.dataTable.display tbody > tr.selected > .sorting_1, table.dataTable.display tbody > tr.selected > .sorting_2, table.dataTable.display tbody > tr.selected > .sorting_3, table.dataTable.display tbody > tr > .selected, table.dataTable.order-column tbody > tr.selected > .sorting_1, table.dataTable.order-column tbody > tr.selected > .sorting_2, table.dataTable.order-column tbody > tr.selected > .sorting_3, table.dataTable.order-column tbody > tr > .selected {
  background-color: #acbad5;
}

table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #a6b4cd;
}

table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #acbad5;
}

table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.display tbody > tr:hover > .selected, table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected, table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #a2aec7;
}

table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox {
  position: relative;
}

table.dataTable tbody td.select-checkbox:after, table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:after, table.dataTable tbody th.select-checkbox:before {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
  content: " ";
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid #000;
  border-radius: 3px;
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
  content: "\2714";
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #b0bed9,-1px -1px #b0bed9,1px -1px #b0bed9,-1px 1px #b0bed9;
}

div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
  margin-left: .5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-bg, .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  cursor: pointer;
  border: none;
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li, .slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:root, body, html {
  font-family: greycliff-cf,Geneva,sans-serif;
  color: #5f5f5f;
}

@media screen and (max-width: 991px) {
  :root, body, html {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  :root, body, html {
    font-size: 14px;
  }
}

h1 {
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 500;
}

h1, h2 {
  margin-bottom: .8em;
  color: #37404a;
}

h2 {
  font-size: 2em;
  line-height: 1.18em;
}

h2, h3 {
  font-weight: 400;
}

h3 {
  font-size: 1.75em;
  line-height: 1em;
  margin-bottom: .7em;
  color: #37404a;
}

h4 {
  font-size: 1.375em;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: .6em;
}

h4, p {
  color: #5f6e7d;
}

p {
  font-size: 1.125em;
  line-height: 1.17em;
  margin-bottom: .5em;
}

p.lead {
  font-size: 1.375em;
  color: #37404a;
  line-height: 1.36em;
}

p.small {
  font-size: 1em;
  line-height: 1.25em;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg p {
  color: #fff;
}

.dark-bg h4 {
  color: #e9eef2;
}

a:not(.btn) {
  color: #ff6b00;
  transition: all .3s ease;
  font-weight: 500;
}

a:not(.btn):hover {
  color: #ff9141;
}

.arrow-link {
  padding-right: 15px;
  background: url(../images/link-arrow.svg) right top 7px no-repeat;
  background-size: 10px 10px;
  font-size: 16px;
}

.btn, span.page-numbers.current {
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  padding: .25em 1.2em;
  text-decoration: none;
  font-weight: 700;
  transition: all .3s ease;
}

.primary-btn, span.page-numbers.current {
  background-color: #ff6b00;
  border-color: #ff6b00;
  color: #fff;
}

.primary-btn:hover {
  background-color: #cc5600;
  /*background-color:#ff9141;border-color:#ff9141;*/
  border-color: #cc5600;
  color: #fff;
}

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

.secondary-btn:hover {
  background-color: #cc5600;
  border-color: #cc5600;
  color: #fff;
}

.secondary-btn-alt {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.secondary-btn-alt:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

:active, :focus {
  outline: none !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.title-bar {
  padding: 30px 0;
  background-size: cover;
  background-position: top;
}

.title-bar h1 {
  margin: 0;
}

.title-bar .image-wrape {
  float: left;
  margin-right: 10px;
}

.title-bar .image-wrape img {
  width: 40px;
  margin-top: 5px;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.action-wrap {
  margin-top: 1.5em;
}

section {
  padding: 40px 0;
}

.red-dot-list {
  list-style: none;
}

.red-dot-list li {
  margin: 10px 0;
}

.red-dot-list li:before {
  content: "•";
  color: #0055b8;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: .5em;
}

.white-btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.white-btn:hover {
  background-color: #fff;
  color: #164a88;
}

#breadcrumbs {
  padding: 0;
  list-style: none;
  background-color: transparent;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
  min-height: 1px;
  padding-right: 15px;
}

#breadcrumbs li {
  color: #62c9da;
  display: inline-block;
  margin: 0;
  position: inherit;
  padding-left: 0;
}

#breadcrumbs li:before {
  display: none;
}

#breadcrumbs li a {
  color: #62c9da;
  text-decoration: none;
}

#breadcrumbs li a:hover {
  text-decoration: underline;
}

#breadcrumbs li span {
  margin-left: -5px;
}

#breadcrumbs li:after {
  padding: 0 0 0 4px;
  content: "/\00a0";
  color: #62c9da;
}

#breadcrumbs li:last-child:after {
  display: none;
}

.margin-30, .vc_row.margin-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.padding-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.margin-20, .vc_row.margin-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.padding-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.d-gray {
  background-color: #e4eff5;
}

.col-lg-5ths, .col-md-5ths, .col-sm-5ths, .col-xs-5ths {
  position: relative;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main ul li {
  margin: 10px 0;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
}

main ul li:before {
  content: "";
  background-color: #62c9da;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.support-services-banner {
  padding-bottom: 100px;
  position: relative;
  background-size: cover;
  background-position: top;
  min-height: 400px;
}

.support-services-banner:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(5, 52, 108, 0.9) 0, rgba(5, 52, 108, 0.5) 50%);
}

.support-services-banner p {
  font-size: 1.375rem;
}

.vc_column_container.container, .vc_row.container {
  margin-left: auto;
  margin-right: auto;
}

.vc_section {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.padding-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.primary-green-btn {
  background-color: #5da73c;
  border-color: #5da73c;
  color: #fff;
}

.primary-green-btn:hover {
  background-color: #7ac15b;
  border-color: #7ac15b;
  color: #fff;
}

.newsletter-btn {
  margin-left: 10px;
}

.newsletter-btn svg {
  fill: #fff;
  transition: all .3s ease;
  width: 25px;
  margin-top: -4px;
  margin-left: 4px;
}

img.alignleft {
  float: left;
}

@media (max-width: 1199px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

@media (max-width: 991px) {
  .col-md-5ths {
    width: 25%;
    float: left;
  }
}

@media (max-width: 767px) {
  .col-sm-5ths {
    width: 33.333%;
    float: left;
  }
  .vc_column_container > .vc_column-inner, .vc_non_responsive .vc_row .vc_col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .col-xs-5ths {
    width: 100%;
    float: none;
  }
  #breadcrumbs li, #breadcrumbs li a {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  #breadcrumbs li, #breadcrumbs li a {
    font-size: 12px;
  }
}

.page-id-1224 .text-wrap p, .page-id-1918 .text-wrap p {
  font-size: 18px;
  color: #5f6e7d;
  line-height: 1.5;
  margin-bottom: 20px;
}

.page-id-1224 .text-wrap ul, .page-id-1918 .text-wrap ul {
  font-size: 18px;
  line-height: 1.5;
}

.error-page .content-section {
  background: #f4f8fa;
  position: relative;
}

.error-page .content-section .text-wrap {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.error-page .content-section .text-wrap h3 {
  color: #164a88;
  font-size: 36px;
}

.error-page .content-section .text-wrap p {
  font-size: 24px;
  color: #37404a;
}

.error-page .content-section .image-wrap {
  position: absolute;
}

.error-page .content-section .content-wrap {
  position: relative;
  width: 100%;
  height: 550px;
}

.error-page .content-section .content-wrap .left-content {
  float: left;
  width: 250px;
  text-align: center;
  padding: 10px 0;
  margin: 60px 0 0;
}

.error-page .content-section .content-wrap .left-content p {
  padding-top: 20px;
}

.error-page .content-section .content-wrap .right-content {
  float: right;
  width: 250px;
  text-align: center;
  padding: 10px 0;
  margin: 60px 0 0;
}

.error-page .content-section .content-wrap .right-content p {
  padding-top: 20px;
}

.error-page .content-section .btn {
  padding: .55em 1.2em;
}

.error-page .content-section .video-modal .modal-dialog {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
}

.error-page .content-section .video-modal .modal-content {
  border: none;
  background-color: rgba(0, 0, 0, 0.85);
  width: 1400px;
  height: auto;
  padding: 20px;
}

.error-page .content-section .video-modal .modal-content .modal-header {
  padding: 0;
  border: none;
}

.error-page .content-section .video-modal .modal-content .modal-header .close {
  right: 20px;
  color: #fff;
  z-index: 9999;
  text-shadow: none;
  opacity: 1;
  font-weight: 300;
  font-size: 2.25rem;
  background: #164a88;
  margin: auto;
  padding: 0 10px;
  position: absolute;
}

.error-page .content-section .video-modal .modal-content .modal-body {
  padding: 0;
}

.error-page .content-section .video-modal .modal-content .modal-body #video {
  width: 1400px;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .error-page .content-section .content-wrap .left-content, .error-page .content-section .content-wrap .right-content {
    margin: 50px 0;
  }
}

@media screen and (max-width: 991px) {
  .error-page .content-section .text-wrap {
    padding: 0 40px;
  }
  .error-page .content-section .text-wrap h3 {
    font-size: 30px;
  }
  .error-page .content-section .text-wrap p {
    font-size: 18px;
  }
  .error-page .content-section .image-wrap {
    position: relative;
  }
  .error-page .content-section .image-wrap img {
    padding: 10px;
  }
  .error-page .content-section .content-wrap {
    height: auto;
  }
  .error-page .content-section .content-wrap .left-content, .error-page .content-section .content-wrap .right-content {
    float: none;
    width: auto;
    padding: 10px 100px;
    margin: auto;
  }
  .error-page .content-section .video-modal .modal-dialog .modal-content {
    max-width: 100%;
  }
  .error-page .content-section .video-modal .modal-dialog .modal-body iframe {
    width: 100%;
  }
}

.cookie-notice-container {
  background: #ff6b00;
  font-size: 16px;
}

#cookie-notice #cn-accept-cookie {
  background-color: #164a88;
  border-color: #164a88;
  color: #fff;
  box-shadow: none;
  background: #164a88;
}

#cookie-notice #cn-more-info {
  background-color: #5da73c;
  border-color: #5da73c;
  color: #fff;
  box-shadow: none;
  background: #5da73c;
}

.cookies-not-set footer {
  margin-bottom: 45px;
}

.cookies-set footer {
  margin-bottom: auto;
}

@media screen and (max-width: 991px) {
  .at4-visually-hidden {
    clip: inherit !important;
  }
  .addthis-smartlayers .at4-hide {
    display: block !important;
  }
  .addthis-smartlayers .slideInLeft {
    display: none !important;
  }
  .at-share-dock.atss {
    box-shadow: none !important;
  }
  .cookies-not-set footer {
    margin-bottom: 60px;
  }
  .cookies-set footer {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .cookies-not-set footer {
    margin-bottom: 90px;
  }
  .panel-section#penal-control {
    padding-top: 40px !important;
    padding-bottom: 15px !important;
  }
  .margin-30 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0 !important;
  }
  .padding-30 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 380px) {
  .cookies-not-set footer {
    margin-bottom: 110px;
  }
  .cookies-set footer {
    margin-bottom: 0px;
  }
}

body.parent-pageid-1093 .breadcrumbs li a:hover, body.parent-pageid-1132 .breadcrumbs li a:hover, body.parent-pageid-1376 .breadcrumbs li a:hover {
  text-decoration: none !important;
  cursor: auto !important;
}

#chat-widget-container {
  z-index: 2147483639 !important;
}

.cookies-not-set #chat-widget-container {
  bottom: 50px !important;
  max-height: calc(100% - 50px) !important;
}

.cookies-not-set .back-to-top.show {
  bottom: 125px !important;
}

.cookies-not-set #drift-widget {
  bottom: 40px !important;
}

.cookies-accepted #chat-widget-container, .cookies-not-set .cn-bottom {
  bottom: 0 !important;
}

.cookies-accepted .back-to-top.show {
  bottom: 100px !important;
}

.cookies-accepted #drift-widget {
  bottom: 20px !important;
}

.cookies-accepted .cn-bottom {
  bottom: 0 !important;
}

@media screen and (max-width: 991px) {
  .cookies-not-set #chat-widget-container {
    bottom: 110px !important;
    max-height: calc(100% - 110px) !important;
  }
  .cookies-not-set #drift-widget {
    bottom: 85px !important;
  }
  .cookies-not-set #chat-widget-container {
    z-index: 2147483639 !important;
  }
  .cookies-not-set .back-to-top.show {
    bottom: 160px !important;
  }
  .cookies-accepted #chat-widget-container {
    bottom: 50px !important;
    max-height: calc(100% - 50px) !important;
    z-index: 2147483639 !important;
  }
  .cookies-accepted #drift-widget {
    bottom: 10px !important;
  }
  .cookies-accepted .back-to-top.show {
    bottom: 80px !important;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .cookies-not-set #chat-widget-container {
    bottom: 130px !important;
    max-height: calc(100% - 130px) !important;
  }
}

.nolink a {
  cursor: auto;
}

.home .search-toggle {
  border: 0;
  background-color: transparent;
  outline: 0;
}

.home .search-toggle svg {
  fill: #fff !important;
}

header {
  top: 0;
  position: fixed;
  z-index: 9;
  width: 100%;
}

header .navbar {
  border-bottom: 0px solid rgba(20, 61, 110, 0.1);
  background: transparent;
  background-color: #fff;
}

header .navbar .menu-item-has-children.customers .column.column-two {
  width: 300px;
}

header .navbar > .container {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

header .navbar .navbar-brand {
  position: relative;
  padding: 0;
}

header .navbar .navbar-brand .logo-color {
  left: 0;
  top: 0;
  display: block;
}

header .navbar .navbar-brand .logo-white {
  display: none;
}

header .navbar .navbar-brand .logo-symbolic {
  width: 38px;
  display: none;
  left: 0;
}

header .navbar .navbar-brand img {
  transition: all .3s ease;
  width: 268px;
}

header .navbar.scrolled .nav-right .hamburger {
  display: none !important;
}

header .navbar.scrolled .nav-right .language, header .navbar.scrolled .nav-right .login-link, header .navbar.scrolled .nav-right .nav-bottom {
  display: none;
}

header .navbar .nav-right {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

header .navbar .nav-right .hamburger {
  width: 32px;
  height: 28px;
  display: none;
  padding: 5px;
  cursor: pointer;
  background: url(../images/hamburger.svg) no-repeat;
}

header .navbar .nav-right .nav-top {
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px 0;
}

header .navbar .nav-right .nav-bottom, header .navbar .nav-right .nav-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

header .navbar .nav-right .nav-bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

header .navbar .nav-right .nav-bottom ul > li {
  padding-bottom: 28px;
  margin-top: 28px;
}

header .navbar .nav-right .nav-bottom ul > li:last-of-type {
  padding-right: 0px;
}

header .navbar .nav-controll {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

header .navbar .nav-btn {
  padding: 1px 8px 2px;
  font-size: 15px;
  margin: 0 10px;
  line-height: 26px;
  border-radius: 4px;
}

header .navbar .login-link {
  color: #5f6e7d;
  margin-right: 12px;
}

header .navbar .login-link:hover {
  color: #ff9141;
}

header .navbar .navbar-toggler {
  width: 33px;
  height: 33px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  outline: 0;
}

header .navbar .navbar-toggler span {
  width: 5px;
  height: 5px;
  margin: 3px;
  background-color: #5f6e7d;
  display: block;
  border-radius: 50%;
}

header .navbar .navbar-toggler:before {
  border-bottom: 20px solid #143d6e;
  left: 50%;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
  top: 34px;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  display: none;
}

header .navbar .navbar-toggler.large-nav-active:before {
  display: block;
}

header .navbar .navbar-toggler.large-nav-active span {
  background-color: #62c9da;
}

header .navbar .search-wrap {
  margin: 0 10px;
}

header .navbar .search-wrap .search-block {
  left: 0;
  position: absolute;
  display: none;
  background-color: #5e6e7c;
  padding: 0;
  top: 94px;
  width: 100vw;
  right: 0;
  border-left: 1px solid #768ea2;
}

header .navbar .search-wrap .search-block .form-wrap {
  padding: 20px 30px;
  float: right;
  border-left: 1px solid #768ea2;
  position: relative;
  padding-right: 0;
  margin-right: 30px;
}

header .navbar .search-wrap .search-block .form-wrap .search-toggle {
  position: absolute;
  right: -10px;
  top: 24px;
}

header .navbar .search-wrap .search-block .form-wrap .search-toggle svg {
  fill: #778da2 !important;
}

header .navbar .search-wrap .search-toggle {
  border: 0;
  background-color: transparent;
  outline: 0;
}

header .navbar .search-wrap .search-toggle svg {
  fill: #5f6e7d;
}

header .navbar .search-wrap #search_form {
  display: block;
  float: right;
  width: 260px;
  right: 0;
  bottom: -70px;
  border-radius: 8px;
  background-color: #768ea2;
  z-index: 1;
  margin-right: 30px;
}

header .navbar .search-wrap #search_form .svg-search {
  fill: #fff;
}

header .navbar .search-wrap #search_form input {
  border: 0;
  outline: 0;
  width: calc(100% - 40px);
  background: transparent;
  font-size: 17px;
  padding: 6px 0;
  size: 12px;
  color: #fff;
}

header .navbar .search-wrap #search_form input:-ms-input-placeholder {
  color: #fff;
}

header .navbar .search-wrap #search_form input::placeholder {
  color: #fff;
}

header .navbar .search-wrap #search_form button {
  border: 0;
  background: transparent;
  outline: 0;
  padding: 2px 7px;
  cursor: pointer;
  margin-top: 3px;
  display: block;
  float: left;
}

header .navbar .search-wrap #search_form button svg {
  fill: #164a88;
  width: 20px;
}

header .navbar .search-wrap.search-active .search-block {
  display: block;
}

header .navbar .search-wrap.search-active .search-toggle svg {
  fill: #ff9141;
}

header .navbar .large-nav {
  display: none;
  position: absolute;
  top: 53px;
  border-top: 10px solid #143d6e;
  width: 260px;
  border-bottom: 10px solid;
  border-bottom-color: rgba(20, 61, 110, 0.9);
}

@media screen and (min-width: 992px) {
  header .navbar .large-nav {
    left: 0;
  }
}

header .navbar .large-nav .hamburger {
  background: url(../images/hamburger-white.svg) no-repeat;
}

header .navbar .large-nav ul.large-menu li {
  padding: 10px 35px;
  line-height: 14px;
  background-color: rgba(20, 61, 110, 0.9);
  padding-right: 35px !important;
}

header .navbar .large-nav ul.large-menu li:not(.nolink) a:hover {
  color: #ff6b00;
}

header .navbar .large-nav ul.large-menu li a {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

header .navbar .large-nav ul.large-menu li a:hover {
  text-decoration: none;
}

header .navbar .large-nav ul.large-menu li ul.sub-menu {
  display: none;
  margin-top: 10px;
}

header .navbar .large-nav ul.large-menu li ul.sub-menu li {
  padding: 5px 0;
  line-height: 12px;
  background: transparent;
}

header .navbar .large-nav ul.large-menu li ul.sub-menu li a {
  font-size: 12px;
}

header .navbar .large-nav ul.large-menu li.menu-item-has-children span {
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  display: block;
  margin-left: 7px;
  margin-top: -7px;
  margin-bottom: 2px;
  cursor: pointer;
  float: right;
  margin-top: 5px;
}

header .navbar .large-nav ul.large-menu li.menu-item-has-children a {
  cursor: pointer;
}

header .navbar .large-nav ul.large-menu li.active {
  background-color: rgba(18, 51, 92, 0.9);
}

header .navbar .large-nav ul.large-menu li.active span {
  border: solid #62c9da;
  border-width: 2px 0 0 2px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  margin-bottom: -2px;
}

header .navbar .large-nav ul.large-menu li.active a {
  color: #ff6b00;
}

header .navbar .large-nav ul.large-menu li.active a:hover {
  text-decoration: none;
}

header .navbar .large-nav ul.large-menu li.active ul.sub-menu {
  display: block;
}

header .navbar .large-nav ul.large-menu li.active ul.sub-menu li:not(.nolink) a:hover {
  color: #ff6b00;
}

header .navbar .large-nav ul.large-menu li.active ul.sub-menu li a {
  color: #fff;
}

header .navbar .large-nav ul.large-menu li.active ul.sub-menu li a:hover {
  text-decoration: none;
}

header .navbar .large-nav.large-nav-active {
  display: block;
}

header .navbar .navbar-nav .menu-item-has-children > a {
  position: relative;
}

header .navbar .navbar-nav .menu-item-has-children > a:before {
  border-bottom: 20px solid #5e6e7c;
  left: 50%;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
  top: 38px;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  display: none;
}

header .navbar .navbar-nav .menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #5f6e7d;
  border-width: 0 2px 2px 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  display: inline-block;
  right: 5px;
  top: 15px;
  position: absolute;
  margin-bottom: 2px;
  display: none;
}

header .navbar .navbar-nav .menu-item-has-children > a:hover:after {
  border: solid #ff6b00;
  border-width: 0 2px 2px 0;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu {
  left: 0;
  position: absolute;
  background-color: #5e6e7c;
  padding: 20px 30px;
  top: 94px;
  width: 100%;
  columns: 3;
  break-inside: avoid;
  right: 0;
  display: -ms-flexbox;
  display: flex;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu:before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 30px;
  left: 0;
  top: -30px;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu > .container {
  display: -ms-flexbox;
  display: flex;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu a.right-col {
  -ms-flex: 2;
  flex: 2;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #768ea2;
  padding: 20px 0 20px 40px;
  margin: -20px 0;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu a.right-col .mega-nav-image {
  width: 196px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu a.right-col .mega-nav-content {
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu a.right-col p {
  color: #fff;
  font-size: 15px;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu a.right-col p.label {
  color: #ff6b00;
  margin: 0;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu a.right-col h3 {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.left-col {
  -ms-flex: 3;
  flex: 3;
  padding-right: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.left-col .column {
  max-width: 190px;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu li {
  padding: 0;
  margin-top: 0;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu li:not(.nolink) a:hover {
  color: #ff6b00;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu li a {
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu li.sub-nav-head {
  break-inside: avoid;
  break-before: column;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu li.sub-nav-head a {
  font-size: 15px;
  text-transform: uppercase;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu.gartner-section {
  max-width: 500px;
  left: auto;
  right: 0;
  border-left: 1px solid #768ea2;
}

header .navbar .navbar-nav .menu-item-has-children:hover .sub-menu {
  display: -ms-flexbox;
  display: flex;
}

header .navbar .navbar-nav .menu-item-has-children:hover a:before {
  display: block;
}

header .navbar .navbar-nav .menu-item-has-children.customers .column.column-two {
  width: 300px;
  max-width: unset !important;
}

header .navbar .navbar-nav li {
  padding-bottom: 0;
}

header .navbar .navbar-nav li:not(.nolink) a:hover {
  color: #ff6b00;
}

header .navbar .navbar-nav li a {
  color: #5f6e7d;
  font-weight: 700;
  padding: 0;
  display: block;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 15px;
}

header .navbar .navbar-nav li a:hover {
  text-decoration: none;
}

header .navbar .secondary-btn-alt {
  border-color: #5f6e7d;
  color: #5f6e7d;
}

header .navbar .mobile-menu {
  display: none;
}

header .navbar.scrolled {
  padding-top: 0;
  padding-bottom: 0;
}

header .navbar.scrolled .search-toggle svg {
  fill: #778da2 !important;
}

header .navbar.scrolled .navbar-brand .logo-color {
  display: none;
}

header .navbar.scrolled .navbar-brand .logo-white {
  display: none !important;
}

header .navbar.scrolled .navbar-brand .logo-symbolic {
  display: block !important;
  left: 0;
  top: 7px;
}

body.home header .navbar {
  background: transparent;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

body.home header .navbar.scrolled {
  background: #fff;
}

body.home header .navbar .login-link {
  color: #fff;
}

body.home header .navbar .hamburger {
  background: url(../images/hamburger-white.svg) no-repeat;
}

body.home header .navbar .language .language-btn, body.home header .navbar .navbar-nav li a {
  color: #fff;
}

body.home header .navbar .navbar-nav li a:hover {
  text-decoration: none;
}

body.home header .navbar .navbar-nav li.menu-item-has-children a:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

body.home header .navbar .navbar-nav li.menu-item-has-children a:hover:after {
  border: solid #ff6b00;
  border-width: 0 2px 2px 0;
}

body.home header .navbar .nav-right .nav-top .phone {
  color: #fff;
}

body.home header .navbar .secondary-btn-alt {
  border-color: #fff;
  color: #fff;
}

body.home header .navbar .navbar-toggler span {
  background-color: #fff;
}

body.home header .navbar .search-wrap .search-toggle svg {
  fill: #fff;
}

body.home header .navbar .navbar-brand .logo-color, body.home header .navbar .navbar-brand .logo-symbolic {
  display: none;
}

body.home header .navbar .navbar-brand .logo-white {
  display: block;
}

body.home header .navbar .nav-right .nav-top .phone {
  color: #5f6e7d;
}

body.home header .navbar .secondary-btn-alt {
  border-color: #5f6e7d;
  color: #5f6e7d;
}

body.home header .navbar .secondary-btn-alt:hover {
  background-color: rgba(95, 110, 125, 0.15);
}

body.home header .navbar .navbar-toggler span {
  background-color: #5f6e7d;
}

body.home header .navbar .navbar-toggler.large-nav-active span {
  background-color: #62c9da;
}

body.home header .navbar .search-wrap .search-toggle svg {
  fill: #5f6e7d;
}

body.home header .navbar .search-wrap.search-active #search_form {
  display: block;
}

body.home header .navbar .search-wrap.search-active .search-toggle svg {
  fill: #62c9da;
}

body.home header .navbar .navbar-nav li:not(.nolink) a:hover {
  color: #ff6b00;
}

body.home header .navbar .navbar-nav .menu-item-has-children:before {
  border-bottom: 20px solid #143d6e;
  left: 50%;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
  top: 32px;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  display: none;
}

body.home header .navbar .navbar-nav .menu-item-has-children > a:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

body.home header .navbar .navbar-nav .menu-item-has-children > a:hover:after {
  border: solid #ff6b00;
  border-width: 0 2px 2px 0;
}

/*body.home header .navbar .navbar-nav .menu-item-has-children .sub-menu{left:0;display:none;position:absolute;background-color:#5e6e7c;padding:20px 30px;top:94px;width:100vw;right:0}*/
body.home header .navbar .navbar-nav .menu-item-has-children .sub-menu li {
  padding: 0;
}

body.home header .navbar .navbar-nav .menu-item-has-children .sub-menu li:not(.nolink) a:hover {
  color: #ff6b00;
}

body.home header .navbar .navbar-nav .menu-item-has-children .sub-menu li a {
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}

body.home header .navbar .navbar-nav .menu-item-has-children .sub-menu li.sub-nav-head a {
  font-size: 15px;
  text-transform: uppercase;
}

/*body.home header .navbar .navbar-nav .menu-item-has-children:hover .sub-menu{display:-ms-flexbox;display:flex}*/
body.home header .navbar .navbar-nav .menu-item-has-children:hover:before {
  display: none;
}

body:not(#tinymce), body:not(.home) {
  padding-top: 90px;
}

body#tinymce, body.home {
  padding-top: 0 !important;
}

@media (min-width: 1200px) {
  .navbar .search-wrap .search-block .container, .navbar > .container {
    max-width: 1300px;
  }
}

@media screen and (max-width: 1249px) {
  .home header .navbar #menu-main-navigation > li > a {
    color: #5f6e7d !important;
  }
  .home header .navbar .sub-menu {
    top: 78px !important;
  }
  header .navbar .nav-bottom .show #menu-main-navigation {
    background-color: #fff;
  }
  header .navbar .nav-bottom .sub-menu {
    top: 78px !important;
  }
  header .navbar .nav-right .hamburger {
    display: block !important;
    margin-right: 28px;
    margin-top: 5px;
  }
  header .navbar .nav-bottom {
    position: absolute;
    top: 84px;
    left: 0;
    width: 100%;
  }
  header .navbar .nav-bottom .navbar-collapse:not(.show) {
    display: none !important;
  }
  header .navbar ul {
    width: 100%;
    padding-left: 20px !important;
  }
  header .navbar ul .menu-item-has-children .sub-menu {
    top: 78px;
  }
  header .navbar ul .menu-item-has-children .sub-menu .right-col {
    display: block;
    -ms-flex: 1;
    flex: 1;
  }
  header .navbar ul .menu-item-has-children .sub-menu .right-col .mega-nav-image {
    margin-right: 0;
    margin-bottom: 10px;
  }
  header .navbar ul .menu-item-has-children .sub-menu .right-col .mega-nav-content {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  header .large-nav .search-wrap .search-toggle svg {
    fill: #fff !important;
  }
  header .navbar.scrolled {
    padding: 10px 0;
  }
  header .navbar.scrolled .nav-right .nav-bottom {
    display: block;
    top: 46px;
  }
  header .navbar .nav-btn {
    margin: 0 6px;
  }
  header .navbar ul {
    padding-left: 0 !important;
  }
  header .navbar .navbar-nav .menu-item-has-children {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }
  header .navbar .navbar-nav .menu-item-has-children:hover .sub-menu {
    display: none !important;
  }
  header .navbar .navbar-nav .menu-item-has-children > a {
    padding: 20px;
  }
  header .navbar .navbar-nav .menu-item-has-children > a:before {
    content: none;
  }
  header .navbar .navbar-nav .menu-item-has-children .sub-menu {
    position: inherit !important;
  }
  header .navbar .navbar-nav .menu-item-has-children .sub-menu.show {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header .navbar .navbar-nav .menu-item-has-children .sub-menu > .container {
    display: block;
  }
  header .navbar .navbar-nav .menu-item-has-children .sub-menu li.sub-nav-head {
    break-before: unset;
  }
  header .navbar .navbar-nav .menu-item-has-children .sub-menu .left-col {
    padding-right: 0 !important;
    columns: 2 !important;
  }
  header .navbar .navbar-nav .menu-item-has-children .sub-menu a.right-col {
    border-left: none;
    border-top: 1px solid #768ea2;
    padding: 20px 0;
    margin-top: 20px;
  }
  header .navbar .nav-bottom {
    top: 67px;
  }
  body:not(#tinymce), body:not(.home) {
    padding-top: 70px !important;
  }
  body.mobile-nav-active {
    overflow: hidden;
    position: relative;
  }
  body.mobile-nav-active:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(18, 51, 92, 0.7);
    top: 0;
    z-index: 8;
    cursor: pointer;
  }
  body.mobile-nav-active .body-wrap {
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: 100vh;
  }
  header .navbar .nav-top {
    display: none !important;
  }
  header .navbar .navbar-toggler.large-nav-active {
    opacity: 0;
    margin-top: 3px;
  }
  header .navbar .nav-right {
    display: none;
  }
  header .navbar .nav-right.mobile-menu {
    display: block;
    height: 100%;
  }
  header .navbar .nav-right.mobile-menu .nav-bottom {
    top: unset;
    position: unset;
  }
  header .navbar .nav-controll {
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }
  header .navbar .large-nav {
    background-color: rgba(94, 110, 124, 0.9);
    right: 0;
    top: 0;
    padding-top: 60px;
    height: 100%;
    position: fixed;
    border-left: 4px solid #62c9da;
    width: 410px;
    border-top: 0;
    border-bottom: 0;
    display: block;
    transition: all .5s ease-in-out;
    right: -410px;
    overflow-y: auto;
  }
  header .navbar .large-nav .mobile-top-menu {
    padding: 0 35px;
    margin-bottom: 70px;
    clear: both;
  }
  header .navbar .large-nav .mobile-top-menu .phone {
    color: #fff;
    font-weight: 700;
    float: right;
  }
  header .navbar .large-nav .mobile-top-menu a.btn {
    float: right;
  }
  header .navbar .large-nav .mobile-top-menu button.navbar-toggler {
    float: right;
    opacity: 1;
  }
  header .navbar .large-nav .mobile-top-menu button.navbar-toggler.large-nav-active {
    opacity: 1;
  }
  header .navbar .large-nav .mobile-top-menu .search-wrap {
    float: right;
    margin: 0;
  }
  header .navbar .large-nav .mobile-top-menu .search-wrap #search_form {
    bottom: -45px;
    display: none;
  }
  header .navbar .large-nav ul.large-menu li {
    background-color: transparent;
    margin-top: 0;
  }
  header .navbar .large-nav ul.large-menu li.active {
    background-color: rgba(47, 55, 62, 0.8);
  }
  header .navbar .large-nav .mobile-bottom-menu {
    padding: 40px 35px 60px;
  }
  header .navbar .large-nav .mobile-bottom-menu .btn {
    margin: 0;
    width: calc(50% - 20px);
    color: #fff;
    border-color: #fff;
  }
  header .navbar .large-nav .mobile-bottom-menu .btn + .btn {
    margin-left: 0;
    margin-left: 20px;
  }
  header .navbar .large-nav .mobile-bottom-menu .social-list {
    margin-top: 35px;
  }
  header .navbar .large-nav.large-nav-active {
    right: 0;
  }
  header .navbar .large-nav.large-nav-active .hamburger {
    position: absolute;
    top: 12px;
    right: 30px;
    opacity: 1;
    margin-right: 10px;
  }
  header .navbar .navbar-toggler.large-nav-active:before {
    display: none;
  }
  header .navbar .search-wrap .search-toggle svg {
    fill: #fff;
  }
  header .navbar .search-wrap.search-active .search-toggle {
    display: none;
  }
  header .navbar .secondary-btn-alt {
    border-color: #fff;
    color: #fff;
  }
  header .navbar.scrolled .search-wrap .search-toggle svg {
    fill: #fff !important;
  }
  header .navbar.scrolled .secondary-btn-alt {
    border-color: #fff !important;
    color: #fff !important;
  }
}

@media screen and (max-width: 767px) {
  header .navbar .navbar-nav .left-col {
    columns: unset;
  }
}

@media screen and (max-width: 480px) {
  header .navbar .large-nav {
    width: 300px;
    right: -300px;
  }
  header .navbar .large-nav .mobile-top-menu {
    margin-bottom: 70px;
  }
  header .navbar .large-nav .mobile-top-menu a.btn {
    margin-right: 0;
    margin-left: 20px;
  }
  header .navbar .large-nav .mobile-top-menu button.navbar-toggler {
    float: right;
    clear: both;
    margin-top: 15px;
  }
  header .navbar .large-nav .mobile-top-menu .search-wrap #search_form {
    width: 210px;
    right: auto;
    left: 0;
  }
  header .navbar .large-nav .mobile-bottom-menu .social-list .social-item {
    margin-right: 12px;
  }
}

footer {
  position: relative;
}

footer .footer-upper {
  padding: 40px 0;
  background-color: #164a88;
  color: #fff;
}

footer .footer-upper .logo-wrap {
  margin-bottom: 20px;
}

footer .footer-upper p {
  font-size: .875rem;
  margin-bottom: 40px;
  max-width: 430px;
}

footer .footer-upper .social-wrap {
  margin-top: 30px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-nav {
  margin-bottom: 20px;
}

footer .footer-nav li {
  line-height: 1.1;
}

footer .footer-nav li a {
  color: #fff;
  font-weight: 700;
}

footer .footer-nav li a:hover {
  color: #fff;
}

footer .footer-nav > li {
  font-size: 1.25rem;
  font-weight: 700;
}

footer .footer-nav > li .sub-menu > li a {
  font-size: 1rem;
  font-weight: 400;
}

footer .footer-nav > li .sub-menu > li a:hover {
  color: #fff;
}

footer .footer-lower {
  padding: 20px 0;
  background-color: #143d6e;
  font-size: 1.125em;
  color: #fff;
}

footer .footer-lower .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer-lower .container .privacy-terms a {
  color: #fff;
  font-weight: 700;
}

footer .footer-lower .container .privacy-terms a + a:before {
  content: "| ";
}

@media screen and (max-width: 991px) {
  footer .footer-upper .footer-upper-left {
    height: 265px;
    margin-bottom: 25px;
  }
  footer .footer-upper .footer-upper-left .footer-paragraph {
    padding: 25px 15px;
    text-align: center;
    border-top: 1px solid #346298;
    border-bottom: 1px solid #346298;
    position: absolute;
    bottom: 0;
  }
  footer .footer-upper .footer-upper-left .footer-paragraph p {
    margin: 0;
    max-width: 100%;
  }
  footer .footer-upper .footer-upper-left .logo-wrap {
    margin-bottom: 20px;
    float: left;
    margin-right: 25px;
  }
  footer .footer-upper .footer-upper-left .btn {
    margin-bottom: -15px;
  }
  footer .footer-upper .footer-upper-left .social-wrap {
    margin-top: 40px;
  }
  footer .footer-nav-col {
    padding-left: 0;
    padding-right: 0;
  }
  footer .footer-nav-col .footer-nav {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  footer .footer-lower .container {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .footer-lower div .order-1, footer .footer-lower div .order-2 {
    -ms-flex-order: inherit;
    order: inherit;
  }
  footer .footer-lower .privacy-terms {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-lower .container .privacy-terms a {
    display: block;
  }
  footer .footer-lower .container .privacy-terms a + a:before {
    display: none;
  }
  footer .footer-upper .footer-upper-left {
    height: 390px;
    margin-bottom: 25px;
    text-align: center;
  }
  footer .footer-upper .footer-upper-left .footer-paragraph {
    padding: 25px 15px;
    text-align: center;
    border-top: 1px solid #346298;
    border-bottom: 1px solid #346298;
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
  }
  footer .footer-upper .footer-upper-left .footer-paragraph p {
    margin: 0;
    max-width: 100%;
  }
  footer .footer-upper .footer-upper-left .logo-wrap {
    float: none;
    margin-right: 0;
  }
  footer .footer-upper .footer-upper-left .btn {
    margin-bottom: -15px;
  }
  footer .footer-upper .footer-upper-left .social-wrap {
    margin-top: 40px;
  }
  footer .footer-upper .footer-upper-left .social-wrap .social-list {
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .footer-nav-col {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  footer .footer-nav-col .footer-nav {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  footer .footer-upper .footer-upper-left {
    height: 500px;
    margin-bottom: 25px;
    text-align: center;
  }
  footer .footer-upper .footer-upper-left .footer-paragraph {
    padding: 25px 15px;
    text-align: center;
    border-top: 1px solid #346298;
    border-bottom: 1px solid #346298;
    position: absolute;
    bottom: 0;
  }
  footer .footer-upper .footer-upper-left .footer-paragraph p {
    margin: 0;
    max-width: 100%;
  }
  footer .footer-upper .footer-upper-left .logo-wrap {
    float: none;
    margin-right: 0;
  }
  footer .footer-upper .footer-upper-left .btn {
    margin-bottom: -15px;
    clear: both;
    display: block;
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
  }
  footer .footer-upper .footer-upper-left .btn + .btn {
    margin-top: 20px;
  }
  footer .footer-upper .footer-upper-left .social-wrap {
    margin-top: 40px;
  }
  footer .footer-upper .footer-upper-left .social-wrap .social-list {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 360px) {
  footer .footer-upper .footer-upper-left {
    height: 550px;
  }
  footer .footer-nav-col {
    width: 100%;
  }
}

.back-to-top {
  z-index: 99999;
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  width: 48px;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease;
  outline: none;
}

.back-to-top svg {
  width: 32px;
  height: 32px;
  margin-left: -4px;
  margin-right: -6px;
  fill: #ff6b00;
}

.back-to-top:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  -ms-transform: scale(0.95);
      transform: scale(0.95);
}

.back-to-top:focus {
  outline: none;
}

.back-to-top.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.subscribe-sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  -ms-transform: rotate(-90deg) translateX(100%);
      transform: rotate(-90deg) translateX(100%);
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
}

.subscribe-sidebar button {
  width: 264px;
  height: 52px;
  background-color: #5da73c;
  border: 0;
  border-radius: 7px;
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  cursor: pointer;
}

.subscribe-sidebar button svg {
  fill: #fff;
  margin-left: 10px;
}

.subscribe-sidebar button:hover {
  background-color: #4e982d;
}

@media screen and (max-width: 575px) {
  .subscribe-sidebar {
    margin-top: 30px;
    opacity: .75;
  }
  .subscribe-sidebar:hover {
    opacity: 1;
  }
}

.social-list, .social-list .social-item {
  display: -ms-flexbox;
  display: flex;
}

.social-list .social-item {
  margin-right: 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.social-list .social-item span {
  font-size: 25px;
  transition: all .3s ease;
  color: #fff;
}

.social-list .social-item svg {
  fill: #fff;
  transition: all .3s ease;
}

.social-list .social-item .social-link {
  text-indent: -999999px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.social-list .social-item:hover span {
  color: #ff9141;
}

.social-list .social-item:hover svg {
  fill: #ff9141;
}

.large-hero-banner {
  padding-top: 190px;
  padding-bottom: 100px;
  position: relative;
  background-size: cover;
  background-position: top;
}

.large-hero-banner:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(5, 52, 108, 0.6) 0, rgba(57, 71, 87, 0));
}

.large-hero-banner .container {
  position: relative;
}

.large-hero-banner h1 {
  line-height: 1.2;
}

.large-hero-banner h1 > span {
  font-weight: 700;
  display: block;
}

.large-hero-banner h1 > span span {
  font-weight: 500;
}

.large-hero-banner h1 .line1 {
  font-size: 3.75rem;
}

.large-hero-banner h1 .line2, .large-hero-banner h1 .line3, .large-hero-banner h1 .line4 {
  font-size: 2.875rem;
}

.large-hero-banner h1 .line2 span, .large-hero-banner h1 .line3 span, .large-hero-banner h1 .line4 span {
  font-size: 2.25rem;
}

.large-hero-banner h1 .line2 {
  padding-left: 60px;
}

.large-hero-banner h1 .line3 {
  padding-left: 20px;
}

.large-hero-banner h1 .line4 {
  padding-left: 120px;
}

.large-hero-banner .action-wrap {
  margin-bottom: 20px;
  clear: both;
}

.large-hero-banner .action-wrap .btn {
  font-size: 1.25em;
}

.large-hero-banner p {
  font-size: 1.5em;
}

.large-hero-banner .banners-text {
  float: left;
  margin-top: 15px;
}

.large-hero-banner .salesforce-logo {
  width: 80px;
  margin-left: 15px;
}

.large-hero-banner.global-hero:before {
  background: linear-gradient(90deg, rgba(5, 52, 108, 0.9) 0, rgba(5, 52, 108, 0.5) 50%);
}

.hero-banner-section.global-hero .text-wrap {
  max-width: 550px;
}

@media screen and (min-width: 1366px) {
  .large-hero-banner {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
}

@media screen and (max-width: 991px) {
  .large-hero-banner {
    padding-bottom: 40px;
  }
  .large-hero-banner h1 .line1 {
    font-size: 46px;
  }
  .large-hero-banner h1 .line2, .large-hero-banner h1 .line3 {
    font-size: 35px;
  }
  .large-hero-banner h1 .line4 {
    font-size: 34px;
  }
  .large-hero-banner:before {
    background: linear-gradient(90deg, rgba(5, 52, 108, 0.7) 0, rgba(5, 52, 108, 0.3));
  }
  .large-hero-banner .action-wrap .btn {
    font-size: 1.063em;
    padding: 9px 29px;
  }
  .large-hero-banner.vc_custom_1539161765070 {
    padding-top: 100px !important;
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .large-hero-banner {
    background-position: 80%;
    padding: 50px 0;
    background-size: 185%;
    background-size: cover;
  }
}

@media screen and (max-width: 575px) {
  .large-hero-banner {
    background-size: cover;
    background-position: 60%;
    padding: 30px 0;
  }
  .large-hero-banner .action-wrap .btn {
    white-space: normal;
  }
  .large-hero-banner h1 {
    font-size: 26px;
  }
  .large-hero-banner .banners-text {
    float: none;
  }
  .large-hero-banner .salesforce-logo {
    margin-left: 0;
  }
  .large-hero-banner.vc_custom_1539161765070 {
    padding-top: 70px !important;
    padding-bottom: 15px !important;
    background-position: 100%;
  }
  .large-hero-banner.vc_custom_1539161765070 .wpb_content_element {
    margin-bottom: 0;
  }
  .large-hero-banner.vc_custom_1539161765070 h1 {
    -ms-transform: scale(1);
        transform: scale(1);
  }
  .large-hero-banner.vc_custom_1539161765070:before {
    background: linear-gradient(90deg, rgba(5, 52, 108, 0.6) 0, rgba(5, 52, 108, 0.6) 0);
  }
}

.page-id-1078 .large-hero-banner p {
  font-size: 1.375rem;
}

@media screen and (max-width: 430px) {
  .large-hero-banner h1 .line1 {
    font-size: 36px;
  }
  .large-hero-banner h1 .line2, .large-hero-banner h1 .line3 {
    font-size: 25px;
  }
  .large-hero-banner h1 .line4 {
    font-size: 24px;
  }
  .large-hero-banner .action-wrap .btn {
    font-size: 1em;
  }
}

@media screen and (max-width: 368px) {
  .large-hero-banner .action-wrap .btn {
    font-size: .8em;
  }
  .large-hero-banner p {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 330px) {
  .large-hero-banner h1 .line1 {
    font-size: 31px;
  }
  .large-hero-banner h1 .line2, .large-hero-banner h1 .line3 {
    font-size: 20px;
  }
  .large-hero-banner h1 .line4 {
    font-size: 19px;
  }
  .large-hero-banner .action-wrap .btn {
    font-size: .7em;
  }
}

.quote-section {
  text-align: center;
  background-color: #164a88;
}

.quote-section svg {
  fill: #fff;
  opacity: .7;
  margin-bottom: 30px;
}

.quote-section .content-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.quote-section .content-wrap .content-paragraph {
  font-size: 1.625em;
}

.quote-section .content-wrap .name {
  font-size: 1.25em;
  font-weight: 700;
}

.download-guide-section {
  background-color: #f4f8fa;
}

.download-guide-section .va-logo {
  max-width: 278px;
  margin-bottom: 10px;
}

.download-guide-section .content-wrap {
  max-width: 480px;
  position: relative;
}

.download-guide-section .image-wrap img {
  max-height: 300px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .download-guide-section .col-width-3 {
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
    padding: 0;
  }
  .download-guide-section .col-width-8 {
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
    padding-right: 0;
  }
  .download-guide-section .action-wrap .primary-btn {
    width: 180px;
    font-size: 20px;
  }
  .download-guide-section .content-wrap h2 {
    font-size: 24px;
  }
  .download-guide-section .content-wrap .va-logo {
    max-width: 235px;
  }
  .download-guide-section .image-wrap {
    background-image: none !important;
  }
  .download-guide-section .image-wrap img {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .download-guide-section .content-wrap {
    max-width: 100%;
  }
  .download-guide-section .content-wrap .introduction-paragraph {
    position: absolute;
    top: 425px;
    padding: 14px 12px;
    /*left:35px;right:80px;*/
    width: auto;
    text-align: left;
    z-index: 8;
    background-color: #fff;
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.31);
  }
  .download-guide-section .content-wrap .introduction-paragraph p {
    line-height: 30px;
    margin: 0;
  }
  .download-guide-section .action-wrap {
    position: relative;
    margin: 0;
  }
  .download-guide-section .action-wrap .primary-btn {
    position: absolute;
    z-index: 8;
    left: 0;
    right: 0;
    margin: auto;
    top: 620px;
  }
  .download-guide-section .col-width-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .download-guide-section .col-width-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .download-guide-section .image-wrap img {
    width: auto;
    margin: auto;
    /*min-height:450px;*/
    margin-top: 10px;
    margin-bottom: 350px;
  }
}

@media screen and (max-width: 475px) {
  .download-guide-section .action-wrap .primary-btn {
    top: 680px;
  }
  .download-guide-section .image-wrap img {
    margin-bottom: 400px;
  }
}

@media screen and (max-width: 400px) {
  .download-guide-section .content-wrap .introduction-paragraph {
    top: 440px;
  }
  .download-guide-section .content-wrap .introduction-paragraph p {
    font-size: 1em;
  }
}

.blue-dot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blue-dot-list li {
  margin: 10px 0;
  position: relative;
  padding-left: 25px;
}

.blue-dot-list li:before {
  content: "";
  background-color: #62c9da;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.featured-section h3 {
  font-size: 1.9rem;
  padding-top: 50px;
  padding-bottom: 35px;
  color: #143d6e;
  border-bottom: 1px solid #707070;
  margin-bottom: 25px;
}

.featured-section p {
  font-size: 25px;
  color: #12335c;
  margin-bottom: 25px;
}

.featured-section .featured-item {
  margin-bottom: 40px;
}

.panel-wrap .text-wrap {
  padding: 30px 50px;
  background-color: #fff;
  max-width: 650px;
  width: 650px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
}

.panel-wrap .text-wrap img {
  max-width: 80px;
  margin-bottom: 10px;
}

.panel-wrap .text-wrap-container {
  margin-right: -23%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.panel-wrap + .panel-wrap {
  margin-top: 60px;
}

.panel-wrap.panel-img-left .text-wrap-container {
  margin-left: -23%;
  z-index: 1;
}

.panel-wrap.panel-img-right .text-wrap-container {
  margin-right: -23%;
  z-index: 1;
}

.panel-overlay-section .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.panel-overlay-section .vc_row .vc_col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 991px) {
  .panel-wrap .text-wrap {
    max-width: 100%;
    width: 100%;
  }
  .panel-wrap .text-wrap-container {
    margin-right: 0;
  }
  .panel-wrap .order-1, .panel-wrap .order-2 {
    -ms-flex-order: inherit;
    order: inherit;
  }
  .panel-wrap.panel-img-left .text-wrap-container {
    margin-left: 0;
  }
  .panel-wrap.panel-img-right .text-wrap-container {
    margin-right: 0;
  }
}

.newsletter-popup {
  background-color: rgba(20, 59, 108, 0.85098);
  z-index: 9999999;
}

.newsletter-popup .modal-content {
  padding: 15px 0 30px;
  max-width: 750px;
  margin: auto;
}

.newsletter-popup .modal-dialog .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 25px 20px;
  outline: 0;
  background-image: url(../images/cose-icon.png);
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: 100%;
  opacity: 1;
}

.newsletter-popup .text-wrap {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 70%;
}

.newsletter-popup .text-wrap img {
  float: left;
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 12px;
  max-width: 60px;
}

.newsletter-popup h2 {
  font-weight: 600;
  color: #164988;
  margin-bottom: 12px;
  margin-top: 14px;
  font-size: 30px;
}

.newsletter-popup .form-wrap {
  background-color: #eff4f7;
  border-radius: 5px;
  padding: 40px 30px 45px 25px;
  max-width: 690px;
  min-width: 690px;
  width: 100%;
  margin: auto;
}

.newsletter-popup .form-wrap form {
  padding: 0 !important;
  min-width: unset !important;
}

.newsletter-popup .form-wrap form fieldset {
  width: 100%;
  max-width: 100%;
}

.newsletter-popup .form-wrap form fieldset label {
  color: #184070;
  padding-left: 0;
  padding-right: 12px;
  width: 25%;
  display: inline-block;
  float: left;
  font-weight: 300;
  text-align: right;
  font-family: greycliff-cf,Geneva,sans-serif;
  font-size: 18px;
}

.newsletter-popup .form-wrap form fieldset label .hs-form-required {
  font-weight: 700;
  color: #ff6b00;
}

.newsletter-popup .form-wrap form fieldset ul.hs-error-msgs {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  max-width: 70%;
  float: right;
}

@media screen and (max-width: 991px) {
  .newsletter-popup .form-wrap form fieldset ul.hs-error-msgs {
    max-width: 100%;
    padding: 0 10px;
  }
}

.newsletter-popup .form-wrap form fieldset ul.hs-error-msgs li:before {
  display: none;
}

.newsletter-popup .form-wrap form fieldset ul.hs-error-msgs li label {
  font-weight: 300 !important;
  color: #164a88;
  font-size: 16px;
  line-height: 20px !important;
  margin: 0;
  width: auto;
  padding-bottom: 20px;
}

.newsletter-popup .form-wrap form fieldset .input {
  display: inline-block;
  width: 70%;
  padding: 0;
  margin-left: 3% !important;
  margin-bottom: 15px;
}

.newsletter-popup .form-wrap form fieldset .input input {
  background-color: #a5acb4 !important;
  border-radius: 20px !important;
  height: 35px !important;
  width: 100%;
}

.newsletter-popup .form-wrap form .hs_submit {
  width: 93%;
  float: left;
  text-align: right;
}

.newsletter-popup .form-wrap form .hs_submit input {
  background-color: #ff6b00;
  border: none !important;
  color: #fff;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  font-size: 18px;
  padding: 3px 35px 4px;
  border-radius: 25px;
  -ms-transform: translateX(32px);
      transform: translateX(32px);
}

.newsletter-popup .form-wrap form .hs-input.error {
  background: #f5e4e4 !important;
  border: 1px solid #af1515 !important;
  color: #af1515 !important;
}

.newsletter-popup .form-wrap .thank-you-message-container .thank-you-message {
  text-align: center;
}

.newsletter-popup .form-wrap .thank-you-message-container .thank-you-message h3 {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .newsletter-popup h2 {
    font-size: 28px;
  }
  .newsletter-popup .form-wrap {
    min-width: 100%;
  }
  .newsletter-popup .form-wrap .control-label.text-right {
    text-align: left !important;
    padding-left: 30px;
    padding-top: 5px;
  }
  .newsletter-popup .form-wrap .primary-btn {
    margin-top: 30px;
    margin-left: 15px;
  }
  .newsletter-popup .float-right {
    float: left !important;
    padding-left: 20px;
    padding-top: 10px;
  }
  .newsletter-popup .form-wrap form fieldset label {
    padding-left: 0;
    width: 100%;
    text-align: left;
    padding-right: 0;
  }
  .newsletter-popup .form-wrap form fieldset .input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .newsletter-popup .form-wrap form fieldset .hs-error-msgs {
    margin-left: auto;
  }
  .newsletter-popup form.hs-form .field div.input input {
    width: 100% !important;
  }
}

.newsletter-popup form.hs-form {
  background-color: #eff4f7;
  border-radius: 5px;
  padding: 40px 30px 45px 25px;
  width: 100%;
  margin: auto;
}

.newsletter-popup form.hs-form fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
}

.newsletter-popup form.hs-form .field div.input input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#subscribeform {
  background-color: rgba(20, 59, 108, 0.85098);
  z-index: 9999999;
}

#subscribeform .modal-content {
  padding: 15px 0 30px;
  max-width: 750px;
  margin: auto;
}

#subscribeform .modal-dialog .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 25px 20px;
  outline: 0;
  background-image: url(../images/cose-icon.png);
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: 100%;
  opacity: 1;
}

#subscribeform .text-wrap {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 70%;
}

#subscribeform .text-wrap img {
  float: left;
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 12px;
  max-width: 60px;
}

#subscribeform h2 {
  font-weight: 600;
  color: #164988;
  margin-bottom: 12px;
  margin-top: 14px;
  font-size: 30px;
}

#subscribeform .form-wrap {
  padding: 40px 30px 45px 25px;
  max-width: 690px;
  min-width: 690px;
}

#subscribeform .form-wrap, #subscribeform .form-wrap .hbspt-form {
  background-color: #eff4f7;
  border-radius: 5px;
  width: 100%;
  margin: auto;
}

#subscribeform .form-wrap .hbspt-form .hs-form-field {
  width: 100%;
  margin-bottom: 20px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -ms-flexbox;
  display: flex;
}

#subscribeform .form-wrap .hbspt-form .hs-form-field label {
  float: none;
  padding-top: 0;
  width: 120px;
  padding-right: 10px;
  padding-left: 0;
  font-size: .875em;
  color: #143d6e;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  -ms-flex-pack: center;
  justify-content: center;
}

#subscribeform .form-wrap .hbspt-form .hs-form-field .hs-form-booleancheckbox-display {
  width: 80% !important;
  padding-left: 125px;
}

#subscribeform .form-wrap .hbspt-form .hs-form-field div.input {
  margin-left: 0;
  width: calc(100% - 120px);
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#subscribeform .form-wrap .hbspt-form .hs-form-field div.input input {
  background-color: rgba(121, 129, 139, 0.62);
  border: 0;
  border-radius: 50px;
  height: calc(1.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  display: block;
  background-clip: padding-box;
  width: 100%;
}

#subscribeform .form-wrap .hbspt-form .hs-form-field div.input input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 1px solid #143d6e;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  -webkit-appearance: none;
}

#subscribeform .form-wrap .hbspt-form .hs-form-field div.input input[type=checkbox]:before {
  position: absolute;
  left: 2px;
  top: 2px;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 3px;
}

#subscribeform .form-wrap .hbspt-form .hs-form-field div.input input[type=checkbox]:checked:before {
  background-color: #143d6e;
}

#subscribeform .form-wrap .hbspt-form .hs-input-error {
  background: #f5e4e4 !important;
  border: 1px solid #af1515 !important;
  color: #af1515 !important;
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}

#subscribeform .form-wrap .hbspt-form .hs-error-msgs label {
  color: red;
  margin: 0;
  display: inline-block;
  width: auto;
  padding: 10px 0 0 125px;
}

#subscribeform .form-wrap .hbspt-form .hs_submit .actions {
  margin: -70px 10px 0 0;
}

#subscribeform .form-wrap .hbspt-form .hs_submit .actions input {
  background-color: #ff6b00;
  border: none !important;
  color: #fff;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  font-size: 18px;
  padding: 12px 30px;
  border-radius: 25px;
  -ms-transform: translateX(32px);
      transform: translateX(32px);
  width: auto;
  float: right;
}

@media screen and (max-width: 991px) {
  #subscribeform .form-wrap {
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }
  #subscribeform .form-wrap .hbspt-form .hs-form-field {
    width: 100% !important;
    display: block !important;
  }
  #subscribeform .form-wrap .hbspt-form .hs-form-field div.input {
    width: 100%;
    padding: 5px 10px;
    -ms-flex: unset;
    flex: unset;
  }
  #subscribeform .form-wrap .hbspt-form .hs-form-field label {
    font-size: 1rem;
    padding-left: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  #subscribeform .form-wrap .hbspt-form .hs-form-field .hs-form-booleancheckbox-display {
    width: 100% !important;
    padding-left: 0;
  }
  #subscribeform .form-wrap .hs_submit .actions {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0 0 0 -60px !important;
  }
  #subscribeform .modal-content {
    padding: 15px;
    max-width: 100%;
    margin: auto;
  }
}

.homepage .mfp-iframe-holder .mfp-close {
  background-image: url(../images/expertise/close-button.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 30px;
  height: 30px;
  color: #fff0;
  top: 0;
  right: 0;
  opacity: 1;
}

.homepage .products-section .action-wrap .btn {
  font-size: 1.25em;
}

.homepage .products-section .icon-wrap {
  height: 80px;
}

.homepage .products-section .icon-wrap img {
  max-height: 70px;
}

.homepage .products-section .excerpt {
  opacity: .75;
}

.homepage .cloud-platform-section {
  background-size: cover;
  background-position: 50%;
  padding-top: 20px !important;
}

.homepage .cloud-platform-section .wpb_wrapper h2 {
  text-align: center;
}

.homepage .cloud-platform-section .content-with-img p {
  float: right;
  max-width: calc(50% - 65px);
}

.homepage .cloud-platform-section .content-with-img img {
  -ms-transform: scale(0.7);
      transform: scale(0.7);
  float: left;
  max-width: 515px;
  margin-top: -35px;
}

.homepage .cloud-platform-section .content-with-img ul {
  margin: 0 auto;
  float: right;
  max-width: calc(50% - 65px);
}

.homepage .cloud-platform-section .content-with-img a.arrow-link {
  float: right;
  margin-right: calc(40% - 50px);
  clear: both;
}

.homepage .quote-section .content-wrap {
  max-width: 980px;
}

.homepage .resources-section h2 {
  text-align: center;
  margin-bottom: 40px;
}

.homepage .resources-section .resource-item {
  margin-bottom: 30px;
}

.homepage .resources-section .resource-item .content-wrap {
  height: 100%;
  border-radius: 20px;
  background-color: #f4f8fa;
}

.homepage .resources-section .resource-item .content-wrap .text-wrap {
  padding: 30px;
  position: relative;
  border-radius: 20px;
}

.homepage .resources-section .resource-item .content-wrap .text-wrap .category {
  font-size: 1.125em;
  margin-bottom: 10px;
  font-weight: 500;
  color: #5f6e7d;
}

.homepage .resources-section .resource-item .content-wrap .text-wrap .title a {
  color: #37404a;
  font-weight: 400;
}

.homepage .resources-section .resource-item .content-wrap .text-wrap .arrow-link {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.homepage .resources-section .image-text-item .image-wrap {
  padding-top: 60%;
  background-size: cover;
  background-position: 50%;
}

.homepage .resources-section .image-text-item .image-wrap img {
  display: none;
}

.homepage .resources-section .image-text-item .text-wrap {
  background-color: #f4f8fa;
}

.homepage .resources-section .image-text-item .text-wrap .title {
  margin-bottom: 55px;
}

.homepage .resources-section .gradient-text-item .gradient-wrap {
  padding-top: 60%;
  position: relative;
  background: linear-gradient(90deg, #398871 0, #62a15b 50%, #c0c94a);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 10px;
}

.homepage .resources-section .resource-item .content-wrap:hover .gradient-wrap.dark-bg {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.homepage .resources-section .gradient-text-item .gradient-wrap .gradient-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  top: 0;
  left: 0;
}

.homepage .resources-section .gradient-text-item .gradient-wrap .gradient-text p {
  font-size: 1.25em;
  font-weight: 700;
}

.homepage .resources-section .gradient-text-item .text-wrap {
  background-color: #f4f8fa;
}

.homepage .resources-section .gradient-text-item .text-wrap .title {
  margin-bottom: 40px;
}

.homepage .resources-section .bg-image-item .content-wrap {
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.homepage .resources-section .bg-image-item .content-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 61, 110, 0.85);
}

.homepage .resources-section .bg-image-item .content-wrap .text-wrap {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
  height: 100%;
}

.homepage .resources-section .bg-image-item .content-wrap .text-wrap .category {
  color: #fff;
}

.homepage .resources-section .bg-image-item .content-wrap .text-wrap .title {
  font-size: 1.75em;
  padding-right: 60px;
}

.homepage .resources-section .bg-image-item .content-wrap .text-wrap .title a {
  color: #fff;
}

.homepage .resources-section .bg-image-item .content-wrap .text-wrap .excerpt {
  font-size: 1.5625em;
}

.homepage .resources-section .featured-item .text-wrap {
  background-color: #f4f8fa;
}

.homepage .resources-section .featured-item .text-wrap .title {
  margin-bottom: 40px;
  font-size: 1.75em;
}

@media screen and (max-width: 991px) {
  .homepage .hero-banner-section {
    margin-top: -30px;
  }
  .homepage .cloud-platform-section {
    background-position: 0 0;
  }
  .homepage .cloud-platform-section .content-with-img h2 {
    text-align: center;
  }
  .homepage .cloud-platform-section .content-with-img p {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .homepage .cloud-platform-section .content-with-img img {
    -ms-transform: scale(1);
        transform: scale(1);
    max-width: 280px;
    margin-top: 40px;
  }
  .homepage .cloud-platform-section .content-with-img ul {
    margin: 0 auto;
    float: right;
    max-width: calc(60% - 65px);
  }
  .homepage .cloud-platform-section .content-with-img a.arrow-link {
    margin-right: calc(40% - 25px);
  }
  .homepage .cloud-platform-section .content-with-img .col-width-3 {
    width: 40%;
    padding: 0;
  }
  .homepage .cloud-platform-section .content-with-img .col-width-8 {
    width: 60%;
  }
  .homepage .cloud-platform-section .responsive-content {
    display: block;
    text-align: center;
  }
  .homepage .cloud-platform-section .responsive-content .vc_col-sm-12 {
    padding: 0;
  }
  .homepage .cloud-platform-section .responsive-content p {
    font-size: 16px;
    color: #7a818b;
    font-weight: 500;
  }
  .homepage .products-section .icon-wrap {
    margin-top: 30px;
  }
  .homepage .products-section .full-width {
    width: 100% !important;
    text-align: center;
  }
  .homepage .products-section .col-width-4 {
    width: 50% !important;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .homepage .products-section .col-width-4 {
    width: 100% !important;
  }
  .homepage .cloud-platform-section {
    position: relative;
  }
  .homepage .cloud-platform-section:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-color: #eff4f8;
    background-repeat: no-repeat;
    background-position: bottom;
    -ms-background-size: cover;
    background-size: cover;
  }
  .homepage .cloud-platform-section .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
  }
  .homepage .cloud-platform-section .content-with-img .col-width-3, .homepage .cloud-platform-section .content-with-img .col-width-8 {
    width: 100%;
  }
  .homepage .cloud-platform-section .content-with-img img {
    -ms-transform: scale(1);
        transform: scale(1);
    max-width: 280px;
    margin: 30px auto;
    float: none;
    display: block;
  }
  .homepage .cloud-platform-section .content-with-img ul {
    margin: 0 auto;
    float: none;
    max-width: 100%;
    clear: both;
  }
}

.home .home-featured h2 {
  font-size: 1.8rem !important;
}

.search-page .search-section {
  border-top: 4px solid rgba(20, 61, 110, 0.1);
  padding: 70px 0;
}

.search-page .search-section h1 {
  font-size: 2.25em;
  font-weight: 600;
}

.search-page .search-section .search_website .search-form-container {
  float: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 750px;
  border: 1px solid #164a88;
  border-radius: 50px;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.search-page .search-section .search_website .search-button {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  outline: 0;
  float: left;
  display: block !important;
  position: absolute;
  z-index: 2;
  text-align: left;
  text-indent: -9999px;
  height: 26px;
  width: 26px;
  background-image: url(../images/search/SearchMagnifying_Glass.svg);
  background-repeat: no-repeat;
  margin: 8px 12px;
  transition: width .3s,left .1s,bottom .1s;
  padding: 0;
  background-size: 25px;
  left: 0;
}

.search-page .search-section .search_website .search-field {
  float: left;
  height: 40px;
  padding: 0 15px 0 50px;
  color: #37404a;
  text-transform: normal;
  border: 0 solid #f4f4f4;
  border-radius: 2px;
  background: none;
  width: 100%;
  max-width: 750px;
  outline: none;
  font-size: 28px;
}

.search-page .search-section .search-wrap {
  margin-bottom: 50px;
}

.search-page .search-section .search-wrap h2 {
  font-size: 1.75em;
  color: #5f6e7d;
  margin: 0;
}

.search-page .search-section .search-wrap h2 a {
  color: #5f6e7d;
  font-weight: 400;
}

.search-page .search-section .search-wrap h2 a:hover {
  text-decoration: none;
}

.search-page .search-section .search-wrap .category {
  margin: 15px 0;
  font-size: 16px;
  border: 1px solid #62c9da;
  border-radius: 3px;
  color: #62c9da;
  text-transform: capitalize;
  padding: 1px 7px 3px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.search-page .search-section #pagination {
  text-align: center;
  margin: auto;
  width: 100%;
  display: block;
  font-size: 1.25em;
}

.search-page .search-section #pagination a {
  color: #5f6e7d;
  text-decoration: none;
  padding: 0 10px;
}

.search-page .search-section #pagination .prev {
  padding-right: 15px;
  padding-left: 28px;
  background: url(../images/search/Previous-arrow.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 100%;
}

.search-page .search-section #pagination .next {
  padding-right: 28px;
  padding-left: 15px;
  background: url(../images/search/next-arrow.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 100% 100%;
}

.search-page .search-section #pagination .current {
  color: #62c9da;
}

.sales-page .hero-banner-section {
  background-position: 100%;
}

.sales-page .hero-banner-section h1 {
  font-size: 3.125em;
  margin-bottom: 10px;
}

.sales-page .hero-banner-section p {
  font-size: 1.5em;
  max-width: 477px;
}

.sales-page .hero-banner-section .image-wrape {
  float: left;
  margin-top: 40px;
}

.sales-page .hero-banner-section .image-wrape img {
  width: 85px;
  margin-top: 10px;
}

.sales-page .hero-banner-section .text-wrap {
  margin-top: 50px;
  padding-left: 120px;
}

.sales-page .panel-section p {
  line-height: 1.5;
  font-size: 18px;
}

.sales-page .panel-section ul {
  color: #5f6e7d;
}

.sales-page .overview {
  padding: 50px 0 !important;
}

.sales-page .overview .image-wrap p {
  max-width: 485px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sales-page .overview .image-wrap img {
  margin: 0 auto;
  display: block;
}

.sales-page .overview h3 {
  line-height: 36px;
}

.sales-page .products-section {
  background-color: #fff;
  text-align: center;
}

.sales-page .products-section .products-section-content {
  max-width: 850px;
  margin: 0 auto;
}

.sales-page .product-thumbnail {
  margin-top: 55px;
  transition: all 1s ease-in-out;
}

.sales-page .product-thumbnail a:hover {
  text-decoration: none;
}

.sales-page .product-thumbnail .icons-wrap {
  position: relative;
}

.sales-page .product-thumbnail .icons-wrap img {
  transition: all 1s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
}

.sales-page .product-thumbnail .icons-wrap img.color-icon {
  opacity: 0;
  visibility: hidden;
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}

.sales-page .product-thumbnail .icons-wrap img.gray-icon, .sales-page .product-thumbnail:hover img.color-icon {
  opacity: 1;
  visibility: visible;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.sales-page .product-thumbnail:hover img.gray-icon {
  opacity: 0;
  visibility: hidden;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.sales-page .product-thumbnail:hover .thumbnail-assets span {
  font-weight: 700;
}

.sales-page .product-thumbnail .icons-wrap {
  width: 54px;
  height: 54px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.sales-page .product-thumbnail .thumbnail-assets span {
  font-size: 22px;
  color: #314150;
  line-height: 24px;
}

.sales-page .product-thumbnail.current-product img.color-icon {
  opacity: 1;
  visibility: visible;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.sales-page .product-thumbnail.current-product img.gray-icon {
  opacity: 0;
  visibility: hidden;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.sales-page .product-thumbnail.current-product .thumbnail-assets span {
  font-weight: 700;
}

.panel-dropdown {
  padding: 50px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #707070;
  margin: 50px 0;
}

.panel-dropdown .panel-dropdown-container .panel-dropdown-header {
  background-color: #143d6e;
  padding: 20px 15px;
}

.panel-dropdown .panel-dropdown-container .panel-dropdown-header h2 {
  font-size: 32px;
  margin: 0;
  text-align: center;
  color: #fff;
}

.panel-dropdown .panel-dropdown-container .panel-dropdown-col {
  float: left;
  width: 33.333%;
}

.panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-head {
  padding: 40px;
  background-color: #5f6e7d;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-head h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-list {
  padding: 35px;
  background-color: #e4eff5;
}

.panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-list ul li {
  margin: 5px 0;
  padding: 0;
}

.panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-list ul li:before {
  display: none;
}

.panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-list p {
  margin-bottom: 0;
  line-height: 32px;
}

.panel-dropdown .panel-dropdown-container .panel-dropdown-col + .panel-dropdown-col {
  border-left: 1px solid #d8d8d8;
}

body.postid-325 .overview h3 {
  width: 660px;
  max-width: 660px;
}

body.postid-325 .overview ul {
  width: 480px;
  max-width: 480px;
}

body.postid-325 .overview .image-wrap {
  width: 550px;
  margin-left: -35px;
}

body.postid-325 .overview .image-wrap img {
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
  width: 100% !important;
}

body.postid-321 .overview h3 {
  width: 660px;
  max-width: 660px;
}

body.postid-321 .overview ul {
  width: 480px;
  max-width: 480px;
}

body.postid-321 .overview .image-wrap {
  width: 550px;
  margin-left: -35px;
}

body.postid-321 .overview .image-wrap img {
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
  width: 100% !important;
}

body.postid-327 .overview h3 {
  width: 660px;
  max-width: 660px;
}

body.postid-327 .overview ul {
  width: 480px;
  max-width: 480px;
}

body.postid-327 .overview .image-wrap {
  width: 550px;
  margin-left: -35px;
}

body.postid-327 .overview .image-wrap img {
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
  width: 100% !important;
}

body.postid-330 .sales-page .overview {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
  .panel-section .order-1, .panel-section .order-2 {
    -ms-flex-order: inherit;
    order: inherit;
  }
  .panel-section img {
    margin-bottom: 30px;
  }
  .panel-dropdown .panel-dropdown-container .panel-dropdown-col {
    width: 33.333%;
  }
  .panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-head, .panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-list {
    padding: 40px 20px;
  }
  .panel-dropdown .panel-dropdown-container .panel-dropdown-col + .panel-dropdown-col {
    border-left: 1px solid #d8d8d8;
  }
}

@media screen and (max-width: 767px) {
  .postid-330 .sales-page .hero-banner-section {
    background-position-x: -360px;
  }
  .postid-321 .sales-page .hero-banner-section, .postid-322 .sales-page .hero-banner-section, .postid-329 .sales-page .hero-banner-section {
    background-position-x: -870px;
  }
  .postid-328 .sales-page .hero-banner-section, .postid-434 .sales-page .hero-banner-section {
    background-position-x: -930px;
  }
  .sales-page .overview .image-wrap {
    margin-top: 30px;
  }
  .sales-page .products-section .products-section-content {
    max-width: 450px;
  }
  .sales-page .products-section .products-section-content p br {
    display: none;
  }
  .panel-dropdown .panel-dropdown-container .panel-dropdown-col {
    width: 100%;
  }
  .panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-head, .panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-list {
    padding: 20px;
  }
  .panel-dropdown .panel-dropdown-container .panel-dropdown-col + .panel-dropdown-col {
    border-left: 1px solid #d8d8d8;
  }
  body.postid-325 .overview h3, body.postid-325 .overview ul {
    width: 100%;
    max-width: 100%;
  }
  body.postid-325 .overview .image-wrap {
    width: 100%;
    margin-left: 0;
  }
  body.postid-321 .overview h3, body.postid-321 .overview ul {
    width: 100%;
    max-width: 100%;
  }
  body.postid-321 .overview .image-wrap {
    width: 100%;
    margin-left: 0;
  }
  body.postid-327 .overview h3, body.postid-327 .overview ul {
    width: 100%;
    max-width: 100%;
  }
  body.postid-327 .overview .image-wrap {
    width: 100%;
    margin-left: 0;
  }
  .panel-section img {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .sales-page .hero-banner-section .image-wrape {
    float: none;
    margin-top: 35px;
  }
  .sales-page .hero-banner-section .text-wrap {
    margin-top: 30px;
    padding-left: 0;
  }
  .sales-page .large-hero-banner h1 {
    -ms-transform: scale(1);
        transform: scale(1);
    font-size: 26px;
  }
  .sales-page .overview .image-wrap {
    margin-top: 30px;
  }
  .sales-page .products-section .products-section-content {
    max-width: 400px;
  }
  .panel-dropdown {
    padding: 30px;
  }
  .panel-dropdown .panel-dropdown-container .panel-dropdown-header h2 {
    font-size: 26px;
  }
  .panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-head h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .sales-page .hero-banner-section {
    padding-top: 10% !important;
  }
  .sales-page .products-section .products-section-content {
    max-width: 300px;
  }
  .panel-dropdown {
    padding: 20px;
  }
  .panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-head, .panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-list {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 360px) {
  .panel-dropdown {
    padding: 10px;
  }
  .panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-head {
    padding: 20px 10px;
  }
  .panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-list {
    padding: 20px 8px;
  }
  .panel-dropdown .panel-dropdown-container .panel-dropdown-col .panel-dropdown-col-list p {
    font-size: 14px;
  }
  .sales-page .products-section .products-section-content {
    max-width: 300px;
  }
}

.subscribe-sidebar {
  display: none;
}

.solutions-subpage ul li {
  line-height: 1.5;
}

.solutions-subpage .vc_row.container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.solutions-subpage .large-hero-banner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.solutions-subpage .large-hero-banner p {
  font-size: 1.5em;
}

.solutions-subpage .large-hero-banner h1 {
  font-size: 3.125em;
  margin-bottom: 10px;
}

.solutions-subpage .large-hero-banner:before {
  background: linear-gradient(90deg, rgba(5, 52, 108, 0.9) 0, rgba(5, 52, 108, 0.5) 50%);
}

.solutions-subpage .hero-banner-section .text-wrap {
  max-width: 680px;
}

.solutions-subpage .solutions-section {
  display: none;
}

.solutions-subpage .solutions-section.active {
  display: block;
}

.solutions-subpage .solutions-section.active + .active {
  display: none;
}

.solutions-subpage .solutions-section #white-background {
  background-color: #fff !important;
}

.solutions-subpage .solutions-thumbnail {
  transition: all 1s ease-in-out;
}

.solutions-subpage .solutions-thumbnail .icons-wrap {
  position: relative;
}

.solutions-subpage .solutions-thumbnail .icons-wrap img {
  transition: all 1s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 85px;
  max-height: 85px;
}

.solutions-subpage .solutions-thumbnail .icons-wrap img.color-icon {
  opacity: 0;
  visibility: hidden;
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}

.solutions-subpage .solutions-thumbnail .icons-wrap img.gray-icon {
  opacity: 1;
  visibility: visible;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.solutions-subpage .solutions-thumbnail:hover {
  text-decoration: none;
}

.solutions-subpage .solutions-thumbnail:hover img.color-icon {
  opacity: 1;
  visibility: visible;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.solutions-subpage .solutions-thumbnail:hover img.gray-icon {
  opacity: 0;
  visibility: hidden;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.solutions-subpage .solutions-thumbnail:hover .thumbnail-assets span {
  font-weight: 700;
}

.solutions-subpage .solutions-tab-thumbs {
  padding: 50px 0;
  text-align: center;
}

.solutions-subpage .solutions-tab-thumbs .solutions-thumbnail {
  cursor: pointer;
}

.solutions-subpage .solutions-tab-thumbs .solutions-thumbnail .icons-wrap {
  width: 85px;
  height: 85px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.solutions-subpage .solutions-tab-thumbs .solutions-thumbnail .thumbnail-assets span {
  font-size: 22px;
  color: #314150;
  line-height: 24px;
}

.solutions-subpage .solutions-tab-thumbs .solutions-thumbnail.active:after {
  border-bottom: 20px solid #f4f8fa;
  left: 50%;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  top: auto;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  bottom: -51px;
}

.solutions-subpage .solutions-tab-thumbs .solutions-thumbnail.active .icons-wrap img.color-icon {
  opacity: 1;
  visibility: visible;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.solutions-subpage .solutions-tab-thumbs .solutions-thumbnail.active .icons-wrap img.gray-icon {
  opacity: 0;
  visibility: hidden;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.solutions-subpage .solutions-tab-thumbs .solutions-thumbnail.active .thumbnail-assets span {
  font-weight: 700;
}

.solutions-subpage .solutions-tab-content .panel-section h4 {
  margin-bottom: 20px;
}

.solutions-subpage .solutions-tab-content .panel-section p {
  font-size: 18px;
  line-height: 1.5;
}

.solutions-subpage .solutions-tab-content .panel-section ul {
  color: #5f6e7d;
}

.solutions-subpage .solutions-tab-thumbs-wrap h3 {
  margin-bottom: 40px;
}

.solutions-subpage .solutions-tab-thumbs-wrap .solutions-thumbnail.active:after {
  display: none;
}

.solutions-subpage .solution-grid-section .image-wrap {
  text-decoration: none;
  margin-top: 30px;
  height: 165px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.solutions-subpage .solution-grid-section .image-wrap h5 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.solutions-subpage .solution-grid-section .image-wrap:before {
  background: linear-gradient(180deg, rgba(22, 74, 136, 0.25) 0, rgba(22, 74, 136, 0.25) 51%, rgba(22, 74, 136, 0.7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40164a88",endColorstr="#b3164a88",GradientType=0);
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}

.solutions-subpage .solution-grid-section .image-wrap.current:before, .solutions-subpage .solution-grid-section .image-wrap:hover:before {
  background: linear-gradient(180deg, rgba(93, 167, 60, 0.25) 0, rgba(93, 167, 60, 0.25) 51%, rgba(93, 167, 60, 0.7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#405da73c",endColorstr="#b35da73c",GradientType=0);
}

.panel-section {
  background-color: #f4f8fa;
  padding: 90px 0;
}

.panel-section h4 {
  margin-bottom: 40px;
}

.panel-section .row + .row, .panel-section .row:nth-child(2), .panel-section .row:nth-child(3), .panel-section .row:nth-child(4), .panel-section .row:nth-child(5), .panel-section .row:nth-child(6), .panel-section .row:nth-child(7) {
  margin-top: 80px;
}

.panel-section .text-wrap .collapse-toggle {
  font-weight: 500 !important;
  color: #ff6b00 !important;
  cursor: pointer;
}

.panel-section .text-wrap .collapse-toggle:after {
  height: 10px;
  width: 6px;
  content: "";
  display: inline-block;
  background-color: #000;
  margin-left: 6px;
  background: url(../images/link-arrow.svg);
  background-repeat: no-repeat;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

.panel-section .text-wrap .collapse-toggle-active:after {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.solution-cta-section {
  background-color: #164a88;
  padding: 60px 0 !important;
}

.solution-cta-section h2 {
  color: #fff;
}

.solution-cta-section p {
  color: #fff;
  font-size: 26px;
}

.solution-cta-section .btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.solution-cta-section .btn-wrap a.btn {
  max-width: 260px;
  width: 100%;
  font-size: 20px;
  padding: 9px 15px 12px;
}

@media screen and (max-width: 991px) {
  .solutions-subpage .large-hero-banner h1 {
    font-size: 2.275em;
  }
  .solutions-subpage .large-hero-banner p {
    font-size: 1.375em;
  }
  .solutions-subpage .panel-section .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .solutions-subpage .panel-section .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .solution-cta-section .btn-wrap {
    -ms-flex-pack: start;
    justify-content: center;
  }
  .panel-section {
    padding: 30px 0;
  }
  .solutions-subpage .large-hero-banner p {
    font-size: 1.25em;
  }
  .solutions-subpage .large-hero-banner h1 {
    font-size: 1.75em;
  }
  .solutions-subpage .solutions-tab-thumbs {
    padding: 50px 15px;
  }
  .solutions-subpage .solutions-tab-thumbs .solutions-thumbnail {
    margin-bottom: 50px;
    display: block;
  }
  .solutions-subpage .solutions-tab-thumbs .solutions-thumbnail .thumbnail-assets {
    padding: 0 80px;
  }
}

@media screen and (max-width: 575px) {
  .solutions-subpage .panel-section .order-1, .solutions-subpage .panel-section .order-2 {
    -ms-flex-order: inherit;
    order: inherit;
  }
}

@media screen and (max-width: 480px) {
  .solutions-subpage .hero-banner-section {
    padding-top: 10% !important;
  }
}

.resources-library header .navbar {
  border-bottom: 5px solid rgba(20, 61, 110, 0.1);
}

.resources-library .resources-container {
  position: relative;
  margin-top: 30px;
}

.resources-library .resources-container:after {
  content: "";
  display: block;
  clear: both;
}

.resources-library .resources-container #filterToggle {
  display: none;
  border: 1px solid #62c9da;
  background-color: #fff;
  color: #62c9da;
}

.resources-library .resources-container .sidebar {
  width: 195px;
  padding-right: 20px;
  float: left;
}

.resources-library .resources-container .sidebar.fixed {
  position: fixed;
}

.resources-library .resources-container .sidebar.reachedBottom {
  position: absolute;
  bottom: 15px;
}

.resources-library .resources-container .sidebar h1 {
  color: #164a88;
  margin-bottom: 20px;
  font-size: 1.45em;
  font-weight: 700;
}

.resources-library .resources-container .sidebar .filters-wrap h4 {
  color: #164a88;
  font-size: 1.25em;
  font-weight: 500;
}

.resources-library .resources-container .sidebar .filters-wrap .filter-toggle {
  width: 100%;
  background-color: #f4f8fa;
  color: #164a88;
  border: 0;
  font-weight: 500;
  padding: 10px;
  margin: 10px 0;
  text-align: left;
  cursor: pointer;
  transition: all .3s ease;
}

.resources-library .resources-container .sidebar .filters-wrap .filter-toggle.active, .resources-library .resources-container .sidebar .filters-wrap .filter-toggle:hover {
  background-color: #62c9da;
  color: #fff;
}

.resources-library .resources-container .sidebar .more-resources a {
  font-size: 1.125em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.resources-library .resources-container .sidebar .more-resources a .icon-wrap {
  width: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.resources-library .resources-container .sidebar .more-resources a svg {
  fill: #ff6b00;
}

.resources-library .resources-container .resources-list {
  width: calc(100% - 200px);
  float: right;
  margin-bottom: 30px;
  min-height: 800px;
}

.resources-library .resources-container .resources-list .resource-item {
  width: 33.33%;
  padding: 8px;
  float: left;
  height: 430px;
}

.resources-library .resources-container .resources-list .resource-item .category {
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 10px;
}

.resources-library .resources-container .resources-list .resource-item h3 {
  font-size: 1.375em;
}

.resources-library .resources-container .resources-list .featured-item {
  width: 66.66%;
}

.resources-library .resources-container .resources-list .image-text-card, .resources-library .resources-container .resources-list .video-thumb-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.resources-library .resources-container .resources-list .image-text-card .image-wrap, .resources-library .resources-container .resources-list .video-thumb-card .image-wrap {
  width: 100%;
  padding-top: 58%;
  position: relative;
  overflow: hidden;
}

.resources-library .resources-container .resources-list .image-text-card .image-wrap a, .resources-library .resources-container .resources-list .video-thumb-card .image-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
}

.resources-library .resources-container .resources-list .image-text-card .image-wrap a:hover, .resources-library .resources-container .resources-list .video-thumb-card .image-wrap a:hover {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.resources-library .resources-container .resources-list .image-text-card .thumb-wrap, .resources-library .resources-container .resources-list .video-thumb-card .thumb-wrap {
  width: 100%;
  padding-top: 58%;
  position: relative;
  overflow: hidden;
}

.resources-library .resources-container .resources-list .image-text-card .thumb-wrap a, .resources-library .resources-container .resources-list .video-thumb-card .thumb-wrap a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
}

.resources-library .resources-container .resources-list .image-text-card .thumb-wrap a:before, .resources-library .resources-container .resources-list .video-thumb-card .thumb-wrap a:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #143d6e;
  opacity: .5;
}

.resources-library .resources-container .resources-list .image-text-card .thumb-wrap a svg, .resources-library .resources-container .resources-list .video-thumb-card .thumb-wrap a svg {
  fill: #fff;
  position: relative;
  opacity: .7;
  transition: all .3s ease;
}

.resources-library .resources-container .resources-list .image-text-card .thumb-wrap a:hover svg, .resources-library .resources-container .resources-list .video-thumb-card .thumb-wrap a:hover svg {
  opacity: 1;
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.resources-library .resources-container .resources-list .image-text-card .text-wrap, .resources-library .resources-container .resources-list .video-thumb-card .text-wrap {
  height: 100%;
  background-color: #f4f8fa;
  padding: 15px;
  position: relative;
  padding-bottom: 40px;
}

.resources-library .resources-container .resources-list .image-text-card .text-wrap h3 a, .resources-library .resources-container .resources-list .video-thumb-card .text-wrap h3 a {
  color: #37404a;
}

.resources-library .resources-container .resources-list .image-text-card .text-wrap .arrow-link, .resources-library .resources-container .resources-list .video-thumb-card .text-wrap .arrow-link {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.resources-library .resources-container .resources-list .image-bg-card {
  padding: 30px 15px 15px;
  position: relative;
  color: #fff;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}

.resources-library .resources-container .resources-list .image-bg-card:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #143d6e;
  opacity: .86;
}

.resources-library .resources-container .resources-list .image-bg-card .text-wrap {
  position: relative;
  height: 100%;
  padding-bottom: 40px;
}

.resources-library .resources-container .resources-list .image-bg-card .text-wrap h3 {
  font-size: 1.75em;
}

.resources-library .resources-container .resources-list .image-bg-card .text-wrap h3 a {
  color: #fff;
}

.resources-library .resources-container .resources-list .image-bg-card .text-wrap .arrow-link {
  position: absolute;
  left: 0;
  bottom: 0;
}

.resources-library .resources-container .resources-list .logo-text-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.resources-library .resources-container .resources-list .logo-text-card .logo-wrap {
  width: 100%;
  padding-top: 58%;
  position: relative;
  overflow: hidden;
  background-color: #f4f8fa;
}

.resources-library .resources-container .resources-list .logo-text-card .logo-wrap a {
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #fff;
  padding: 20px;
}

.resources-library .resources-container .resources-list .logo-text-card .logo-wrap a img {
  transition: inherit;
}

.resources-library .resources-container .resources-list .logo-text-card .logo-wrap a:hover img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.resources-library .resources-container .resources-list .logo-text-card .text-wrap {
  height: 100%;
  background-color: #f4f8fa;
  padding: 15px;
  position: relative;
  padding-bottom: 40px;
}

.resources-library .resources-container .resources-list .logo-text-card .text-wrap h3 a {
  color: #37404a;
}

.resources-library .resources-container .resources-list .logo-text-card .text-wrap .arrow-link {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.resources-library .resources-container .resources-list .featured-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.resources-library .resources-container .resources-list .featured-card .image-wrap {
  width: 100%;
  min-height: 250px;
  background-position: 50%;
  background-size: cover;
  position: relative;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
}

.resources-library .resources-container .resources-list .featured-card .image-wrap:before {
  display: block;
  content: "";
  width: 95%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(115deg, #05346c 30%, rgba(57, 71, 87, 0) 80%);
  opacity: .57;
}

.resources-library .resources-container .resources-list .featured-card .image-wrap:after {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(57, 71, 87, 0) 0, #05346c);
  opacity: .57;
}

.resources-library .resources-container .resources-list .featured-card .image-wrap .inner-text {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  -ms-flex-align: end;
  align-items: flex-end;
}

.resources-library .resources-container .resources-list .featured-card .image-wrap .inner-text .date {
  color: #fff;
  font-size: 1.125em;
  font-weight: 500;
  width: 100%;
}

.resources-library .resources-container .resources-list .featured-card .image-wrap .inner-text .category, .resources-library .resources-container .resources-list .featured-card .image-wrap .inner-text h3 a {
  color: #fff;
}

.resources-library .resources-container .resources-list .featured-card .text-wrap {
  height: 100%;
  padding: 15px 15px 40px;
  position: relative;
  background-color: #f4f8fa;
}

.resources-library .resources-container .resources-list .featured-card .text-wrap .arrow-link {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .resources-library .resources-container .resources-list .image-bg-card .text-wrap h3 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 991px) {
  .resources-library .resources-container #filterToggle {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .resources-library .resources-container .sidebar {
    width: 690px;
    float: none;
    position: relative;
    z-index: 2;
    background-color: transparent;
    top: 20px;
    margin-bottom: 40px;
    padding-right: 0;
  }
  .resources-library .resources-container .sidebar #filterToggle {
    background-color: transparent;
  }
  .resources-library .resources-container .sidebar.reachedBottom {
    top: unset;
    width: 100%;
  }
  .resources-library .resources-container .sidebar #filterToggleWrap {
    width: 100%;
    background-color: #fff;
    padding: 10px 15px 0;
    top: 100%;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: none;
  }
  .resources-library .resources-container .sidebar #filterToggleWrap .filters-wrap .filter-toggle {
    width: auto;
    margin: 5px 0 0;
  }
  .resources-library .resources-container .sidebar #filterToggleWrap .more-resources {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .resources-library .resources-container .sidebar.fixed {
    position: relative;
    top: 20px;
  }
  .resources-library .resources-container .sidebar .filters-wrap .filter-toggle:hover {
    background-color: #f4f8fa;
    color: #164a88;
  }
  .resources-library .resources-container .sidebar .filters-wrap .filter-toggle.active {
    background-color: #62c9da;
    color: #fff;
  }
  .resources-library .resources-container .resources-list {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .resources-library .resources-container .sidebar {
    width: 510px;
  }
  .resources-library .resources-container .sidebar #filterToggleWrap {
    display: none;
  }
  .resources-library .resources-container .sidebar #filterToggleWrap .more-resources {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .resources-library .resources-container .resources-list .resource-item {
    width: 100%;
    height: auto;
  }
  .resources-library .resources-container .resources-list .featured-item {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .resources-library .resources-container .sidebar {
    width: calc(100% - 0px);
  }
}

.solutions-page .hero-banner {
  padding-top: 0 !important;
  min-height: 225px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.solutions-page .hero-banner .wpb_wrapper {
  position: absolute;
  text-align: center;
  margin: auto;
  display: block;
  top: 0;
  right: 0;
  left: 0;
}

.solutions-page .industry-solutions-section {
  padding-top: 180px !important;
}

.solutions-page .industry-solutions-section h1 {
  font-size: 2em;
  line-height: 1.18em;
  text-align: center;
  font-weight: 400;
}

.solutions-page .industry-solutions-section h2 {
  text-align: center;
}

.solutions-page .industry-solutions-section p {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

.solutions-page .industry-solutions-section .solutions-items {
  margin-top: 50px;
}

.solutions-page .industry-solutions-section .solutions-items .col_divider {
  margin-bottom: 50px;
}

.solutions-page .industry-solutions-section .solutions-items .solutions-card .image-wrap a {
  text-decoration: none;
}

.solutions-page .industry-solutions-section .solutions-items .solutions-card .image-wrap .solutions-image {
  padding-top: 40%;
  min-height: 155px;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  vertical-align: bottom;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-direction: column;
  flex-direction: column;
}

.solutions-page .industry-solutions-section .solutions-items .solutions-card .image-wrap h6 {
  list-style: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.solutions-page .industry-solutions-section .solutions-items .solutions-card .text-wrap {
  background-color: #f4f8fa;
  padding: 25px 20px 60px;
  position: relative;
  min-height: 300px;
}

.solutions-page .industry-solutions-section .solutions-items .solutions-card .text-wrap p {
  text-align: left;
  max-width: none;
  margin: initial;
  font-size: 16px;
  line-height: 24px;
  color: #7a818b;
}

.solutions-page .industry-solutions-section .solutions-items .solutions-card .text-wrap .action-wrap {
  position: absolute;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.solutions-page .industry-solutions-section .solutions-items .solutions-card .text-wrap .action-wrap a {
  font-weight: 700;
  font-size: 18px;
}

.solutions-page .industry-solutions-section .solutions-items .solutions-card:hover .text-wrap {
  background-color: #e4eff5;
}

.solutions-page .industry-solutions-section .solutions-items .solutions-card:hover .image-wrap .solutions-image:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all .3s ease;
  background: linear-gradient(180deg, rgba(93, 167, 60, 0.25) 0, rgba(93, 167, 60, 0.25) 51%, rgba(93, 167, 60, 0.7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#405da73c",endColorstr="#b35da73c",GradientType=0);
}

@media (max-width: 1199px) {
  .solutions-page .industry-solutions-section .solutions-items .solutions-card .image-wrap .solutions-image {
    padding-top: 33%;
    min-height: 131px;
  }
}

@media (max-width: 991px) {
  .solutions-page .industry-solutions-section .solutions-items .solutions-card .image-wrap .solutions-image {
    padding-top: 40%;
    min-height: 200px;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .solutions-page .industry-solutions-section .solutions-items .solutions-card .image-wrap .solutions-image {
    min-height: 150px;
  }
  .solutions-page .hero-banner .wpb_wrapper {
    top: 60px;
  }
}

@media (max-width: 575px) {
  .solutions-page .hero-banner .image-wrap {
    position: static;
  }
  .solutions-page .industry-solutions-section {
    padding-top: 70px !important;
  }
  .solutions-page .industry-solutions-section .solutions-items .solutions-card .image-wrap .solutions-image {
    min-height: 100%;
    padding-top: 55%;
    background-size: 100%;
  }
  .solutions-page .industry-solutions-section .solutions-items .solutions-card .image-wrap h6 {
    top: -30px;
  }
  .solutions-page .hero-banner .wpb_wrapper {
    top: 75px;
  }
}

@media (max-width: 480px) {
  .solutions-page .hero-banner .wpb_wrapper {
    top: 100px;
  }
}

@media (max-width: 380px) {
  .solutions-page .hero-banner .wpb_wrapper {
    top: 140px;
  }
}

@media (max-width: 320px) {
  .solutions-page .hero-banner .wpb_wrapper {
    top: 160px;
  }
}

.products-page .hero-banner-section {
  padding-top: 4%;
  overflow: hidden;
}

.products-page .hero-banner-section h1 {
  font-size: 3.125em;
  margin-bottom: 10px;
}

.products-page .hero-banner-section p {
  font-size: 1.5em;
}

.products-page .hero-banner-section .text-wrap {
  max-width: 550px;
  float: left;
}

.products-page .hero-banner-section .image-wrape {
  float: right;
}

.products-page .products-section {
  background-color: #fff;
  text-align: center;
}

.products-page .products-section .products-section-content {
  max-width: 850px;
  margin: 0 auto;
}

.products-page .product-thumbnail {
  margin-top: 55px;
  transition: all 1s ease-in-out;
}

.products-page .product-thumbnail a:hover {
  text-decoration: none;
}

.products-page .product-thumbnail .icons-wrap {
  position: relative;
}

.products-page .product-thumbnail .icons-wrap img {
  transition: all 1s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
}

.products-page .product-thumbnail .icons-wrap img.color-icon {
  opacity: 0;
  visibility: hidden;
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}

.products-page .product-thumbnail .icons-wrap img.gray-icon, .products-page .product-thumbnail:hover img.color-icon {
  opacity: 1;
  visibility: visible;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.products-page .product-thumbnail:hover img.gray-icon {
  opacity: 0;
  visibility: hidden;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.products-page .product-thumbnail:hover .thumbnail-assets span {
  font-weight: 700;
}

.products-page .product-thumbnail .icons-wrap {
  width: 54px;
  height: 54px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.products-page .product-thumbnail .thumbnail-assets span {
  font-size: 22px;
  color: #314150;
  line-height: 24px;
}

.products-page .panel-overlay-section {
  background-color: #f4f8fa;
  overflow: hidden;
}

.products-page .panel-overlay-section .panel-wrap:nth-child(4) .image-wrap {
  margin-left: auto;
}

.products-page .panel-overlay-section .panel-wrap .image-wrap, .products-page .panel-overlay-section .panel-wrap .text-wrap-container {
  max-width: 60%;
}

@media screen and (max-width: 1199px) {
  .products-page .hero-banner-section .image-wrape {
    max-width: 390px;
  }
  .products-page .hero-banner-section .image-wrape img {
    margin: 0 auto;
  }
  .products-page .hero-banner-section .text-wrap {
    max-width: 500px;
  }
  .products-page .panel-overlay-section .panel-wrap:nth-child(4) .image-wrap img {
    max-width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .products-page .hero-banner-section .image-wrape {
    float: none;
    max-width: 410px;
  }
  .products-page .hero-banner-section .image-wrape img {
    margin: 0 auto;
  }
  .products-page .hero-banner-section .text-wrap {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .products-page .hero-banner-section h1 {
    font-size: 2.275em;
  }
  .products-page .hero-banner-section p {
    font-size: 1.375em;
  }
  .products-page .panel-overlay-section .panel-wrap:nth-child(4) .image-wrap {
    margin-right: auto;
  }
  .products-page .panel-overlay-section .panel-wrap .image-wrap, .products-page .panel-overlay-section .panel-wrap .text-wrap-container, .products-page .panel-overlay-section .panel-wrap:nth-child(4) .image-wrap img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .products-page .hero-banner-section h1 {
    font-size: 1.75em;
  }
  .products-page .hero-banner-section p {
    font-size: 1.25em;
  }
  .solution-cta-section .btn-wrap {
    -ms-flex-pack: start;
    justify-content: center;
  }
  .products-page .products-section .products-section-content {
    max-width: 450px;
  }
  .products-page .products-section .products-section-content p br {
    display: none;
  }
  .products-page .products-section .col-xs-5ths {
    width: 25%;
  }
  .products-page .products-section .col-xs-5ths .product-thumbnail .thumbnail-assets span {
    font-size: 12px;
    line-height: 22px;
  }
}

@media screen and (max-width: 575px) {
  .products-page .products-section .products-section-content {
    max-width: 400px;
  }
}

@media screen and (max-width: 480px) {
  .products-page .products-section .products-section-content {
    max-width: 300px;
  }
}

@media screen and (max-width: 360px) {
  .products-page .products-section .products-section-content {
    max-width: 300px;
  }
}

.team-page .title-bar {
  padding: 30px 0;
  background-size: cover;
  background-position: top;
}

.team-page .title-bar h1 {
  margin: 0;
}

.team-page .overview p {
  font-size: 20px;
}

.team-page .overview .team-description p {
  font-size: 18px;
}

.team-page .team-tab {
  padding: 50px 0;
}

.team-page .team-tab .team-bio-wrap .team-bio.active {
  max-height: 475px;
}

.team-page .team-tab .team-bio-wrap .team-bio {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.team-page .team-tab .team-bio-wrap .team-bio .bio-wrap {
  overflow: hidden;
  margin-bottom: 40px;
}

.team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .image-wrap {
  width: 350px;
  float: left;
}

.team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap {
  background-color: #e4eff5;
  height: 417px;
  padding: 40px 25px 25px;
  overflow: hidden;
  position: relative;
}

.team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap span.close-btn {
  display: block;
  position: absolute;
  right: 25px;
  top: 20px;
  cursor: pointer;
  background-image: url(../images/close-button.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 35px;
  height: 35px;
}

.team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap span {
  display: block;
  color: #37404a;
  font-size: 22px;
}

.team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap span.name {
  font-weight: 700;
}

.team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap .bio-text-wrap {
  padding: 20px 30px;
  background-color: #fff;
  height: 260px;
  overflow: hidden;
  margin-top: 15px;
}

.team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap .bio-text-wrap .bio-text {
  max-height: 220px;
  overflow-y: auto;
}

.team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap .bio-text-wrap .bio-text p {
  font-size: 18px;
  max-width: 600px;
}

.team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap .bio-text-wrap .bio-text::-webkit-scrollbar {
  width: 12px;
}

.team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap .bio-text-wrap .bio-text::-webkit-scrollbar-track {
  box-shadow: inherit;
  border: 1px solid #597698;
  border-radius: 6px;
}

.team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap .bio-text-wrap .bio-text::-webkit-scrollbar-thumb {
  background: #e4eff5;
  border-radius: 6px;
  border: 1px solid #597698;
}

.team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap .bio-text-wrap .bio-text::-webkit-scrollbar-thumb:hover {
  background: #e4eff5;
}

.team-page .team-tab .team-thumbs-wrap .team-thumbnail {
  display: block;
  cursor: pointer;
}

.team-page .team-tab .team-thumbs-wrap .team-thumbnail .member-wrap {
  margin-bottom: 30px;
}

.team-page .team-tab .team-thumbs-wrap .team-thumbnail .member-wrap .image-wrap {
  height: 286px;
  overflow: hidden;
}

.team-page .team-tab .team-thumbs-wrap .team-thumbnail .member-wrap .text-wrap {
  padding: 20px 15px;
  text-align: center;
  line-height: 1.15;
  background-color: #e4eff5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 150px;
}

.team-page .team-tab .team-thumbs-wrap .team-thumbnail .member-wrap .text-wrap span {
  display: block;
  color: #37404a;
  font-size: 22px;
  max-width: 300px;
}

.team-page .team-tab .team-thumbs-wrap .team-thumbnail .member-wrap .text-wrap span.name {
  font-weight: 700;
}

.team-page .team-tab .team-thumbs-wrap .team-thumbnail.active {
  display: none;
}

.team-page .team-tab .team-thumbs-wrap .bio-wrap {
  overflow: hidden;
  margin-bottom: 40px;
}

.team-page .team-tab .team-thumbs-wrap .bio-wrap .image-wrap {
  width: 100%;
  float: none;
  height: 400px;
}

.team-page .team-tab .team-thumbs-wrap .bio-wrap .image-wrap img {
  width: 100%;
}

.team-page .team-tab .team-thumbs-wrap .bio-wrap .content-wrap {
  background-color: #e4eff5;
  height: 417px;
  padding: 40px 25px 25px;
  overflow: hidden;
  position: relative;
}

.team-page .team-tab .team-thumbs-wrap .bio-wrap .content-wrap span.close-btn {
  display: block;
  position: absolute;
  right: 25px;
  top: 20px;
  cursor: pointer;
  background-image: url(../images/close-button.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 35px;
  height: 35px;
}

.team-page .team-tab .team-thumbs-wrap .bio-wrap .content-wrap .text-wrap span {
  display: block;
  color: #37404a;
  font-size: 22px;
  max-width: 300px;
}

.team-page .team-tab .team-thumbs-wrap .bio-wrap .content-wrap .text-wrap span.name {
  font-weight: 700;
}

.team-page .team-tab .team-thumbs-wrap .bio-wrap .content-wrap .text-wrap .bio-text-wrap {
  padding: 20px 30px;
  background-color: #fff;
  height: 260px;
  overflow: hidden;
  margin-top: 15px;
}

.team-page .team-tab .team-thumbs-wrap .bio-wrap .content-wrap .text-wrap .bio-text-wrap .bio-text {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 25px;
}

.team-page .team-tab .team-thumbs-wrap .bio-wrap .content-wrap .text-wrap .bio-text-wrap .bio-text p {
  font-size: 18px;
  max-width: 600px;
}

.team-page .team-tab .team-thumbs-wrap .bio-wrap .content-wrap .text-wrap .bio-text-wrap .bio-text::-webkit-scrollbar {
  width: 12px;
}

.team-page .team-tab .team-thumbs-wrap .bio-wrap .content-wrap .text-wrap .bio-text-wrap .bio-text::-webkit-scrollbar-track {
  box-shadow: inherit;
  border: 1px solid #597698;
  border-radius: 6px;
}

.team-page .team-tab .team-thumbs-wrap .bio-wrap .content-wrap .text-wrap .bio-text-wrap .bio-text::-webkit-scrollbar-thumb {
  background: #e4eff5;
  border-radius: 6px;
  border: 1px solid #597698;
}

.team-page .team-tab .team-thumbs-wrap .bio-wrap .content-wrap .text-wrap .bio-text-wrap .bio-text::-webkit-scrollbar-thumb:hover {
  background: #e4eff5;
}

@media screen and (max-width: 991px) {
  .team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap .bio-text-wrap {
    height: 230px;
  }
  .team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap .bio-text-wrap .bio-text {
    max-height: 190px;
  }
}

@media screen and (max-width: 767px) {
  .team-page .team-tab .team-thumbs-wrap .team-thumbnail .member-wrap .image-wrap img {
    width: 100%;
  }
  .team-page .team-tab .team-bio-wrap .team-bio.active {
    max-height: 860px;
  }
  .team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .image-wrap {
    width: 100%;
    float: none;
    height: 400px;
  }
  .team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .image-wrap img {
    width: 100%;
  }
  .team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap .bio-text-wrap .bio-text {
    padding-right: 25px;
  }
}

@media screen and (max-width: 480px) {
  .team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .image-wrap {
    height: 300px;
  }
  .team-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap span.position {
    font-size: 18px;
  }
}

.customers-success-inside .customer-page-breadcrumbs {
  margin-bottom: 20px;
}

.customers-success-inside .hero-banner {
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.customers-success-inside .hero-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F4F8FA;
}

.customers-success-inside .hero-banner .breadcrumbs {
  position: relative;
}

.customers-success-inside .hero-banner #breadcrumbs {
  margin-bottom: 30px;
}

.customers-success-inside .hero-banner #breadcrumbs li, .customers-success-inside .hero-banner #breadcrumbs li:after, .customers-success-inside .hero-banner #breadcrumbs li a {
  color: #164a88;
}

.customers-success-inside .hero-banner > .row {
  position: relative;
}

.customers-success-inside .hero-banner .text-col {
  padding-left: 20px;
}

.customers-success-inside .hero-banner .text-col h1 {
  font-weight: 400;
  line-height: 1.3;
  font-size: 24px;
  color: #37404a;
  margin: 0;
}

.customers-success-inside .hero-banner .text-col h3 {
  color: #5f5f5f;
}

.customers-success-inside .hero-banner .text-col p {
  line-height: 1.3;
  font-size: 22px;
  color: #37404a;
  margin: 0;
}

.customers-success-inside .hero-banner .logo-col {
  text-align: center;
}

.customers-success-inside .hero-banner .logo-col .top-text {
  color: #fff;
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 10px;
}

.customers-success-inside .hero-banner .logo-col .logo-wrap {
  max-width: 440px;
  padding: 10px;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.customers-success-inside .hero-banner .logo-col .logo-wrap img {
  max-height: 170px;
}

.customers-success-inside .hero-banner .logo-col .logo-wrap .btn {
  position: absolute;
  left: 50%;
  top: 100%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 1.25em;
}

.customers-success-inside .customer-video-section .image-wrap .vc_column-inner {
  position: relative;
  padding: 0;
  margin: auto;
  max-width: 520px;
}

.customers-success-inside .customer-video-section .image-wrap .vc_column-inner img {
  width: 520px;
  height: 295px;
}

.customers-success-inside .customer-video-section .image-wrap .vc_column-inner .video-banner {
  margin-bottom: 0;
}

.customers-success-inside .customer-video-section .image-wrap .vc_column-inner .overlay {
  background-image: url(../images/customers/play-btn.png);
  position: absolute;
  opacity: 1;
  bottom: auto;
  background-repeat: no-repeat;
  transition: all .3s ease;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-position: 50%;
  cursor: pointer;
}

.customers-success-inside .customer-video-section .image-wrap .vc_column-inner:hover .overlay {
  opacity: .5;
  transition: .5s ease;
  background-color: #164a88;
}

.customers-success-inside .border_bottom {
  border-bottom: 2px solid #707070;
  margin: 20px auto 40px;
  max-width: 1100px;
}

.customers-success-inside .text-wrap p {
  font-size: 18px;
  color: #5f6e7d;
  line-height: 1.5;
  margin-bottom: 20px;
}

.customers-success-inside .text-wrap-2 {
  margin: 100px 10px;
}

.customers-success-inside .text-wrap-2 h3 {
  color: #164a88;
  line-height: 1.2em;
}

.customers-success-inside .two-col-section .image-wrap {
  margin: 10px 15px 0;
}

.customers-success-inside .two-col-section .image-wrap img {
  max-height: 300px;
}

.customers-success-inside .col-text {
  margin-left: 20px;
}

.customers-success-inside .customer-quote-section .customer-quote-wrap {
  border: 5px solid #e4eff5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.customers-success-inside .customer-quote-section .customer-quote-wrap p {
  text-align: center;
  font-size: 26px;
  padding: 20px;
  width: 900px;
  max-width: 100%;
  color: #164a88;
}

.customers-success-inside .customer-quote-section .customer-quote-wrap p:before {
  background-image: url(../images/customers/open_quotes.png);
  background-size: 50px;
  width: 50px;
  height: 50px;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 20px;
}

.customers-success-inside .customer-quote-section .customer-quote-wrap p:after {
  background-image: url(../images/customers/close_quotes.png);
  background-size: 50px;
  width: 50px;
  height: 50px;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  bottom: 30px;
}

.customers-success-inside .about-customer-section {
  background-color: #f4f8fa;
  padding: 40px 0;
}

.customers-success-inside .about-customer-section p {
  font-size: 16px;
  color: #5f6e7d;
  line-height: 1.5;
}

.customers-success-inside .content-section p {
  font-size: 18px;
  color: #5f6e7d;
  line-height: 1.5;
}

.customers-success-inside section {
  padding: inherit;
}

.customers-success-inside .customsers-list-section {
  padding: 40px 0;
}

.customers-success-inside .customsers-list-section .customer-success-stories {
  font-size: 26px;
  text-align: center;
  padding: 10px;
}

.customers-success-inside .customsers-list-section .customer-item {
  background-color: #f4f8fa;
  margin-bottom: 30px;
}

.customers-success-inside .customsers-list-section .customer-item .logo-wrap {
  border: 5px solid #f4f8fa;
  background-color: #fff;
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 175px;
}

.customers-success-inside .customsers-list-section .customer-item .logo-wrap img {
  max-height: 95px;
  max-width: 250px;
}

.customers-success-inside .customsers-list-section .customer-item .text-wrap {
  padding: 25px;
}

.customers-success-inside .customsers-list-section .customer-item .text-wrap h4 {
  color: #37404a;
}

.customers-success-inside .customsers-list-section .customer-item .text-wrap .excerpt {
  height: 146px;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  color: #7a818b;
}

.customers-success-inside .customsers-list-section .customer-item .text-wrap .excerpt:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 20px;
}

.customers-success-inside .customsers-list-section .customer-item .action-wrap .current-story {
  color: #164a88;
}

.customers-success-inside .customsers-list-section .customer-item .action-wrap .current-story.arrow-link {
  background: url(../images/customers/current-story-arrow.svg) right top 6px no-repeat;
  background-size: 6px;
}

.customers-success-inside .customsers-list-section .current-item .logo-wrap {
  border: 5px solid #e4eff5;
}

.customers-success-inside .customsers-list-section .current-item .text-wrap {
  background-color: #e4eff5;
}

.customers-success-inside .customsers-list-section .container > .action-wrap {
  text-align: center;
  margin-top: 45px;
}

.customers-success-inside .customsers-list-section .container > .action-wrap .btn {
  font-size: 1.25em;
  padding: .5em 2.5em;
}

.customers-success-inside .customer-video .modal-dialog {
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  max-width: 1200px;
}

.customers-success-inside .customer-video .modal-content {
  border: none;
  background-color: transparent;
  width: 1200px;
  height: 600px;
  padding: 0;
}

.customers-success-inside .customer-video .modal-content .modal-header {
  padding: 0;
  border: none;
}

.customers-success-inside .customer-video .modal-content .modal-header .close {
  right: 0;
  color: #fff;
  z-index: 9999;
  text-shadow: none;
  opacity: 1;
  font-weight: 300;
  font-size: 2.25rem;
  background: #164a88;
  margin: auto;
  padding: 5px 10px;
  position: absolute;
}

.customers-success-inside .customer-video .modal-content .modal-body {
  padding: 0;
}

.customers-success-inside .customer-video .modal-content .modal-body iframe {
  width: 1200px;
  height: 600px;
}

.customers-success-inside .customer-case-study-section .container .case-study-wrap {
  border: 5px solid #e4eff5;
  padding: 20px 50px;
}

.customers-success-inside .customer-case-study-section .wpb_single_image.vc_align_left {
  margin: auto;
}

@media screen and (max-width: 991px) {
  .customers-success-inside .customer-quote-section .customer-quote-wrap p {
    padding: 20px 40px;
    font-size: 20px;
    width: 100%;
  }
  .customers-success-inside .customer-quote-section .customer-quote-wrap p:before {
    background-size: 35px;
    width: 35px;
    height: 35px;
    left: 20px;
    top: 20px;
  }
  .customers-success-inside .customer-quote-section .customer-quote-wrap p:after {
    background-size: 35px;
    width: 35px;
    height: 35px;
    right: 20px;
    bottom: 35px;
  }
  .customers-success-inside .hero-banner .logo-col .top-text {
    margin-top: 10px;
  }
  .customers-success-inside .customer-video .modal-dialog {
    top: 20%;
  }
  .customers-success-inside .customer-video .modal-content {
    width: 100%;
    height: 400px;
  }
  .customers-success-inside .customer-video .modal-body iframe {
    width: 100% !important;
    height: 400px !important;
  }
  .customers-success-inside .customer-case-study-section .wpb_single_image.vc_align_left {
    margin-bottom: 35px;
  }
  .customers-success-inside .customer-video-section .image-wrap .vc_column-inner img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .customers-success-inside .customer-video-section .image-wrap .vc_column-inner {
    max-width: 100%;
  }
  .customers-success-inside .customer-video-section .image-wrap .vc_column-inner img {
    height: auto;
  }
  .customers-success-inside .customer-video-section .text-wrap p {
    padding-top: 20px;
  }
  .customers-success-inside .text-wrap-2 {
    margin: auto;
  }
  .customers-success-inside .text-wrap-2 p {
    padding-top: inherit !important;
  }
  .customers-success-inside .customer-quote-section .customer-quote-wrap p:before {
    left: 10px;
    top: 10px;
  }
  .customers-success-inside .customer-quote-section .customer-quote-wrap p:after {
    right: 10px;
    bottom: 30px;
  }
  .customers-success-inside .customsers-list-section .customer-item .logo-wrap img {
    max-width: 300px;
  }
  .customers-success-inside .customer-video .modal-content {
    height: 300px;
  }
  .customers-success-inside .customer-video .modal-body iframe {
    height: 300px !important;
  }
  .customers-success-inside .two-col-section .image-wrap {
    margin: auto auto 35px;
  }
  .customers-success-inside .border_bottom {
    max-width: 95%;
  }
}

@media screen and (max-width: 575px) {
  .customers-success-inside .customsers-list-section .customer-item .logo-wrap {
    padding: 30px;
  }
  .customers-success-inside .customsers-list-section .customer-item .logo-wrap img {
    max-width: 240px;
    max-height: 80px;
  }
}

.postid-1056 section {
  margin: 40px 0;
}

.postid-1056 .customer-video-section .image-wrap {
  padding: 10px 0;
}

.contact-page {
  border-top: 2px solid rgba(20, 61, 110, 0.1);
  padding-top: 65px !important;
}

.contact-page h1 {
  color: #164a88;
  font-size: 34px;
}

.contact-page .hbspt-form .submitted-message {
  font-size: 1.5rem;
}

.contact-page p.description {
  font-size: 18px;
  color: #5f6e7d;
}

.contact-page .hbspt-form fieldset.form-columns-2 {
  max-width: unset;
}

.contact-page .hbspt-form fieldset.form-columns-2 > div {
  width: 47% !important;
}

.contact-page .hbspt-form fieldset.form-columns-2 > div:first-of-type {
  margin-right: 4%;
}

@media (max-width: 767.98px) {
  .contact-page .hbspt-form fieldset.form-columns-2 > div {
    width: 100% !important;
  }
}

.contact-page .hbspt-form fieldset.form-columns-1 {
  max-width: unset;
}

.contact-page .hbspt-form fieldset.form-columns-1 select {
  width: 100%;
  height: 34px !important;
}

.contact-page .hbspt-form fieldset label {
  color: #143d6e;
  margin-top: 20px;
  font-family: greycliff-cf,Geneva,sans-serif;
  font-size: 18px;
  line-height: 28px !important;
  font-weight: 500 !important;
}

.contact-page .hbspt-form fieldset label .hs-form-required {
  color: #ff6b00;
  font-weight: 600 !important;
}

.contact-page .hbspt-form fieldset .hs-error-msgs li {
  padding-left: 0px;
}

.contact-page .hbspt-form fieldset .hs-error-msgs li:before {
  content: none;
}

.contact-page label {
  color: #143d6e;
  margin-top: 20px;
}

.contact-page label span.required {
  color: #ff6b00;
  font-size: 18px;
}

.contact-page .hbspt-form input, .contact-page .hbspt-form select, .contact-page .hbspt-form textarea {
  background-color: #e4eff5 !important;
  border: none !important;
  border-radius: 6px !important;
  width: 98% !important;
  max-width: unset !important;
  padding: 6px 8px !important;
  font-size: 18px !important;
  color: #5f6e7d !important;
  box-shadow: none !important;
  height: unset !important;
}

.contact-page .hbspt-form select {
  width: 100% !important;
}

.contact-page .hbspt-form textarea {
  height: 100px !important;
}

.contact-page .hs_submit .actions {
  margin: 0;
  padding: 0;
}

.contact-page .hs_submit .actions input[type=submit] {
  background-color: #ff6b00 !important;
  cursor: pointer;
  background-image: none !important;
  text-shadow: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  width: unset !important;
  max-width: 152px !important;
  border-radius: 25px !important;
  padding: 12px 46px !important;
  margin: 0 !important;
}

.contact-page h2.locations {
  font-weight: 28px;
}

.contact-page .address-card {
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.contact-page .address-card .map {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: block;
}

.contact-page .address-card iframe {
  width: 100%;
}

.contact-page .address-card .address {
  padding: 12px 16px;
  border: 5px solid #f4f8fa;
}

.contact-page .address-card .address p.fax, .contact-page .address-card .address p.phone {
  display: inline;
}

.contact-page .address-card a {
  position: absolute;
  right: 5px;
  top: 20px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 18px;
}

.contact-page .address-card a.map-link {
  display: block;
}

.contact-page .address-card a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ff6b00;
  border-right: 2px solid #ff6b00;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 16px;
  right: 8px;
}

.contact-page .address-card.active .address {
  background-color: #f4f8fa;
  border: none;
}

.contact-page .address-card.active .map {
  display: block;
}

.contact-page .address-card.active a {
  right: 0;
}

.contact-page .hs_error_rollup ul li:before {
  display: none;
}

.contact-page .hs_error_rollup ul li label {
  font-weight: 300 !important;
  color: #164a88;
  font-size: 16px;
}

.contact-page .hs-input.error {
  background: #f5e4e4 !important;
  border: 1px solid #af1515 !important;
  color: #af1515 !important;
}

.contact-page .hs-form-field ul.hs-error-msgs li label {
  font-weight: 300 !important;
  color: #164a88;
  font-size: 16px !important;
  line-height: 20px !important;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .contact-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap .bio-text-wrap {
    height: 230px;
  }
  .contact-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap .bio-text-wrap .bio-text {
    max-height: 190px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page .team-tab .team-thumbs-wrap .team-thumbnail .member-wrap .image-wrap img {
    width: 100%;
  }
  .contact-page .team-tab .team-bio-wrap .team-bio.active {
    max-height: 860px;
  }
  .contact-page .team-tab .team-bio-wrap .team-bio .bio-wrap .image-wrap {
    width: 100%;
    float: none;
    height: 400px;
  }
  .contact-page .team-tab .team-bio-wrap .team-bio .bio-wrap .image-wrap img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .contact-page .team-tab .team-bio-wrap .team-bio .bio-wrap .image-wrap {
    height: 300px;
  }
  .contact-page .team-tab .team-bio-wrap .team-bio .bio-wrap .content-wrap .text-wrap span.position {
    font-size: 18px;
  }
}

.careers-page .open-position p {
  line-height: 28px;
}

.careers-page .open-position a.load-details:after {
  content: "";
  background: url(../images/link-arrow.svg);
  height: 10px;
  width: 6px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
}

.careers-page .open-position a.load-details.current-details:after {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.careers-page .open-position #positions_filter {
  display: none;
}

.careers-page .open-position h2 {
  font-size: 28px;
  color: #747a7b;
  margin-bottom: -15px;
  margin-top: 20px;
}

.careers-page .open-position div#example_filter {
  display: none;
}

.careers-page .open-position table {
  border: none;
}

.careers-page .open-position table#positions {
  position: relative;
  margin-top: 50px;
}

.careers-page .open-position table#positions thead tr:first-of-type th {
  border-bottom: none;
  padding: 0;
  padding-bottom: 30px;
}

.careers-page .open-position table#positions thead tr:first-of-type th:first-of-type, .careers-page .open-position table#positions thead tr:first-of-type th:last-of-type {
  display: none;
}

.careers-page .open-position table#positions thead tr:first-of-type th span.filter-label {
  color: #5f6e7d;
  font-size: 18px;
  font-weight: 500;
  float: left;
  display: inline-block;
  width: 70px;
}

.careers-page .open-position table#positions thead tr:first-of-type th .select2-container {
  display: inline-block;
  float: left;
  margin-left: 20px;
  width: auto !important;
}

.careers-page .open-position table#positions thead tr:first-of-type th .select2-container span.select2-selection {
  outline: 0;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  color: #62c9da;
}

.careers-page .open-position table#positions thead tr:first-of-type th .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #62c9da;
  line-height: 28px;
  display: inline-block;
}

.careers-page .open-position table#positions thead tr:first-of-type th .select2-selection__arrow {
  display: inline-block;
  margin-top: 0;
  margin-bottom: -11px;
  position: absolute;
  width: 10px;
}

.careers-page .open-position table#positions thead tr:first-of-type th .select2-selection__arrow b {
  border: 0;
  height: 8px;
  width: 5px;
  background: url(../images/link-arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  position: inherit;
}

.careers-page .open-position table#positions thead tr:first-of-type th .select2-container--open .select2-selection__arrow b {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

.careers-page .open-position table#positions thead tr:first-of-type th select {
  color: #62c9da;
  border: none;
  font-size: 18px;
  position: absolute;
  top: -30px;
  padding: 10px;
  left: 90px;
}

.careers-page .open-position table#positions thead tr:first-of-type th:nth-of-type(3) select {
  left: 350px;
}

.careers-page .open-position table#positions thead tr:first-of-type .department .select2.select2-container.select2-container--default {
  margin-left: -15px;
}

.careers-page .open-position table#positions thead tr:last-of-type {
  background-color: #164a88;
  color: #fff;
}

.careers-page .open-position table#positions thead tr:last-of-type th {
  border-bottom: 0;
  text-align: center;
}

.careers-page .open-position table#positions thead tr:last-of-type th:first-child {
  text-align: left;
}

.careers-page .open-position table#positions tbody tr {
  position: relative;
}

.careers-page .open-position table#positions tbody tr.odd, .careers-page .open-position table#positions tbody tr.odd td.sorting_1 {
  background-color: #e4eff5;
}

.careers-page .open-position table#positions tbody tr.even td.sorting_1 {
  background-color: #fff;
}

.careers-page .open-position table#positions tbody tr td {
  border: none;
  padding: 12px;
}

.careers-page .open-position table#positions tbody tr td:nth-child(4) {
  width: 15%;
}

.careers-page .open-position table#positions tbody tr td a {
  color: #ff6b00;
  font-size: 18px;
  font-weight: 700;
}

.careers-page .open-position table#positions tbody tr .job-detail {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 10;
  padding: 20px 40px;
}

.careers-page .open-position table#positions tbody tr .job-detail p {
  text-align: left;
  margin-bottom: 40px;
}

.careers-page .open-position table#positions tbody tr .job-detail ul li {
  text-align: left;
}

.careers-page .open-position table#positions tbody tr.added-details td {
  padding: 20px;
}

.careers-page .open-position table#positions tbody tr.added-details td .location-department {
  margin-bottom: 25px;
  display: none;
}

.careers-page .open-position table#positions tbody tr.added-details td .location-department span {
  display: block;
}

.careers-page .open-position table#positions tbody tr.added-details td h3, .careers-page .open-position table#positions tbody tr.added-details td p {
  font-size: 1.125em;
  color: #5f6e7d;
}

.careers-page .open-position table#positions tbody tr.added-details td h3 {
  margin-top: 30px;
  font-weight: 700;
}

.careers-page .open-position table#positions tbody tr.added-details td li {
  margin: 0 0 10px;
}

.careers-page .open-position table#positions tbody tr.even + .added-details, .careers-page .open-position table#positions tbody tr.odd + .added-details {
  position: relative;
}

.careers-page .jobs-details .job, .careers-page .open-position .dataTables_info, .careers-page .open-position .dataTables_paginate {
  display: none;
}

.careers-page .select2-dropdown {
  z-index: 8;
}

.select2-dropdown .select2-search--dropdown {
  display: none;
}

.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
  border: 1px solid #e4eff5 !important;
  border-radius: 6px !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 5px 0;
  width: 230px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e4eff5;
  color: #5f6e7d;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: inherit;
}

.select2-results__option {
  padding: 0 10px;
}

@media screen and (max-width: 991px) {
  .careers-page .open-position h2 {
    margin-bottom: 0;
    margin-top: 50px;
  }
  .careers-page .open-position table#positions thead tr:first-of-type .department .select2.select2-container.select2-container--default {
    margin-left: 0;
  }
  .careers-page .open-position table#positions thead tr:first-of-type .department .select2-container {
    max-width: 100%;
  }
  .careers-page .open-position table#positions thead tr:first-of-type th .select2-container {
    max-width: 100%;
    overflow: hidden;
    padding-right: 10px;
  }
  .careers-page .open-position table#positions thead tr:first-of-type th .select2-selection__arrow {
    width: 25px;
    background-color: #fff;
    margin-right: -1px;
  }
}

@media screen and (max-width: 767px) {
  .careers-page .open-position table#positions thead tr:last-of-type th {
    font-size: 12px;
    padding: 6px;
    max-width: 25% !important;
    width: 25% !important;
  }
  .careers-page .open-position table#positions thead tr:last-of-type th.department-th, .careers-page .open-position table#positions thead tr:last-of-type th.location-th {
    display: none;
  }
  .careers-page .open-position table#positions thead tr:first-of-type th {
    max-width: 50%;
  }
  .careers-page .open-position table#positions thead tr:first-of-type th .select2-container {
    margin-left: 15px;
    width: 100%;
  }
  .careers-page .open-position table#positions thead tr:first-of-type th .select2-container span.select2-selection {
    font-size: 12px;
  }
  .careers-page .open-position table#positions thead tr:first-of-type th .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    padding-left: 0;
  }
  .careers-page .open-position table#positions tbody tr .department-td, .careers-page .open-position table#positions tbody tr .location-td {
    display: none;
  }
  .careers-page .open-position table#positions tbody tr td {
    font-size: 12px;
    padding: 6px;
    max-width: 25% !important;
    width: 25% !important;
  }
  .careers-page .open-position table#positions tbody tr td a.load-details {
    font-size: 12px;
    margin-right: 5px;
  }
  .careers-page .open-position table#positions tbody tr td a.load-details:after {
    height: 6px;
    width: 4px;
    margin-left: 3px;
  }
  .careers-page .open-position table#positions tbody tr td:nth-child(4) {
    text-align: right;
  }
  .careers-page .open-position table#positions tbody tr.added-details td .location-department {
    display: block;
  }
  .careers-page .open-position table#positions tbody tr.added-details td p, .careers-page .open-position table#positions tbody tr.added-details td ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .select2-results__option {
    padding: 8px;
    font-size: 12px;
  }
  .select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
    max-width: 150px;
  }
}

@media screen and (max-width: 575px) {
  .careers-page .open-position table#positions thead tr:first-of-type th .select2-container {
    clear: both;
    margin-left: 0;
  }
}

.professional-services-page .hero-banner-section {
  padding-top: 3%;
  padding-bottom: 13%;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 400px;
}

.professional-services-page .hero-banner-section h1 {
  font-size: 2.25em;
}

.professional-services-page .hero-banner-section p {
  font-size: 1.25em;
}

.professional-services-page .hero-banner-section .text-wrap {
  max-width: 565px;
  margin-top: 15px;
}

.professional-services-page .items-content-section {
  position: relative;
  background-color: #f4f8fa;
}

.professional-services-page .items-content-section:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  border: 20px solid transparent;
  border-bottom-width: 25px;
  border-bottom-color: #f3f8fa;
  top: -44px;
}

.professional-services-page .items-content-section .items-wrap {
  margin: 20px 0;
}

.professional-services-page .items-content-section .items-wrap .title-wrap {
  margin-bottom: 15px;
  overflow: hidden;
}

.professional-services-page .items-content-section .items-wrap .title-wrap img {
  width: 70px;
  float: left;
}

.professional-services-page .items-content-section .items-wrap .title-wrap h3 {
  margin-left: 20px;
  margin-top: 21px;
  float: left;
  width: calc(100% - 90px);
}

.professional-services-page .items-content-section .items-wrap .content-wrap {
  float: left;
}

.professional-services-page .items-content-section .items-wrap .content-wrap p {
  line-height: 26px;
}

.professional-services-page .items-content-section .items-wrap .item-wrap {
  margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
  .professional-services-page .items-content-section .items-wrap .title-wrap h3 {
    font-size: 1.5em;
  }
}

.company-page .company-title-bar {
  padding-top: 20px !important;
  padding-bottom: 26px;
}

.company-page main p {
  color: #7a818b;
  line-height: 28px;
}

.company-page main ul {
  color: #7a818b;
}

@media (max-width: 767px) {
  .company-page main img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.company-page .company-icons.wpb_single_image img {
  max-width: 90px;
}

.customers-page .hero-banner {
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.customers-page .hero-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(22, 74, 136, 0.9), rgba(22, 74, 136, 0.2));
}

.customers-page .hero-banner .breadcrumbs, .customers-page .hero-banner > .row {
  position: relative;
}

.customers-page .hero-banner .text-col h1 {
  font-weight: 800;
}

.customers-page .hero-banner .text-col p {
  line-height: 1.5;
}

.customers-page .hero-banner .logo-col {
  text-align: center;
}

.customers-page .hero-banner .logo-col .top-text {
  color: #fff;
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 10px;
}

.customers-page .hero-banner .logo-col .logo-wrap {
  max-width: 440px;
  padding: 30px;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.customers-page .hero-banner .logo-col .logo-wrap img {
  max-height: 170px;
  border-radius: 35px;
}

.customers-page .hero-banner .logo-col .logo-wrap .btn {
  position: absolute;
  left: 50%;
  top: 100%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 1.25em;
}

.customers-page .customers-list-section {
  overflow: hidden;
}

.customers-page .customers-list-section .customers-list .customer-item-wrap a {
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.customers-page .customers-list-section .customers-list .customer-item-wrap a img {
  max-width: 220px;
  max-height: 120px;
  width: auto;
}

.customers-page .customers-list-section .customers-list .customer-item-wrap:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-color: #e4eff5;
  position: absolute;
  left: calc(50% - 23px);
  top: calc(100% - 18px);
  -ms-transform: rotate(225deg);
      transform: rotate(225deg);
  transition: none;
  opacity: 0;
  border: solid #e4eff5;
  border-width: 0 4px 4px 0;
  background-color: #f4f8fa;
  z-index: 99999;
}

.customers-page .customers-list-section .customers-list .customer-item-wrap:before {
  content: "";
  display: block;
  width: 43px;
  height: 4px;
  background-color: #f4f8fa;
  position: absolute;
  left: calc(50% - 27px);
  top: 100%;
  opacity: 0;
  border: 0;
  z-index: 99;
}

.customers-page .customers-list-section .customers-list .cbp-singlePageInline-active {
  opacity: 1 !important;
  position: relative;
  overflow: inherit;
}

.customers-page .customers-list-section .customers-list .cbp-singlePageInline-active:after {
  opacity: 1;
  transition: opacity .4s ease-in .2s;
}

.customers-page .customers-list-section .customers-list .cbp-singlePageInline-active:before {
  opacity: 1;
  transition: all 1s ease;
  z-index: 99999;
}

.customers-page .customers-list-section .customers-list .cbp .cbp-item {
  overflow: inherit;
}

.customers-page .customers-list-section .customers-list .cbp-popup-singlePageInline-ready {
  z-index: 2;
}

.customers-page .customers-list-section .cbp-popup-singlePageInline {
  overflow: visible;
}

.customers-page .customers-list-section .cbp-popup-singlePageInline .cbp-popup-content {
  min-height: auto;
  position: relative;
}

.customers-page .customers-list-section .cbp-popup-singlePageInline .cbp-popup-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  height: 100%;
  left: -50vw;
  top: 0;
  background-color: #f4f8fa;
  border: 4px solid #e4eff5;
}

.customers-page .customers-list-section .cbp-popup-singlePageInline .cbp-popup-content > .container {
  position: relative;
}

.customers-page .customers-list-section .cbp-popup-singlePageInline .cbp-popup-content > .container .detail {
  padding: 50px 0;
}

.customers-page .customers-list-section .cbp-popup-singlePageInline .cbp-popup-content > .container .detail h5 {
  font-size: 1.5em;
}

.customers-page .customers-list-section .cbp-popup-singlePageInline .cbp-popup-content > .container .detail p {
  font-size: 1.25em;
  color: #5f6e7d;
}

.customers-page .customers-list-section .cbp-popup-singlePageInline .cbp-popup-content > .container .detail a {
  font-size: 1.125em;
}

.customers-page .customers-list-section .cbp-popup-singlePageInline .cbp-popup-navigation, .customers-page .customers-list-section .customers-details {
  display: none;
}

@media screen and (max-width: 991px) {
  .customers-page .hero-banner .logo-col .top-text {
    margin-top: 10px;
  }
}

.news-page main {
  overflow-x: hidden;
}

.news-page .news-banner-section .image-wrape {
  float: left;
  margin-right: 10px;
}

.news-page .news-banner-section .image-wrape img {
  width: 40px;
  margin-top: 5px;
}

.news-page .news-banner-section .text-wrap h1 {
  font-size: 2.25em;
}

.news-page .switch-section {
  background-color: #E9F1F5;
  padding: 17px 0px 13px;
}

.news-page .switch-section .switch-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-page .switch-section .switch-list li {
  padding-left: 0 !important;
  display: inline-block;
}

.news-page .switch-section .switch-list li:before {
  display: none !important;
}

.news-page .switch-section .switch-list li a {
  background-color: #E9F1F5;
  border: 2px solid #62c9da;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 9px 15px;
  font-size: 16px;
  color: #62c9da;
  text-decoration: none;
  font-weight: 800;
  margin-right: 25px;
  letter-spacing: 0.4px;
  line-height: 19px;
}

.news-page .switch-section .switch-list li.current-menu-item a, .news-page .switch-section .switch-list li a:hover {
  background-color: #62c9da;
  color: #fff;
}

.news-page .news-content-section .years {
  border-bottom: 1px solid #c8cacf;
  padding-bottom: 20px !important;
}

#menu-in-the-news li:last-child a {
  margin-right: 0px;
}

.news-page .news-content-section .years li {
  padding-left: 15px !important;
  background-color: #f4f8fa;
  padding: 8px;
  font-size: 16px !important;
  color: #164a88;
  font-weight: 500;
  cursor: pointer;
}

.news-page .news-content-section .years li:before {
  display: none !important;
}

.news-page .news-content-section .years li.active, .news-page .news-content-section .years li:hover {
  background-color: #62c9da;
  color: #fff;
}

.news-page .news-content-section .years .older-year {
  position: relative;
  padding: 0;
}

.news-page .news-content-section .years .older-year:hover {
  background-color: #62c9da;
}

.news-page .news-content-section .years .older-year:hover a {
  color: #fff;
}

.news-page .news-content-section .years .older-year .older-year-list {
  background-color: #fff;
  margin-left: -15px;
  margin-right: 0;
  padding-top: 1px;
}

.news-page .news-content-section .years .older-year .year-collapse {
  position: relative;
  width: 100%;
  display: block;
  color: #164a88;
  text-decoration: none;
  padding: 8px 0;
}

.news-page .news-content-section .years .older-year .year-collapse:after {
  content: "";
  position: absolute;
  right: 15px;
  width: 13px;
  height: 8px;
  top: 17px;
  background-image: url(../images/news/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.news-page .news-content-section .years .older-year li a {
  color: #164a88;
  text-decoration: none;
  display: block;
  width: 100%;
}

.news-page .news-content-section .contact-section {
  margin-top: 35px;
}

.news-page .news-content-section .contact-section h3 {
  font-size: 24px;
  color: #37404a;
}

.news-page .news-content-section .contact-section h4 {
  color: #7a818b;
  font-size: 20px;
  font-weight: 600;
}

.news-page .news-content-section .contact-section p {
  font-size: 16px;
  font-style: italic;
}

.news-page .news-content-section .contact-section .phone-email {
  margin-top: 25px;
}

.news-page .news-content-section .contact-section .phone-email .phone {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  margin-left: 29px;
}

.news-page .news-content-section .contact-section .phone-email .phone:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 20px;
  height: 20px;
  top: 4px;
  background-image: url(../images/news/phone.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.news-page .news-content-section .contact-section .phone-email .email {
  position: relative;
  margin-left: 29px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #5f6e7d;
}

.news-page .news-content-section .contact-section .phone-email .email:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 20px;
  height: 20px;
  top: 4px;
  background-image: url(../images/news/email.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.news-page .news-content-section .contact-section .phone-email .email a {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #5f6e7d;
}

.news-page .news-content-section .post {
  padding: 10px 0;
  border-bottom: 1px solid #e5e6e8;
}

.news-page .news-content-section .post:last-child {
  border-bottom: 0 solid #e5e6e8;
}

.news-page .news-content-section .post p {
  font-size: 16px;
}

.news-page .news-content-section .post p a {
  color: #5f6e7d;
  font-weight: 400;
}

.news-page .news-content-section .post p a:hover {
  color: #ff6b00;
}

.news-page .news-content-section .post .news-date {
  font-weight: 500;
  color: #366eb2;
}

.press-releases-inside-page ul {
  padding-left: 15px;
}

.press-releases-inside-page ul li {
  word-break: break-word;
}

.press-releases-inside-page .breadcrumbs-section {
  padding: 20px 0;
  border-top: 4px solid rgba(20, 61, 110, 0.1);
  overflow-x: hidden;
}

.press-releases-inside-page .content-section {
  padding-top: 0;
}

.press-releases-inside-page .content-section h1 {
  font-size: 2.25em;
  color: #164a88;
  max-width: 900px;
}

.press-releases-inside-page .content-section h2 {
  font-size: 2em;
  color: #747a7b;
  font-style: italic;
  max-width: 957px;
}

.press-releases-inside-page .content-section h3 {
  font-size: 1.5em;
  color: #37404a;
}

.press-releases-inside-page .content-section p {
  margin-bottom: 30px;
  margin-top: 25px;
  line-height: 27px;
}

.press-releases-inside-page .contact-section {
  margin-top: 35px;
}

.press-releases-inside-page .contact-section h3 {
  font-size: 24px;
  color: #37404a;
}

.press-releases-inside-page .contact-section h4 {
  color: #7a818b;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.press-releases-inside-page .contact-section p {
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
}

.press-releases-inside-page .contact-section .phone-email {
  margin-top: 25px;
}

.press-releases-inside-page .contact-section .phone-email .phone {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  margin-left: 29px;
}

.press-releases-inside-page .contact-section .phone-email .phone:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 20px;
  height: 20px;
  top: 4px;
  background-image: url(../images/news/phone.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.press-releases-inside-page .contact-section .phone-email .email {
  font-size: 1.125em;
  font-style: normal;
  font-weight: 600;
  position: relative;
  margin-left: 29px;
}

.press-releases-inside-page .contact-section .phone-email .email:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 20px;
  height: 20px;
  top: 4px;
  background-image: url(../images/news/email.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.press-releases-inside-page .contact-section .phone-email .email a {
  font-size: 1.125em;
  font-style: normal;
  font-weight: 600;
  color: #5f6e7d;
}

.press-releases-inside-page .about-rootstock-section {
  background-color: #f4f8fa;
}

.press-releases-inside-page .about-rootstock-section h2 {
  font-size: 1.75em;
  color: #37404a;
  margin-bottom: 10px;
}

.press-releases-inside-page .about-rootstock-section p {
  font-size: 1em;
  line-height: 26px;
}

.press-releases-inside-page .vc_section ul {
  margin: 15px 0;
}

.press-releases-inside-page .vc_section h3 {
  margin-top: 20px;
}

.press-releases-inside-page .vc_column_container > .vc_column-inner {
  padding: 0;
}

.expertise-page .mfp-iframe-holder .mfp-close {
  background-image: url(../images/expertise/close-button.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 30px;
  height: 30px;
  color: #fff0;
  top: -30px;
  right: 0;
  opacity: 1;
}

.expertise-page .mfp-bg {
  background: #000;
}

.expertise-page .expertise-banner {
  position: relative;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 40px 0;
  z-index: 1;
  min-height: 400px;
  height: 406px;
}

.expertise-page .expertise-banner:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(5, 52, 108, 0.6) 0, rgba(57, 71, 87, 0));
  z-index: -1;
}

.expertise-page .expertise-banner h1 {
  font-size: 2.25em;
  max-width: 460px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.expertise-page .expertise-banner p {
  font-size: 1.25em;
  max-width: 460px;
}

.expertise-page .expertise-banner .image-wrap {
  margin-top: -30px;
  position: relative;
  text-align: right;
}

.expertise-page .expertise-banner .image-wrap .play-bg {
  width: 95px;
  height: 95px;
  position: absolute;
  left: 50%;
  top: 38%;
  background-image: url(../images/expertise/play-button.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  -ms-transform: translate(-57%, -50%);
      transform: translate(-57%, -50%);
  transition: all .3s ease;
}

.expertise-page .expertise-content-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.expertise-page .expertise-content-section h4 {
  font-size: 1.25em;
  line-height: 28px;
  color: #747a7b;
  margin-bottom: 40px;
  max-width: 1053px;
  font-weight: 500;
}

.expertise-page .expertise-content-section p {
  line-height: 21px;
  color: #5f6e7d;
  margin-bottom: 25px;
}

.expertise-page .quote-section {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.expertise-page .quote-section .slick-dots {
  bottom: -30px;
}

.expertise-page .quote-section .slick-dots li {
  border: 0;
  border-radius: 50%;
  background: #fff;
  width: 18px;
  height: 18px;
}

.expertise-page .quote-section .slick-dots li.slick-active {
  background: #62c9da;
}

.expertise-page .quote-section .slick-dots li:before {
  display: none;
}

.expertise-page .quote-section .slick-dots li button:before {
  opacity: 0;
}

.expertise-page .quote-section .content-wrap .content-paragraph {
  line-height: 38px;
}

@media screen and (max-width: 1199px) {
  .expertise-page .expertise-banner .image-wrap .play-bg {
    -ms-transform: translate(-72%, -50%);
        transform: translate(-72%, -50%);
  }
}

@media screen and (max-width: 991px) {
  .expertise-page .expertise-content-section h4 {
    margin-bottom: 25px;
  }
  .expertise-page .expertise-banner {
    height: 100%;
    padding-top: 60px !important;
  }
  .expertise-page .expertise-banner h1, .expertise-page .expertise-banner p {
    max-width: 100%;
  }
  .expertise-page .expertise-banner .image-wrap {
    text-align: left;
    margin-top: 0;
    margin-left: -25px;
  }
  .expertise-page .expertise-banner .image-wrap .play-bg {
    -ms-transform: translate(-184%, -50%);
        transform: translate(-184%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .expertise-page .expertise-banner .image-wrap .play-bg {
    -ms-transform: translate(-97%, -50%);
        transform: translate(-97%, -50%);
  }
}

@media screen and (max-width: 575px) {
  .expertise-page .expertise-banner .image-wrap .play-bg {
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .expertise-page .expertise-banner .image-wrap {
    text-align: center;
    margin-left: -6px;
    margin: auto;
    width: 295px;
  }
  .expertise-page .expertise-banner .image-wrap img {
    width: 295px;
  }
  .expertise-page .expertise-banner .image-wrap .play-bg {
    -ms-transform: translate(-75%, -50%);
        transform: translate(-75%, -50%);
    left: 50%;
    width: 60px;
    height: 60px;
  }
}

.power-platform .power-platform-banner {
  position: relative;
  background-position: top;
  min-height: 329px;
  padding-bottom: 10%;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 400px;
}

.power-platform .power-platform-banner:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(5, 52, 108, 0.9) 0, rgba(5, 52, 108, 0.5) 50%);
}

.power-platform .panel-section h3 {
  line-height: 35px;
}

.power-platform p {
  line-height: 26px;
  margin-bottom: 20px;
}

.power-platform .large-hero-banner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.power-platform .large-hero-banner:before {
  background: linear-gradient(90deg, rgba(5, 52, 108, 0.9) 0, rgba(5, 52, 108, 0.5) 50%);
}

.power-platform .hero-banner-section .text-wrap {
  max-width: 550px;
}

.power-platform .overview {
  padding: 80px 0 50px !important;
}

.power-platform .overview h6 {
  font-size: 22px;
  color: #37404a;
  margin-bottom: 20px;
  line-height: 26px;
}

.power-platform .overview p {
  margin-bottom: 20px;
  margin-bottom: 35px;
}

.power-platform .platform-items {
  padding: 40px 0;
  background-color: #164a88;
}

.power-platform .platform-items .item {
  transition: all .3s ease-in-out;
  -ms-transform: scale(1);
      transform: scale(1);
}

.power-platform .platform-items .item a {
  text-decoration: none;
}

.power-platform .platform-items .item .icon-wrap {
  border: 5px solid #366eb2;
  background-color: #fff;
  border-radius: 50%;
  height: 255px;
  width: 255px;
  position: relative;
  transition: all .3s ease-in-out;
}

.power-platform .platform-items .item .icon-wrap svg {
  max-width: 160px;
  max-height: 170px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  fill: #366eb2;
  transition: all .3s ease-in-out;
}

.power-platform .platform-items .item .text-wrap {
  background-color: #366eb2;
  border-radius: 13px;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  margin-top: 25px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .3s ease-in-out;
}

.power-platform .platform-items .item .text-wrap:before {
  content: "";
  border-bottom: 20px solid #366eb2;
  left: 50%;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  top: -18px;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  transition: all .3s ease-in-out;
}

.power-platform .platform-items .item:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.power-platform .platform-items .item:hover .icon-wrap {
  border: 5px solid #62c9da;
}

.power-platform .platform-items .item:hover .icon-wrap svg {
  fill: #62c9da;
}

.power-platform .platform-items .item:hover .text-wrap {
  background-color: #62c9da;
}

.power-platform .platform-items .item:hover .text-wrap:before {
  border-bottom: 20px solid #62c9da;
}

.power-platform .panel-section {
  background-color: #fff;
}

.power-platform .panel-section .margin-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.power-platform .panel-section .padding-30 {
  padding-left: 15px;
  padding-right: 15px;
}

.power-platform .panel-section .row + .row {
  margin-top: 0;
}

.power-platform .panel-section .row {
  margin-bottom: 50px;
}

.power-platform .panel-section ul li {
  margin: 0 !important;
}

.power-platform .certified-security {
  padding: 20px 0 50px;
}

.power-platform .certified-security ul {
  list-style: none !important;
  padding: 0 !important;
  margin: -15px !important;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.power-platform .certified-security ul li {
  padding: 0 15px !important;
  margin: 0 !important;
}

.power-platform .certified-security ul li:before {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .power-platform .platform-items .item .icon-wrap {
    height: 200px;
    width: 200px;
  }
  .power-platform .platform-items .item .icon-wrap svg {
    max-width: 90px;
  }
}

@media screen and (max-width: 991px) {
  .power-platform .platform-items .item .icon-wrap {
    height: 150px;
    width: 150px;
  }
  .power-platform .platform-items .item .icon-wrap svg {
    max-width: 70px;
  }
  .power-platform .platform-items .item .text-wrap {
    padding: 10px;
  }
  .power-platform .platform-items .item .text-wrap br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .power-platform .platform-items .col-md-3 {
    margin-bottom: 30px;
  }
  .power-platform .platform-items .item .icon-wrap {
    margin: auto;
  }
  .power-platform .certified-security ul {
    display: block;
    text-align: center;
  }
  .power-platform .certified-security ul li {
    width: calc(50% - 30px);
    display: inline-block;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .power-platform .certified-security ul li img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .power-platform img.alignright {
    float: none;
  }
}

@media screen and (max-width: 575px) {
  .power-platform .certified-security ul li {
    width: 100%;
  }
}

img.alignright {
  float: right;
}

.request-demo-page .text-wrap h1 {
  color: #164a88;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.18em;
}

.request-demo-page .text-wrap p {
  line-height: 1.5;
  font-size: 18px;
}

.request-demo-page .two-col-section {
  padding: 0 0 20px;
}

.request-demo-page .two-col-section .arrow-link {
  display: none;
}

.request-demo-page .two-col-section .hs-input {
  background: #e4eff5;
  border: none;
  box-shadow: none;
  width: 100%;
}

.request-demo-page .two-col-section input[type=email], .request-demo-page .two-col-section input[type=tel], .request-demo-page .two-col-section input[type=text] {
  padding: 7px 15px;
  max-width: 80%;
}

.request-demo-page .two-col-section select {
  width: 96% !important;
  height: 35px;
  max-width: 100%;
}

.request-demo-page .two-col-section input#zip-2aa5d4e7-379e-47dc-9dba-65e6474e9a52 {
  max-width: 90%;
}

.request-demo-page .two-col-section input[type=submit] {
  background-color: #ff6b00 !important;
  background-image: none !important;
  text-shadow: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  width: unset !important;
  border-radius: 25px !important;
  padding: 12px 30px !important;
  margin: 0 !important;
  border: none;
  font-size: 16px;
}

.request-demo-page .two-col-section label {
  font-weight: 300 !important;
  color: #164a88;
  font-size: 16px;
}

.request-demo-page .two-col-section .actions {
  padding-top: 0 !important;
}

.request-demo-page .two-col-section .welcome-msg, .request-demo-page .two-col-section h1 {
  display: none;
}

.request-demo-page .two-col-section .inputs-list > li:before {
  content: none;
}

.request-demo-page .two-col-section .inputs-list > li label {
  padding: 6px 10px 0 0;
}

.request-demo-page #RequestDemo .modal-header {
  position: absolute;
  right: 0;
  margin: 10px 20px;
  border: none;
}

.request-demo-page #RequestDemo .modal-body .close {
  border: 3px solid #164a88;
  height: 35px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 35px;
  line-height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 30px 40px 0 0;
}

@media screen and (max-width: 768px) {
  .request-demo-page #RequestDemo .modal-body .close {
    margin: 18px 40px 0 0;
  }
}

@media screen and (max-width: 320px) {
  .request-demo-page #RequestDemo .modal-body .close {
    margin: 5px 40px 0 0;
  }
}

.request-demo-page #RequestDemo .modal-body .close span {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 70px;
  top: -10px;
  font-weight: 300;
  color: #164a88;
}

.request-demo-page #RequestDemo .modal-body h4 {
  color: #164a88;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 20px;
}

@media screen and (max-width: 991px) {
  .request-demo-page #RequestDemo .modal-body h4 {
    font-size: 24px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .request-demo-page #RequestDemo .modal-body h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .request-demo-page #RequestDemo .modal-body h4 {
    font-size: 14px;
    padding: 0 20px;
  }
}

.request-demo-page #RequestDemo .modal-body .inner-wrap {
  background: #eff4f8;
  padding: 20px 40px;
  margin: 20px;
  line-height: 1.5;
}

.request-demo-page #RequestDemo .modal-body .inner-wrap ul a {
  text-decoration: none;
}

.request-demo-page #RequestDemo .modal-body .inner-wrap ul li {
  color: #62c9da;
}

.request-demo-page #RequestDemo .modal-body .inner-wrap ul li span {
  color: #ff6b00;
}

.request-demo-page #RequestDemo .modal-body .inner-wrap h3 {
  font-size: 24px;
  margin: 50px auto 10px;
}

.request-demo-page #RequestDemo .modal-body .inner-wrap a {
  color: #ff6b00;
  text-decoration: none;
}

.request-demo-page .form-section .submitted-message {
  display: none;
}

.request-demo-page .hs-input.error {
  background: #f5e4e4 !important;
  border: 1px solid #af1515 !important;
  color: #af1515 !important;
}

.request-demo-page .form-submitted .vc_col-sm-6 {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.request-demo-page .form-submitted .form-col {
  display: none;
}

@media screen and (max-width: 991px) {
  .request-demo-page .two-col-section .vc-infobox-wrap {
    text-align: center;
    padding: 20px;
  }
  .request-demo-page .two-col-section input#zip-2aa5d4e7-379e-47dc-9dba-65e6474e9a52 {
    width: 79% !important;
  }
  .request-demo-page .two-col-section select {
    width: 94.5% !important;
  }
  .request-demo-page .full-width-col {
    width: 100% !important;
  }
  .request-demo-page .hs-form fieldset {
    max-width: 100%;
    width: 100%;
  }
  .request-demo-page .two-col-section input#zip-2aa5d4e7-379e-47dc-9dba-65e6474e9a52 {
    width: 100% !important;
  }
  .request-demo-page .hs-form-2aa5d4e7-379e-47dc-9dba-65e6474e9a52_0dd5807b-7ba9-4f78-a5aa-756fdf5491d4 fieldset.form-columns-1 .input {
    margin-right: -31px;
  }
}

@media screen and (max-width: 767px) {
  .request-demo-page .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
  .request-demo-page .two-col-section input#zip-2aa5d4e7-379e-47dc-9dba-65e6474e9a52 {
    width: 100% !important;
    max-width: 100%;
  }
  .request-demo-page .request-demo-page .two-col-section .hs-input {
    width: 100% !important;
  }
  .request-demo-page .two-col-section input[type=email], .request-demo-page .two-col-section input[type=tel], .request-demo-page .two-col-section input[type=text] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    height: 32px;
  }
  .request-demo-page .two-col-section select {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    height: 32px;
  }
}

.cloud-erp-page #benefits {
  padding: 40px 0;
  overflow: hidden;
}

.cloud-erp-page section#hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% middle;
}

.cloud-erp-page section#hero .text-wrap {
  max-width: 550px;
}

.cloud-erp-page section#hero h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0 30px;
}

.cloud-erp-page section#hero p {
  color: #fff;
  font-size: 20px;
}

.cloud-erp-page section#details {
  padding: 40px 0;
}

.cloud-erp-page section#details .title {
  text-align: center;
  background-color: #5da73c;
  padding: 30px;
  border-radius: 100px;
  width: 330px;
  margin: 20px auto 40px;
}

.cloud-erp-page section#details .title img {
  width: 77px;
  display: inline;
  margin-right: 10px;
}

.cloud-erp-page section#details .title h3 {
  display: inline;
  text-align: center;
  color: #fff;
  font-size: 32px;
}

.cloud-erp-page section#details .title ~ p {
  font-size: 20px;
  text-align: center;
  margin: 10px 40px;
  line-height: 25px;
}

.cloud-erp-page section#details .green-bg .title {
  background-color: #5da73c;
}

.cloud-erp-page section#details .blue-bg .title {
  background-color: #164a88;
}

.cloud-erp-page section#benefits .slides .slick-prev {
  left: 35px;
  top: 135px;
  z-index: 1;
}

.cloud-erp-page section#benefits .slides .slick-prev:before {
  content: "";
  width: 65px;
  height: 65px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  display: block;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.cloud-erp-page section#benefits .slides .slick-next {
  right: 85px;
  top: 135px;
}

.cloud-erp-page section#benefits .slides .slick-next:before {
  content: "";
  width: 65px;
  height: 65px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  display: block;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.cloud-erp-page section#benefits .slides .slide {
  background-size: cover;
  background-position: 50%;
  padding: 30px 0;
}

.cloud-erp-page section#benefits .slides .slide > .container {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cloud-erp-page section#benefits .slides .slide > .container > .row {
  position: relative;
}

.cloud-erp-page section#benefits .slides .slide > .container > .row .wrap-slide {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cloud-erp-page section#benefits .slides .slide > .container > .row .text {
  display: inline-block;
  width: 320px;
}

.cloud-erp-page section#benefits .slides .slide > .container > .row .text h3 {
  color: #fff;
  font-size: 22px;
}

.cloud-erp-page section#benefits .slides .slide > .container > .row .text p {
  color: #fff;
  font-size: 18px;
}

.cloud-erp-page section#benefits .slides .slide > .container > .row .img {
  display: inline-block;
  max-width: 100px;
  margin-right: 20px;
  vertical-align: text-bottom;
}

.cloud-erp-page section#benefits .slides .slide > .container > .row .img svg {
  width: 100%;
}

.cloud-erp-page section#benefits .slides .slide > .container > .row .img svg path, .cloud-erp-page section#benefits .slides .slide > .container > .row .img svg rect {
  fill: #fff;
}

.cloud-erp-page section#benefits .slides .slide > .container > .row .second-col .text {
  width: unset;
  -ms-transform: unset;
      transform: unset;
}

.cloud-erp-page section#benefits .slides .slide > .container > .row .second-col .text h3, .cloud-erp-page section#benefits .slides .slide > .container > .row .second-col .text p {
  text-align: center;
}

.cloud-erp-page section#benefits h4 {
  font-size: 24px;
  color: #37404a;
  text-align: center;
  margin: 40px auto;
}

.cloud-erp-page section#benefits .slide-buttons .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
}

.cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide:first-of-type svg {
  margin-top: 20px;
}

.cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide:nth-of-type(3) svg {
  max-height: 50px;
  max-width: 50px;
  margin-top: 23px;
}

.cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide svg {
  max-height: 55px;
  max-width: 55px;
  margin-top: 17px;
}

.cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide svg path, .cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide svg rect {
  fill: #5f6e7d;
  transition: fill 1s ease;
}

.cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide svg.border {
  border: none !important;
  height: 92px;
  left: 21%;
  margin: 0;
  max-height: 92px;
  max-width: 92px;
  position: absolute;
  width: 92px;
  transition: transform 1s ease-in-out;
}

@media (max-width: 1199.98px) {
  .cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide svg.border {
    left: 15%;
  }
}

@media (max-width: 991.98px) {
  .cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide svg.border {
    left: 4%;
  }
}

.cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide p {
  margin-top: 30px;
}

.cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide.slick-current svg path, .cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide.slick-current svg rect, .cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide:hover svg path, .cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide:hover svg rect {
  fill: #62c9da;
}

.cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide.slick-current svg.border, .cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide:hover svg.border {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide.slick-current svg.border path, .cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide:hover svg.border path {
  fill: #62c9da;
}

.cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide.slick-current p, .cloud-erp-page section#benefits .slide-buttons .slick-track .slick-slide:hover p {
  font-weight: 700;
}

.cloud-erp-page section#cta {
  background-color: #164a88;
}

.cloud-erp-page section#cta h2, .cloud-erp-page section#cta p {
  color: #fff;
}

.page-id-786 .rootstock-erp-software .breadcrumbs {
  display: none;
}

.page-id-786 .rootstock-erp-software .image-wrap {
  float: right;
  width: 100%;
  max-width: 416px;
  margin-left: 0;
}

.page-id-786 .rootstock-erp-software .image-wrap .popup_video .play-bg {
  width: 105px;
  height: 105px;
  position: absolute;
  left: 52%;
  top: 50%;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: all .3s ease;
}

.page-id-786 .rootstock-erp-software .image-wrap .primary-btn {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .page-id-786 .rootstock-erp-software .image-wrap {
    float: left;
  }
  .page-id-786 .rootstock-erp-software .image-wrap .popup_video .play-bg {
    left: 23%;
  }
}

@media screen and (max-width: 767px) {
  .page-id-786 .rootstock-erp-software .image-wrap .popup_video .play-bg {
    left: 30%;
  }
}

.customer-success .hero-banner {
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.customer-success .hero-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(22, 74, 136, 0.9), rgba(22, 74, 136, 0.2));
}

.customer-success .hero-banner .breadcrumbs, .customer-success .hero-banner > .row {
  position: relative;
}

.customer-success .hero-banner .text-col h1 {
  font-weight: 800;
}

.customer-success .hero-banner .text-col p {
  line-height: 1.5;
}

.customer-success .hero-banner .logo-col {
  text-align: center;
}

.customer-success .hero-banner .logo-col .top-text {
  color: #fff;
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 10px;
}

.customer-success .hero-banner .logo-col .logo-wrap {
  max-width: 440px;
  padding: 10px;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer-success .hero-banner .logo-col .logo-wrap img {
  border-radius: 35px;
  max-width: 410px;
}

.customer-success .hero-banner .logo-col .logo-wrap .btn {
  position: absolute;
  left: 50%;
  top: 100%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 1.25em;
}

.customer-success .customsers-list-section .customer-item {
  background-color: #f4f8fa;
  margin-bottom: 30px;
}

.customer-success .customsers-list-section .customer-item .logo-wrap {
  border: 5px solid #f4f8fa;
  background-color: #fff;
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 175px;
}

.customer-success .customsers-list-section .customer-item .logo-wrap img {
  max-height: 95px;
  max-width: 250px;
}

.customer-success .customsers-list-section .customer-item .text-wrap {
  padding: 25px;
}

.customer-success .customsers-list-section .customer-item .text-wrap h4 {
  color: #37404a;
}

.customer-success .customsers-list-section .customer-item .text-wrap .excerpt {
  height: 146px;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  color: #7a818b;
}

.customer-success .customsers-list-section .customer-item .text-wrap .excerpt:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 20px;
  background: linear-gradient(135deg, rgba(244, 248, 250, 0), #f4f8fa);
}

.customer-success .customsers-list-section .view-all-wrap {
  text-align: center;
  margin-top: 45px;
}

.customer-success .customsers-list-section .view-all-wrap .btn {
  font-size: 1.25em;
  padding: .5em 2.5em;
}

@media screen and (max-width: 991px) {
  .customer-success .hero-banner .logo-col .top-text {
    margin-top: 10px;
  }
  .customer-success .hero-banner .logo-col .logo-wrap img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .customer-success .customsers-list-section .customer-item .logo-wrap img {
    max-width: 300px;
  }
}

@media screen and (max-width: 575px) {
  .customer-success .customsers-list-section .customer-item .logo-wrap {
    padding: 30px;
  }
  .customer-success .customsers-list-section .customer-item .logo-wrap img {
    max-width: 240px;
    max-height: 80px;
  }
}

.glossary-page main {
  margin-top: 30px;
}

.glossary-page main h1 {
  font-size: 36px;
  color: #164a88;
  font-weight: 600;
}

.glossary-page main .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.glossary-page main .wrapper .affix {
  position: fixed;
  top: 133px;
  left: 0;
  width: 100%;
  z-index: 7;
  display: none;
  background-color: #fff;
}

.glossary-page main .wrapper .affix .alphabetic-list {
  width: 1140px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.glossary-page main .wrapper .alphabetic-list {
  clear: both;
  display: block;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: 20px 5px;
  width: 915px;
}

.glossary-page main .wrapper .alphabetic-list.affix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}

.glossary-page main .wrapper .alphabetic-list li {
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  padding: 0 !important;
  margin: 0 12px !important;
  float: left;
  font-weight: 500;
  color: #c8cacf !important;
}

.glossary-page main .wrapper .alphabetic-list li a {
  display: inline-block;
  color: #62c9da !important;
  font-weight: 500;
}

.glossary-page main .wrapper .alphabetic-list li.active a, .glossary-page main .wrapper .alphabetic-list li:hover a {
  color: #f36d21 !important;
}

.glossary-page main .wrapper .alphabetic-list li:before {
  background-color: #c8cacf !important;
  width: 5px !important;
  height: 5px !important;
  left: -16px !important;
  top: 11px !important;
}

@media screen and (max-width: 767px) {
  .glossary-page main .wrapper .alphabetic-list li:before {
    left: 43px !important;
  }
}

.glossary-page main .wrapper .alphabetic-list li:first-child {
  margin-left: 0 !important;
}

.glossary-page main .wrapper .alphabetic-list li:first-child:before {
  display: none !important;
}

.glossary-page main .wrapper .alphabetic-list li:last-child {
  margin-right: 0 !important;
}

.glossary-page main .wrapper .resources-list-wrap {
  padding-bottom: 80px;
}

.glossary-page main .wrapper .resources-list-wrap .resources-list > h3 {
  font-size: 28px;
  color: #62c9da;
  font-weight: 600;
  margin: 40px 0;
  position: relative;
}

.glossary-page main .wrapper .resources-list-wrap .resources-list > h3:after {
  content: "";
  height: 1px;
  width: calc(100% - 70px);
  display: block;
  position: absolute;
  top: 50%;
  left: 70px;
  background-color: #c8cacf;
}

.glossary-page main .wrapper .resources-list-wrap .resource-item {
  padding: 25px 30px;
}

.glossary-page main .wrapper .resources-list-wrap .resource-item h3 {
  color: #37404a;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 400;
}

.glossary-page main .wrapper .resources-list-wrap .resource-item p {
  color: #5f6e7d;
  font-size: 18px;
}

.glossary-page main .wrapper .resources-list-wrap .resource-item.glossary-item-odd {
  background-color: #e4eff5;
}

@media screen and (max-width: 991px) {
  .glossary-page main .wrapper .resources-list-wrap {
    -ms-flex: 9;
    flex: 9;
  }
}

@media screen and (max-width: 991px) {
  .glossary-page main .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1199px) {
  .glossary-page main .wrapper .alphabetic-list {
    max-width: 1140px;
    width: 100% !important;
  }
  .glossary-page main .wrapper .alphabetic-list li:before {
    leftL: -14px !important;
  }
  .glossary-page main .wrapper .affix .alphabetic-list li {
    margin: 0 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .glossary-page main .wrapper {
    overflow: hidden;
  }
  .glossary-page main .wrapper .alphabetic-list {
    display: block;
    max-width: 30px;
    padding: 0;
    text-align: center;
    margin-left: 10px;
    visibility: hidden;
  }
  .glossary-page main .wrapper .alphabetic-list li {
    text-align: left;
    display: block;
    -ms-flex: initial;
    flex: initial;
    clear: both;
    line-height: 16px;
    text-align: center;
    margin: 3px 0 !important;
    width: 30px;
  }
  .glossary-page main .wrapper .alphabetic-list li + li:before {
    display: none;
  }
  .glossary-page main .wrapper .affix {
    position: fixed;
    top: 60px !important;
    z-index: 0;
    display: none;
    background-color: #fff;
    max-width: 30px;
    left: auto;
    margin-left: 0;
    display: block;
  }
  .glossary-page main .wrapper .affix .alphabetic-list {
    display: block;
    max-width: 30px;
    padding: 0;
    visibility: visible;
    margin-left: 10px;
  }
  .glossary-page main .wrapper .affix .alphabetic-list li {
    margin: 3px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .glossary-page main .wrapper .affix .alphabetic-list li {
    margin: 1px 0 !important;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .glossary-page main .wrapper .affix .alphabetic-list li {
    margin: 1px 0 !important;
    font-size: 16px;
  }
}

.partners-page .text-wrap h4 {
  color: #37404a;
}

.partners-page .text-wrap h3 {
  font-weight: 500;
}

.partners-page .text-wrap p {
  color: #37404a;
  line-height: 1.3em;
}

.partners-page .hero-banner-section {
  padding: 40px 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.partners-page .hero-banner-section .partner-breadcrumbs {
  padding-left: 0;
}

.partners-page .hero-banner-section:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #05346c 0, rgba(57, 71, 87, 0));
}

.partners-page .hero-banner-section .text-wrap {
  padding: 0 0 40px;
  max-width: 500px;
}

.partners-page .hero-banner-section .text-wrap p {
  line-height: 1.5em;
  color: #fff;
}

.partners-page .implementation-partners-section {
  padding: 60px 0 0 !important;
}

.partners-page .quote-section .text-wrap p {
  color: #fff;
}

.partners-page .partners-list-section {
  padding: 10px 0;
  overflow: hidden;
}

.partners-page .partners-list-section .region-title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin-top: -15px;
  background: #fff;
  padding-right: 20px;
  color: #37404a;
}

.partners-page .partners-list-section .sub-head {
  font-weight: 500;
}

.partners-page .partners-list-section .horizontal-border {
  position: absolute;
}

.partners-page .partners-list-section .partners-list .partner-item-wrap a {
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-page .partners-list-section .partners-list .partner-item-wrap a img {
  max-width: inherit;
  width: auto;
}

.partners-page .partners-list-section .partners-list .partner-item-wrap:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-color: #EFF4F8;
  position: absolute;
  left: 50%;
  top: 100%;
  -ms-transform: rotate(45deg) translate(-80%, 10%);
      transform: rotate(45deg) translate(-80%, 10%);
  transition: none;
  opacity: 0;
}

.partners-page .partners-list-section .partners-list .cbp-singlePageInline-active {
  opacity: 1 !important;
  position: relative;
}

.partners-page .partners-list-section .partners-list .cbp-singlePageInline-active:after {
  opacity: 1;
  transition: opacity .4s ease-in .2s;
}

.partners-page .partners-list-section .cbp-popup-singlePageInline {
  overflow: visible;
}

.partners-page .partners-list-section .cbp-popup-singlePageInline .cbp-popup-content {
  min-height: auto;
  position: relative;
  background-color: #EFF4F8;
  border-radius: 20px;
  padding: 0px 35px;
}

.partners-page .partners-list-section .cbp-popup-singlePageInline .cbp-popup-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  height: 100%;
  left: -50vw;
  top: 0;
  background-color: #f4f8fa;
  border: 4px solid #e4eff5;
  display: none;
}

.partners-page .partners-list-section .cbp-popup-singlePageInline .cbp-popup-content > .container {
  position: relative;
}

.partners-page .partners-list-section .cbp-popup-singlePageInline .cbp-popup-content > .container .detail {
  padding: 50px 0;
}

.partners-page .partners-list-section .cbp-popup-singlePageInline .cbp-popup-content > .container .detail h5 {
  font-size: 1.5em;
}

.partners-page .partners-list-section .cbp-popup-singlePageInline .cbp-popup-content > .container .detail p {
  font-size: 1.25em;
  color: #5f6e7d;
}

.partners-page .partners-list-section .cbp-popup-singlePageInline .cbp-popup-content > .container .detail a {
  font-size: 1.125em;
}

.partners-page .partners-list-section .cbp-popup-singlePageInline .cbp-popup-navigation, .partners-page .partners-list-section .partners-details {
  display: none;
}

.partners-page .featured-section .featured-item h3 {
  font-size: 26px;
  color: #143d6e;
}

.partners-page .featured-section .featured-item p {
  font-size: 20px;
  color: #12335c;
}

.events-page .title-bar {
  position: relative;
}

.events-page .title-bar:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #05346c, rgba(57, 71, 87, 0));
}

.events-page .events-list {
  padding: 50px 0;
}

.events-page .events-list .event-wrap {
  margin-bottom: 50px;
  clear: both;
  overflow: hidden;
}

.events-page .events-list .event-wrap .image-wrap {
  padding: 40px;
  width: 290px;
  height: 225px;
  float: left;
  border: 2px solid #e4eff5;
  text-align: center;
}

.events-page .events-list .event-wrap .image-wrap img {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.events-page .events-list .event-wrap .text-wrap {
  margin-left: 50px;
  float: left;
  min-height: 225px;
  width: calc(100% - 358px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.events-page .events-list .event-wrap .text-wrap span.event-date {
  font-size: 18px;
  color: #747a7b;
}

.events-page .events-list .event-wrap .text-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
  color: #747a7b;
}

.events-page .events-list .event-wrap .text-wrap h3 span.event-location {
  font-weight: 400;
}

.events-page .events-list .event-wrap .text-wrap p {
  font-size: 18px;
  line-height: 28px;
  color: #747a7b;
}

@media screen and (max-width: 991px) {
  .events-page .events-list .event-wrap .image-wrap {
    margin-bottom: 30px;
    float: none;
  }
  .events-page .events-list .event-wrap .text-wrap {
    float: none;
    margin-left: 0;
    width: 90%;
    min-height: auto;
  }
}

.privacy-policy-page .text-wrap p {
  font-size: 18px;
  color: #5f6e7d;
  line-height: 1.5;
  margin-bottom: 20px;
}

.privacy-policy-page .text-wrap ul {
  font-size: 18px;
  line-height: 1.5;
}

/*===Blog author==*/
body.single .banner-section .author img {
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
  max-height: 60px;
  max-width: 60px;
}

body.single .banner-section .author span.no_link {
  margin-left: 10px;
}

body.single .banner-section .author a.linkedin-link {
  color: #fff;
  text-decoration: underline;
  margin-left: 10px;
}

body.single .banner-section .author a.linkedin-link:hover {
  color: #ff6b00;
}

.contact_container {
  max-width: 1230px;
}

.contact-page h1 {
  font-size: 32px;
  line-height: 37px;
  font-weight: 600;
  color: #2b3840;
}

.contact-page .hbspt-form fieldset label {
  color: #2b3840 !important;
  font-size: 22px !important;
  line-height: 26px !important;
}

#office-loc {
  max-width: 1185px;
}

#office-loc .vc_column-inner .wpb_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.contact-page .address-card {
  box-shadow: 0px 0px 10px 0px  #d2d2d2;
  width: 350px;
  margin-left: 15px;
  margin-right: 15px;
}

.contact-page .address-card .address {
  border: none;
  padding: 23px 21px 30px;
}

.contact-page .address-card .bgimage img, .contact-page .address-card img.bgimage {
  border: 1px solid #000;
  display: block;
}

.contact-page .address-card .address h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  color: #2b3840;
}

.contact-page .address-card .address p {
  min-height: 70px;
  color: #5f6e7c;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

h2.office_location_heading {
  color: #2B3840;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  line-height: 48px;
}

.contact-page .address-card a.map-link {
  position: relative;
  display: inline-block;
  padding-left: 0px;
  text-transform: uppercase;
  color: #5F5F5F;
  font-size: 18px;
  line-height: 21px;
  right: initial;
  top: initial;
}

.contact_container .contact_support_type {
  background-color: #f4f8fb;
  border-radius: 6px;
  padding: 40px 48px 20px 48px;
  max-width: 43%;
  margin-right: 7%;
}

.contact_container .contact_col_right {
  max-width: 550px;
}

/*! .contact_support_type .wpb_text_column{ padding-right: 130px;} */
.contact_support_type .btn.primary-btn {
  border-radius: 6px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  padding: 5px 20px;
  margin-bottom: 40px;
}

.contact_support_type p.helptext, p.welcome-msg {
  font-size: 18px;
  line-height: 21px;
  color: #5f5f5f;
}

.contact_support_type .wpb_text_column a.textlink {
  font-size: 22px;
  line-height: 27px;
}

.contact_support_type .wpb_text_column h2 {
  font-size: 32px;
  line-height: 37px;
  font-weight: 600;
  color: #2b3840;
}

.contact_support_type .wpb_text_column a.textlink:after {
  content: url("../images/link-arrow.svg");
  display: inline-block;
  width: 6px;
  height: auto;
  position: relative;
  margin-left: 10px;
}

.contact-page .hs_submit .actions input[type="submit"] {
  border-radius: 4px !important;
  margin-top: 20px !important;
}

.contact-page .hs_submit .actions input[type="submit"]:hover {
  background-color: #cc5600 !important;
}

.contact-page .hbspt-form fieldset.form-columns-2 .input {
  margin-right: 0px;
  width: 100%;
}

.contact-page .hbspt-form fieldset.form-columns-1 select {
  width: 98% !important;
}

@media screen and (max-width: 980px) {
  .contact_container .contact_support_type {
    max-width: 49%;
    margin-right: 1%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
  .contact_support_type .btn.primary-btn {
    margin-bottom: 40px;
  }
  .contact_support_type .wpb_text_column {
    padding-left: 0px;
  }
  .contact-page .hbspt-form fieldset label {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  /* .contact_support_type .wpb_text_column{ padding-left: 0px;} */
  .contact_support_type .vc_column-inner {
    padding-top: 0px;
  }
  .contact_container .contact_support_type {
    max-width: 100%;
    margin-bottom: 50px;
    margin-right: 0px;
  }
  .contact_container .contact_col_right {
    max-width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .contact-page .address-card {
    margin-left: auto;
    margin-right: auto;
  }
  #office-loc .vc_column-inner .wpb_wrapper {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
}

form.hs-form fieldset .hs-fieldtype-booleancheckbox ul.inputs-list {
  padding-left: 0px;
}

form.hs-form fieldset .hs-fieldtype-booleancheckbox ul.inputs-list li {
  list-style-type: none;
  padding-left: 0px;
}

form.hs-form fieldset .hs-fieldtype-booleancheckbox ul.inputs-list li label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

form.hs-form fieldset .hs-fieldtype-booleancheckbox ul.inputs-list li label input[type="checkbox"] {
  width: 30px !important;
  margin-right: 10px;
  margin-top: 6px;
  min-height: inherit;
}

form.hs-form fieldset .hs-fieldtype-booleancheckbox ul.inputs-list li:before {
  display: none;
}

.btn.btn_orange {
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  text-decoration: none;
  font-weight: 800;
  transition: all .3s ease;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: #ff6b00;
  color: #fff;
}

.btn.btn_orange:hover {
  background-color: #cc5600;
  border-color: #cc5600;
  color: #fff;
}

.btn.btn_orange_border {
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-decoration: none;
  font-weight: 800;
  transition: all .3s ease;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 2px solid #ff6b00;
  background-color: #fff;
  color: #ff6b00;
}

.btn.btn_orange_border:hover {
  background-color: #cc5600;
  border-color: #cc5600;
  color: #fff;
}

.two_col_button_outer .btn {
  margin-left: 14px;
  margin-right: 14px;
}

@media screen and (max-width: 767px) {
  .two_col_button_outer .btn.btn_orange {
    margin: 20px 14px 0px !important;
  }
  .two_col_button_outer .btn.btn_orange_border {
    margin: 20px 14px 0px !important;
  }
}

footer .social-list .social-item .fa-twitter::before, .mobile-bottom-menu .social-list .social-item .fa-twitter::before {
  width: 25px;
  height: 23px;
  display: inline-block;
  background: url(../images/twitter_icon.svg) left top no-repeat;
  content: "";
  background-size: 100%;
}

footer .social-list .social-item .fa-linkedin::before, .mobile-bottom-menu .social-list .social-item .fa-linkedin::before {
  width: 25px;
  height: 23px;
  display: inline-block;
  background: url(../images/linkedin_icon.svg) left top no-repeat;
  content: "";
  background-size: 100%;
}

footer .social-list .social-item .fa-facebook-f::before, .mobile-bottom-menu .social-list .social-item .fa-facebook-f::before {
  width: 25px;
  height: 23px;
  display: inline-block;
  background: url(../images/facebook_icon.svg) left top no-repeat;
  content: "";
  background-size: 100%;
}

footer .social-list .social-item .fa-youtube::before, .mobile-bottom-menu .social-list .social-item .fa-youtube::before {
  width: 25px;
  height: 23px;
  display: inline-block;
  background: url(../images/youtube_icon.svg) left top no-repeat;
  content: "";
  background-size: 100%;
}

.mobile-bottom-menu .social-list .social-item:hover .fa-twitter::before, footer .social-list .social-item:hover .fa-twitter::before {
  background: url(../images/twitter_icon_hover.svg) left top no-repeat;
}

.mobile-bottom-menu .social-list .social-item:hover .fa-linkedin::before, footer .social-list .social-item:hover .fa-linkedin::before {
  background: url(../images/linkedin_icon_hover.svg) left top no-repeat;
}

.mobile-bottom-menu .social-list .social-item:hover .fa-facebook-f::before, footer .social-list .social-item:hover .fa-facebook-f::before {
  background: url(../images/facebook_icon_hover.svg) left top no-repeat;
}

.mobile-bottom-menu .social-list .social-item:hover .fa-youtube::before, footer .social-list .social-item:hover .fa-youtube::before {
  background: url(../images/youtube_icon_hover.svg) left top no-repeat;
}

#cookie-notice .cookie-notice-container {
  background-color: #2B3840 !important;
}

#cookie-notice .cookie-notice-container .cn-close-icon:before, #cookie-notice .cookie-notice-container .cn-close-icon:after {
  background-color: #fff;
}

body.single .mfp-image-holder .mfp-content img.mfp-img {
  max-height: initial !important;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu li.nolink a, header .navbar .navbar-nav .menu-item-has-children .sub-menu li.nolink a:hover {
  color: #fff !important;
}

a.text_btn_with_arrow {
  color: #2B3840;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  padding-right: 15px;
  background: url("https://www.rootstock.com/wp-content/themes/rootstock/assets/images/link-arrow.svg") right top 7px no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: 10px 10px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}

.body-wrap main > section.wpb-content-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.img_shadow_custom img {
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.15));
}

/*======Footer New Code Start Here============*/
footer .footer-upper.dark-bg {
  background-color: #0c2a4e;
  padding: 91px 0px 96px;
}

body.press-releases-inside-page footer .footer_rightcol ul {
  padding-left: 0px;
}

footer .footer_rightcol .footer-nav li > a {
  padding-bottom: 15px;
  display: block;
}

footer .footer_rightcol .footer-nav li.menu-item-has-children > a {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #FFFFFF;
}

footer .footer_rightcol .footer-nav li.menu-item-has-children > a:hover {
  text-decoration: none;
  cursor: default;
}

footer .footer_rightcol .footer-nav li ul.sub-menu li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  cursor: pointer;
}

footer .footer_rightcol .footer-nav li.menu-item-has-children > a + .sub-menu a {
  letter-spacing: .02px;
}

footer .footer_rightcol .footer-nav li ul.sub-menu li.nav_link_arrow a:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  content: "";
  display: inline-block;
}

footer .footer_rightcol .col4 {
  padding-right: 4px;
}

footer .footer_rightcol .col4 .footer-nav li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  padding-bottom: 10px;
}

footer .footer-lower.dark-bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #0C2A4E;
}

footer .footer-lower.dark-bg .copyright {
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #FFFFFF;
}

footer .footer-lower.dark-bg .privacy-terms a {
  font-weight: 400;
  font-size: 18px;
  margin-left: 15px;
  line-height: 27px;
  color: #FFFFFF;
}

footer .footer-lower.dark-bg .footer_btm_wrapper {
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

footer .footer-lower.dark-bg .privacy-terms a::before {
  display: none;
}

.footer_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_leftcol {
  width: 236px;
}

footer .footer-upper .footer_leftcol .logo-wrap {
  margin-bottom: 77px;
}

footer .footer-upper .footer_leftcol .social-wrap {
  margin-top: 25px;
}

footer .footer-upper .footer_leftcol .social-list .social-item {
  margin-right: 16px;
}

footer .footer-upper .footer_leftcol a.btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  padding: 9px 15px;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #FFFFFF;
}

footer .footer_rightcol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  gap: 55px;
}

@media only screen and (max-width: 1200px) {
  footer .footer-upper.dark-bg .container {
    max-width: 1140px;
    margin: 0 auto;
  }
  footer .footer-upper.dark-bg .container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  footer .footer_rightcol {
    gap: 40px;
  }
}

@media only screen and (max-width: 991px) {
  footer .footer-lower.dark-bg .footer_btm_wrapper {
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer .footer-upper.dark-bg {
    padding: 60px 0px 60px;
  }
  footer .footer-upper .footer_leftcol {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  footer .footer-upper .footer_leftcol .social-wrap {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  footer .footer-upper .footer_leftcol .logo-wrap {
    margin-bottom: 5px;
  }
  footer .footer_rightcol {
    width: 100%;
    gap: inherit;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer-upper .footer_leftcol {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  footer .footer-upper .footer_leftcol .logo-wrap {
    width: 50%;
  }
  footer .footer_rightcol .col1, footer .footer_rightcol .col2, footer .footer_rightcol .col3, footer .footer_rightcol .col4 {
    width: 50%;
  }
  footer .footer-lower.dark-bg .privacy-terms a {
    margin-left: 8px;
    margin-right: 8px;
  }
  footer .footer-lower div .order-1, footer .footer-lower div .order-2 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
}

@media only screen and (max-width: 550px) {
  footer .footer-upper .footer_leftcol {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  footer .footer-upper .footer_leftcol .logo-wrap {
    width: 50%;
  }
  footer .footer_rightcol .col1, footer .footer_rightcol .col2, footer .footer_rightcol .col3, footer .footer_rightcol .col4 {
    width: 100%;
  }
}

/*========New Home Page css code==============*/
#homeerp_software_darkbg #row_one_logo_withtext {
  padding: 110px 50px 35px;
  margin-bottom: 0px;
}

.center {
  text-align: center;
}

#homeerp_software_darkbg #row_one_logo_withtext h2 {
  color: #fff;
}

#homeerp_software_darkbg #row_one_logo_withtext img {
  max-width: 151px;
}

#homeerp_software_darkbg .row_content_with_two_col {
  padding-bottom: 75px;
  position: relative;
  z-index: 1;
}

#homeerp_software_darkbg .row_content_with_two_col .content_box {
  margin: 0 auto 35px;
}

#homeerp_software_darkbg .row_content_with_two_col p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
}

#homeerp_software_darkbg .row_content_with_two_col ul {
  padding: 0px;
  margin: 0px auto 40px;
  gap: 9px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 910px;
  -ms-flex-pack: center;
      justify-content: center;
}

#homeerp_software_darkbg .row_content_with_two_col ul li {
  width: 48%;
  color: #fff;
  margin: 0px;
  padding: 0px 0px 0px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
}

#homeerp_software_darkbg .row_content_with_two_col ul li:before {
  width: 4px;
  height: 4px;
  background-color: #fff;
  top: 13px;
}

#homeerp_software_darkbg {
  position: relative;
  overflow: hidden;
}

.logorotate_wrapper .logorotation {
  background: url("/wp-content/themes/rootstock/assets/images/rootstock-icon-outline-grey.svg") no-repeat;
  right: -70px;
  bottom: -70px;
  width: 256px;
  height: 256px;
  position: absolute;
}

#home_benefits_erp {
  padding: 90px 0px;
}

#home_benefits_erp .vc_row {
  margin-left: 0px;
  margin-right: 0px;
}

#home_benefits_erp h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #37404A;
}

#home_industry_section {
  padding: 100px 0px;
}

#home_industry_section .manufacturing_row_wrapper {
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
}

#home_industry_section {
  padding: 100px 0px;
}

#home_industry_section .btn_center {
  margin: 70px auto 0px;
  text-align: center;
}

#home_customer_story {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 1140px;
  margin: 0px auto 90px;
}

#home_customer_story h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  color: #2B3840;
  margin-bottom: 20px;
}

#home_customer_story p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #5F6E7E;
  margin-bottom: 20px;
}

body.page #resources_sec_onpage .resources-section h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: #2B3840;
}

#h_manufacturing_content_text {
  max-width: 1030px;
  text-align: center;
}

#h_manufacturing_content_text h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: #2B3840;
}

#h_manufacturing_content_text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #5F6E7E;
}

@media screen and (max-width: 991px) {
  #home_customer_story {
    max-width: 720px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  #home_customer_story .vc_column_container .wpb_single_image {
    text-align: center;
  }
  #home_customer_story .vc_column_container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #homeerp_software_darkbg .row_content_with_two_col ul li {
    width: 100%;
  }
  #homeerp_software_darkbg #row_one_logo_withtext {
    padding-top: 60px;
  }
  #homeerp_software_darkbg .row_content_with_two_col {
    padding-bottom: 25px;
  }
  #home_benefits_erp .vc_column_container > .vc_column-inner {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  #home_benefits_erp {
    padding: 60px 0px;
  }
  #home_benefits_erp h1, #h_manufacturing_content_text h1 {
    font-size: 36px;
  }
  #home_industry_section {
    padding: 60px 0px;
  }
  #home_customer_story {
    margin-bottom: 40px;
  }
  .resources-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body.page #resources_sec_onpage .resources-section h3 {
    margin-bottom: 60px;
    font-size: 36px;
  }
}

#home_logo_row_sec .container_large {
  max-width: 1270px;
  margin: 0 auto;
}

#home_logo_row_sec .wpb_content_element {
  margin-bottom: 15px;
}

#home_logo_row_sec ul {
  margin: 0px;
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}

#home_logo_row_sec ul li {
  list-style-type: none;
  margin: 0px;
  padding: 15px 30px;
}

#home_logo_row_sec ul li img {
  max-height: 72px;
  opacity: 0.5;
}

#home_logo_row_sec ul li:before {
  display: none;
}

#full_width_content_section {
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  #home_logo_row_sec ul {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  #home_logo_row_sec {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #home_logo_row_sec {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

/*======New Nav Code Start Here===========*/
header .navbar .navbar-nav .menu-item-has-children .sub_menu_box {
  display: none;
}

header .navbar #navbar ul.navbar-nav {
  -webkit-overflow-scrolling: touch;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu {
  padding: 0px;
  background: #f4f8fa;
  background: linear-gradient(90deg, #f4f8fa 50%, white 50%);
  top: 90px;
  overflow: hidden;
  border-top: 1px solid #E9F1F5;
  opacity: 1;
  visibility: visible;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s 0s,visibility 0s .3s;
}

body header .navbar .navbar-nav .menu-item-has-children.moves-out {
  z-index: 99;
}

body header .navbar .navbar-nav .menu-item-has-children:hover .sub-menu,
body header .navbar .navbar-nav .menu-item-has-children a:hover .sub-menu,
body header .navbar .navbar-nav .menu-item-has-children:focus .sub-menu,
body header .navbar .navbar-nav .menu-item-has-children a:focus .sub-menu {
  padding: 0px;
  background: #f4f8fa;
  background: linear-gradient(90deg, #f4f8fa 50%, white 50%);
  top: 90px;
  overflow: hidden;
  border-top: 1px solid #E9F1F5;
  opacity: 1;
  visibility: visible;
  transition: 1s ease 5s;
}

body header .navbar .navbar-nav .menu-item-has-children.navactive {
  border-bottom: 4px solid #FF6B00 !important;
  padding-bottom: 33px;
  overflow: visible;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper {
  padding-right: 0px;
  min-height: 223px;
  -ms-flex: 3;
      flex: 3;
  display: -ms-flexbox;
  display: flex;
}

header .navbar .navbar-brand img.logo-color, header .navbar .navbar-brand img.logo-white {
  padding-bottom: 12px;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu .container {
  max-width: 1300px;
  padding: 0px;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .subnav_outer {
  width: 100%;
  max-width: 230px;
  background-color: #F4F8FA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 35px;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .subnav_outer .menu_logo_icon {
  background: url("/wp-content/themes/rootstock/assets/images/rootstock-line-icon-grey.svg");
  left: -70px;
  bottom: -70px;
  width: 256px;
  height: 256px;
  position: absolute;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .subnav_outer > ul {
  width: 100%;
  max-width: 230px;
  /*background-color:#F4F8FA; display:flex; justify-content:center; flex-direction:column;*/
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .subnav_outer > ul li {
  text-align: right;
  padding-right: 0px;
  position: relative;
  z-index: 99;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .subnav_outer > ul li a {
  padding: 6px 18px;
  color: #5F6E7E;
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  margin: 0px;
  cursor: default;
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: auto;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .subnav_outer > ul li a:after {
  border: solid #5F6E7E;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  content: "";
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .subnav_outer > ul li a.active {
  color: #FF6B00;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .subnav_outer > ul li a.active:after {
  border: solid #FF6B00;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  content: "";
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper ul.sub-nav-items li.hide_me > a {
  display: none;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .sub-nav-tab {
  width: 100%;
  background: #fff;
  padding: 45px 42px;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .column {
  max-width: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .column .tab_title {
  width: 180px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper ul.sub-nav-items {
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper ul.sub-nav-items li {
  width: auto;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper ul.sub-nav-items li a {
  font-weight: 500;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  line-height: 18px;
  color: #5F6E7E;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper ul.sub-nav-items li a:hover {
  color: #FF6B00 !important;
  cursor: pointer;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper ul.sub-nav-items li ul li {
  width: 100%;
  padding: 0px 0px 19px;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper ul.sub-nav-items li ul li:last-child {
  padding-bottom: 0px;
}

header .navbar .language .language-btn:before, body header .navbar .language .language-btn::before {
  display: none;
}

body header .navbar .language .language-btn, body header .navbar .login-link {
  color: #5F6E7E !important;
  font-size: 15px;
  font-weight: 400;
}

body header .navbar .language .language-btn::after {
  border: solid #5F6E7E !important;
  border-width: 0 2px 2px 0 !important;
}

body header nav.navbar {
  background-color: #fff !important;
  padding-bottom: 0px !important;
}

body header .navbar .nav-right .nav-bottom ul > li {
  padding-bottom: 33px;
}

body header .navbar .navbar-nav li a {
  color: #5F6E7E !important;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

header .navbar .navbar-nav .menu-item-has-children > a {
  line-height: 18px;
}

header .navbar .navbar-nav .menu-item-has-children:hover a::before {
  display: none;
}

body header .navbar .nav-right .nav-bottom ul > li.menu-item-has-children {
  border-bottom: 4px solid #fff;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu .nav_rightcta_box .left_col {
  width: 64px;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu .nav_rightcta_box .right_col {
  width: 241px;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu .nav_rightcta_box .left_col img {
  width: 64px;
  height: 64px;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .nav_rightcta_box {
  gap: 22px;
  min-width: 384px;
  height: 147px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  border: none;
  padding: 21px 28.5px;
  border-radius: 10px;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .nav_rightcta_box h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #2B3840;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .nav_rightcta_box p.ctatext_link {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #FFFFFF;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .nav_rightcta_box p.ctatext_link:after {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 6px;
  content: "";
  position: relative;
  top: -1px;
}

header .navbar .search-wrap.search-active .search-block {
  background: #fff;
  border-top: 1px solid #E9F1F5;
  top: 90px;
}

header .navbar .search-wrap .search-block .form-wrap {
  border-left: 0px;
}

body header .navbar .search-wrap .search-toggle svg {
  fill: #5F6E7E !important;
}

body header .navbar .search-wrap.search-active .search-toggle svg {
  fill: #FF6B00 !important;
}

header .navbar .nav-right .nav-top {
  padding-bottom: 0px;
  padding-top: 0px;
}

header .navbar .nav-right .nav-top .search-wrap {
  padding-bottom: 30px;
  border-bottom: 4px solid #fff;
  margin-left: 7px;
}

header .navbar .nav-right .nav-top .search-wrap.search-active {
  padding-bottom: 30px;
  border-bottom: 4px solid #FF6B00;
}

header .navbar .nav-right, header .navbar .nav-right .nav-top {
  -ms-flex-align: end;
      align-items: end;
}

header .navbar .nav-right .nav-top .language, header .navbar .nav-right .nav-top .login-link {
  margin-bottom: 35px;
}

header .navbar .nav-right .nav-top .login-link {
  margin-right: 7px;
}

header .navbar a.nav-btn {
  transition: none;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 7px 14px;
  max-height: inherit;
  margin: 0px 7px 28px;
}

header .navbar.scrolled a.nav-btn {
  margin-bottom: 0px;
  transition: none;
}

header .navbar.scrolled .nav-right, header .navbar.scrolled .nav-right .nav-top {
  -ms-flex-align: center;
      align-items: center;
}

header .navbar.scrolled .nav-right .nav-top .search-wrap {
  padding-bottom: 15px;
  padding-top: 15px;
}

header .navbar.scrolled .nav-right .nav-top .search-wrap.search-active {
  padding-bottom: 15px;
  padding-top: 15px;
}

header .navbar.scrolled .search-wrap.search-active .search-block {
  top: 65px;
}

header .navbar .search-wrap #search_form {
  background-color: #E9F1F5;
}

header .navbar .search-wrap #search_form .svg-search {
  fill: #5F6E7E;
}

header .navbar .search-wrap #search_form input {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  color: #5F6E7E;
}

header .navbar .search-wrap #search_form input:-ms-input-placeholder {
  color: #5F6E7E;
  opacity: 1;
}

header .navbar .search-wrap #search_form input::placeholder {
  color: #5F6E7E;
  opacity: 1;
}

header .navbar .search-wrap #search_form input:-ms-input-placeholder {
  color: #5F6E7E;
}

header .navbar .search-wrap #search_form input::-ms-input-placeholder {
  color: #5F6E7E;
}

@media screen and (max-width: 1400px) {
  header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper ul.sub-nav-items {
    gap: 25px;
  }
}

@media screen and (max-width: 1250px) {
  header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper a.nav_rightcta_box {
    display: none;
  }
  header .navbar .nav-right .hamburger {
    background: url("/wp-content/themes/rootstock/assets/images/hamburger.svg") no-repeat !important;
    margin-left: auto;
  }
  header .navbar .nav-right {
    -ms-flex-align: center;
        align-items: center;
  }
  header .navbar .nav-right .nav-top .language, header .navbar .nav-right .nav-top .login-link {
    margin: auto;
  }
  header .navbar .nav-right .nav-top .login-link {
    margin-right: 7px;
  }
  header .navbar a.nav-btn {
    margin: auto 7px;
  }
  header .navbar .nav-right .nav-top .search-wrap, header .navbar .nav-right .nav-top .search-wrap.search-active {
    padding-bottom: 14px;
    margin-bottom: -14px;
  }
  header .navbar .search-wrap.search-active .search-block {
    top: 71px;
  }
  body header nav.navbar {
    padding-bottom: 4px !important;
  }
  header .navbar.scrolled a.nav-btn {
    margin-bottom: auto;
  }
  header .navbar.scrolled .nav-right .nav-top .search-wrap, header .navbar.scrolled .nav-right .nav-top .search-wrap.search-active {
    margin-bottom: 0px;
  }
  header .navbar .nav-right .nav-bottom {
    top: 72px;
  }
}

@media screen and (max-width: 1200px) {
  header .navbar .nav-bottom {
    background: #fff;
  }
  header .navbar .nav-bottom .show ul#menu-main-navigation {
    max-width: 960px;
    padding: 0px 15px;
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  header .navbar.scrolled {
    padding-bottom: 10px !important;
    box-shadow: 0px 2px 0px rgba(20, 61, 110, 0.1);
  }
  body header .navbar .nav-right .nav-bottom ul#menu-mobile-menu > li.menu-item-has-children {
    border-bottom: 0px;
    padding: 10px 35px;
  }
  body header .navbar .nav-right .nav-bottom ul#menu-mobile-menu > li.menu-item-has-children.active > a {
    color: #ff6b00 !important;
  }
  header .navbar .large-nav ul.large-menu li.menu-item-has-children a {
    color: #5F6E7E !important;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    display: block;
    width: 100%;
  }
  header .navbar .large-nav ul.large-menu li.menu-item-has-children span {
    border: solid #5F6E7E;
    border-width: 0 2px 2px 0;
  }
  header .navbar .large-nav {
    background-color: #f4f8fa;
    border-left: 2px solid #fff;
    padding-top: 70px;
  }
  header .navbar .large-nav ul.large-menu li.active {
    background-color: #fff;
  }
  header .navbar .large-nav .mobile_bottom_login .social-list {
    display: none;
  }
  header .navbar .large-nav .mobile_bottom_login {
    margin-bottom: 30px;
    padding: 0px 20px;
    text-align: center;
  }
  header .navbar .large-nav .mobile_bottom_login a.btn {
    margin-left: 0px;
  }
  header .navbar .large-nav .language .language-btn::before {
    content: "";
    display: inline-block;
    background-image: url("https://www.rootstock.com/wp-content/themes/rootstock/assets/images/language-icon-grey.svg") !important;
    width: 19px;
    height: 18px;
  }
  header .navbar .large-nav .language.show .dropdown-menu, header .navbar .large-nav .language.show {
    background-color: #fff;
  }
  header .navbar .large-nav .language.show .language-btn:before {
    background-image: url("https://www.rootstock.com/wp-content/themes/rootstock/assets/images/language-icon-hover.svg") !important;
  }
  header .navbar .large-nav ul.large-menu li ul.sub-menu li a {
    font-weight: 500;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    color: #5F6E7E;
  }
  header .navbar .large-nav.large-nav-active .hamburger {
    top: 24px;
    right: 20px;
  }
  header .navbar .large-nav .languages.show .language-btn {
    color: #5F6E7E !important;
    font-size: 15px;
  }
  header .navbar .large-nav .languages.show .dropdown-menu a {
    color: #5F6E7E;
  }
  header .navbar .large-nav .languages.show .language-btn:after {
    border: solid #5F6E7E !important;
    border-width: 0 2px 2px 0 !important;
  }
  header .navbar .large-nav .mobile-top-menu {
    margin-top: 30px;
  }
  header .navbar .large-nav .mobile-bottom-menu {
    padding: 30px 20px 30px;
  }
  header .navbar .large-nav .mobile-bottom-menu .btn {
    border-color: #ff6b00;
  }
  header .navbar .large-nav .search-wrap .search-toggle {
    display: none !important;
  }
  header .navbar .large-nav .search-wrap #search_form {
    display: block !important;
  }
}

.rolepage_container #two_col_with_graphics_section .twocol_outer5050 .leftcol .bottom_cta_btn {
  text-align: center;
}

.rolepage_container #two_col_with_graphics_section .twocol_outer5050 .leftcol .bottom_cta_btn a.btn {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: .4px;
  text-transform: uppercase;
  padding: 9px 15px;
  max-height: inherit;
  border: 2px solid #ff6b00;
  border-radius: 4px;
}

.two_btn_wrapper p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  -ms-flex-pack: center;
      justify-content: center;
}

body header .navbar.scrolled {
  display: none !important;
}

.fs40 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .fs40 {
    font-size: 36px;
  }
}

@charset "UTF-8";
@font-face {
  font-display: swap;
}

.scr {
  background: red;
}

:root, body, html {
  letter-spacing: 0.1px;
}

.admin-bar header {
  margin-top: 32px;
}

.hs_recaptcha.hs-recaptcha .input {
  height: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.sales-page .recaptcha-inv {
  color: #fff !important;
}

.popularTopics {
  background: #eff3f7;
  padding: 40px 0;
}

.popularTopics__title {
  font-family: 'greycliff-cf', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  color: #13a0db;
  padding-bottom: 16px;
}

.popularTopics__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.popularTopics__item {
  font-family: 'greycliff-cf', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  color: #5f6e7e;
  padding: 4px 6px;
  cursor: pointer;
}

.popularTopics__item.active {
  border-bottom: 3px solid #13a0db;
}

.popularTopics__item-search {
  cursor: pointer;
}

@media screen and (max-width: 1050px) {
  .popularTopics__block {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

#loading-spinner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 2rem;
}

#loading-spinner .spinner {
  width: 30px;
  height: 30px;
  border: 4px solid #eff3f7;
  border-top: 4px solid #13a0db;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: none;
  z-index: 9999;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.search-popup.active {
  display: -ms-flexbox;
  display: flex;
}

.search-popup__inner {
  background: #fff;
  padding: 36px;
  max-width: 600px;
  width: 90%;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 4px 41.5px 0 rgba(0, 0, 0, 0.65);
  overflow-y: auto;
}

@media (min-height: 600px) and (max-height: 800px) {
  .search-popup__inner {
    height: 96vh;
  }
}

.search-popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.search-popup__form {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.search-popup__form input {
  -ms-flex: 1;
      flex: 1;
  padding: 10px 20px;
  border: 1px solid #c8cacf;
  border-radius: 5px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #2b3840;
}

.search-popup__form button {
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
}

.search-popup__results {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}

.search-popup__results .result-item {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  border: 1px solid #eff3f7;
  border-radius: 8px;
  padding-right: 8px;
}

.search-popup__results .result-item img {
  width: 55%;
  max-height: 170px;
  object-fit: cover;
  border-radius: 8px;
}

.search-popup__results .result-item .info {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -ms-flex-direction: column;
      flex-direction: column;
}

.search-popup__results .result-item .info .category {
  font-size: 14px;
  color: #5F6E7E;
}

.search-popup__results .result-item .info .title {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 10px;
}

.search-popup__results .result-item .info .read-more {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #ff6b00;
  transition: all 0.3s ease;
  padding-right: 15px;
  background: url(/wp-content/themes/rootstock/assets/images/link-arrow.svg) right top 6px no-repeat;
  background-size: 6px;
  margin-top: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
}

.search-popup__view-all {
  margin: 24px auto 0;
  max-width: 220px;
  display: block;
  text-align: center;
  color: #fff !important;
  background: #ff6b00;
  padding: 8px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 800 !important;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.search-popup__view-all:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .search-popup__inner {
    height: 90%;
  }
  .search-popup__results .result-item {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-right: 0;
  }
  .search-popup__results .result-item img {
    width: 100%;
  }
  .search-popup__results .result-item .info {
    padding-left: 10px;
  }
  .search-popup__results .result-item .info .category {
    font-size: 12px;
    color: #5F6E7E;
  }
  .search-popup__results .result-item .info .title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .search-popup__results .result-item .info .read-more {
    font-size: 14px;
  }
}

@media (min-height: 600px) and (max-height: 800px) {
  .admin-bar .search-popup__inner {
    top: 20px;
    height: 93vh;
  }
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .img_pos_right.show_dots .leftcol_outer .leftcol:before {
    content: none !important;
  }
}

/*Imaginea doar pe safari */
#home_hero_section_wrapper .hero_right_col .wpb_text_column {
  display: block;
}

#home_hero_section_wrapper .hero_right_col .wpb_single_image {
  display: none;
}

.hide-me,
.safari-image {
  display: none;
}

@supports (-webkit-backdrop-filter: blur(0)) {
  #home_hero_section_wrapper .hero_right_col .wpb_text_column {
    display: none;
  }
  #home_hero_section_wrapper .hero_right_col .wpb_single_image {
    display: block;
  }
  .safari-image {
    display: block;
  }
}

.solutionsPages-hero {
  padding-bottom: 0;
  padding-top: 0 !important;
}

.solutionsPages-hero .watch {
  border-radius: 10px;
  padding: 11px 22px;
  font-size: 16px;
  line-height: 20px;
  background-color: #ED742E;
  border-color: #ED742E;
  color: #fff;
  width: 300px;
}

.solutionsPages-hero .watch img {
  margin-right: 10px;
  width: 60px;
}

.solutionsPages-hero h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #37404A;
  margin-bottom: 0;
}

.solutionsPages-hero h6 {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  color: #0055B8;
}

.solutionsPages-hero #breadcrumbs li, .solutionsPages-hero #breadcrumbs a {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  color: #0055B8;
  text-decoration: none;
}

.solutionsPages-hero #breadcrumbs li:after, .solutionsPages-hero #breadcrumbs a:after {
  color: #0055B8;
}

.solutionsPages-hero p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 64px;
  margin-top: 20px;
  line-height: 27px;
  color: #5f5f5f;
}

.solutionsPages-hero .container_hero_product > div > div > div {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: right;
      justify-content: right;
  -ms-flex-align: center;
      align-items: center;
}

.solutionsPages-hero .container_hero_product-left {
  max-width: 500px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
}

.solutionsPages-hero .first_img {
  width: 191px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.solutionsPages-hero .second_img {
  width: 91px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.solutionsPages-hero .third_img {
  width: 164px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .solutionsPages-hero .container_hero_product > div > div > div {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .solutionsPages-hero .container_hero_product-left {
    max-width: 720px;
    width: 100%;
  }
  .solutionsPages-hero .container_hero_product-right {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .solutionsPages-hero .container_hero_product-left {
    max-width: 90%;
  }
  .solutionsPages-hero .watch {
    font-size: 16px;
    width: initial;
  }
  .solutionsPages-hero .watch img {
    width: 30px;
  }
}

ul.page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

ul.page-numbers li {
  padding: 0 5px;
}

ul.page-numbers li:before {
  display: none;
}

#pagination + .more-buttons {
  display: none;
}

.page-template-jb-blog #pagination,
.blog #pagination {
  display: none;
}

.page-template-jb-blog #pagination + .more-buttons,
.blog #pagination + .more-buttons {
  display: block;
}

@media screen and (max-width: 991px) {
  .admin-bar header {
    margin-top: 46px;
  }
}

@media screen and (max-width: 767px) {
  .body-wrap {
    overflow: hidden;
  }
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu div.sub-nav-wrapper .nav_rightcta_box p.title {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #2B3840;
}

.hero_border img {
  border-radius: 15px;
}

.hero_border img[title] {
  pointer-events: none;
}

.single-partners {
  background: #1B78B4;
}

.single-partners .partner-flow {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.single-partners .partner-flow img {
  width: 600px;
  opacity: 0.2;
  height: auto;
  display: block;
}

.single-partners .partner-hero {
  padding: 30px 24px;
  color: #ffffff;
}

.single-partners .partner-hero__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 60px;
}

.single-partners .partner-hero__left {
  max-width: 660px;
}

.single-partners .partner-hero .partner-type {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 50px;
  margin-top: 40px;
}

.single-partners .partner-hero h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: #FFFFFF;
  margin: 0;
}

.single-partners .partner-hero__right .partner-logo-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
  width: 410px;
  height: 280px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.single-partners .partner-hero__right .partner-logo-box img {
  max-width: 234px;
  height: auto;
}

.single-partners .partner-content {
  padding: 39px 0 170px;
  margin: 0 24px;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
}

.single-partners .partner-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #5F6E7D;
  margin-bottom: 20px;
}

.single-partners .partner-content .partner-text p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #5F6E7D;
}

.single-partners .partner-content .partner-website {
  margin-top: 14px;
  font-size: 16px;
}

.single-partners .partner-content .partner-website strong {
  font-size: 20px;
  line-height: 48px;
  color: #5F6E7D;
  font-weight: 700;
}

.single-partners .partner-content .partner-website a {
  font-size: 20px;
  line-height: 48px;
  color: #5F6E7D;
  font-weight: 400;
  text-decoration: none;
}

.single-partners .partner-section {
  margin-top: 37px;
}

.single-partners .partner-section:first-child {
  padding-bottom: 31px;
  border-bottom: 1px solid #0000004D;
}

.single-partners .partner-items {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  gap: 37px;
  max-width: 900px;
}

.single-partners .partner-item {
  max-width: 780px;
}

.single-partners .partner-item__title {
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
  color: #5F6E7D;
  margin-bottom: 13px;
}

.single-partners .partner-item__summary {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
  color: #5F6E7D;
}

.single-partners .partner-item__desc {
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  color: #5F6E7D;
}

.single-partners .partner-item__desc::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}

@media (max-width: 1024px) {
  .single-partners .partner-hero__inner {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .single-partners .partner-hero__left {
    max-width: 100%;
  }
  .single-partners .partner-logo-box {
    padding: 30px;
  }
  .single-partners .partner-logo-box img {
    max-width: 220px;
  }
  .single-partners .partner-content {
    padding: 70px 0;
  }
}

.rsx-px9 {
  background: #F5F6F7;
  padding: 56px 0 116px;
}

.rsx-px9-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 60px;
}

.rsx-px9-layout h4 {
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #5F6E7D;
}

.rsx-px9-filter-sec {
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rsx-px9-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  color: #5F6E7D;
  margin-bottom: 20px;
}

.rsx-px9-type-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 11px;
}

.rsx-px9-type-btn {
  width: -webkit-max-content;
  width: max-content;
  padding: 6px 14px;
  border-radius: 5px;
  border: 1px solid #5F6E7D;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #5F6E7D;
  cursor: pointer;
  transition: all 0.2s ease;
}

.rsx-px9-type-btn:hover {
  background: #5F6E7E;
  border-color: #5F6E7E;
  color: #ffffff;
}

.rsx-px9-type-btn.is-active {
  background: #5F6E7E;
  border-color: #5F6E7E;
  color: #ffffff;
}

.rsx-px9-grid-sec {
  -ms-flex: 1;
      flex: 1;
}

.rsx-px9-search-box {
  margin-bottom: 40px;
  position: relative;
}

.rsx-px9-search-box .rsx-px9-search-input {
  width: 100%;
  height: 59px;
  padding: 0 20px 0 70px;
  border-radius: 8px;
  border: 1px solid rgba(228, 231, 235, 0.78);
  background: #ffffff;
  font-size: 20px;
  line-height: 20px;
  color: #5F6E7D;
}

.rsx-px9-search-box .rsx-px9-search-input:focus {
  outline: none;
  border-color: #1595CA;
}

.rsx-px9-search-box:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 31px;
  height: 31px;
  background: url("/wp-content/themes/rootstock/assets/images/partners-page/search-loop.png") no-repeat center;
  background-size: contain;
  opacity: 0.6;
}

.rsx-px9-items-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (260px)[3];
      grid-template-columns: repeat(3, 260px);
  row-gap: 30px;
  column-gap: 17px;
}

.rsx-px9-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 24px 26px;
  position: relative;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.rsx-px9-card:hover {
  -ms-transform: translateY(-4px);
      transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.rsx-px9-badge {
  position: absolute;
  top: -12px;
  right: 0;
  background: #FF6B00;
  color: #ffffff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 800;
  padding: 9px 15px;
  border-radius: 4px;
}

.rsx-px9-card-logo {
  height: 121px;
  margin: 0 auto;
  max-width: 80%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.rsx-px9-card-logo img {
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.rsx-px9-card-title {
  margin-bottom: 4px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 4px;
}

.rsx-px9-card-title a {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #5F6E7D;
}

.rsx-px9-card-excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #7C8B9A;
  margin-bottom: 13px;
  height: 60px;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

.rsx-px9-card-excerptt::after {
  content: "...";
}

.rsx-px9-card-footer {
  margin-top: auto;
}

.rsx-px9-card-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.rsx-px9-tag {
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  border: 1px solid #5F6E7D;
  border-radius: 5px;
  color: #5F6E7D;
  background: #fff;
}

.rsx-px9-card-link {
  margin-top: 14px;
}

.rsx-px9-card-link a {
  font-size: 14px;
  line-height: 20px;
  color: #1595CA;
  font-weight: 400;
  text-decoration: none;
}

.rsx-px9-card-link a:hover {
  text-decoration: underline;
}

.rsx-px9-no-results {
  margin-top: 40px;
  padding: 40px;
  text-align: center;
  background: #ffffff;
  border-radius: 12px;
  font-size: 16px;
  color: #5F6E7D;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .rsx-px9-items-wrap {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .rsx-px9-layout {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .rsx-px9-filter-sec {
    width: 100%;
    margin-bottom: 40px;
  }
  .rsx-px9-items-wrap {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.rsx-px9-pagination {
  margin: 50px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.rsx-px9-page-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 34px;
  min-width: 34px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  color: #555;
  cursor: pointer;
  border-radius: 2px;
  transition: all .15s ease;
  line-height: 1;
}

.rsx-px9-page-btn:hover {
  background: #ececec;
}

.rsx-px9-page-btn.is-active {
  background: #ff6b00;
  border-color: #ff6b00;
  color: #fff;
}

.rsx-px9-page-numbers {
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-align: center;
      align-items: center;
}

.page-builder .container {
  max-width: 1480px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 1440px) {
  .page-builder .container {
    max-width: 1300px;
  }
}

@media (max-width: 1024px) {
  .page-builder .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.pb-hero {
  background: linear-gradient(to bottom, #ffffff 0%, #f3f8fb 35%, #EAF2F8 100%);
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.pb-hero__video-btn {
  cursor: pointer;
}

.pb-hero__platform-badge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.pb-hero__platform-badge-text {
  font-family: Mulish, sans-serif;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 700;
  color: #0c2a4e;
}

.pb-hero__platform-badge-logo {
  width: auto;
  height: 38px;
  display: block;
}

.pb-hero__dots {
  position: absolute;
  inset: 0;
  margin-bottom: -116px;
  margin-left: auto;
  max-width: 70%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  opacity: 0.2;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .pb-hero__dots {
    margin-bottom: -15rem;
  }
}

@media (max-width: 800px) {
  .pb-hero__dots {
    margin-bottom: -27rem;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .pb-hero__dots {
    margin-bottom: -36rem;
  }
}

.pb-hero .container {
  position: relative;
  z-index: 2;
  padding-bottom: 9.3rem;
  padding-top: 40px;
}

@media (max-width: 640px) {
  .pb-hero .container {
    padding-top: 0;
  }
}

.pb-hero__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-flex-align: center;
      align-items: center;
  gap: 0;
}

.pb-hero__content {
  max-width: 38rem;
}

.pb-hero__eyebrow {
  display: block;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
  color: #37404A;
  margin-bottom: 1.4rem;
}

.pb-hero__title {
  font-size: 4rem;
  font-family: greycliff-cf, Geneva, sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #37404A;
  margin-top: 6rem;
  margin-bottom: 1.2rem;
  position: relative;
}

.pb-hero__title .pb-hero__title-text {
  position: relative;
  z-index: 2;
  color: #37404A;
}

.pb-hero__title .pb-hero__title-text .highlight {
  font-weight: 900;
  color: #327FC9;
}

.pb-hero__title .pb-hero__highlight {
  position: absolute;
  top: 50%;
  left: 249px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 1;
  max-height: 5.5rem;
  width: auto;
}

.pb-hero__description {
  margin-bottom: 2.5rem;
}

.pb-hero__description p {
  font-size: 1.3125rem;
  line-height: 1.33;
  font-weight: 400;
  color: #37404A;
}

.pb-hero__cta {
  z-index: 2;
  text-transform: uppercase;
  padding: 1.1rem 2rem;
  font-size: 1rem;
  line-height: 1.2;
}

.pb-hero__cta::after {
  content: "▶";
  font-size: 1rem;
  margin-left: 0.5rem;
}

.pb-hero__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pb-hero__download {
  border: 2px solid #ff5a00;
  background: transparent;
  color: #ff5a00;
  text-transform: uppercase;
  padding: 1.2rem 2rem;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.pb-hero__download::after {
  content: "▶";
  font-size: 0.9rem;
  margin-left: 0.7rem;
}

.pb-hero__download:hover {
  background: #ff5a00;
  color: #fff;
}

.pb-hero__image {
  max-width: 609px;
  max-height: 365px;
  z-index: 2;
  margin-top: 4rem;
}

.pb-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

.pb-hero__content, .pb-hero__image {
  opacity: 0;
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  transition: all 0.7s ease;
}

.pb-hero__image {
  transition-delay: 0.2s;
}

.pb-hero.is-visible .pb-hero__content,
.pb-hero.is-visible .pb-hero__image {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

@media (max-width: 970px) {
  .pb-hero__title {
    font-size: 3.3rem;
  }
  .pb-hero__title .pb-hero__highlight {
    left: 210px;
    max-height: 5rem;
  }
}

@media (max-width: 768px) {
  .pb-hero__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .pb-hero .container {
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  .pb-hero {
    padding: 3.5rem 0 3rem;
  }
  .pb-hero__eyebrow {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .pb-hero__description {
    margin-bottom: 1.5rem;
  }
  .pb-hero__description p {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .pb-hero__title .pb-hero__highlight {
    left: 202px;
  }
  .pb-hero__cta {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 1rem;
  }
  .pb-hero__image img {
    max-width: 100%;
  }
}

@media (max-width: 580px) {
  .pb-hero__title .pb-hero__highlight {
    left: 190px;
  }
}

.pb-features {
  position: relative;
  margin: 0 auto;
  padding: 4.3rem 0 4rem;
  overflow: hidden;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f8fb 35%, #EAF2F8 100%);
}

.pb-features::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 130px;
  background: #ffffff;
  border-top-left-radius: 100% 270px;
  border-top-right-radius: 100% 270px;
  z-index: 1;
}

.pb-features .container {
  position: relative;
  z-index: 2;
}

.pb-features__label {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1B78B4;
  margin-bottom: 0.8rem;
}

.pb-features__title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #37404A;
  margin-bottom: 3rem;
}

.pb-features__description {
  max-width: 62rem;
  margin: 0 auto 3.4rem;
  text-align: center;
}

.pb-features__description p {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  color: #37404A;
  margin: 0;
}

.pb-features__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 0.3rem;
}

.pb-features__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pb-features__grid {
  max-width: 1257px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding-bottom: 6.8rem;
}

.pb-features__card {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 4.6rem 2rem 3.7rem;
  min-height: 299px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.pb-features__card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #37404A;
  margin-bottom: 0.7rem;
}

.pb-features__card-desc p {
  font-size: 1.3125rem;
  line-height: 1.33;
  color: #37404A;
  max-width: 542px;
}

.pb-features__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--card-line-color, #57AFC1);
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  -ms-transform-origin: left;
      transform-origin: left;
  transition: transform 0.3s ease;
}

.pb-features__card:hover::before {
  animation: line-draw 0.6s ease;
}

.pb-features__card:hover {
  -ms-transform: translateY(0) scale(1.04);
      transform: translateY(0) scale(1.04);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.pb-features__card-inner {
  transition: transform 0.3s ease;
}

.pb-features__card:hover .pb-features__card-inner {
  -ms-transform: translateY(-6px);
      transform: translateY(-6px);
}

.pb-features .js-feature-anim {
  opacity: 0;
  -ms-transform: translateY(40px);
      transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.pb-features .js-feature-anim.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.pb-features .js-feature-anim:nth-child(1) {
  transition-delay: 0.1s;
}

.pb-features .js-feature-anim:nth-child(2) {
  transition-delay: 0.2s;
}

.pb-features .js-feature-anim:nth-child(3) {
  transition-delay: 0.3s;
}

.pb-features .js-feature-anim:nth-child(4) {
  transition-delay: 0.4s;
}

@keyframes line-draw {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@media (max-width: 1024px) {
  .pb-features::after {
    height: 100px;
  }
}

@media (max-width: 768px) {
  .pb-features__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .pb-features__card {
    height: auto;
  }
  .pb-features__title {
    font-size: 2.25rem;
  }
  .pb-features::after {
    height: 60px;
  }
}

.pb-image-text {
  margin: 6rem auto 2rem;
  padding: 0;
  position: relative;
  overflow: visible;
}

.pb-image-text__bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 215%;
  z-index: 0;
  pointer-events: none;
}

.pb-image-text__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pb-image-text__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 1fr;
      grid-template-columns: 1.1fr 1fr;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 4rem;
}

.pb-image-text.is-left .pb-image-text__inner {
  -ms-grid-columns: 1fr 1.1fr;
      grid-template-columns: 1fr 1.1fr;
}

.pb-image-text.is-left .pb-image-text__content {
  -ms-flex-order: 2;
      order: 2;
}

.pb-image-text.is-left .pb-image-text__image {
  -ms-flex-order: 1;
      order: 1;
}

.pb-image-text__content {
  max-width: 43rem;
}

.pb-image-text__label {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1B78B4;
  margin-bottom: 1rem;
}

.pb-image-text__title {
  max-width: 37rem;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #37404A;
  margin-bottom: 1.5rem;
}

.pb-image-text__description p {
  font-size: 1.3125rem;
  line-height: 1.333;
  color: #37404A;
  margin-bottom: 1.7rem;
}

.pb-image-text__description ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  max-width: 43rem;
}

.pb-image-text__description ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.7rem;
  font-size: 1.3125rem;
  line-height: 1.33;
  color: #37404A;
}

.pb-image-text__description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/page-builder/green-checkbox 1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.pb-image-text__image {
  max-width: 685px;
  max-height: 411px;
  position: relative;
}

.pb-image-text__image img {
  width: 100%;
  height: auto;
  display: block;
}

.pb-image-text__media {
  position: relative;
}

.pb-image-text__image-text {
  text-align: center;
  font-size: 1.3125rem;
  line-height: 1.33;
  color: #37404A;
  margin-bottom: 2rem;
}

.pb-image-text__button {
  border: 2px solid #ff5a00;
  background: transparent;
  text-transform: uppercase;
  padding: 1rem 2rem;
  margin-top: 5px;
  display: inline-block;
  text-decoration: none;
}

.pb-image-text__button span {
  color: #ff5a00;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 800;
}

.pb-image-text__button::after {
  content: "▶";
  font-size: 0.9rem;
  margin-left: 0.7rem;
}

.pb-image-text__button:hover {
  background: #ff5a00;
  text-decoration: none;
}

.pb-image-text__button:hover::after {
  color: #fff;
}

.pb-image-text__button:hover span {
  color: #fff;
}

.pb-image-text.js-image-text-anim .pb-image-text__content,
.pb-image-text.js-image-text-anim .pb-image-text__media {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.pb-image-text.js-image-text-anim.is-right .pb-image-text__content {
  -ms-transform: translateX(-60px);
      transform: translateX(-60px);
}

.pb-image-text.js-image-text-anim.is-right .pb-image-text__media {
  -ms-transform: translateX(60px) scale(0.96);
      transform: translateX(60px) scale(0.96);
}

.pb-image-text.js-image-text-anim.is-left .pb-image-text__content {
  -ms-transform: translateX(60px);
      transform: translateX(60px);
}

.pb-image-text.js-image-text-anim.is-left .pb-image-text__media {
  -ms-transform: translateX(-60px) scale(0.96);
      transform: translateX(-60px) scale(0.96);
}

.pb-image-text.js-image-text-anim.is-visible .pb-image-text__content {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-delay: 0.1s;
}

.pb-image-text.js-image-text-anim.is-visible .pb-image-text__media {
  opacity: 1;
  -ms-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1);
  transition-delay: 0.25s;
}

@media (max-width: 1024px) {
  .pb-image-text__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .pb-image-text__image {
    margin: 0 auto;
    max-height: inherit;
  }
  .pb-image-text__content {
    margin: 0 auto;
  }
}

.pb-included {
  position: relative;
}

.pb-included .container {
  background: #F4F8FA;
  border-radius: 1.875rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  padding: 3.6rem 3rem 8.2rem;
}

.pb-included__label {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1B78B4;
  margin-bottom: 0.7rem;
}

.pb-included__title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #212B36;
  margin-bottom: 3.5rem;
}

.pb-included__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 1.2rem 4.5rem;
}

.pb-included__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1rem;
}

.pb-included__icon {
  width: 3.6rem;
  height: 3.6rem;
  min-width: 3.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.pb-included__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pb-included__text {
  font-size: 1.3125rem;
  line-height: 1.333;
  color: #37404A;
  padding-top: 0.7rem;
  max-width: 568px;
}

.pb-included .js-included-anim {
  opacity: 0;
  -ms-transform: translateY(40px);
      transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.pb-included .js-included-anim:nth-child(1) {
  transition-delay: 0.1s;
}

.pb-included .js-included-anim:nth-child(2) {
  transition-delay: 0.25s;
}

.pb-included .js-included-anim:nth-child(3) {
  transition-delay: 0.4s;
}

.pb-included .js-included-anim:nth-child(4) {
  transition-delay: 0.55s;
}

.pb-included .js-included-anim:nth-child(5) {
  transition-delay: 0.7s;
}

.pb-included .js-included-anim:nth-child(6) {
  transition-delay: 0.85s;
}

.pb-included .js-included-anim:nth-child(7) {
  transition-delay: 1s;
}

.pb-included .js-included-anim:nth-child(8) {
  transition-delay: 1.15s;
}

.pb-included .js-included-anim.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

@media (max-width: 1024px) {
  .pb-included {
    margin-top: -5rem;
  }
  .pb-included .container {
    padding: 3rem 2rem;
  }
  .pb-included__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .pb-included__title {
    font-size: 2rem;
  }
}

.pb-cta {
  padding: 1.5rem 0 4.4rem;
  text-align: center;
}

.pb-cta__inner {
  max-width: 70rem;
  margin: 0 auto;
}

.pb-cta__title {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 auto 0.9rem;
  color: #37404A;
}

.pb-cta__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pb-cta__description {
  max-width: 60rem;
  margin: 0 auto 1.8rem;
}

.pb-cta__description p {
  font-size: 1.3125rem;
  line-height: 1.333;
  color: #37404A;
}

.pb-cta__button {
  position: relative;
  animation: ctaPulse 2.5s ease-in-out infinite;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0.9rem 2rem;
  min-height: 3.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pb-cta__button:hover {
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
}

.pb-cta__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(87, 175, 193, 0.15);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pb-cta__button:hover::before {
  opacity: 1;
}

@keyframes ctaPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}

.pb-cta__button::after {
  content: "▶";
  font-size: 1rem;
  margin-left: 0.5rem;
}

.pb-cta__download {
  border: 2px solid #ff5a00;
  background: transparent;
  color: #ff5a00;
  text-transform: uppercase;
  padding: 1.05rem 2rem;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.pb-cta__download::after {
  content: "▶";
  font-size: 0.9rem;
  margin-left: 0.7rem;
}

.pb-cta__download:hover {
  background: #ff5a00;
  color: #fff;
}

@media (max-width: 1024px) {
  .pb-cta {
    padding: 4rem 0;
  }
  .pb-cta__title {
    font-size: 1.75rem;
  }
  .pb-cta__description p {
    font-size: 1.125rem;
  }
}

.js-cta-anim .pb-cta__title,
.js-cta-anim .pb-cta__description,
.js-cta-anim .pb-cta__button, .js-cta-anim .pb-cta__button-secondary {
  opacity: 0;
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-cta-anim .pb-cta__description {
  transition-delay: 0.15s;
}

.js-cta-anim .pb-cta__button, .js-cta-anim .pb-cta__button-secondary {
  transition-delay: 0.3s;
}

.js-cta-anim.is-visible .pb-cta__title,
.js-cta-anim.is-visible .pb-cta__description,
.js-cta-anim.is-visible .pb-cta__button, .js-cta-anim.is-visible .pb-cta__button-secondary {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.pb-expandable-list {
  position: relative;
  margin: 0 auto;
  padding: 0 0 5.4rem;
}

.pb-expandable-list__label {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1B78B4;
  margin-bottom: 1.7rem;
}

.pb-expandable-list__title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  color: #37404A;
  max-width: 47rem;
  margin: 0 auto 1rem;
}

.pb-expandable-list__description {
  max-width: 68rem;
  margin: 0 auto 3.1rem;
  text-align: center;
}

.pb-expandable-list__description p {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  color: #37404A;
}

.pb-expandable-list__items {
  max-width: 92rem;
  margin: 0 auto;
}

.pb-expandable-list__item {
  background: #ffffff;
  border-radius: 0.625rem;
  border: 1px solid #D9D9D9;
  padding: 2.5rem 1.6rem 2.5rem;
  margin-bottom: 1.3rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.pb-expandable-list__item.is-open {
  padding: 2.5rem 1.6rem 3.6rem;
}

.pb-expandable-list__item.is-open .pb-expandable-list__content {
  display: block;
}

.pb-expandable-list__item.is-open .pb-expandable-list__header {
  -ms-flex-align: start;
      align-items: flex-start;
}

.pb-expandable-list__item.is-open .pb-expandable-list__item-title {
  padding-top: 5px;
  margin-top: 0;
}

.pb-expandable-list__item.is-open .pb-expandable-list__toggle {
  background: #F4F8FA;
  color: #37404A;
  border-color: #D9D9D9;
}

.pb-expandable-list__item.is-open .pb-expandable-list__toggle::before {
  content: "-";
}

.pb-expandable-list__header {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  -ms-flex-align: center;
      align-items: center;
}

.pb-expandable-list__number {
  width: 3.75rem;
  height: 3.75rem;
  font-weight: 700;
  font-size: 1.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pb-expandable-list__number img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pb-expandable-list__item-title {
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-top: -10px;
  color: #37404A;
  -ms-flex: 1;
      flex: 1;
}

.pb-expandable-list__toggle {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #ffffff;
  font-size: 1.625rem;
  background: #1B78B4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  line-height: 1;
}

.pb-expandable-list__toggle::before {
  content: "+";
  display: -ms-flexbox;
  display: flex;
  margin-top: -7px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1;
}

.pb-expandable-list__content {
  display: none;
  padding-left: 4.75rem;
  margin-top: -10px;
  max-width: 95%;
}

.pb-expandable-list__content p {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  color: #37404A;
  margin: 0;
}

.pb-expandable-list__item:hover {
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
  .pb-expandable-list__content {
    padding-left: 0;
  }
  .pb-expandable-list__header {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.pb-expandable-list__label, .pb-expandable-list__title, .pb-expandable-list__description {
  opacity: 0;
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.pb-expandable-list__item {
  opacity: 0;
  -ms-transform: translateY(45px);
      transform: translateY(45px);
  transition: all 0.6s ease;
}

.pb-expandable-list__item.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.pb-expandable-list.is-visible .pb-expandable-list__label {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.1s;
}

.pb-expandable-list.is-visible .pb-expandable-list__title {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.35s;
}

.pb-expandable-list.is-visible .pb-expandable-list__description {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.6s;
}

.navbar > .container {
  max-width: 1475px !important;
  padding: 0;
}

.pb-text-media-cta {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 6rem;
  background: #eaf2f8;
}

.pb-text-media-cta::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 117px;
  background: #ffffff;
  border-top-left-radius: 100% 250px;
  border-top-right-radius: 100% 250px;
  z-index: 1;
}

.pb-text-media-cta__inner {
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 3;
  -ms-grid-columns: 1.2fr 0.9fr;
      grid-template-columns: 1.2fr 0.9fr;
  -ms-grid-column-align: center;
      justify-items: center;
  gap: 2rem;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 61px;
}

.pb-text-media-cta__content {
  padding-top: 1rem;
}

.pb-text-media-cta__title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  color: #37404a;
  margin: 0 0 1.2rem;
}

.pb-text-media-cta__description {
  max-width: 48.75rem;
}

.pb-text-media-cta__description p {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #37404a;
  margin: 0 0 1.7rem;
}

.pb-text-media-cta__description p:last-child {
  margin-bottom: 0;
}

.pb-text-media-cta__logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5.3rem;
  margin-top: 3.8rem;
  margin-left: 4.2rem;
}

.pb-text-media-cta__logo {
  max-width: 14.5rem;
}

.pb-text-media-cta__logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.pb-text-media-cta__panel {
  background: #ffffff;
  border-radius: 0.625rem;
  padding: 1.9rem 2rem 2.5rem;
  min-height: 37.6875rem;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.pb-text-media-cta__panel-title, .pb-text-media-cta__panel-subtitle {
  font-size: 1.75rem;
  line-height: 2.375rem;
  color: #292525;
  margin: 0;
}

.pb-text-media-cta__panel-title {
  font-weight: 400;
}

.pb-text-media-cta__panel-subtitle {
  font-weight: 700;
}

.pb-text-media-cta__panel-image {
  max-width: 20.8rem;
  margin: 3.3rem auto 2.75rem;
}

.pb-text-media-cta__panel-image img {
  display: block;
  width: 100%;
  height: auto;
}

.pb-text-media-cta__quiz {
  border: 2px solid #ff5a00;
  background: transparent;
  color: #ff5a00;
  text-transform: uppercase;
  padding: 1.2rem 2rem;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.pb-text-media-cta__quiz::after {
  content: "▶";
  font-size: 0.9rem;
  margin-left: 0.7rem;
}

.pb-text-media-cta__quiz:hover {
  background: #ff5a00;
  color: #fff !important;
}

.pb-text-media-cta__button-icon {
  font-size: 1.125rem;
  line-height: 1;
}

.pb-text-media-cta__title, .pb-text-media-cta__description {
  opacity: 0;
  -ms-transform: translateX(-35px);
      transform: translateX(-35px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.pb-text-media-cta__logos {
  opacity: 0;
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.pb-text-media-cta__panel {
  opacity: 0;
  -ms-transform: translateX(45px) scale(0.98);
      transform: translateX(45px) scale(0.98);
  transition: opacity 0.9s ease, transform 0.9s ease, box-shadow 0.3s ease;
}

.pb-text-media-cta.is-visible .pb-text-media-cta__title {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-delay: 0.1s;
}

.pb-text-media-cta.is-visible .pb-text-media-cta__description {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-delay: 0.3s;
}

.pb-text-media-cta.is-visible .pb-text-media-cta__logos {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.55s;
}

.pb-text-media-cta.is-visible .pb-text-media-cta__panel {
  opacity: 1;
  -ms-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1);
  transition-delay: 0.35s;
}

@media (max-width: 1200px) {
  .pb-text-media-cta__inner {
    -ms-grid-columns: 1fr 32rem;
        grid-template-columns: 1fr 32rem;
    gap: 3rem;
  }
}

@media (max-width: 992px) {
  .pb-text-media-cta__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .pb-text-media-cta__panel {
    max-width: 40rem;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .pb-text-media-cta {
    padding: 4rem 0;
  }
  .pb-text-media-cta .container {
    padding: 0 1.25rem;
  }
  .pb-text-media-cta__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .pb-text-media-cta__description p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .pb-text-media-cta__logos {
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pb-text-media-cta__panel {
    padding: 1.5rem;
    min-height: auto;
  }
  .pb-text-media-cta__panel-title, .pb-text-media-cta__panel-subtitle {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

.pb-stats-showcase {
  position: relative;
  padding: 5.5rem 0 0;
  background: linear-gradient(180deg, #EAF2F8 0%, #f3f8fb 40%, #ffffff 100%);
}

.pb-stats-showcase__dots {
  position: absolute;
  inset: 0;
  top: -300px;
  margin-right: auto;
  max-width: 20%;
  height: 1195px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 1780px) {
  .pb-stats-showcase__dots {
    max-width: 30%;
  }
}

.pb-stats-showcase .container {
  position: relative;
  z-index: 2;
}

.pb-stats-showcase__intro {
  max-width: 62.75rem;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.pb-stats-showcase__label {
  display: block;
  margin-bottom: 1.7rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1b78b4;
}

.pb-stats-showcase__title {
  margin: 0 0 0.6rem;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  color: #37404a;
}

.pb-stats-showcase__description {
  max-width: 62.75rem;
  margin: 0 auto;
}

.pb-stats-showcase__description p {
  margin: 0;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #37404a;
}

.pb-stats-showcase__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr;
      grid-template-columns: 1.5fr 1fr;
  -ms-flex-align: start;
      align-items: flex-start;
}

.pb-stats-showcase__media {
  max-width: 54rem;
}

.pb-stats-showcase__media img {
  display: block;
  width: 100%;
  height: auto;
}

.pb-stats-showcase__stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(10rem, 1fr))[2];
      grid-template-columns: repeat(2, minmax(10rem, 1fr));
  column-gap: 4.5rem;
  row-gap: 2.6rem;
  text-align: center;
  margin-top: 3rem;
}

.pb-stats-showcase__stat {
  min-width: 0;
}

.pb-stats-showcase__value {
  margin-bottom: 0.25rem;
  font-size: 6rem;
  line-height: 1;
  font-weight: 900;
  color: #1b78b4;
}

.pb-stats-showcase__text {
  max-width: 17rem;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 400;
  color: #000000;
}

.pb-stats-showcase__text p {
  margin: 0;
  font: inherit;
  color: inherit;
}

.pb-stats-showcase__text strong,
.pb-stats-showcase__text b {
  font-weight: 700;
}

.pb-stats-showcase__label, .pb-stats-showcase__title, .pb-stats-showcase__description {
  opacity: 0;
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.pb-stats-showcase__media {
  opacity: 0;
  -ms-transform: translateX(-45px) scale(0.98);
      transform: translateX(-45px) scale(0.98);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.pb-stats-showcase__stat {
  opacity: 0;
  -ms-transform: translateY(35px);
      transform: translateY(35px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.pb-stats-showcase__dots {
  opacity: 0;
  -ms-transform: translateX(-25px);
      transform: translateX(-25px);
  transition: opacity 1s ease, transform 1s ease;
}

.pb-stats-showcase.is-visible .pb-stats-showcase__dots {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.pb-stats-showcase.is-visible .pb-stats-showcase__label {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.1s;
}

.pb-stats-showcase.is-visible .pb-stats-showcase__title {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.25s;
}

.pb-stats-showcase.is-visible .pb-stats-showcase__description {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.4s;
}

.pb-stats-showcase.is-visible .pb-stats-showcase__media {
  opacity: 1;
  -ms-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1);
  transition-delay: 0.45s;
}

.pb-stats-showcase.is-visible .pb-stats-showcase__stat {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.pb-stats-showcase.is-visible .pb-stats-showcase__stat:nth-child(1) {
  transition-delay: 0.6s;
}

.pb-stats-showcase.is-visible .pb-stats-showcase__stat:nth-child(2) {
  transition-delay: 0.75s;
}

.pb-stats-showcase.is-visible .pb-stats-showcase__stat:nth-child(3) {
  transition-delay: 0.9s;
}

.pb-stats-showcase.is-visible .pb-stats-showcase__stat:nth-child(4) {
  transition-delay: 1.05s;
}

@media (max-width: 1200px) {
  .pb-stats-showcase__content {
    gap: 3rem;
  }
  .pb-stats-showcase__value {
    font-size: 5rem;
  }
  .pb-stats-showcase__stats {
    column-gap: 2.5rem;
  }
}

@media (max-width: 992px) {
  .pb-stats-showcase {
    padding: 4.5rem 0;
  }
  .pb-stats-showcase__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .pb-stats-showcase__media {
    max-width: 42rem;
    margin: 0 auto;
  }
  .pb-stats-showcase__stats {
    max-width: 38rem;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .pb-stats-showcase::before {
    width: 16rem;
    height: 28rem;
    background-size: 1.8rem 1.8rem;
    opacity: 0.8;
  }
  .pb-stats-showcase__intro {
    margin-bottom: 3rem;
  }
  .pb-stats-showcase__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .pb-stats-showcase__description p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .pb-stats-showcase__stats {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 2rem;
  }
  .pb-stats-showcase__value {
    font-size: 4.25rem;
  }
}

.pb-testimonial-quote {
  background: transparent;
  padding-top: 1.2rem;
}

.pb-testimonial-quote__header {
  text-align: center;
  max-width: 861px;
  margin: 0 auto 55px;
}

.pb-testimonial-quote__eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #1B78B4;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

.pb-testimonial-quote__title {
  margin: 0;
  color: #37404A;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.pb-testimonial-quote__card {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  padding: 3.8rem 2rem 5.2rem;
  background: #f4f8fa;
  border-radius: 0.625rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.pb-testimonial-quote__text {
  max-width: 72rem;
  margin: 0 auto 2.4rem;
}

.pb-testimonial-quote__text p {
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 400;
  color: #37404a;
  margin: 0;
}

.pb-testimonial-quote__author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1rem;
  margin-top: auto;
}

.pb-testimonial-quote__author-image {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pb-testimonial-quote__author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pb-testimonial-quote__author-image--logo-small {
  width: 172px;
  height: 102px;
  border-radius: 0;
}

.pb-testimonial-quote__author-image--logo-medium {
  width: 215px;
  height: 96px;
  border-radius: 0;
}

.pb-testimonial-quote__author-image--logo-big {
  width: 260px;
  height: 120px;
  border-radius: 0;
}

.pb-testimonial-quote__author-info {
  text-align: left;
}

.pb-testimonial-quote__author-name {
  display: inline;
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 700;
  color: #37404a;
}

.pb-testimonial-quote__author-role {
  display: inline;
}

.pb-testimonial-quote__author-role:before {
  content: ", ";
}

.pb-testimonial-quote__author-role p {
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 400;
  color: #37404a;
}

.pb-testimonial-quote__text, .pb-testimonial-quote__author-image, .pb-testimonial-quote__author-info, .pb-testimonial-quote__card-link {
  opacity: 0;
  -ms-transform: translateY(1.5rem);
      transform: translateY(1.5rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.pb-testimonial-quote.is-visible .pb-testimonial-quote__text,
.pb-testimonial-quote.is-visible .pb-testimonial-quote__author-image,
.pb-testimonial-quote.is-visible .pb-testimonial-quote__author-info,
.pb-testimonial-quote.is-visible .pb-testimonial-quote__card-link {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.3s;
}

.pb-testimonial-quote.is-visible .pb-testimonial-quote__text {
  transition-delay: 0.3s;
}

.pb-testimonial-quote.is-visible .pb-testimonial-quote__author-image {
  transition-delay: 0.35s;
}

.pb-testimonial-quote.is-visible .pb-testimonial-quote__author-info {
  transition-delay: 0.4s;
}

.pb-testimonial-quote.is-visible .pb-testimonial-quote__card-link {
  transition-delay: 0.45s;
}

@media (max-width: 992px) {
  .pb-testimonial-quote__card {
    padding: 2rem 1.5rem;
  }
  .pb-testimonial-quote__text p {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  .pb-testimonial-quote__author-name, .pb-testimonial-quote__author-role {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .pb-testimonial-quote__author {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .pb-testimonial-quote__author-info {
    text-align: center;
  }
  .pb-testimonial-quote__author-role:before {
    content: "";
  }
}

.pb-panel-image-cta {
  padding: 0 0 4.9rem;
  position: relative;
  background: linear-gradient(0deg, #E4EFF6 0%, #9FC6DF 100%);
}

.pb-panel-image-cta__dots {
  position: absolute;
  inset: 0;
  margin-bottom: -116px;
  margin-left: auto;
  max-width: 70%;
  z-index: 2;
  height: 1200px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  opacity: 0.1;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .pb-panel-image-cta__dots {
    margin-bottom: -15rem;
  }
}

@media (max-width: 800px) {
  .pb-panel-image-cta__dots {
    margin-bottom: -27rem;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .pb-panel-image-cta__dots {
    margin-bottom: -36rem;
  }
}

.pb-panel-image-cta__header {
  text-align: center;
  margin-bottom: 5.2rem;
}

.pb-panel-image-cta__eyebrow {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 700;
  color: #1b78b4;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}

.pb-panel-image-cta__main-title {
  max-width: 54rem;
  margin: 0 auto;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  color: #37404a;
}

.pb-panel-image-cta__panel {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 4.4rem 4.5rem 4.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 1fr;
      grid-template-columns: 1.1fr 1fr;
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.pb-panel-image-cta__content {
  max-width: 42rem;
  -ms-flex-order: 1;
      order: 1;
}

.pb-panel-image-cta__content--left {
  -ms-flex-order: 2;
      order: 2;
}

.pb-panel-image-cta__content--left .pb-panel-image-cta__image {
  -ms-flex-order: 1;
      order: 1;
}

.pb-panel-image-cta__content--right {
  -ms-flex-order: 2;
      order: 2;
}

.pb-panel-image-cta__content--right .pb-panel-image-cta__image {
  -ms-flex-order: 1;
      order: 1;
}

.pb-panel-image-cta__title {
  font-size: 2.5rem;
  max-width: 33rem;
  line-height: 3rem;
  font-weight: 700;
  color: #37404a;
  margin: 0 0 1.2rem;
}

.pb-panel-image-cta__description {
  margin-bottom: 2.4rem;
}

.pb-panel-image-cta__description p {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #37404a;
  margin: 0;
}

.pb-panel-image-cta__description p:not(:last-child) {
  margin-bottom: 0.8rem;
}

.pb-panel-image-cta__button {
  display: inline-block;
  border: 2px solid #ff5a00;
  background: transparent;
  color: #ff5a00;
  text-transform: uppercase;
  padding: 1.2rem 1.8rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.pb-panel-image-cta__button::after {
  content: "▶";
  font-size: 0.7rem;
  margin-left: 0.6rem;
}

.pb-panel-image-cta__button:hover {
  background: #ff5a00;
  color: #fff !important;
}

.pb-panel-image-cta__image {
  max-width: 28rem;
  margin-left: auto;
  -ms-flex-order: 2;
      order: 2;
}

.pb-panel-image-cta__image img {
  width: 100%;
  height: auto;
  display: block;
}

.pb-panel-image-cta__image--left {
  -ms-flex-order: 0;
      order: 0;
  margin-left: 0;
  margin-right: auto;
}

.pb-panel-image-cta__image--right {
  -ms-flex-order: 2;
      order: 2;
  margin-left: auto;
  margin-right: 0;
}

.pb-panel-image-cta__media {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-align: center;
      align-items: center;
}

.pb-panel-image-cta__image, .pb-panel-image-cta__video {
  -ms-flex: 1;
      flex: 1;
}

.pb-panel-image-cta__video img {
  width: 100%;
  display: block;
}

.pb-panel-image-cta .videoouter {
  position: relative;
}

.pb-panel-image-cta .videoouter img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.pb-panel-image-cta__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #f36c21;
}

.pb-panel-image-cta__play:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 54%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}

.pb-panel-image-cta__eyebrow, .pb-panel-image-cta__main-title, .pb-panel-image-cta__title, .pb-panel-image-cta__description, .pb-panel-image-cta__button, .pb-panel-image-cta__video {
  opacity: 0;
  -ms-transform: translateX(-35px);
      transform: translateX(-35px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.pb-panel-image-cta__image {
  opacity: 0;
  -ms-transform: translateX(45px) scale(0.98);
      transform: translateX(45px) scale(0.98);
  transition: opacity 0.85s ease, transform 0.85s ease;
}

.pb-panel-image-cta.is-visible .pb-panel-image-cta__title {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-delay: 0.1s;
}

.pb-panel-image-cta.is-visible .pb-panel-image-cta__description {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-delay: 0.25s;
}

.pb-panel-image-cta.is-visible .pb-panel-image-cta__button {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-delay: 0.4s;
}

.pb-panel-image-cta.is-visible .pb-panel-image-cta__image,
.pb-panel-image-cta.is-visible .pb-panel-image-cta__video {
  opacity: 1;
  -ms-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1);
  transition-delay: 0.25s;
}

.pb-panel-image-cta.is-visible .pb-panel-image-cta__eyebrow,
.pb-panel-image-cta.is-visible .pb-panel-image-cta__main-title {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-delay: 0.05s;
}

@media (max-width: 992px) {
  .pb-panel-image-cta__panel {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    text-align: center;
  }
  .pb-panel-image-cta__content {
    max-width: 100%;
    margin: 0 auto;
  }
  .pb-panel-image-cta__title {
    margin: 0 auto 1.2rem;
  }
  .pb-panel-image-cta__description {
    margin: 0 auto;
  }
  .pb-panel-image-cta__image {
    margin: 2rem auto 0;
  }
}

@media (max-width: 768px) {
  .pb-panel-image-cta {
    padding: 3rem 0;
  }
  .pb-panel-image-cta__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .pb-panel-image-cta__description p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .pb-panel-image-cta__header {
    margin-bottom: 3rem;
  }
  .pb-panel-image-cta__main-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.field-service-industry-page .pb-hero {
  overflow: visible;
}

.field-service-industry-page .pb-hero__dots {
  height: 1443px;
  width: 50%;
}

.field-service-industry-page .pb-hero__inner {
  -ms-grid-columns: 1.4fr 1fr;
      grid-template-columns: 1.4fr 1fr;
}

.field-service-industry-page .pb-hero__content {
  max-width: 46rem;
}

.field-service-industry-page .pb-hero__title {
  max-width: 33rem;
}

@media (max-width: 768px) {
  .field-service-industry-page .pb-hero__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.field-service-industry-page .pb-cta {
  position: relative;
  padding: 1.5rem 0 8.5rem;
  overflow: hidden;
}

.field-service-industry-page .pb-cta::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%) scaleY(-1);
      transform: translateX(-50%) scaleY(-1);
  width: 110%;
  height: 94px;
  background: linear-gradient(180deg, #FFFFFF 0%, #E4EFF6 100%);
  border-top-left-radius: 100% 190px;
  border-top-right-radius: 100% 190px;
  z-index: 1;
}

.field-service-industry-page .pb-cta__inner {
  position: relative;
  z-index: 2;
}

.field-service-industry-page .pb-cta__title {
  max-width: 46rem;
  font-size: 2.5rem;
  margin: 0 auto 1.9rem;
}

.field-service-industry-page .pb-cta__description {
  max-width: 53rem;
  margin: 0 auto 2.9rem;
}

.field-service-industry-page .pb-features {
  background: #EAF2F8;
  overflow: visible;
  padding: 5.8rem 0 0;
}

.field-service-industry-page .pb-features::after {
  display: none;
}

.field-service-industry-page .pb-features__label {
  margin-bottom: 1.7rem;
}

.field-service-industry-page .pb-features__title {
  margin-bottom: 1.3rem;
}

.field-service-industry-page .pb-features__card-desc p {
  max-width: 41rem;
}

.field-service-industry-page .pb-features__grid {
  max-width: 1475px;
  gap: 2.2rem;
  padding-bottom: 0.8rem;
}

.field-service-industry-page .pb-features__card {
  padding: 2.7rem 1.9rem 2.6rem;
}

.field-service-industry-page .pb-features__card-title {
  font-size: 1.625rem;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}

.field-service-industry-page .pb-features__card:last-child {
  grid-column: 1 / -1;
}

.field-service-industry-page .pb-features__card:last-child p {
  max-width: 100%;
}

.field-service-industry-page .pb-image-text {
  padding: 6.6rem 0 12.2rem;
  background: #F4F8FA;
  margin-top: 3.6rem;
  overflow: hidden;
  margin-bottom: 0;
}

.field-service-industry-page .pb-image-text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -32px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 94px;
  background: #9FC6DF;
  border-top-left-radius: 100% 190px;
  border-top-right-radius: 100% 190px;
  z-index: 1;
}

.field-service-industry-page .pb-image-text__title {
  max-width: 39rem;
}

.field-service-industry-page .pb-image-text__description ul {
  padding-top: 0.8rem;
}

.field-service-industry-page .pb-image-text__inner {
  gap: 2rem;
}

.field-service-industry-page .pb-image-text__content {
  max-width: 47rem;
}

.pb-key-features {
  padding: 0 0 2rem;
  text-align: center;
  margin-top: -41px;
  z-index: 1;
  position: relative;
}

.pb-key-features__header {
  margin-bottom: 4.2rem;
}

.pb-key-features__eyebrow {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #1B78B4;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}

.pb-key-features__title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  color: #37404A;
  max-width: 48rem;
  margin: 0 auto;
}

.pb-key-features__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.pb-key-features__card {
  background: #ffffff;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 1.8rem 2rem 3.2rem;
  text-align: left;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.2rem;
}

.pb-key-features__card-icon {
  width: 100px;
  height: 100px;
}

.pb-key-features__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pb-key-features__card-title {
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 700;
  color: #37404A;
  margin-bottom: 0;
}

.pb-key-features__card-title-highlight {
  color: #1B78B4;
}

.pb-key-features__card-description {
  max-width: 21.6rem;
}

.pb-key-features__card-description p {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #37404A;
}

.pb-key-features .js-key-features-item {
  opacity: 0;
  -ms-transform: translateY(32px);
      transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.pb-key-features .js-key-features-item.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

@media (max-width: 1024px) {
  .pb-key-features__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .pb-key-features__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .pb-key-features__card {
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

.pb-how-it-works {
  padding: 2.7rem 0 3.4rem;
  position: relative;
  margin-top: 12rem;
  overflow-x: clip;
}

.pb-how-it-works::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -94px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 94px;
  background: #9FC6DF;
  border-top-left-radius: 100% 190px;
  border-top-right-radius: 100% 190px;
  z-index: 1;
}

.pb-how-it-works__bg {
  position: absolute;
  inset: 0;
  height: 75%;
  background: linear-gradient(0deg, #E4EFF6 0%, #9FC6DF 100%);
  z-index: 0;
}

.pb-how-it-works__bg::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -94px;
  -ms-transform: translateX(-50%) scaleY(-1);
      transform: translateX(-50%) scaleY(-1);
  width: 110%;
  height: 94px;
  background: linear-gradient(180deg, #FFFFFF 0%, #E4EFF6 100%);
  border-top-left-radius: 100% 190px;
  border-top-right-radius: 100% 190px;
  z-index: 1;
}

.pb-how-it-works__pattern {
  position: absolute;
  right: 0;
  top: 80px;
  width: 45%;
  max-width: 800px;
  z-index: 0;
  pointer-events: none;
}

.pb-how-it-works__pattern img {
  width: 100%;
  height: auto;
  display: block;
}

.pb-how-it-works__panel {
  z-index: 1;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  padding: 3.86rem 2rem 4.4rem;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.pb-how-it-works__title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  color: #37404A;
  margin-bottom: 1.36rem;
}

.pb-how-it-works__description {
  max-width: 1133px;
  margin: 0 auto 3rem;
}

.pb-how-it-works__description p {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  color: #37404A;
  margin-bottom: 1.82rem;
}

.pb-how-it-works__image {
  margin-top: -200px;
}

.pb-how-it-works__image img {
  width: 100%;
  max-width: 1130px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.pb-how-it-works__bottom-text {
  margin: -76px auto 0;
  max-width: 964px;
}

.pb-how-it-works__bottom-text p {
  font-size: 2rem;
  line-height: 2.75rem;
  font-weight: 700;
  color: #37404A;
}

.pb-how-it-works__pattern, .pb-how-it-works__panel, .pb-how-it-works__title, .pb-how-it-works__description, .pb-how-it-works__image, .pb-how-it-works__bottom-text {
  opacity: 0;
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.pb-how-it-works__pattern {
  -ms-transform: translateX(40px);
      transform: translateX(40px);
}

.pb-how-it-works__panel, .pb-how-it-works__title, .pb-how-it-works__description, .pb-how-it-works__image, .pb-how-it-works__bottom-text {
  -ms-transform: translateY(28px);
      transform: translateY(28px);
}

.pb-how-it-works.is-visible .pb-how-it-works__pattern {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-delay: 0.16s;
}

.pb-how-it-works.is-visible .pb-how-it-works__panel {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.25s;
}

.pb-how-it-works.is-visible .pb-how-it-works__title {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.42s;
}

.pb-how-it-works.is-visible .pb-how-it-works__description {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.58s;
}

.pb-how-it-works.is-visible .pb-how-it-works__image {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.76s;
}

.pb-how-it-works.is-visible .pb-how-it-works__bottom-text {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.95s;
}

@media (max-width: 1024px) {
  .pb-how-it-works__image {
    margin-top: -140px;
  }
  .pb-how-it-works__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .pb-how-it-works__bottom-text p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

@media (max-width: 640px) {
  .pb-how-it-works {
    padding: 4rem 0;
  }
  .pb-how-it-works__image {
    margin-top: -90px;
  }
  .pb-how-it-works__panel {
    padding: 2.4rem 1.6rem;
  }
  .pb-how-it-works__description p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .pb-how-it-works__bottom-text {
    margin: -30px auto 0;
  }
}

.label-anything .pb-hero {
  background: linear-gradient(to bottom, #F8FBFD 0%, #EEF5F9 35%, #DCEAF3 100%);
}

.label-anything .pb-hero__content {
  max-width: 44rem;
}

.label-anything .pb-hero .container {
  padding-bottom: 12rem;
}

.label-anything .pb-hero__title {
  margin-top: 0;
}

.label-anything .pb-hero__description {
  margin-bottom: 4.6rem;
}

.label-anything .pb-hero__image {
  max-width: -webkit-max-content;
  max-width: max-content;
  max-height: 100%;
}

.label-anything .pb-hero__dots {
  right: -18%;
  opacity: 0.12;
}

.label-anything .pb-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 130px;
  background: #ffffff;
  border-top-left-radius: 100% 270px;
  border-top-right-radius: 100% 270px;
  z-index: 1;
}

.label-anything .pb-features {
  margin-top: 4.3rem;
  position: relative;
  overflow: visible;
  padding: 9.2rem 0 0;
  background: transparent;
}

.label-anything .pb-features__bg {
  position: absolute;
  inset: 0;
  height: 80%;
  background: linear-gradient(180deg, #E8F1F7 0%, #E8F1F7 75%, #FFFFFF 100%);
  z-index: 0;
}

.label-anything .pb-features__label {
  margin-bottom: 1.7rem;
}

.label-anything .pb-features__title {
  margin-bottom: 1.4rem;
}

.label-anything .pb-features__pattern {
  position: absolute;
  left: 0;
  top: 180px;
  width: 35%;
  max-width: 800px;
  z-index: 0;
  pointer-events: none;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.label-anything .pb-features__pattern img {
  width: 100%;
  height: auto;
  display: block;
}

.label-anything .pb-features__grid {
  max-width: 1475px;
  gap: 2.8rem;
  padding-bottom: 2.8rem;
}

.label-anything .pb-features__card {
  padding: 2.9rem 2rem 3.7rem;
}

.label-anything .pb-features__card-title {
  font-size: 1.625rem;
  margin-bottom: 1.4rem;
}

.label-anything .pb-features__card-desc p {
  max-width: 40rem;
}

.label-anything .pb-features__icon {
  margin-bottom: 1rem;
  width: 56px;
  height: 56px;
}

.label-anything .pb-features::after {
  display: none;
}

.label-anything .pb-cta {
  padding: 1.5rem 0 6rem;
}

.label-anything .pb-cta__button {
  color: #ff5a00;
  padding: 1rem 2rem;
  background: transparent;
}

.label-anything .pb-cta__button:hover {
  background: #ff5a00;
  color: #ffffff;
}

.label-anything .pb-cta__title {
  font-size: 2.5rem;
  margin: 0 auto 1.6rem;
}

.label-anything .pb-cta__description {
  margin: 0 auto 2.9rem;
}

.label-anything .pb-cta__download {
  border: 2px solid #ff5a00;
  background: #ff5a00;
  color: #FFFFFF;
}

.label-anything .pb-cta__download:hover {
  background-color: #cc5600;
  border-color: #cc5600;
  color: #fff;
}

.label-anything .pb-testimonial-quote {
  position: relative;
}

.label-anything .pb-testimonial-quote__card {
  padding: 3.8rem 2rem 0.5rem 8rem;
  text-align: left;
}

.label-anything .pb-testimonial-quote__text {
  margin: 0 0 2.9rem;
}

.label-anything .pb-testimonial-quote__author {
  max-width: 72rem;
  margin: 0 0 2.4rem;
  gap: 2rem;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.label-anything .pb-testimonial-quote__author-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.label-anything .pb-testimonial-quote__author-role:before {
  display: none;
}

.pb-feature-panels {
  position: relative;
  overflow: hidden;
  padding: 127px 0;
  background: #f4fbff;
}

.pb-feature-panels::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 130px;
  background: #ffffff;
  border-top-left-radius: 100% 270px;
  border-top-right-radius: 100% 270px;
  z-index: 1;
}

.pb-feature-panels__bg {
  position: absolute;
  left: 0;
  top: 120px;
  height: 1200px;
  opacity: 0.1;
  pointer-events: none;
}

.pb-feature-panels__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pb-feature-panels .container {
  position: relative;
  z-index: 2;
}

.pb-feature-panels__header {
  max-width: 1004px;
  margin: 0 auto 37px;
  text-align: center;
}

.pb-feature-panels__eyebrow {
  margin-bottom: 18px;
  color: #1B78B4;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

.pb-feature-panels__title {
  max-width: 752px;
  margin: 0 auto 8px;
  color: #37404A;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.pb-feature-panels__description p {
  margin: 0;
  color: #37404A;
  font-size: 21px;
  line-height: 28px;
}

.pb-feature-panels__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 30px;
  margin-bottom: 140px;
}

.pb-feature-panels__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 48px;
  min-height: 283px;
  padding: 61px 68px;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.pb-feature-panels__icon {
  width: 100px;
  height: 100px;
  -ms-flex: 0 0 100px;
      flex: 0 0 100px;
  margin-top: 5px;
}

.pb-feature-panels__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pb-feature-panels__content {
  -ms-flex: 1;
      flex: 1;
}

.pb-feature-panels__item-title {
  margin: 0 0 12px;
  color: #37404A;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}

.pb-feature-panels__item-description p {
  margin: 0;
  color: #37404A;
  font-size: 21px;
  line-height: 28px;
}

@media (max-width: 1199px) {
  .pb-feature-panels {
    padding: 90px 0;
  }
  .pb-feature-panels__item {
    gap: 32px;
    padding: 44px;
  }
}

@media (max-width: 767px) {
  .pb-feature-panels {
    padding: 70px 0;
  }
  .pb-feature-panels__bg {
    left: -420px;
    top: 80px;
    width: 800px;
    height: 800px;
  }
  .pb-feature-panels__header {
    margin-bottom: 45px;
  }
  .pb-feature-panels__title {
    font-size: 32px;
    line-height: 39px;
  }
  .pb-feature-panels__description {
    font-size: 18px;
    line-height: 26px;
  }
  .pb-feature-panels__item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 24px;
    min-height: auto;
    padding: 32px 24px;
  }
  .pb-feature-panels__icon {
    width: 80px;
    height: 80px;
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
  .pb-feature-panels__item-title {
    font-size: 23px;
    line-height: 30px;
  }
  .pb-feature-panels__item-description {
    font-size: 18px;
    line-height: 26px;
  }
}

.pb-feature-panels__header, .pb-feature-panels__item {
  opacity: 0;
  -ms-transform: translateY(35px);
      transform: translateY(35px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.pb-feature-panels.is-visible .pb-feature-panels__header {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.pb-feature-panels__item.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.pb-company-logos {
  position: relative;
  padding-bottom: 8rem;
  padding-top: 0;
  background: #EFF5F9;
}

.pb-company-logos::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 130px;
  background: #ffffff;
  border-top-left-radius: 100% 270px;
  border-top-right-radius: 100% 270px;
  z-index: 1;
}

.pb-company-logos .container {
  position: relative;
  z-index: 2;
}

.pb-company-logos__title {
  max-width: 42rem;
  margin: 0 auto 4.5rem;
  color: #37404a;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
}

.pb-company-logos__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  max-width: 68rem;
  margin: 0 auto 7rem;
}

.pb-company-logos__card {
  height: 14rem;
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 3rem;
}

.pb-company-logos__card img {
  max-width: 100%;
  max-height: 5rem;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 991px) {
  .pb-company-logos {
    padding: 5rem 0 7rem;
  }
  .pb-company-logos__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    max-width: 28rem;
  }
  .pb-company-logos__title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 575px) {
  .pb-company-logos__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .pb-company-logos__card {
    height: 11rem;
    padding: 2rem;
  }
  .pb-company-logos__card img {
    max-height: 5rem;
  }
}

.pb-company-logos__title, .pb-company-logos__card {
  opacity: 0;
  -ms-transform: translateY(35px);
      transform: translateY(35px);
  transition: opacity .7s ease, transform .7s ease;
}

.pb-company-logos.is-visible .pb-company-logos__title {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.pb-company-logos__card.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.construction-erp-software .pb-hero {
  overflow: visible;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f8fb 35%, #EFF5F9 100%);
}

.construction-erp-software .pb-hero__dots {
  margin-bottom: 0;
  height: 1200px;
  opacity: 0.1;
  max-width: 100%;
}

.construction-erp-software .pb-hero .container {
  padding-bottom: 9rem;
}

.construction-erp-software .pb-hero__content {
  max-width: 45rem;
}

.construction-erp-software .pb-hero__image {
  max-width: 722px;
  max-height: 433px;
}

.construction-erp-software .pb-features {
  background: none;
  padding: 6rem 2rem 1.3rem;
}

.construction-erp-software .pb-features__title {
  max-width: 43rem;
  margin: 0 auto 1.6rem;
}

.construction-erp-software .pb-features__description {
  margin: 0 auto 4.4rem;
}

.construction-erp-software .pb-features__card {
  padding: 4.2rem 2rem 1.3rem;
  min-height: 100px;
}

.construction-erp-software .pb-features__card-title {
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-bottom: 0;
}

.construction-erp-software .pb-features__grid {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
  .construction-erp-software .pb-features__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .construction-erp-software .pb-features__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.construction-erp-software .pb-features::after {
  display: none;
}

.construction-erp-software .pb-testimonial-quote {
  position: relative;
  padding: 30px 0 120px;
  overflow: hidden;
}

.construction-erp-software .pb-testimonial-quote__bg {
  position: absolute;
  right: 0;
  z-index: 1;
  opacity: 0.2;
  pointer-events: none;
}

.construction-erp-software .pb-testimonial-quote__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.construction-erp-software .pb-testimonial-quote__author {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.construction-erp-software .pb-testimonial-quote__author-image {
  width: 100px;
  height: 100px;
}

.construction-erp-software .pb-testimonial-quote__eyebrow {
  margin-bottom: 26px;
}

.construction-erp-software .pb-testimonial-quote__title {
  margin-bottom: 73px;
}

.construction-erp-software .pb-testimonial-quote__text {
  text-align: left;
  margin-bottom: 69px;
}

.construction-erp-software .pb-testimonial-quote .container {
  position: relative;
  z-index: 2;
}

.construction-erp-software .pb-testimonial-quote__card {
  min-height: 586px;
  padding: 3.8rem 3.2rem;
}

.construction-erp-software .pb-testimonial-quote__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 142px;
}

@media (max-width: 991px) {
  .construction-erp-software .pb-testimonial-quote__items {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .construction-erp-software .pb-testimonial-quote__card {
    min-height: auto;
  }
}

.construction-erp-software .pb-panel-image-cta {
  margin-bottom: 90px;
  background: none;
  padding: 10.7rem 0 0;
}

@media (max-width: 768px) {
  .construction-erp-software .pb-panel-image-cta {
    padding: 3rem 0 0;
  }
}

.construction-erp-software .pb-panel-image-cta__image {
  max-width: -webkit-max-content;
  max-width: max-content;
}

.construction-erp-software .pb-panel-image-cta__image img {
  width: auto;
  height: auto;
  max-width: 642px;
}

@media (max-width: 768px) {
  .construction-erp-software .pb-panel-image-cta__image img {
    max-width: 100%;
  }
}

.construction-erp-software .pb-panel-image-cta__panel {
  -ms-grid-columns: 1.2fr 1fr;
      grid-template-columns: 1.2fr 1fr;
  padding: 5.8rem 4.5rem 5.7rem;
  z-index: 2;
  position: relative;
}

.construction-erp-software .pb-panel-image-cta__title {
  margin-bottom: 1.8rem;
}

@media (max-width: 992px) {
  .construction-erp-software .pb-panel-image-cta__panel {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    display: block;
    padding: 5.8rem 3rem 5.7rem;
  }
  .construction-erp-software .pb-panel-image-cta__title {
    margin: 0 auto 1.8rem;
  }
}

.construction-erp-software .pb-panel-image-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -92px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 94px;
  background: #A4C9E1;
  border-top-left-radius: 100% 190px;
  border-top-right-radius: 100% 190px;
  z-index: 1;
}

.construction-erp-software .pb-panel-image-cta::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%) scaleY(-1);
  transform: translateX(-50%) scaleY(-1);
  width: 110%;
  height: 842px;
  background: linear-gradient(180deg, #FFFFFF 0%, #A4C9E1 100%);
  border-top-left-radius: 100% 190px;
  border-top-right-radius: 100% 190px;
  z-index: 1;
}

.construction-erp-software .pb-panel-image-cta__description {
  margin-bottom: 2.9rem;
}

.construction-erp-software .pb-panel-image-cta__button {
  padding: 1rem 1.8rem;
  font-size: 1rem;
  font-weight: 800;
}

.construction-erp-software .pb-cta {
  padding: 1.5rem 0 14.3rem;
  z-index: 1;
  position: relative;
}

.construction-erp-software .pb-cta__title {
  font-size: 2.5rem;
  line-height: 1.14;
  margin: 0 auto 1.3rem;
}

.construction-erp-software .pb-cta__description {
  margin: 0 auto 4.3rem;
}

.construction-erp-software .pb-cta__download {
  padding: 1.2rem 2rem;
}

.construction-erp-software .pb-image-text {
  margin-top: 0.8rem;
}

.construction-erp-software .pb-image-text__image {
  max-width: 571px;
  max-height: inherit;
}

.construction-erp-software .pb-image-text__inner {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media (max-width: 1024px) {
  .construction-erp-software .pb-image-text__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.pb-slider {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.pb-slider .container {
  max-width: 1300px;
}

.pb-slider__top {
  max-width: 1000px;
  margin: 0 auto 1.2rem;
  text-align: center;
}

.pb-slider__top-eyebrow {
  margin-bottom: 0.9rem;
  color: #1F73ED;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.pb-slider__top-title {
  margin: 0;
  color: #0C2A4E;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.46px;
}

.pb-slider__top-description {
  max-width: 1000px;
  margin: 0.9rem auto 0;
}

.pb-slider__top-description p {
  margin: 0;
  color: #5F6E7D;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.pb-slider__slide {
  position: relative;
  padding: 3.4rem 0 5.5rem;
  min-height: 588px;
  background: linear-gradient(180deg, #FFFFFF 0%, #E7F0F7 100%);
}

.pb-slider__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2rem;
}

.pb-slider__inner--left {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.pb-slider__content {
  -ms-flex: 0 0 540px;
      flex: 0 0 540px;
  max-width: 540px;
}

.pb-slider__label {
  margin-bottom: 1.5rem;
  color: #1F73ED;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pb-slider__title {
  margin: 0 0 1.3rem;
  color: #0C2A4E;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}

.pb-slider__description {
  margin-bottom: 1.4rem;
}

.pb-slider__description p {
  margin: 0;
  color: #5F6E7D;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}

.pb-slider__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 2rem;
  border: 1.5px solid #0C2A4E;
  background: #ffffff;
  border-radius: 999px;
  color: #0C2A4E !important;
  font-size: 0.8125rem;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease;
}

.pb-slider__button:hover {
  background: #0C2A4E;
  color: #fff !important;
  text-decoration: none;
}

.pb-slider__image {
  -ms-flex: 1;
      flex: 1;
  max-width: 606px;
  max-height: 380px;
  position: relative;
}

.pb-slider__image img {
  width: 100%;
  object-fit: contain;
  height: 380px;
  display: block;
}

.pb-slider__image-text {
  margin-top: 1.5rem;
  color: #5F6E7D;
  font-size: 1rem;
  line-height: 1.5;
}

.pb-slider__arrows {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  max-width: 1440px;
  z-index: 20;
  pointer-events: none;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.pb-slider__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(12, 42, 78, 0.08);
  background: #fff;
  color: #0C2A4E;
  box-shadow: 0 2px 6px rgba(0, 38, 89, 0.08);
  cursor: pointer;
  pointer-events: auto;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all .3s ease;
}

.pb-slider__arrow:hover {
  background: #0C2A4E;
  color: #fff;
  border-color: #0C2A4E;
}

.pb-slider__arrow--prev {
  left: 1rem;
}

.pb-slider__arrow--next {
  right: 1rem;
  background: #fff;
  color: #0C2A4E;
  border-color: rgba(12, 42, 78, 0.08);
}

.pb-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 105px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 30;
}

.pb-slider .slick-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pb-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.pb-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #CBD5E1;
  font-size: 0;
  line-height: 0;
}

.pb-slider .slick-dots li button:before {
  display: none !important;
}

.pb-slider .slick-dots li.slick-active button {
  width: 28px;
  background: #FF6B00;
}

.pb-slider .js-slider-item {
  opacity: 0;
  -ms-transform: translateY(2rem);
      transform: translateY(2rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.pb-slider .js-slider-item.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

@media (max-width: 1200px) {
  .pb-slider .container {
    max-width: 90%;
  }
  .pb-slider__slide {
    min-height: 54rem;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
  }
  .pb-slider__content {
    -ms-flex: 0 0 46%;
        flex: 0 0 46%;
    max-width: 46%;
  }
  .pb-slider__image {
    max-width: 50%;
  }
  .pb-slider__image img {
    height: 340px;
  }
  .pb-slider__arrows {
    max-width: calc(100% - 2rem);
  }
}

@media (max-width: 992px) {
  .pb-slider__slide {
    padding: 4rem 0 6rem;
  }
  .pb-slider__inner, .pb-slider__inner--left {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    gap: 2.5rem;
  }
  .pb-slider__content {
    -ms-flex: unset;
        flex: unset;
    max-width: 42rem;
    margin: 0 auto;
  }
  .pb-slider__title {
    font-size: 2.5rem;
  }
  .pb-slider__description {
    max-width: 36rem;
    margin: 0 auto 1.5rem;
  }
  .pb-slider__image {
    max-width: 34rem;
    margin: 0 auto;
  }
  .pb-slider__image img {
    height: auto;
    max-height: 340px;
  }
  .pb-slider__arrows {
    top: 50%;
  }
  .pb-slider__dots {
    bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .pb-slider__slide {
    padding: 3rem 0 7rem;
  }
  .pb-slider__title {
    font-size: 2rem;
    line-height: 1.15;
  }
  .pb-slider__slide--2 .pb-slider__title {
    font-size: 2rem;
  }
  .pb-slider__description p {
    font-size: 1rem;
  }
  .pb-slider__button {
    padding: 0.75rem 1.5rem;
  }
  .pb-slider__image {
    max-width: 100%;
  }
  .pb-slider__image img {
    max-height: 260px;
    height: auto;
  }
  .pb-slider__image-text {
    font-size: 0.875rem;
  }
  .pb-slider__arrows {
    top: auto;
    bottom: 5rem;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .pb-slider__arrow {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 44px;
    height: 44px;
  }
  .pb-slider__dots {
    bottom: 7.5rem;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .pb-slider .container {
    max-width: calc(100% - 2rem);
  }
  .pb-slider__slide {
    padding: 2.5rem 0 7rem;
  }
  .pb-slider__label {
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .pb-slider__title {
    font-size: 1.75rem;
  }
  .pb-slider__slide--2 .pb-slider__title {
    font-size: 1.75rem;
  }
  .pb-slider__button {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .pb-slider__image img {
    max-height: 220px;
  }
  .pb-slider__arrow {
    width: 40px;
    height: 40px;
  }
  .pb-slider__arrows {
    width: 110px;
  }
}

.pb-awards-recognition {
  padding: 14.5rem 0 1.3rem;
  background: #F4F8FC;
  overflow: hidden;
  position: relative;
}

.pb-awards-recognition::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 130px;
  background: #ffffff;
  border-bottom-left-radius: 100% 270px;
  border-bottom-right-radius: 100% 270px;
  z-index: 1;
}

.pb-awards-recognition__header {
  text-align: center;
  margin-bottom: 5.2rem;
}

.pb-awards-recognition__eyebrow {
  color: #1F73ED;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}

.pb-awards-recognition__title {
  color: #0C2A4E;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 800;
  margin: 0;
}

.pb-awards-recognition__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 5rem;
  -ms-flex-align: center;
      align-items: center;
}

.pb-awards-recognition__cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}

.pb-awards-recognition__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6.25rem 1fr;
      grid-template-columns: 6.25rem 1fr;
  gap: 1.5rem;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  border: 1px solid rgba(12, 42, 78, 0.08);
  border-radius: 0.875rem;
  padding: 1.5rem 1.875rem 1.4rem 1.625rem;
  box-shadow: 0 4px 12px rgba(0, 38, 89, 0.06);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.pb-awards-recognition__card-image {
  width: 6.25rem;
  height: 6.25rem;
}

.pb-awards-recognition__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pb-awards-recognition__card-label {
  color: #1F73ED;
  font-size: 0.6875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.pb-awards-recognition__card-title {
  color: #0C2A4E;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 0.6rem;
}

.pb-awards-recognition__card-description {
  color: #5F6E7D;
  font-size: 0.875rem;
  line-height: 1.45;
  font-weight: 400;
}

.pb-awards-recognition__card-description p {
  margin: 0;
}

.pb-awards-recognition__card-link {
  display: inline-block;
  margin-top: 0.6rem;
  color: #FF6B00;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700 !important;
  text-decoration: none;
}

.pb-awards-recognition__image {
  max-width: 36.25rem;
  margin-left: auto;
}

.pb-awards-recognition__image img {
  display: block;
  width: 100%;
  height: auto;
}

.pb-awards-recognition .js-awards-recognition-item {
  opacity: 0;
  -ms-transform: translateY(2rem);
      transform: translateY(2rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.pb-awards-recognition .js-awards-recognition-item.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.pb-awards-recognition .pb-awards-recognition__card.is-visible:hover {
  -ms-transform: translateY(-6px);
      transform: translateY(-6px);
}

@media (max-width: 992px) {
  .pb-awards-recognition__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 3rem;
  }
  .pb-awards-recognition__image {
    margin: 0 auto;
    max-width: 30rem;
  }
}

@media (max-width: 640px) {
  .pb-awards-recognition__title {
    font-size: 2rem;
  }
  .pb-awards-recognition__card {
    -ms-grid-columns: 4.5rem 1fr;
        grid-template-columns: 4.5rem 1fr;
    padding: 1.25rem;
    gap: 1rem;
  }
  .pb-awards-recognition__card-image {
    width: 4.5rem;
    height: 4.5rem;
  }
  .pb-awards-recognition__card-title {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

.page-builder {
  overflow: hidden;
}

.page-builder .modal-open #youtubevideo.modal.show {
  background: rgba(0, 0, 0, 0.75);
}

.page-builder #youtubevideo .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.page-builder #youtubevideo .close {
  font-size: 60px;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.page-builder .modal-content {
  background: transparent;
  border: none;
}

.consumer-products-erp-software .page-builder .container {
  z-index: 2;
  position: relative;
}

.consumer-products-erp-software .pb-hero {
  overflow: visible;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f8fb 35%, #EFF5F9 100%);
}

.consumer-products-erp-software .pb-hero__title {
  max-width: 40rem;
  margin-bottom: 2.2rem;
  margin-top: 4.9rem;
}

.consumer-products-erp-software .pb-hero__description {
  margin-bottom: 3rem;
}

.consumer-products-erp-software .pb-hero__inner {
  -ms-grid-columns: 1.1fr 0.9fr;
      grid-template-columns: 1.1fr 0.9fr;
}

.consumer-products-erp-software .pb-hero__dots {
  margin-bottom: 0;
  height: 1200px;
  opacity: 0.1;
  max-width: 100%;
}

.consumer-products-erp-software .pb-hero .container {
  padding-bottom: 11.5rem;
}

.consumer-products-erp-software .pb-hero__content {
  max-width: 47rem;
}

.consumer-products-erp-software .pb-hero__image {
  max-width: 722px;
  max-height: 433px;
}

.consumer-products-erp-software .pb-hero__actions {
  gap: 2.5rem;
}

@media (max-width: 991px) {
  .consumer-products-erp-software .pb-hero .container {
    padding-bottom: 4rem;
  }
  .consumer-products-erp-software .pb-hero__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.consumer-products-erp-software .pb-image-text__content {
  max-width: 42rem;
}

.consumer-products-erp-software .pb-image-text__image {
  max-width: 578px;
}

.consumer-products-erp-software .pb-features {
  background: none;
  padding: 4.8rem 2rem 1.3rem;
}

.consumer-products-erp-software .pb-features__title {
  max-width: 43rem;
  margin: 0 auto 1.6rem;
}

.consumer-products-erp-software .pb-features__description {
  max-width: 64rem;
  margin: 0 auto 4.5rem;
}

.consumer-products-erp-software .pb-features__card {
  padding: 4.2rem 2rem 4.8rem;
  min-height: 100px;
}

.consumer-products-erp-software .pb-features__card-title {
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-bottom: 0;
}

.consumer-products-erp-software .pb-features__grid {
  max-width: 100%;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  padding-bottom: 5.2rem;
}

@media (max-width: 1024px) {
  .consumer-products-erp-software .pb-features__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .consumer-products-erp-software .pb-features__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.consumer-products-erp-software .pb-features::after {
  display: none;
}

.consumer-products-erp-software .pb-company-logos__card {
  height: 11.5rem;
}

.consumer-products-erp-software .pb-company-logos__grid {
  max-width: 100%;
  gap: 1.3rem;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  margin: 0 auto 6.3rem;
}

@media (max-width: 991px) {
  .consumer-products-erp-software .pb-company-logos__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .consumer-products-erp-software .pb-company-logos__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.consumer-products-erp-software .pb-panel-image-cta {
  background: none;
}

.consumer-products-erp-software .pb-panel-image-cta__header {
  margin-bottom: 5.9rem;
}

.consumer-products-erp-software .pb-panel-image-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -94px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 94px;
  background: #D4E5F1;
  border-top-left-radius: 100% 190px;
  border-top-right-radius: 100% 190px;
  z-index: 1;
}

.consumer-products-erp-software .pb-panel-image-cta::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%) scaleY(-1);
  transform: translateX(-50%) scaleY(-1);
  width: 110%;
  height: 842px;
  margin-top: -2px;
  background: linear-gradient(180deg, #FFFFFF 0%, #D4E5F1 100%);
  border-top-left-radius: 100% 190px;
  border-top-right-radius: 100% 190px;
  z-index: 1;
}

.consumer-products-erp-software .pb-panel-image-cta__panel {
  z-index: 2;
}

.consumer-products-erp-software .pb-panel-image-cta__image {
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
}

.consumer-products-erp-software .pb-feature-panels {
  padding: 103px 0 88px;
  background: #F3F8FB;
}

.consumer-products-erp-software .pb-feature-panels__header {
  margin: 0 auto 63px;
}

.consumer-products-erp-software .pb-feature-panels__title {
  margin: 0 auto 29px;
}

.consumer-products-erp-software .pb-feature-panels::after {
  display: none;
}

.consumer-products-erp-software .pb-cta {
  padding: 6.2rem 0 11.8rem;
  z-index: 1;
  position: relative;
}

.consumer-products-erp-software .pb-cta__title {
  font-size: 2.5rem;
  line-height: 1.14;
  margin: 0 auto 1.8rem;
}

.consumer-products-erp-software .pb-cta__description {
  margin: 0 auto 4rem;
  max-width: 63rem;
}

.consumer-products-erp-software .pb-cta__download {
  padding: 1.2rem 2rem;
}

.erp-for-medical-device-companies .page-builder .container {
  z-index: 2;
  position: relative;
}

.erp-for-medical-device-companies .pb-hero {
  overflow: visible;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f8fb 35%, #EFF5F9 100%);
}

.erp-for-medical-device-companies .pb-hero__title {
  max-width: 40rem;
  margin-bottom: 2.2rem;
  margin-top: 4.9rem;
}

.erp-for-medical-device-companies .pb-hero__description {
  margin-bottom: 3rem;
}

.erp-for-medical-device-companies .pb-hero__inner {
  -ms-grid-columns: 1.1fr 1fr;
      grid-template-columns: 1.1fr 1fr;
}

.erp-for-medical-device-companies .pb-hero__dots {
  margin-bottom: 0;
  height: 1200px;
  opacity: 0.1;
  max-width: 100%;
}

.erp-for-medical-device-companies .pb-hero .container {
  padding-bottom: 13.7rem;
}

.erp-for-medical-device-companies .pb-hero__content {
  max-width: 43rem;
}

.erp-for-medical-device-companies .pb-hero__image {
  max-width: 845px;
  max-height: 500px;
}

.erp-for-medical-device-companies .pb-hero__actions {
  gap: 2.5rem;
}

@media (max-width: 991px) {
  .erp-for-medical-device-companies .pb-hero .container {
    padding-bottom: 4rem;
  }
  .erp-for-medical-device-companies .pb-hero__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.erp-for-medical-device-companies .pb-company-logos__title {
  max-width: 46rem;
  margin: 0 auto 5.9rem;
}

.erp-for-medical-device-companies .pb-company-logos__card {
  height: 11.5rem;
}

.erp-for-medical-device-companies .pb-company-logos__card:nth-child(2) img {
  max-height: 9rem;
}

.erp-for-medical-device-companies .pb-company-logos__grid {
  max-width: 1190px;
  gap: 1.3rem;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  margin: 0 auto 5.9rem;
}

@media (max-width: 991px) {
  .erp-for-medical-device-companies .pb-company-logos__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .erp-for-medical-device-companies .pb-company-logos__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.erp-for-medical-device-companies .pb-image-text__inner {
  gap: 2rem;
  -ms-grid-columns: 1.2fr 1fr;
      grid-template-columns: 1.2fr 1fr;
}

@media (max-width: 1024px) {
  .erp-for-medical-device-companies .pb-image-text__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.erp-for-medical-device-companies .pb-image-text__title {
  max-width: 40rem;
}

.erp-for-medical-device-companies .pb-image-text__image {
  max-width: 583px;
  max-height: -webkit-max-content;
  max-height: max-content;
}

.erp-for-medical-device-companies .pb-image-text__button {
  margin-top: 21px;
}

.erp-for-medical-device-companies .pb-features {
  padding: 4.7rem 0 4rem;
  background: none;
}

.erp-for-medical-device-companies .pb-features::after {
  display: none;
}

.erp-for-medical-device-companies .pb-features__grid {
  max-width: 100%;
  gap: 4.3rem 2rem;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991px) {
  .erp-for-medical-device-companies .pb-features__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .erp-for-medical-device-companies .pb-features__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.erp-for-medical-device-companies .pb-features__card {
  padding: 4.3rem 2rem 3.7rem;
  height: 320px;
}

.erp-for-medical-device-companies .pb-features__card-title {
  line-height: 1.2;
  font-weight: 400;
}

.erp-for-medical-device-companies .pb-features__title {
  max-width: 40rem;
  margin: 0 auto 1.6rem;
}

.erp-for-medical-device-companies .pb-features__description {
  margin: 0 auto 6.3rem;
}

.erp-for-medical-device-companies .pb-feature-panels {
  padding: 134px 0 148px;
}

.erp-for-medical-device-companies .pb-feature-panels__header {
  max-width: 68rem;
  margin: 0 auto 5rem;
}

.erp-for-medical-device-companies .pb-feature-panels__title {
  max-width: 52rem;
  margin: 0 auto 30px;
}

.erp-for-medical-device-companies .pb-feature-panels__items {
  gap: 1.6rem;
}

.erp-for-medical-device-companies .pb-feature-panels__item {
  min-height: 21.4rem;
}

.erp-for-medical-device-companies .pb-feature-panels::after {
  display: none;
}

.erp-for-medical-device-companies .pb-panel-image-cta {
  background: none;
}

.erp-for-medical-device-companies .pb-panel-image-cta__panel {
  padding: 6.3rem 4.5rem 11.8rem;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 5rem;
}

.erp-for-medical-device-companies .pb-panel-image-cta__title {
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin: 0 0 1.5rem;
}

.erp-for-medical-device-companies .pb-panel-image-cta__header {
  margin-bottom: 5.6rem;
  padding-top: 1.7rem;
}

.erp-for-medical-device-companies .pb-panel-image-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -94px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 94px;
  background: #C9DFED;
  border-top-left-radius: 100% 190px;
  border-top-right-radius: 100% 190px;
  z-index: 1;
}

.erp-for-medical-device-companies .pb-panel-image-cta::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%) scaleY(-1);
  transform: translateX(-50%) scaleY(-1);
  width: 110%;
  height: 842px;
  margin-top: -2px;
  background: linear-gradient(180deg, #FFFFFF 0%, #C9DFED 100%);
  border-top-left-radius: 100% 190px;
  border-top-right-radius: 100% 190px;
  z-index: 1;
}

.erp-for-medical-device-companies .pb-panel-image-cta__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.6rem;
  color: #ff6b00;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
}

.erp-for-medical-device-companies .pb-panel-image-cta__button::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #ff6b00;
}

.erp-for-medical-device-companies .pb-panel-image-cta__button:hover {
  color: #ff6b00 !important;
  text-decoration: underline;
}

.erp-for-medical-device-companies .pb-panel-image-cta__button:hover::after {
  border-left-color: #ff6b00;
}

.erp-for-medical-device-companies .pb-panel-image-cta__description {
  max-width: 28rem;
  margin-bottom: 1.1rem;
}

.erp-for-medical-device-companies .pb-panel-image-cta__description p {
  font-size: 1.25rem;
  line-height: 1.9rem;
}

.erp-for-medical-device-companies .pb-panel-image-cta__image {
  max-width: 690px;
  height: 397px;
}

@media (max-width: 1024px) {
  .erp-for-medical-device-companies .pb-panel-image-cta__image {
    height: auto;
  }
}

.erp-for-medical-device-companies .pb-panel-image-cta__image img {
  width: 690px;
}

.erp-for-medical-device-companies .pb-cta {
  padding: 8rem 0 13.1rem;
}

.erp-for-medical-device-companies .pb-cta__title {
  font-size: 2.5rem;
  line-height: 1.14;
  margin: 0 auto 2.6rem;
}

.erp-for-medical-device-companies .pb-cta__description {
  margin: 0 auto 3.5rem;
  max-width: 63rem;
}

.erp-for-medical-device-companies .pb-cta__download {
  padding: 1.2rem 2rem;
}

header .navbar .navbar-nav .menu-item-has-children .sub-menu .container {
  max-width: 1440px;
}

.pb-choose-path {
  position: relative;
  overflow: hidden;
  padding: 5.3rem 0 5.5rem;
  background: linear-gradient(180deg, #e6eff7 0%, #c6dbed 100%);
}

.pb-choose-path .container {
  position: relative;
  z-index: 2;
}

.pb-choose-path__header {
  max-width: 53.75rem;
  margin: 0 auto;
  text-align: center;
}

.pb-choose-path__eyebrow {
  margin: 0 0 .75rem;
  color: #1f73ed;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .09rem;
  text-transform: uppercase;
}

.pb-choose-path__title {
  max-width: 49rem;
  margin: 0 auto;
  color: #0c2a4e;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.055rem;
}

.pb-choose-path__description {
  max-width: 53.75rem;
  margin: 1rem auto 0;
  color: #5f6e7d;
  font-size: 1.0625rem;
  line-height: 1.52;
}

.pb-choose-path__fork {
  position: relative;
  width: 22px;
  height: 70px;
  margin: 2rem auto 0;
  z-index: 7;
}

.pb-choose-path__fork::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 2.5px;
  height: 32px;
  z-index: 1;
  background: #0C2A4E;
}

.pb-choose-path__fork::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border: 1.5px solid rgba(12, 42, 78, 0.35);
  border-radius: 50%;
  background: #D8E7F3;
  box-sizing: border-box;
}

.pb-choose-path__dot {
  position: absolute;
  left: 50%;
  top: -10px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0c2a4e;
  z-index: 3;
}

.pb-choose-path__paths {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  max-width: 75rem;
  margin: 0 auto;
}

.pb-choose-path__paths::before, .pb-choose-path__paths::after {
  content: "";
  position: absolute;
  top: -2.5rem;
  height: 2.5rem;
  width: calc(25% + 1rem);
  border-top: 2.5px solid;
  pointer-events: none;
  z-index: 4;
}

.pb-choose-path__paths::before {
  left: calc(25% - 1rem);
  border-left: 2.5px solid;
  border-color: #ff6b00;
}

.pb-choose-path__paths::after {
  right: calc(25% - 1rem);
  border-right: 2.5px solid;
  border-color: #00a1e0;
}

.pb-choose-path__path {
  position: relative;
  min-height: 21.5rem;
  padding: 2rem 2.5rem 2.5rem;
  background: #fff;
  border: 2.5px solid var(--path-color);
  border-radius: 1rem;
  text-align: center;
  overflow: visible;
}

.pb-choose-path__path::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: var(--path-color);
  border-radius: 1rem 1rem 0 0;
  z-index: 5;
}

.pb-choose-path__path::after {
  content: "";
  position: absolute;
  top: -0.6rem;
  width: .5625rem;
  height: .5625rem;
  border-radius: 50%;
  background: var(--path-color);
  z-index: 6;
}

.pb-choose-path__path:first-child {
  --path-color: #ff6b00;
}

.pb-choose-path__path:first-child::after {
  left: 48%;
}

.pb-choose-path__path:nth-child(2) {
  --path-color: #00a1e0;
}

.pb-choose-path__path:nth-child(2)::after {
  right: 48%;
}

.pb-choose-path__path-title {
  max-width: 20rem;
  margin: 0 auto;
  color: #0c2a4e;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.03125rem;
}

.pb-choose-path__path-description {
  max-width: 33rem;
  margin: 1rem auto 0;
}

.pb-choose-path__path-description p {
  margin: 0;
  color: #5f6e7d;
  font-size: 1rem;
  line-height: 1.58;
}

.pb-choose-path__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: .5rem;
  margin-top: 2rem;
  padding: .875rem 1.625rem;
  border-radius: 999px;
  background: var(--path-color);
  color: #fff !important;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: .25s ease;
}

.pb-choose-path__button span {
  transition: transform .25s ease;
}

.pb-choose-path__button:hover {
  opacity: .9;
}

.pb-choose-path__button:hover span {
  -ms-transform: translateX(3px);
      transform: translateX(3px);
}

@media (max-width: 767px) {
  .pb-choose-path {
    padding: 4rem 0;
  }
  .pb-choose-path__title {
    font-size: 2rem;
  }
  .pb-choose-path__fork, .pb-choose-path__paths::before, .pb-choose-path__paths::after, .pb-choose-path__path::after {
    display: none;
  }
  .pb-choose-path__paths {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .pb-choose-path__path {
    min-height: auto;
  }
}

.pb-choose-path__header, .pb-choose-path__map, .pb-choose-path__path {
  opacity: 0;
  -ms-transform: translateY(2rem);
      transform: translateY(2rem);
  transition: opacity .7s ease, transform .7s ease;
}

.pb-choose-path__header.is-visible, .pb-choose-path__map.is-visible, .pb-choose-path__path.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.pb-choose-path__map {
  transition-delay: .12s;
}

.pb-choose-path__path:first-child {
  transition-delay: .18s;
}

.pb-choose-path__path:nth-child(2) {
  transition-delay: .28s;
}

.home-new .pb-hero {
  background: linear-gradient(113.2deg, #FFFFFF 0%, #F4F9FD 45%, #C6DBED 100%);
}

.home-new .pb-hero .container {
  padding-bottom: 3.8rem;
}

.home-new .pb-hero__image {
  max-width: 659px;
  max-height: 389px;
  margin-top: 0.3rem;
}

.home-new .pb-hero__content {
  max-width: 35rem;
}

.home-new .pb-hero__title {
  margin-top: 1.3rem;
  font-weight: 800;
  margin-bottom: 1.7rem;
}

.home-new .pb-hero__title-text {
  color: #0C2A4E;
}

.home-new .pb-hero__title-text span {
  color: #0055B8;
}

.home-new .pb-hero__description {
  margin-bottom: 2.3rem;
}

.home-new .pb-hero__description p {
  color: #5F6E7D;
  font-size: 1.125rem;
  line-height: 1.5;
}

.home-new .pb-hero__cta {
  border-radius: 999px;
  height: 48px;
  padding: 0.8rem 1.6rem;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.home-new .pb-hero__cta::after {
  content: "→";
}

.home-new .pb-hero__download {
  border-color: #0c2a4e;
  letter-spacing: 0.08em;
  color: #0c2a4e;
  background: #ffffff;
  height: 48px;
  padding: 0.9rem 1.6rem;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 999px;
}

.home-new .pb-hero__download::after {
  content: "→";
}

.home-new .pb-hero__download:hover {
  background: #0c2a4e;
  color: #fff;
}

.home-new .pb-company-logos {
  padding: 3rem 0 4rem;
  background: #FFFFFF;
}

.home-new .pb-company-logos::after {
  display: none;
}

.home-new .pb-company-logos__title {
  max-width: 900px;
  margin: 0 auto 2rem;
  color: #5F6E7D;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}

.home-new .pb-company-logos__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 3.5rem;
  max-width: 960px;
  margin: 0 auto;
}

.home-new .pb-company-logos__card {
  height: auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.home-new .pb-company-logos__card img {
  max-height: 4rem;
  max-width: 10rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .home-new .pb-company-logos {
    padding: 3rem 0;
  }
  .home-new .pb-company-logos__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 3rem;
    max-width: 700px;
  }
}

@media (max-width: 575px) {
  .home-new .pb-company-logos__grid {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 1.5rem;
  }
  .home-new .pb-company-logos__title {
    font-size: 0.9375rem;
    line-height: 1.35;
    margin-bottom: 1.5rem;
  }
  .home-new .pb-company-logos__card img {
    max-height: 17rem;
    max-width: 17rem;
  }
}

.home-new .pb-image-text {
  margin: 5.1rem 0 5.5rem;
  padding: 0;
}

.home-new .pb-image-text__label {
  margin-bottom: 1.5rem;
  color: #1F73ED;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-new .pb-image-text__title {
  max-width: 580px;
  margin: 0 0 1.3rem;
  color: #0C2A4E;
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.055rem;
}

.home-new .pb-image-text__description {
  max-width: 35rem;
}

.home-new .pb-image-text__description p {
  margin-bottom: 1rem;
  color: #5F6E7D;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}

.home-new .pb-image-text__image {
  max-width: 560px;
  max-height: 400px;
}

.home-new .pb-image-text__image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.home-new .pb-image-text__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.75rem;
  min-height: 48px;
  padding: 0.7rem 1.75rem;
  border: 1.5px solid #0C2A4E;
  border-radius: 999px;
  background: #ffffff;
  color: #0C2A4E;
  text-decoration: none;
  text-transform: uppercase;
}

.home-new .pb-image-text__button span {
  color: #0C2A4E;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-new .pb-image-text__button::after {
  content: "→";
  margin-left: 0;
  color: #0C2A4E;
  font-size: 1rem;
}

.home-new .pb-image-text__button:hover {
  background: #0C2A4E;
}

.home-new .pb-image-text__button:hover span, .home-new .pb-image-text__button:hover::after {
  color: #ffffff;
}

.home-new .pb-feature-panels {
  background: linear-gradient(180deg, #E7F0F7 0%, #C6DBED 100%);
  padding: 6.1rem 0;
}

.home-new .pb-feature-panels__header {
  margin: 0 auto 3.6rem;
}

.home-new .pb-feature-panels__content {
  max-width: 316px;
}

.home-new .pb-feature-panels::after {
  display: none;
}

.home-new .pb-feature-panels__eyebrow {
  margin-bottom: 0.7rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1F73ED;
}

.home-new .pb-feature-panels__title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #0C2A4E;
}

.home-new .pb-feature-panels__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 1200px;
}

@media (max-width: 767px) {
  .home-new .pb-feature-panels__items {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.home-new .pb-feature-panels__item {
  gap: 20px;
  border-radius: 16px;
  padding: 31px 32px 37px;
  box-shadow: 0 10px 30px 0 #0D264D14;
  -ms-flex-direction: column;
      flex-direction: column;
  border: none;
}

.home-new .pb-feature-panels__item::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.25rem;
  border-radius: 0.125rem;
  background-color: #62C9DA;
}

.home-new .pb-feature-panels__icon {
  width: 48px;
  height: 48px;
  -ms-flex: 0 0 48px;
      flex: 0 0 48px;
}

.home-new .pb-feature-panels__item-title {
  font-size: 1.375rem;
  line-height: 1.2;
  color: #0C2A4E;
  margin: 0 0 1.3rem;
}

.home-new .pb-feature-panels__item-description p {
  color: #5F6E7D;
  font-size: 1rem;
  line-height: 1.6;
}

.home-new .pb-testimonial-quote {
  position: relative;
  background: transparent;
  padding: 6.1rem 0 4rem;
  overflow: hidden;
}

.home-new .pb-testimonial-quote__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.home-new .pb-testimonial-quote__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-new .pb-testimonial-quote .container {
  position: relative;
  z-index: 1;
}

.home-new .pb-testimonial-quote__header {
  text-align: center;
  max-width: 56.25rem;
  margin: 0 auto 3rem;
}

.home-new .pb-testimonial-quote__eyebrow {
  display: block;
  margin-bottom: 0.8rem;
  color: #1F73ED;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-new .pb-testimonial-quote__title {
  margin: 0;
  color: #0C2A4E;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.home-new .pb-testimonial-quote__items {
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.home-new .pb-testimonial-quote__card {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 430px;
  padding: 2.25rem 2rem 1.9rem;
  background: #F4F8FC;
  box-shadow: none;
  border-radius: 1rem;
  text-align: left;
}

.home-new .pb-testimonial-quote__number::before {
  -ms-transform-origin: center;
      transform-origin: center;
}

.home-new .pb-testimonial-quote__card:nth-child(2) .pb-testimonial-quote__number::before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.home-new .pb-testimonial-quote__number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5rem;
  color: var(--quote-color);
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.home-new .pb-testimonial-quote__number::before {
  content: '';
  width: 2rem;
  height: 2rem;
  display: block;
  background-color: currentColor;
  -webkit-mask: url("../images/Arrow Up.svg") no-repeat center;
  mask: url("../images/Arrow Up.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.home-new .pb-testimonial-quote__card-title {
  margin-top: 1.2rem;
  color: #5F6E7D;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-new .pb-testimonial-quote__card-title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.125rem;
  margin-top: 1.1rem;
  background: var(--quote-color);
}

.home-new .pb-testimonial-quote__text {
  margin-top: 1.1rem;
}

.home-new .pb-testimonial-quote__text p {
  margin: 0;
  color: #2B3840;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}

.home-new .pb-testimonial-quote__author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.home-new .pb-testimonial-quote__author-image {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 0.125rem solid #fff;
  box-shadow: 0 0 0 0.125rem var(--quote-color);
}

.home-new .pb-testimonial-quote__author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-new .pb-testimonial-quote__author-image--logo-small, .home-new .pb-testimonial-quote__author-image--logo-medium, .home-new .pb-testimonial-quote__author-image--logo-big {
  border-radius: 0;
  border: 0;
}

.home-new .pb-testimonial-quote__author-info {
  text-align: left;
  line-height: 1;
}

.home-new .pb-testimonial-quote__author-name, .home-new .pb-testimonial-quote__author-role {
  display: inline;
  color: #0C2A4E;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: 600;
}

.home-new .pb-testimonial-quote__author-role::before {
  content: " · ";
}

.home-new .pb-testimonial-quote__author-role p {
  display: inline;
  margin: 0;
  color: #0C2A4E;
  font-size: 0.8125rem;
  line-height: 0;
}

.home-new .pb-testimonial-quote__button {
  margin-top: 2.9rem;
  text-align: center;
}

.home-new .pb-testimonial-quote__button a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 3rem;
  padding: 0.875rem 2rem;
  border: 0.125rem solid #0C2A4E;
  border-radius: 999px;
  color: #0C2A4E;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

.home-new .pb-testimonial-quote__button a:hover {
  background: #0c2a4e;
  color: #fff;
}

.home-new .pb-testimonial-quote__number, .home-new .pb-testimonial-quote__card-title {
  opacity: 0;
  -ms-transform: translateY(1.5rem);
      transform: translateY(1.5rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.home-new .pb-testimonial-quote.is-visible .pb-testimonial-quote__number {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.1s;
}

.home-new .pb-testimonial-quote.is-visible .pb-testimonial-quote__card-title {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.2s;
}

@media (max-width: 992px) {
  .home-new .pb-testimonial-quote__items {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .home-new .pb-testimonial-quote__title {
    font-size: 2.25rem;
  }
  .home-new .pb-testimonial-quote__author-image {
    width: 3rem;
    height: 3rem;
  }
}

.home-new .pb-key-features {
  padding: 10.6rem 0 2rem;
  margin-top: -41px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.home-new .pb-key-features__header {
  margin-bottom: 4rem;
}

.home-new .pb-key-features__eyebrow {
  margin-bottom: 1rem;
  color: #1F73ED;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-new .pb-key-features__title {
  max-width: 62.5rem;
  margin: 0 auto;
  color: #0C2A4E;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.home-new .pb-key-features__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.home-new .pb-key-features__card {
  position: relative;
  min-height: 6.875rem;
  padding: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
  text-align: left;
  -ms-flex-direction: row;
      flex-direction: row;
  background: #F4F8FC;
  border: 1px solid #E5EDF7;
  border-radius: 0.75rem;
  box-shadow: none;
  transition: all 0.3s ease;
}

.home-new .pb-key-features__card--link {
  cursor: pointer;
}

.home-new .pb-key-features__card:last-child {
  background: #0C2A4E;
  border-color: #0C2A4E;
}

.home-new .pb-key-features__card:last-child .pb-key-features__card-title {
  color: #fff;
}

.home-new .pb-key-features__card:last-child .pb-key-features__card-icon {
  filter: brightness(0) invert(1);
}

.home-new .pb-key-features__card-link {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: block;
  cursor: pointer;
}

.home-new .pb-key-features__card-icon, .home-new .pb-key-features__card-title, .home-new .pb-key-features__card-description {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.home-new .pb-key-features__card-icon {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.home-new .pb-key-features__card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-new .pb-key-features__card-title {
  margin: 0;
  color: #0C2A4E;
  font-size: 0.9375rem;
  max-width: 200px;
  line-height: 1.3;
  font-weight: 700;
}

.home-new .pb-key-features__card-title-highlight {
  color: #1F73ED;
}

.home-new .pb-key-features .js-key-features-item {
  opacity: 0;
  -ms-transform: translateY(2rem);
      transform: translateY(2rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.home-new .pb-key-features .js-key-features-item.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.home-new .pb-key-features .pb-key-features__card.is-visible:hover {
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}

@media (max-width: 1200px) {
  .home-new .pb-key-features__grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .home-new .pb-key-features__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .home-new .pb-key-features__title {
    font-size: 2rem;
  }
}

@media (max-width: 640px) {
  .home-new .pb-key-features__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .home-new .pb-key-features__card {
    min-height: auto;
  }
  .home-new .pb-key-features__title {
    font-size: 1.75rem;
  }
}

.home-new .pb-cta {
  padding: 5.8rem 0;
}

.home-new .pb-cta__title {
  font-size: 2.75rem;
  font-weight: 800;
  margin: 0 auto 1.4rem;
  color: #0C2A4E;
}

.home-new .pb-cta__description {
  margin: 0 auto 1.5rem;
}

.home-new .pb-cta__description p {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #5F6E7D;
}

.home-new .pb-cta__button {
  border-radius: 999px;
  padding: 0.7rem 2rem;
  min-height: 3rem;
}

@media (max-width: 1024px) {
  .home-new .pb-cta {
    padding: 4rem 0;
  }
  .home-new .pb-cta__title {
    font-size: 1.75rem;
  }
  .home-new .pb-cta__description p {
    font-size: 1.125rem;
  }
}

.pb-platform-map {
  padding: 2.9rem 0;
}

.pb-platform-map__header, .pb-platform-map__controls, .pb-platform-map__map {
  opacity: 0;
  -ms-transform: translateY(2rem);
      transform: translateY(2rem);
  transition: opacity .7s ease, transform .7s ease;
}

.pb-platform-map__controls {
  transition-delay: .15s;
}

.pb-platform-map.is-visible .pb-platform-map__header,
.pb-platform-map.is-visible .pb-platform-map__controls,
.pb-platform-map.is-visible .pb-platform-map__map {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.pb-platform-map.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.pb-platform-map__header {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.pb-platform-map__eyebrow {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #1F73F1;
}

.pb-platform-map__title {
  margin: 0 0 1.7rem;
  font-size: 2.875rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -.046rem;
  color: #0C2A4E;
}

.pb-platform-map__description {
  max-width: 940px;
  margin: 0 auto;
}

.pb-platform-map__description p {
  font-weight: 400;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #5F6E7D;
}

.pb-platform-map__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: .6rem;
  margin-top: 1.76rem;
  margin-bottom: 1.4rem;
}

.pb-platform-map__toggle-label {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  color: #5F6E7D;
}

.pb-platform-map__switch {
  position: relative;
  width: 40px;
  height: 1.4rem;
  border: 0;
  border-radius: 1.1rem;
  background: #D9D9D9;
  cursor: pointer;
  transition: .3s ease;
}

.pb-platform-map__switch span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  transition: .3s ease;
}

.pb-platform-map__switch.is-active {
  background: #FF6B00;
}

.pb-platform-map__switch.is-active span {
  -ms-transform: translateX(18px);
      transform: translateX(18px);
}

.pb-platform-map__map {
  position: relative;
}

.pb-platform-map__image {
  display: block;
  width: 100%;
  height: auto;
}

.pb-platform-map__image--off {
  display: none;
}

.pb-platform-map.is-off .pb-platform-map__image--on {
  display: none;
}

.pb-platform-map.is-off .pb-platform-map__image--off {
  display: block;
}

@media (max-width: 1024px) {
  .pb-platform-map__switch span {
    top: 2px;
    left: 4px;
    width: 16px;
    height: 17px;
  }
}

@media (max-width: 991px) {
  .pb-platform-map {
    padding: 6rem 0;
  }
  .pb-platform-map__title {
    font-size: 3.8rem;
  }
  .pb-platform-map__description {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .pb-platform-map {
    padding: 5rem 0;
  }
  .pb-platform-map__title {
    font-size: 3rem;
  }
  .pb-platform-map__description {
    font-size: 1.6rem;
  }
  .pb-platform-map__controls {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.manufacturing-new .pb-hero {
  background: linear-gradient(224deg, #FFFFFF 14.64%, #F4F9FD 46.46%, #C6DBED 85.36%);
}

.manufacturing-new .pb-hero .container {
  padding-bottom: 6.3rem;
  padding-top: 5.5rem;
}

.manufacturing-new .pb-hero__image {
  max-width: 698px;
  max-height: 363px;
  margin-top: 0.3rem;
}

.manufacturing-new .pb-hero__inner {
  -ms-flex-align: start;
      align-items: flex-start;
}

.manufacturing-new .pb-hero__content {
  max-width: 35rem;
}

.manufacturing-new .pb-hero__platform-badge-text {
  margin: 0 0 0.4rem;
  color: #1F73ED;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.manufacturing-new .pb-hero__eyebrow {
  max-width: 580px;
  margin: 0 0 1.35rem;
  color: #0C2A4E;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.manufacturing-new .pb-hero__title {
  margin: 0 0 22px;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -1px;
  color: #0C2A4E;
}

.manufacturing-new .pb-hero__title-text {
  color: #0C2A4E;
}

.manufacturing-new .pb-hero__title-text span {
  color: #0055B8;
}

.manufacturing-new .pb-hero__subtitle {
  margin: 0 0 26px;
  color: #0C2A4E;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.manufacturing-new .pb-hero__description {
  max-width: 580px;
  margin-bottom: 2.1rem;
}

.manufacturing-new .pb-hero__description p {
  margin: 0;
  color: #5F6E7D;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.manufacturing-new .pb-hero__cta {
  border-radius: 999px;
  height: 48px;
  padding: 0.8rem 1.6rem;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.manufacturing-new .pb-hero__cta::after {
  content: "→";
}

.manufacturing-new .pb-hero__download {
  border-color: #0c2a4e;
  letter-spacing: 0.08em;
  color: #0c2a4e;
  background: #ffffff;
  height: 48px;
  padding: 0.9rem 1.6rem;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 999px;
}

.manufacturing-new .pb-hero__download::after {
  content: "→";
}

.manufacturing-new .pb-hero__download:hover {
  background: #0c2a4e;
  color: #fff;
}

.manufacturing-new .pb-company-logos {
  padding: 3rem 0 4rem;
  background: #FFFFFF;
}

.manufacturing-new .pb-company-logos::after {
  display: none;
}

.manufacturing-new .pb-company-logos__title {
  max-width: 900px;
  margin: 0 auto 1.4rem;
  color: #5F6E7D;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

.manufacturing-new .pb-company-logos__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 3.5rem;
  max-width: 960px;
  margin: 0 auto;
}

.manufacturing-new .pb-company-logos__card {
  height: auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.manufacturing-new .pb-company-logos__card img {
  max-height: 4rem;
  max-width: 10rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

.manufacturing-new .pb-company-logos.just-logos {
  padding: 3rem 0 1.9rem;
}

.manufacturing-new .pb-company-logos.just-logos .pb-company-logos__card img {
  max-height: 102px;
  width: -webkit-max-content;
  width: max-content;
  height: auto;
  object-fit: none;
}

@media (max-width: 991px) {
  .manufacturing-new .pb-company-logos {
    padding: 3rem 0;
  }
  .manufacturing-new .pb-company-logos__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 3rem;
    max-width: 700px;
  }
}

@media (max-width: 575px) {
  .manufacturing-new .pb-company-logos__grid {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 1.5rem;
  }
  .manufacturing-new .pb-company-logos__title {
    font-size: 0.9375rem;
    line-height: 1.35;
    margin-bottom: 1.5rem;
  }
  .manufacturing-new .pb-company-logos__card img {
    max-height: 17rem;
    max-width: 17rem;
  }
}

.manufacturing-new .pb-image-text {
  margin: 0;
  padding: 5.6rem 0 8.3rem;
  background: #F4F9FD;
}

.manufacturing-new .pb-image-text__inner {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 4rem;
  -ms-flex-align: center;
      align-items: center;
}

.manufacturing-new .pb-image-text__content {
  max-width: 509px;
}

.manufacturing-new .pb-image-text__label {
  margin-bottom: 1.4rem;
  color: #1F73ED;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.manufacturing-new .pb-image-text__title {
  max-width: 500px;
  margin: 0 0 1.2rem;
  color: #0C2A4E;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.0275rem;
}

.manufacturing-new .pb-image-text__description p {
  margin: 0 0 1rem;
  color: #5F6E7D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55;
}

.manufacturing-new .pb-image-text__description p strong {
  color: #0C2A4E;
  font-weight: 700;
  font-size: 1.25rem;
  display: block;
  margin-top: 1.1rem;
}

.manufacturing-new .pb-image-text__description h3,
.manufacturing-new .pb-image-text__description h4 {
  margin: 0 0 1rem;
  color: #0C2A4E;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.manufacturing-new .pb-image-text__description ul {
  max-width: 500px;
  padding-left: 1.2rem;
  margin: 0;
  list-style: disc;
}

.manufacturing-new .pb-image-text__description ul li {
  padding-left: 0.45rem;
  margin-bottom: 0.65rem;
  color: #2B3840;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.manufacturing-new .pb-image-text__description ul li::before {
  display: none;
}

.manufacturing-new .pb-image-text__image {
  max-width: 730px;
  max-height: 486px;
}

.manufacturing-new .pb-image-text__image img {
  border-radius: 14px;
}

@media (max-width: 1200px) {
  .manufacturing-new .pb-image-text__inner {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1024px) {
  .manufacturing-new .pb-image-text__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.manufacturing-new .pb-image-text.video-quote {
  margin: 0;
  padding: 0 0 3rem;
  background: #F4F9FD;
}

.manufacturing-new .pb-image-text.video-quote .pb-image-text__content {
  max-width: 572px;
  padding: 2.25rem 2.25rem 2rem;
  border: 1px solid #D6E2F2;
  border-radius: 1rem;
  background: linear-gradient(180deg, #F4F9FE 0%, #E6EFFA 100%);
  box-shadow: 0 8px 24px rgba(12, 42, 78, 0.1);
}

.manufacturing-new .pb-image-text.video-quote .pb-image-text__description {
  position: relative;
}

.manufacturing-new .pb-image-text.video-quote .pb-image-text__description::before {
  content: "“";
  display: block;
  margin-bottom: 1rem;
  color: #62C9DA;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 0.6;
}

.manufacturing-new .pb-image-text.video-quote .pb-image-text__description p {
  margin: 0 0 1rem;
  color: #2B3840;
  font-size: 1.0625rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.55;
}

.manufacturing-new .pb-image-text.video-quote .pb-image-text__description p:last-child {
  margin-bottom: 0;
  color: #0C2A4E;
  font-size: 0.875rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}

@media (max-width: 1024px) {
  .manufacturing-new .pb-image-text.video-quote .pb-image-text__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .manufacturing-new .pb-image-text.video-quote .pb-image-text__content {
    max-width: 572px;
  }
}

.manufacturing-new .pb-slider {
  padding: 5.4rem 0 2.6rem;
  background: linear-gradient(224deg, #FFFFFF 14.64%, #EAF3FB 50%, #C6DBED 85.36%);
}

.manufacturing-new .pb-slider__items {
  max-width: 1475px;
  margin: 0 auto;
  overflow: hidden;
}

.manufacturing-new .pb-slider__arrows {
  top: 55%;
}

.manufacturing-new .pb-slider__arrow {
  height: 54px;
  width: 54px;
}

.manufacturing-new .pb-slider .slick-list {
  overflow: visible;
}

.manufacturing-new .pb-slider .slick-slide {
  margin: 0 18px;
  opacity: .35;
  transition: opacity .3s ease;
}

.manufacturing-new .pb-slider .slick-slide:not(.slick-center) .js-slider-item {
  opacity: 1;
  -ms-transform: none;
      transform: none;
}

.manufacturing-new .pb-slider .slick-center {
  opacity: 1;
}

.manufacturing-new .pb-slider__slide {
  padding: 0 0 5.5rem;
  background: transparent;
}

.manufacturing-new .pb-slider__slide > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.manufacturing-new .pb-slider__inner {
  display: block;
}

.manufacturing-new .pb-slider__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 600px;
  height: 470px;
  max-width: 600px;
  padding: 34px 36px 10px;
  border: 1px solid #E3ECF5;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0 6px 11px rgba(13, 38, 77, 0.16);
  overflow: hidden;
}

.manufacturing-new .pb-slider__label {
  position: absolute;
  top: 34px;
  left: 36px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 12px 0 0;
  border-radius: 10px;
  background: #FF6B00;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.manufacturing-new .pb-slider__title {
  margin-left: 72px;
  margin-top: 6px;
  display: inline-block;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
}

.manufacturing-new .pb-slider__description {
  margin-top: 5px;
}

.manufacturing-new .pb-slider__description p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.58;
}

.manufacturing-new .pb-slider__description ul {
  position: relative;
  margin: 0;
  padding: 21px 0 0;
  list-style: none;
}

.manufacturing-new .pb-slider__description ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: #62C9DA;
}

.manufacturing-new .pb-slider__description ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #2B3840;
}

.manufacturing-new .pb-slider__description ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0055B8;
}

.manufacturing-new .pb-slider__description ul li::marker {
  display: none;
  content: '';
}

.manufacturing-new .pb-slider__button {
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: fit-content;
  min-height: 40px;
  border: 1.5px solid #0055B8;
  padding: 0.3rem 1.5rem;
  color: #0055B8;
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
}

.manufacturing-new .pb-slider__dots {
  bottom: 7rem;
}

@media (max-width: 1200px) {
  .manufacturing-new .pb-slider .pb-slider__slide {
    min-height: 440px;
  }
}

@media (max-width: 992px) {
  .manufacturing-new .pb-slider .pb-slider {
    padding: 4rem 0 5rem;
  }
  .manufacturing-new .pb-slider .pb-slider__items {
    padding: 0 1.5rem;
  }
  .manufacturing-new .pb-slider .pb-slider__content {
    width: 440px;
    max-width: 440px;
    height: auto;
    text-align: left;
    min-height: 420px;
    padding: 30px 30px 20px;
  }
  .manufacturing-new .pb-slider .pb-slider__label {
    top: 30px;
    left: 30px;
  }
  .manufacturing-new .pb-slider .pb-slider__title {
    margin-left: 64px;
    font-size: 23px;
    line-height: 1.15;
  }
  .manufacturing-new .pb-slider .pb-slider__description p {
    font-size: 15px;
  }
  .manufacturing-new .pb-slider .pb-slider__description ul li {
    font-size: 14px;
  }
  .manufacturing-new .pb-slider .pb-slider__arrows {
    display: none;
  }
  .manufacturing-new .pb-slider .pb-slider__dots {
    bottom: 5.5rem;
  }
}

@media (max-width: 767px) {
  .manufacturing-new .pb-slider .pb-slider {
    padding: 3.5rem 0 5rem;
  }
  .manufacturing-new .pb-slider .pb-slider__items {
    padding: 0 1rem;
    overflow: visible;
  }
  .manufacturing-new .pb-slider .pb-slider .slick-slide {
    margin: 0;
    opacity: 1;
  }
  .manufacturing-new .pb-slider .pb-slider__content {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
    min-height: auto;
    height: auto;
    padding: 28px 24px 24px;
  }
  .manufacturing-new .pb-slider .pb-slider__description {
    margin-top: 22px;
  }
  .manufacturing-new .pb-slider .pb-slider__description p {
    font-size: 15px;
    line-height: 1.5;
  }
  .manufacturing-new .pb-slider .pb-slider__description ul {
    padding-top: 18px;
  }
  .manufacturing-new .pb-slider .pb-slider__description ul li {
    font-size: 14px;
    line-height: 1.4;
  }
  .manufacturing-new .pb-slider .pb-slider__button {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 14px;
  }
  .manufacturing-new .pb-slider .pb-slider__dots {
    bottom: 4rem;
  }
}

.manufacturing-new .pb-testimonial-quote {
  padding: 0;
}

.manufacturing-new .pb-testimonial-quote .container {
  max-width: 100%;
  padding: 0;
}

.manufacturing-new .pb-testimonial-quote__card {
  background: linear-gradient(111.8deg, #0C2A4E 0%, #0F3A6B 71.43%);
  border-radius: 0;
  box-shadow: none;
  padding: 96px;
}

.manufacturing-new .pb-testimonial-quote__text {
  max-width: 1040px;
  margin: 0 auto 33px;
}

.manufacturing-new .pb-testimonial-quote__text p {
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}

.manufacturing-new .pb-testimonial-quote__text::before {
  content: "“";
  display: block;
  margin-bottom: 0.8rem;
  color: #62C9DA;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 0.6;
}

.manufacturing-new .pb-testimonial-quote__author {
  -ms-flex-pack: center;
      justify-content: center;
  gap: 16px;
}

.manufacturing-new .pb-testimonial-quote__author-image {
  width: 46px;
  height: 46px;
}

.manufacturing-new .pb-testimonial-quote__author-name {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 4px;
}

.manufacturing-new .pb-testimonial-quote__author-role {
  display: block;
  color: #B6C3D2;
}

.manufacturing-new .pb-testimonial-quote__author-role:before {
  display: none;
}

.manufacturing-new .pb-testimonial-quote__author-role p,
.manufacturing-new .pb-testimonial-quote__author-role span {
  color: #B6C3D2;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
}

.manufacturing-new .pb-cta {
  padding: 96px 0 104px;
  background: linear-gradient(224deg, #FFFFFF 14.64%, #EAF3FB 50%, #C6DBED 85.36%);
}

.manufacturing-new .pb-cta__inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.manufacturing-new .pb-cta__title {
  max-width: 1040px;
  margin: 0 auto 24px;
  color: #0C2A4E;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.46px;
}

.manufacturing-new .pb-cta__description {
  max-width: 840px;
  margin: 0 auto 34px;
}

.manufacturing-new .pb-cta__description p {
  color: #5F6E7D;
  font-size: 19px;
  line-height: 1.55;
}

.manufacturing-new .pb-cta__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 12px;
}

.manufacturing-new .pb-cta__button, .manufacturing-new .pb-cta__button-secondary {
  animation: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 32px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}

.manufacturing-new .pb-cta__button {
  background: #FF6B00;
  color: #fff !important;
  border: 1.5px solid #FF6B00;
}

.manufacturing-new .pb-cta__button::after {
  content: "→";
  font-size: 1rem;
  margin-left: 0.5rem;
}

.manufacturing-new .pb-cta__button-secondary {
  background: #fff;
  color: #0C2A4E;
  border: 1.5px solid #0C2A4E;
}

.manufacturing-new .pb-cta__button-secondary::after {
  content: "→";
  font-size: 1rem;
  margin-left: 0.5rem;
}

.manufacturing-new .pb-cta__button-secondary:hover {
  background: #0c2a4e;
  color: #fff;
}

.manufacturing-discrete .pb-hero {
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F9FD 50%, #CFE2F0 100%);
}

.manufacturing-discrete .pb-hero .container {
  padding-bottom: 6.3rem;
  padding-top: 4.2rem;
}

.manufacturing-discrete .pb-hero__image {
  position: relative;
  max-width: 698px;
  max-height: 363px;
  margin-left: -50px;
  margin-top: 0.3rem;
}

.manufacturing-discrete .pb-hero__small-image {
  box-shadow: 0 10px 28px 0 #0F214047;
  background: #ffffff;
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 330px;
  height: 220px;
  padding: 6px;
  border-radius: 12px;
  overflow: hidden;
}

.manufacturing-discrete .pb-hero__small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1380px) {
  .manufacturing-discrete .pb-hero__small-image {
    right: 0;
  }
}

.manufacturing-discrete .pb-hero__inner {
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 50px;
}

.manufacturing-discrete .pb-hero__content {
  max-width: 39rem;
}

.manufacturing-discrete .pb-hero__eyebrow {
  max-width: 32rem;
  margin: 0 0 1.35rem;
  color: #0C2A4E;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.manufacturing-discrete .pb-hero__title {
  max-width: 34rem;
  margin: 0 0 22px;
  font-size: 2.875rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1px;
  color: #0C2A4E;
}

.manufacturing-discrete .pb-hero__title-text {
  color: #0C2A4E;
}

.manufacturing-discrete .pb-hero__title-text span {
  color: #0055B8;
}

.manufacturing-discrete .pb-hero__subtitle {
  margin: 0 0 26px;
  color: #0C2A4E;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.30;
}

.manufacturing-discrete .pb-hero__description {
  max-width: 100%;
  margin-bottom: 2.1rem;
}

.manufacturing-discrete .pb-hero__description p {
  margin: 0;
  color: #5F6E7D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.52;
}

.manufacturing-discrete .pb-hero__cta {
  border-radius: 999px;
  height: 48px;
  padding: 0.8rem 1.6rem;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.manufacturing-discrete .pb-hero__cta::after {
  content: "→";
}

.manufacturing-discrete .pb-hero__download {
  border-color: #0c2a4e;
  letter-spacing: 0.08em;
  color: #0c2a4e;
  background: #ffffff;
  height: 48px;
  padding: 0.9rem 1.6rem;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 999px;
}

.manufacturing-discrete .pb-hero__download::after {
  content: "→";
}

.manufacturing-discrete .pb-hero__download:hover {
  background: #0c2a4e;
  color: #fff;
}

.manufacturing-discrete .pb-company-logos {
  padding: 5.2rem 0 4.1rem;
  background: #fff;
}

.manufacturing-discrete .pb-company-logos::after {
  display: none;
}

.manufacturing-discrete .pb-company-logos__title {
  max-width: 820px;
  margin: 0 auto 2.9rem;
  color: #0C2A4E;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.22;
  text-align: center;
}

.manufacturing-discrete .pb-company-logos__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 24px;
  max-width: 1480px;
  margin: 0 auto;
}

.manufacturing-discrete .pb-company-logos__card {
  width: 276.8px;
  min-height: 158px;
  height: auto;
  padding: 30px 18px 18px;
  border: 1px solid #E6E9ED;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 38, 77, 0.08);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 14px;
}

.manufacturing-discrete .pb-company-logos__card img {
  max-width: 100%;
  max-height: 74px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.manufacturing-discrete .pb-company-logos__card-text {
  color: #5F6E7D;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 1200px) {
  .manufacturing-discrete .pb-company-logos__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 900px;
  }
  .manufacturing-discrete .pb-company-logos__card {
    width: calc(33.333% - 16px);
  }
}

@media (max-width: 900px) {
  .manufacturing-discrete .pb-company-logos {
    padding: 4rem 1.25rem;
  }
  .manufacturing-discrete .pb-company-logos__title {
    font-size: 26px;
    margin-bottom: 2rem;
  }
  .manufacturing-discrete .pb-company-logos__card {
    width: calc(50% - 12px);
  }
}

@media (max-width: 600px) {
  .manufacturing-discrete .pb-company-logos {
    padding: 3rem 1rem;
  }
  .manufacturing-discrete .pb-company-logos__title {
    font-size: 24px;
  }
  .manufacturing-discrete .pb-company-logos__grid {
    gap: 16px;
  }
  .manufacturing-discrete .pb-company-logos__card {
    width: 100%;
    min-height: 140px;
  }
}

.manufacturing-discrete .pb-features {
  padding: 4.8rem 0 6rem;
  background: #fff;
  overflow: hidden;
}

.manufacturing-discrete .pb-features::after {
  display: none;
}

.manufacturing-discrete .pb-features__title {
  max-width: 56.25rem;
  margin: 0 auto 2.8rem;
  color: #0C2A4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
}

.manufacturing-discrete .pb-features__description {
  max-width: 62.5rem;
  margin: 0 auto 3.4rem;
  text-align: center;
}

.manufacturing-discrete .pb-features__description p {
  color: #5F6E7D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.52;
  margin: 0;
}

.manufacturing-discrete .pb-features__grid {
  max-width: 75rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-bottom: 0;
}

.manufacturing-discrete .pb-features__card {
  min-height: 13.75rem;
  height: auto;
  padding: 2.25rem 1.75rem 2rem;
  border-radius: 0;
  box-shadow: 0 0.5rem 1.5rem 0 #14264D14;
  background: #fff;
}

.manufacturing-discrete .pb-features__card::before {
  height: 0.4375rem;
  border-radius: 0;
}

.manufacturing-discrete .pb-features__card:hover {
  -ms-transform: none;
      transform: none;
  box-shadow: 0.75rem 0 1.875rem rgba(12, 42, 78, 0.08);
}

.manufacturing-discrete .pb-features__card:hover .pb-features__card-inner {
  -ms-transform: none;
      transform: none;
}

.manufacturing-discrete .pb-features__card-title {
  margin: 0 0 1.125rem;
  color: #0C2A4E;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.24;
}

.manufacturing-discrete .pb-features__card-desc p {
  max-width: 20.875rem;
  color: #5F6E7D;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1024px) {
  .manufacturing-discrete .pb-features {
    padding: 4rem 1.5rem 5rem;
  }
  .manufacturing-discrete .pb-features__title {
    font-size: 2rem;
    max-width: 45rem;
  }
  .manufacturing-discrete .pb-features__description {
    max-width: 48rem;
    margin-bottom: 3rem;
  }
  .manufacturing-discrete .pb-features__description p {
    font-size: 1rem;
  }
  .manufacturing-discrete .pb-features__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .manufacturing-discrete .pb-features__card {
    min-height: auto;
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .manufacturing-discrete .pb-features {
    padding: 3.25rem 1.25rem 4rem;
  }
  .manufacturing-discrete .pb-features__title {
    font-size: 1.75rem;
    line-height: 1.22;
    margin-bottom: 1.75rem;
  }
  .manufacturing-discrete .pb-features__description {
    margin-bottom: 2.5rem;
  }
  .manufacturing-discrete .pb-features__description p {
    font-size: 0.9375rem;
    line-height: 1.55;
  }
  .manufacturing-discrete .pb-features__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1rem;
  }
  .manufacturing-discrete .pb-features__card {
    padding: 1.75rem 1.375rem;
  }
  .manufacturing-discrete .pb-features__card-title {
    font-size: 1.1875rem;
    margin-bottom: 0.875rem;
  }
  .manufacturing-discrete .pb-features__card-desc p {
    max-width: none;
    font-size: 0.9375rem;
  }
}

.manufacturing-discrete .pb-feature-panels {
  padding: 5.25rem 0 6rem;
  background: #F4F8FB;
}

.manufacturing-discrete .pb-feature-panels::after, .manufacturing-discrete .pb-feature-panels__bg {
  display: none;
}

.manufacturing-discrete .pb-feature-panels__header {
  max-width: 62.75rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.manufacturing-discrete .pb-feature-panels__eyebrow {
  margin: 0 0 0.875rem;
  color: #1F73ED;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.manufacturing-discrete .pb-feature-panels__title {
  max-width: 53.75rem;
  margin: 0 auto 1.125rem;
  color: #0C2A4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
}

.manufacturing-discrete .pb-feature-panels__description {
  max-width: 61.25rem;
  margin: 0 auto;
}

.manufacturing-discrete .pb-feature-panels__description p {
  margin: 0;
  color: #5F6E7D;
  font-size: 1.125rem;
  line-height: 1.52;
}

.manufacturing-discrete .pb-feature-panels__items {
  max-width: 92.5rem;
  margin: 0 auto;
  gap: 1.5rem;
}

.manufacturing-discrete .pb-feature-panels__item {
  min-height: 11.9375rem;
  padding: 2.375rem 3rem 2.375rem 2.75rem;
  gap: 1.875rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #E6E9ED;
  box-shadow: 0 10px 30px 0 #0D264D12;
}

.manufacturing-discrete .pb-feature-panels__icon {
  width: 3.5rem;
  height: 3.5rem;
  -ms-flex: 0 0 3.5rem;
      flex: 0 0 3.5rem;
  margin-top: 0;
  border-radius: 0.75rem;
  background: #E9F1FB;
}

.manufacturing-discrete .pb-feature-panels__item-title {
  margin: 0 0 0.7rem;
  color: #0C2A4E;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.26;
}

.manufacturing-discrete .pb-feature-panels__item-description p {
  margin: 0;
  color: #5F6E7D;
  font-size: 1rem;
  line-height: 1.54;
}

@media (max-width: 1200px) {
  .manufacturing-discrete .pb-feature-panels__items {
    max-width: 900px;
  }
  .manufacturing-discrete .pb-feature-panels__item {
    padding: 2rem;
    gap: 1.5rem;
  }
}

@media (max-width: 991px) {
  .manufacturing-discrete .pb-feature-panels {
    padding: 4rem 0 5rem;
  }
  .manufacturing-discrete .pb-feature-panels__header {
    margin-bottom: 2.5rem;
  }
  .manufacturing-discrete .pb-feature-panels__title {
    font-size: 2rem;
  }
  .manufacturing-discrete .pb-feature-panels__description p {
    font-size: 1rem;
  }
  .manufacturing-discrete .pb-feature-panels__items {
    gap: 1.25rem;
  }
}

@media (max-width: 767px) {
  .manufacturing-discrete .pb-feature-panels {
    padding: 3rem 0 4rem;
  }
  .manufacturing-discrete .pb-feature-panels__eyebrow {
    font-size: 0.75rem;
  }
  .manufacturing-discrete .pb-feature-panels__title {
    font-size: 1.75rem;
    line-height: 1.22;
  }
  .manufacturing-discrete .pb-feature-panels__item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    min-height: auto;
    padding: 1.5rem;
    gap: 1rem;
  }
  .manufacturing-discrete .pb-feature-panels__icon {
    width: 3rem;
    height: 3rem;
    -ms-flex-preferred-size: 3rem;
        flex-basis: 3rem;
  }
  .manufacturing-discrete .pb-feature-panels__item-title {
    font-size: 1.25rem;
  }
  .manufacturing-discrete .pb-feature-panels__item-description p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .manufacturing-discrete .pb-feature-panels__title {
    font-size: 1.55rem;
  }
  .manufacturing-discrete .pb-feature-panels__item {
    padding: 1.25rem;
  }
}

.manufacturing-discrete .pb-testimonial-quote {
  padding: 4.5rem 0 7rem;
  background: linear-gradient(180deg, #D8E7F2 0%, #F4F8FB 100%);
  position: relative;
  margin-top: 13px;
}

.manufacturing-discrete .pb-testimonial-quote::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -34px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 70px;
  background: #D8E7F2;
  border-top-left-radius: 100% 270px;
  border-top-right-radius: 100% 270px;
  z-index: 1;
}

.manufacturing-discrete .pb-testimonial-quote__bg {
  display: none;
}

.manufacturing-discrete .pb-testimonial-quote__header {
  max-width: 53.75rem;
  margin: 0 auto 3rem;
}

.manufacturing-discrete .pb-testimonial-quote__eyebrow {
  margin: 0 0 0.7rem;
  color: #1F73ED;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.manufacturing-discrete .pb-testimonial-quote__title {
  margin: 0;
  color: #0C2A4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.18;
}

.manufacturing-discrete .pb-testimonial-quote__items {
  max-width: 92.5rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.manufacturing-discrete .pb-testimonial-quote__card {
  text-align: left;
  min-height: 26.875rem;
  height: auto;
  padding: 2rem 1.7rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.625rem 1.75rem rgba(26, 46, 77, 0.08);
}

.manufacturing-discrete .pb-testimonial-quote__card:nth-child(2) .pb-testimonial-quote__number::before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.manufacturing-discrete .pb-testimonial-quote__number {
  color: var(--quote-color);
  font-size: 2.875rem;
  font-weight: 800;
  line-height: 1.04;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5rem;
}

.manufacturing-discrete .pb-testimonial-quote__number::before {
  content: '';
  width: 2rem;
  height: 2rem;
  display: block;
  background-color: currentColor;
  -webkit-mask: url("../images/Arrow Up.svg") no-repeat center;
  mask: url("../images/Arrow Up.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.manufacturing-discrete .pb-testimonial-quote__number::before {
  width: 2.7rem;
  height: 2.7rem;
}

.manufacturing-discrete .pb-testimonial-quote__card-title {
  margin-top: 0.875rem;
  color: #5F6E7D;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.025rem;
}

.manufacturing-discrete .pb-testimonial-quote__card-title::after {
  display: none;
}

.manufacturing-discrete .pb-testimonial-quote__text {
  margin-top: 1.3rem;
  margin-bottom: 2.3rem;
}

.manufacturing-discrete .pb-testimonial-quote__text p {
  margin: 0;
  color: #2B3840;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.58;
}

.manufacturing-discrete .pb-testimonial-quote__author {
  width: -webkit-fit-content;
  width: fit-content;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: auto;
  gap: 0.75rem;
}

.manufacturing-discrete .pb-testimonial-quote__author-image {
  width: 7.75rem;
  height: 2.125rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.manufacturing-discrete .pb-testimonial-quote__author-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.manufacturing-discrete .pb-testimonial-quote__author-name {
  display: block;
  color: #0C2A4E;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

.manufacturing-discrete .pb-testimonial-quote__author-role {
  display: block;
  color: #5F6E7D;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.35;
}

.manufacturing-discrete .pb-testimonial-quote__author-role::before {
  display: none;
}

.manufacturing-discrete .pb-testimonial-quote__author-role p {
  display: block;
  margin: 0;
  color: #5F6E7D;
  font-size: 0.8125rem;
  line-height: 1.35;
}

.manufacturing-discrete .pb-testimonial-quote__card-link {
  margin-left: auto;
  margin-top: -2.375rem;
}

.manufacturing-discrete .pb-testimonial-quote__card-link a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 2.375rem;
  padding: 0.6875rem 1.375rem;
  border: 0.09375rem solid #0C2A4E;
  border-radius: 999px;
  color: #0C2A4E;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.manufacturing-discrete .pb-testimonial-quote__card-link a:hover {
  background: #0c2a4e;
  color: #fff;
}

@media (max-width: 1200px) {
  .manufacturing-discrete .pb-testimonial-quote__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .manufacturing-discrete .pb-testimonial-quote__item {
    width: calc(50% - 12px);
  }
}

@media (max-width: 991px) {
  .manufacturing-discrete .pb-testimonial-quote {
    padding: 4rem 0 5rem;
  }
  .manufacturing-discrete .pb-testimonial-quote__header {
    margin-bottom: 2rem;
  }
  .manufacturing-discrete .pb-testimonial-quote__title {
    font-size: 2rem;
    text-align: center;
  }
  .manufacturing-discrete .pb-testimonial-quote__items {
    gap: 20px;
  }
  .manufacturing-discrete .pb-testimonial-quote__item {
    width: 100%;
    max-width: 700px;
  }
  .manufacturing-discrete .pb-testimonial-quote::after {
    height: 50px;
    top: -25px;
  }
}

@media (max-width: 767px) {
  .manufacturing-discrete .pb-testimonial-quote {
    padding: 3rem 0 4rem;
  }
  .manufacturing-discrete .pb-testimonial-quote__eyebrow {
    font-size: 12px;
    text-align: center;
  }
  .manufacturing-discrete .pb-testimonial-quote__title {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .manufacturing-discrete .pb-testimonial-quote__item {
    padding: 24px 20px;
  }
  .manufacturing-discrete .pb-testimonial-quote__quote, .manufacturing-discrete .pb-testimonial-quote__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .manufacturing-discrete .pb-testimonial-quote::after {
    width: 120%;
    height: 40px;
    top: -20px;
  }
}

.manufacturing-discrete .pb-image-text {
  margin: 0;
  padding: 4.2rem 0 6rem;
  background: linear-gradient(180deg, #F5F9FC 0%, #FFFFFF 100%);
}

.manufacturing-discrete .pb-image-text__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 700px;
      grid-template-columns: 1fr 700px;
  gap: 4rem;
  -ms-flex-align: center;
      align-items: center;
}

.manufacturing-discrete .pb-image-text__content {
  max-width: 40rem;
}

.manufacturing-discrete .pb-image-text__label {
  margin-bottom: 1.3rem;
  color: #1F73ED;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.6px;
}

.manufacturing-discrete .pb-image-text__title {
  max-width: 640px;
  margin-bottom: 1.4rem;
  color: #0C2A4E;
  font-size: 2.125rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.manufacturing-discrete .pb-image-text__description p {
  max-width: 100%;
  color: #5F6E7D;
  font-size: 1.06rem;
  line-height: 1.54;
  margin-bottom: 1.1rem;
}

.manufacturing-discrete .pb-image-text__image {
  max-width: 700px;
  width: 100%;
  max-height: none;
}

.manufacturing-discrete .pb-image-text__image img {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
}

.manufacturing-discrete .pb-image-text__button {
  border-color: #0c2a4e;
  letter-spacing: 0.08em;
  color: #0c2a4e;
  background: #ffffff;
  height: 46px;
  padding: 0.4rem 1.6rem;
  border-radius: 999px;
}

.manufacturing-discrete .pb-image-text__button span {
  color: #0c2a4e;
  font-size: 0.8125rem;
  line-height: 1;
}

.manufacturing-discrete .pb-image-text__button::after {
  content: "→";
}

.manufacturing-discrete .pb-image-text__button:hover {
  background: #0c2a4e;
}

.manufacturing-discrete .pb-image-text__button:hover span {
  color: #fff;
}

@media (max-width: 1200px) {
  .manufacturing-discrete .pb-image-text__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .manufacturing-discrete .pb-image-text__image {
    max-width: 700px;
  }
}

.manufacturing-discrete .pb-cta {
  padding: 55px 0 94px;
  background: #FFFFFF;
}

.manufacturing-discrete .pb-cta__inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.manufacturing-discrete .pb-cta__title {
  max-width: 1040px;
  margin: 0 auto 22px;
  color: #0C2A4E;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.46px;
}

.manufacturing-discrete .pb-cta__description {
  max-width: 100%;
  margin: 0 auto 35px;
}

.manufacturing-discrete .pb-cta__description p {
  color: #5F6E7D;
  font-size: 1.125rem;
  line-height: 1.52;
  margin-bottom: 1.3rem;
}

.manufacturing-discrete .pb-cta__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 12px;
}

.manufacturing-discrete .pb-cta__button, .manufacturing-discrete .pb-cta__button-secondary {
  animation: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 32px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}

.manufacturing-discrete .pb-cta__button {
  background: #FF6B00;
  color: #fff !important;
  border: 1.5px solid #FF6B00;
  min-height: 46px;
}

.manufacturing-discrete .pb-cta__button::after {
  content: "→";
  font-size: 1rem;
  margin-left: 0.5rem;
}

.manufacturing-discrete .pb-cta__button-secondary {
  background: #fff;
  color: #0C2A4E;
  border: 1.5px solid #0C2A4E;
}

.manufacturing-discrete .pb-cta__button-secondary:hover {
  background: #0c2a4e;
  color: #fff;
}

.manufacturing-discrete .pb-cta__button-secondary::after {
  content: "→";
  font-size: 1rem;
  margin-left: 0.5rem;
}

.salesforce-erp-system .pb-hero {
  background: linear-gradient(180deg, #FFFFFF 0%, #E6EFF7 100%);
  overflow: hidden;
}

.salesforce-erp-system .pb-hero .container {
  padding-top: 5.6rem;
  padding-bottom: 7rem;
}

.salesforce-erp-system .pb-hero__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 4.5rem;
}

.salesforce-erp-system .pb-hero__content {
  max-width: 37.5rem;
  -ms-flex: 0 0 37.5rem;
      flex: 0 0 37.5rem;
}

.salesforce-erp-system .pb-hero__platform-badge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
}

.salesforce-erp-system .pb-hero__platform-badge-text {
  color: #1f73ed;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.salesforce-erp-system .pb-hero__platform-badge-logo {
  width: auto;
  max-height: 1.25rem;
  display: block;
}

.salesforce-erp-system .pb-hero__title {
  max-width: 37.5rem;
  margin: 0 0 1.35rem;
  color: #0C2A4E;
  font-size: 3.375rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.06875rem;
}

.salesforce-erp-system .pb-hero__title span {
  color: #0C2A4E;
}

.salesforce-erp-system .pb-hero__title span span {
  color: #0055b8;
}

.salesforce-erp-system .pb-hero__description {
  max-width: 37.5rem;
  margin-bottom: 2rem;
}

.salesforce-erp-system .pb-hero__description p {
  margin: 0;
  color: #5f6e7d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.52;
}

.salesforce-erp-system .pb-hero__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.salesforce-erp-system .pb-hero__cta, .salesforce-erp-system .pb-hero__download {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 3rem;
  border-radius: 999px;
  padding: 0 1.65rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.salesforce-erp-system .pb-hero__cta::after, .salesforce-erp-system .pb-hero__download::after {
  content: "→";
  margin-left: 0.5rem;
}

.salesforce-erp-system .pb-hero__download {
  border: 1px solid #0c2a4e;
  color: #0c2a4e;
  background: #fff;
}

.salesforce-erp-system .pb-hero__download:hover {
  background: #0c2a4e;
  color: #fff;
}

.salesforce-erp-system .pb-hero__image {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  max-height: -webkit-max-content;
  max-height: max-content;
  max-width: 40.5rem;
  margin-left: 0;
  margin-top: 0.15rem;
}

.salesforce-erp-system .pb-hero__image > img,
.salesforce-erp-system .pb-hero__image > a > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

.salesforce-erp-system .pb-hero__bottom-logo {
  position: absolute;
  right: -1rem;
  bottom: -6px;
  width: 8rem;
  z-index: 3;
}

.salesforce-erp-system .pb-hero__bottom-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.salesforce-erp-system .pb-hero__small-image {
  position: absolute;
  right: 1rem;
  bottom: 0;
  width: 16rem;
  z-index: 2;
}

.salesforce-erp-system .pb-hero__small-image img {
  width: 100%;
  display: block;
}

@media (max-width: 1199px) {
  .salesforce-erp-system .pb-hero .container {
    padding-top: 4.5rem;
    padding-bottom: 6rem;
  }
  .salesforce-erp-system .pb-hero__inner {
    gap: 2.5rem;
  }
  .salesforce-erp-system .pb-hero__content {
    -ms-flex: 0 0 32rem;
        flex: 0 0 32rem;
    max-width: 32rem;
  }
  .salesforce-erp-system .pb-hero__title {
    font-size: 2.8rem;
  }
  .salesforce-erp-system .pb-hero__image {
    max-width: 35rem;
  }
  .salesforce-erp-system .pb-hero__small-image {
    width: 13rem;
    right: 0.5rem;
  }
  .salesforce-erp-system .pb-hero__bottom-logo {
    width: 6.8rem;
    right: -0.5rem;
  }
}

@media (max-width: 991px) {
  .salesforce-erp-system .pb-hero .container {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .salesforce-erp-system .pb-hero__inner {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3rem;
  }
  .salesforce-erp-system .pb-hero__content, .salesforce-erp-system .pb-hero__image {
    -ms-flex: none;
        flex: none;
    max-width: 100%;
    width: 100%;
  }
  .salesforce-erp-system .pb-hero__title {
    max-width: 40rem;
    font-size: 2.5rem;
  }
  .salesforce-erp-system .pb-hero__description {
    max-width: 40rem;
  }
  .salesforce-erp-system .pb-hero__image {
    max-width: 40.5rem;
    margin: 0 auto;
  }
  .salesforce-erp-system .pb-hero__small-image {
    width: 14rem;
    right: 1rem;
    bottom: 0;
  }
  .salesforce-erp-system .pb-hero__bottom-logo {
    width: 6.5rem;
    right: -0.25rem;
    bottom: -0.5rem;
  }
}

@media (max-width: 767px) {
  .salesforce-erp-system .pb-hero .container {
    padding-top: 3.25rem;
    padding-bottom: 4rem;
  }
  .salesforce-erp-system .pb-hero__platform-badge {
    margin-bottom: 0.9rem;
  }
  .salesforce-erp-system .pb-hero__title {
    font-size: 2.125rem;
    line-height: 1.12;
    margin-bottom: 1.1rem;
  }
  .salesforce-erp-system .pb-hero__description {
    margin-bottom: 1.75rem;
  }
  .salesforce-erp-system .pb-hero__description p {
    font-size: 1rem;
  }
  .salesforce-erp-system .pb-hero__actions {
    -ms-flex-align: stretch;
        align-items: stretch;
    gap: 0.75rem;
  }
  .salesforce-erp-system .pb-hero__cta, .salesforce-erp-system .pb-hero__download {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .salesforce-erp-system .pb-hero__small-image {
    width: 10rem;
    right: 0.5rem;
    bottom: 0;
  }
  .salesforce-erp-system .pb-hero__bottom-logo {
    width: 5rem;
    right: -0.15rem;
    bottom: -0.35rem;
  }
}

@media (max-width: 480px) {
  .salesforce-erp-system .pb-hero__title {
    font-size: 1.875rem;
  }
  .salesforce-erp-system .pb-hero__image {
    margin-top: 0.5rem;
  }
  .salesforce-erp-system .pb-hero__small-image {
    width: 7.8rem;
    right: 0.25rem;
  }
  .salesforce-erp-system .pb-hero__bottom-logo {
    width: 4rem;
  }
}

.salesforce-erp-system .pb-feature-panels {
  padding: 5.65rem 0 5.5rem;
  background: #f4f8fc;
  overflow: hidden;
}

.salesforce-erp-system .pb-feature-panels::after, .salesforce-erp-system .pb-feature-panels__bg {
  display: none;
}

.salesforce-erp-system .pb-feature-panels .container {
  position: relative;
  z-index: 2;
}

.salesforce-erp-system .pb-feature-panels__header {
  max-width: 55rem;
  margin: 0 auto 2.8rem;
  text-align: center;
}

.salesforce-erp-system .pb-feature-panels__eyebrow {
  margin: 0 0 1rem;
  color: #1f73ed;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.salesforce-erp-system .pb-feature-panels__title {
  max-width: 55rem;
  margin: 0 auto 2.7rem;
  color: #0c2a4e;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.028rem;
}

.salesforce-erp-system .pb-feature-panels__description {
  max-width: 55rem;
  margin: 0 auto;
}

.salesforce-erp-system .pb-feature-panels__description p {
  margin: 0;
  color: #5f6e7d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

.salesforce-erp-system .pb-feature-panels__description h3 {
  margin: 0 0 1rem;
  color: #0c2a4e;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.018rem;
  text-align: center;
}

.salesforce-erp-system .pb-feature-panels__items {
  max-width: 65rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.8rem;
}

.salesforce-erp-system .pb-feature-panels__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1.75rem;
  min-height: auto;
  padding: 2.25rem 2.5rem;
  background: #fff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.625rem 1.875rem rgba(13, 38, 77, 0.07);
}

.salesforce-erp-system .pb-feature-panels__icon {
  width: 3.25rem;
  height: 3.25rem;
  -ms-flex: 0 0 3.25rem;
      flex: 0 0 3.25rem;
  margin-top: 0;
  border-radius: 0.75rem;
  background: #edf5ff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.salesforce-erp-system .pb-feature-panels__icon img {
  object-fit: contain;
  display: block;
}

.salesforce-erp-system .pb-feature-panels__content {
  -ms-flex: 1;
      flex: 1;
}

.salesforce-erp-system .pb-feature-panels__item-title {
  margin: 0 0 1rem;
  color: #0c2a4e;
  font-size: 1.4375rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.018rem;
}

.salesforce-erp-system .pb-feature-panels__item-description p {
  margin: 0 0 0.7rem;
  color: #5f6e7d;
  font-size: 1.03125rem;
  font-weight: 400;
  line-height: 1.6;
}

.salesforce-erp-system .pb-feature-panels__item-description p:last-child {
  margin-bottom: 0;
}

.salesforce-erp-system .pb-feature-panels__bottom-text {
  max-width: 56.25rem;
  margin: 3rem auto 0;
  text-align: center;
}

.salesforce-erp-system .pb-feature-panels__bottom-text p {
  margin: 0;
  color: #0C2A4E;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .salesforce-erp-system .pb-feature-panels {
    padding: 5rem 0 6rem;
  }
  .salesforce-erp-system .pb-feature-panels__items {
    max-width: 58rem;
  }
  .salesforce-erp-system .pb-feature-panels__title {
    font-size: 2.5rem;
  }
  .salesforce-erp-system .pb-feature-panels__item {
    padding: 2rem;
    gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .salesforce-erp-system .pb-feature-panels {
    padding: 4rem 0 5rem;
  }
  .salesforce-erp-system .pb-feature-panels__header {
    margin-bottom: 3rem;
  }
  .salesforce-erp-system .pb-feature-panels__title {
    font-size: 2rem;
    line-height: 1.15;
  }
  .salesforce-erp-system .pb-feature-panels__description h3 {
    font-size: 1.4rem;
  }
  .salesforce-erp-system .pb-feature-panels__description p {
    font-size: 1rem;
  }
  .salesforce-erp-system .pb-feature-panels__item {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1.25rem;
    padding: 1.75rem 1.5rem;
  }
  .salesforce-erp-system .pb-feature-panels__item-title {
    font-size: 1.25rem;
  }
  .salesforce-erp-system .pb-feature-panels__item-description p {
    font-size: 0.96875rem;
  }
  .salesforce-erp-system .pb-feature-panels__bottom-text {
    margin-top: 2rem;
  }
  .salesforce-erp-system .pb-feature-panels__bottom-text p {
    font-size: 1.125rem;
  }
}

.salesforce-erp-system .pb-feature-panels.salesforce-user {
  padding: 5.7rem 0 5.7rem;
  background: #fff;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__header {
  max-width: 56.25rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__eyebrow {
  margin-bottom: 1rem;
  color: #268DA4;
  font-size: .75rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: .12rem;
  text-transform: uppercase;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__title {
  max-width: 56.25rem;
  margin: 0 auto 1.2rem;
  color: #0C2A4E;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 112%;
  letter-spacing: -.45px;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__description {
  max-width: 56.25rem;
  margin: 0 auto;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__description p {
  margin: 0;
  color: #5F6E7D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 155%;
  text-align: center;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__items {
  max-width: 65rem;
  margin: 3.5rem auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.5rem;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 2.5rem 2.75rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #0C2A4E, #091E3C);
  overflow: hidden;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__content {
  width: 100%;
  max-width: 47.78rem;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__item-title {
  position: relative;
  padding-top: 1.25rem;
  margin-bottom: 1.1rem;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 118%;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__item-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: #268DA4;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__item-description p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.125rem;
  line-height: 155%;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__icon {
  position: absolute;
  right: 3.5rem;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: none;
  width: 8rem;
  height: 10rem;
  margin: 0;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__item:last-child {
  padding: 2.5rem 2.75rem;
  display: block;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__item:last-child .pb-feature-panels__icon {
  display: none;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__item:last-child .pb-feature-panels__content {
  max-width: 100%;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__item:last-child .pb-feature-panels__item-title {
  margin-bottom: 1.4rem;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__item:last-child .pb-feature-panels__item-description ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__item:last-child .pb-feature-panels__item-description li {
  padding: 22px 24px 13px;
  border-radius: 12px;
  background: #fff;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__item:last-child .pb-feature-panels__item-description strong {
  display: block;
  margin-bottom: 10px;
  color: #0C2A4E;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 122%;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__item:last-child .pb-feature-panels__item-description li,
.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__item:last-child .pb-feature-panels__item-description li p {
  color: #5F6E7D;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 156%;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__bottom-text {
  max-width: 58.75rem;
  margin: 3.5rem auto 0;
  text-align: center;
}

.salesforce-erp-system .pb-feature-panels.salesforce-user .pb-feature-panels__bottom-text p {
  margin: 0;
  color: #0C2A4E;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%;
}

.salesforce-erp-system .pb-cta {
  padding: 5.5rem 0;
  background: #f4f8fc;
}

.salesforce-erp-system .pb-cta__inner {
  max-width: 58.75rem;
  margin: 0 auto;
  text-align: center;
}

.salesforce-erp-system .pb-cta__title {
  max-width: 58.75rem;
  margin: 0 auto 1.5rem;
  color: #0c2a4e;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.0275rem;
}

.salesforce-erp-system .pb-cta__description {
  max-width: 49.6rem;
  margin: 0 auto 1.5rem;
}

.salesforce-erp-system .pb-cta__description p {
  margin: 0;
  color: #5f6e7d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55;
}

.salesforce-erp-system .pb-cta__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.75rem;
}

.salesforce-erp-system .pb-cta__button, .salesforce-erp-system .pb-cta__button-secondary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 3.5rem;
  padding: 1.125rem 2.25rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.065rem;
  text-transform: uppercase;
  text-decoration: none;
}

.salesforce-erp-system .pb-cta__button {
  background: #ff6b00;
  color: #fff !important;
  border: 1px solid #ff6b00;
}

.salesforce-erp-system .pb-cta__button:hover {
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
}

.salesforce-erp-system .pb-cta__button::after {
  content: "→";
  font-size: 1rem;
  margin-left: 0.5rem;
}

.salesforce-erp-system .pb-cta__button-secondary {
  background: #fff;
  color: #0c2a4e;
  border: 1px solid #0c2a4e;
}

.salesforce-erp-system .pb-cta__button-secondary:hover {
  background: #0c2a4e;
  color: #fff;
}

@media (max-width: 767px) {
  .salesforce-erp-system .pb-cta {
    padding: 4rem 0;
  }
  .salesforce-erp-system .pb-cta__title {
    font-size: 2rem;
    line-height: 1.15;
  }
  .salesforce-erp-system .pb-cta__description {
    margin-bottom: 1.75rem;
  }
  .salesforce-erp-system .pb-cta__description p {
    font-size: 1rem;
  }
  .salesforce-erp-system .pb-cta__actions {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .salesforce-erp-system .pb-cta__button, .salesforce-erp-system .pb-cta__button-secondary {
    width: 100%;
  }
}

body:not(#tinymce), body:not(.home) {
  padding-top: 90px !important;
}

header .nav-top .language {
  display: none;
}

.home-new header .nav-top .language,
.manufacturing-new header .nav-top .language,
.salesforce-erp-system header .nav-top .language {
  display: block !important;
}

.home-new header .nav-top .language .language-menu a:first-child,
.manufacturing-new header .nav-top .language .language-menu a:first-child,
.salesforce-erp-system header .nav-top .language .language-menu a:first-child {
  display: block;
}

.distribution-erp-software .pb-hero {
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F9FD 50%, #CFE2F0 100%);
}

.distribution-erp-software .pb-hero .container {
  padding-bottom: 11.3rem;
  padding-top: 10.6rem;
}

.distribution-erp-software .pb-hero__image {
  position: relative;
  max-width: 698px;
  max-height: 363px;
  margin-left: -50px;
  margin-top: 0.3rem;
}

.distribution-erp-software .pb-hero__small-image {
  box-shadow: 0 10px 28px 0 #0F214047;
  background: #ffffff;
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 330px;
  height: 220px;
  padding: 6px;
  border-radius: 12px;
  overflow: hidden;
}

.distribution-erp-software .pb-hero__small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1380px) {
  .distribution-erp-software .pb-hero__small-image {
    right: 0;
  }
}

.distribution-erp-software .pb-hero__inner {
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 50px;
}

.distribution-erp-software .pb-hero__content {
  max-width: 37rem;
}

.distribution-erp-software .pb-hero__eyebrow {
  max-width: 32rem;
  margin: 0 0 1.6rem;
  color: #0C2A4E;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
}

.distribution-erp-software .pb-hero__title {
  max-width: 34rem;
  margin: 0 0 27px;
  font-size: 2.875rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  color: #0C2A4E;
}

.distribution-erp-software .pb-hero__title-text {
  color: #0C2A4E;
}

.distribution-erp-software .pb-hero__title-text span {
  color: #0055B8;
}

.distribution-erp-software .pb-hero__subtitle {
  margin: 0 0 26px;
  color: #0C2A4E;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.30;
}

.distribution-erp-software .pb-hero__description {
  max-width: 98%;
  margin-bottom: 1.9rem;
}

.distribution-erp-software .pb-hero__description p {
  margin: 0;
  color: #5F6E7D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.26;
}

.distribution-erp-software .pb-hero__cta {
  border-radius: 999px;
  padding: 0.8rem 1.6rem;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.distribution-erp-software .pb-hero__cta::after {
  content: "→";
}

.distribution-erp-software .pb-hero__download {
  border-color: #0c2a4e;
  letter-spacing: 0.08em;
  color: #0c2a4e;
  background: #ffffff;
  padding: 0.8rem 1.6rem;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 999px;
}

.distribution-erp-software .pb-hero__download::after {
  content: "→";
}

.distribution-erp-software .pb-hero__download:hover {
  background: #0c2a4e;
  color: #fff;
}

@media (max-width: 767px) {
  .distribution-erp-software .pb-hero .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .distribution-erp-software .pb-hero__inner {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2rem;
  }
  .distribution-erp-software .pb-hero__content {
    max-width: 100%;
  }
  .distribution-erp-software .pb-hero__image {
    max-width: 100%;
    margin: 0 auto;
  }
  .distribution-erp-software .pb-hero__small-image {
    position: relative;
    right: auto;
    bottom: auto;
    width: 70%;
    max-width: 240px;
    height: auto;
    aspect-ratio: 330 / 220;
    margin: -3rem 0 0 auto;
  }
}

.distribution-erp-software .pb-company-logos {
  padding: 5.3rem 0 4.1rem;
  background: #fff;
}

.distribution-erp-software .pb-company-logos::after {
  display: none;
}

.distribution-erp-software .pb-company-logos__title {
  max-width: 56.25rem;
  margin: 0 auto 4rem;
  color: #0C2A4E;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.distribution-erp-software .pb-company-logos__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 4.5rem;
  max-width: 92.5rem;
  margin: 0 auto;
}

.distribution-erp-software .pb-company-logos__card {
  width: auto;
  min-height: 0;
  height: auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.distribution-erp-software .pb-company-logos__card img {
  max-width: 100%;
  max-height: 105px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.distribution-erp-software .pb-company-logos__card-text {
  color: #5F6E7D;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 1200px) {
  .distribution-erp-software .pb-company-logos__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 900px;
  }
  .distribution-erp-software .pb-company-logos__card {
    width: calc(33.333% - 16px);
  }
}

@media (max-width: 900px) {
  .distribution-erp-software .pb-company-logos {
    padding: 4rem 1.25rem;
  }
  .distribution-erp-software .pb-company-logos__title {
    font-size: 26px;
    margin-bottom: 2rem;
  }
  .distribution-erp-software .pb-company-logos__card {
    width: calc(50% - 12px);
  }
}

@media (max-width: 600px) {
  .distribution-erp-software .pb-company-logos {
    padding: 3rem 1rem;
  }
  .distribution-erp-software .pb-company-logos__title {
    font-size: 24px;
  }
  .distribution-erp-software .pb-company-logos__grid {
    gap: 16px;
  }
  .distribution-erp-software .pb-company-logos__card {
    width: 100%;
    min-height: 140px;
  }
}

.distribution-erp-software .pb-image-text {
  margin: 0;
  padding: 5.6rem 0 6rem;
}

.distribution-erp-software .pb-image-text__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 700px;
      grid-template-columns: 1fr 700px;
  gap: 4rem;
  -ms-flex-align: center;
      align-items: center;
}

.distribution-erp-software .pb-image-text__content {
  max-width: 43rem;
}

.distribution-erp-software .pb-image-text__label {
  margin-bottom: 1.3rem;
  color: #1F73ED;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.6px;
}

.distribution-erp-software .pb-image-text__title {
  max-width: 640px;
  margin-bottom: 1.6rem;
  color: #0C2A4E;
  font-size: 2.125rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.distribution-erp-software .pb-image-text__description p {
  max-width: 100%;
  color: #5F6E7D;
  font-size: 1.125rem;
  line-height: 1.54;
  margin-bottom: 1.1rem;
}

.distribution-erp-software .pb-image-text__image {
  max-width: 700px;
  width: 100%;
  max-height: none;
}

.distribution-erp-software .pb-image-text__image img {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
}

.distribution-erp-software .pb-image-text__button {
  border-color: #0c2a4e;
  letter-spacing: 0.08em;
  color: #0c2a4e;
  background: #ffffff;
  height: 46px;
  padding: 0.4rem 1.6rem;
  border-radius: 999px;
}

.distribution-erp-software .pb-image-text__button span {
  color: #0c2a4e;
  font-size: 0.8125rem;
  line-height: 1;
}

.distribution-erp-software .pb-image-text__button::after {
  content: "→";
}

.distribution-erp-software .pb-image-text__button:hover {
  background: #0c2a4e;
}

.distribution-erp-software .pb-image-text__button:hover span {
  color: #fff;
}

@media (max-width: 1200px) {
  .distribution-erp-software .pb-image-text__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .distribution-erp-software .pb-image-text__image {
    max-width: 700px;
  }
}

.distribution-erp-software .pb-features {
  padding: 3.7rem 0 6rem;
  background: #fff;
  overflow: hidden;
}

.distribution-erp-software .pb-features::after {
  display: none;
}

.distribution-erp-software .pb-features__title {
  max-width: 60rem;
  margin: 0 auto 2.8rem;
  color: #0C2A4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.distribution-erp-software .pb-features__description {
  max-width: 62.5rem;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.distribution-erp-software .pb-features__description p {
  color: #5F6E7D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.distribution-erp-software .pb-features__grid {
  max-width: 75rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
  padding-bottom: 0;
}

.distribution-erp-software .pb-features__card {
  min-height: 11.75rem;
  height: auto;
  padding: 2.1rem 1.6rem 2rem;
  border-radius: 0.75rem;
  border: 1px solid #E5EBF0;
  box-shadow: 0 4px 14px 0 rgba(13, 31, 56, 0.06);
  background: #fff;
}

.distribution-erp-software .pb-features__card::before {
  height: 6px;
  border-radius: 0.75rem 0.75rem 0 0;
}

.distribution-erp-software .pb-features__card:hover {
  -ms-transform: none;
      transform: none;
  box-shadow: 0 4px 14px 0 rgba(13, 31, 56, 0.06);
}

.distribution-erp-software .pb-features__card:hover .pb-features__card-inner {
  -ms-transform: none;
      transform: none;
}

.distribution-erp-software .pb-features__card-title {
  margin: 0 0 1.125rem;
  color: #0C2A4E;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.24;
}

.distribution-erp-software .pb-features__card-desc p {
  max-width: 21rem;
  color: #5F6E7D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1024px) {
  .distribution-erp-software .pb-features {
    padding: 4rem 1.5rem 5rem;
  }
  .distribution-erp-software .pb-features__title {
    font-size: 2rem;
    max-width: 45rem;
  }
  .distribution-erp-software .pb-features__description {
    max-width: 48rem;
    margin-bottom: 3rem;
  }
  .distribution-erp-software .pb-features__description p {
    font-size: 1rem;
  }
  .distribution-erp-software .pb-features__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 767px) {
  .distribution-erp-software .pb-features {
    padding: 3.25rem 1.25rem 4rem;
  }
  .distribution-erp-software .pb-features__title {
    font-size: 1.75rem;
    line-height: 1.22;
    margin-bottom: 1.75rem;
  }
  .distribution-erp-software .pb-features__description {
    margin-bottom: 2.5rem;
  }
  .distribution-erp-software .pb-features__description p {
    font-size: 0.9375rem;
    line-height: 1.55;
  }
  .distribution-erp-software .pb-features__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1rem;
  }
  .distribution-erp-software .pb-features__card {
    min-height: auto;
    padding: 1.75rem 1.375rem;
  }
}

.distribution-erp-software .pb-feature-panels {
  padding: 5.4rem 0 6rem;
  background: #F4F8FB;
}

.distribution-erp-software .pb-feature-panels::after, .distribution-erp-software .pb-feature-panels__bg {
  display: none;
}

.distribution-erp-software .pb-feature-panels__header {
  max-width: 61.25rem;
  margin: 0 auto 1.4rem;
  text-align: center;
}

.distribution-erp-software .pb-feature-panels__eyebrow {
  margin: 0 0 1.2rem;
  color: #1F73ED;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.distribution-erp-software .pb-feature-panels__title {
  max-width: 56.25rem;
  margin: 0 auto 1.25rem;
  color: #0C2A4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.distribution-erp-software .pb-feature-panels__description {
  max-width: 61.25rem;
  margin: 0 auto;
}

.distribution-erp-software .pb-feature-panels__description p {
  margin: 0;
  color: #5F6E7D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.distribution-erp-software .pb-feature-panels__items {
  max-width: 92.5rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.7rem;
}

.distribution-erp-software .pb-feature-panels__item {
  min-height: 11rem;
  border: none;
  padding: 2.375rem 3rem 2.375rem 2.75rem;
  gap: 1.7rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 14px 0 #0D1F380D;
}

.distribution-erp-software .pb-feature-panels__icon {
  width: 3.5rem;
  height: 3.5rem;
  -ms-flex: 0 0 3.5rem;
      flex: 0 0 3.5rem;
  margin-top: 0;
  border-radius: 0.75rem;
  background: #E9F1FB;
}

.distribution-erp-software .pb-feature-panels__item-content {
  -ms-flex: 1;
      flex: 1;
}

.distribution-erp-software .pb-feature-panels__item-title {
  margin: 0 0 0.875rem;
  color: #0C2A4E;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
}

.distribution-erp-software .pb-feature-panels__item-description p {
  margin: 0;
  color: #5F6E7D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}

@media (max-width: 1200px) {
  .distribution-erp-software .pb-feature-panels__items {
    max-width: 56.25rem;
    padding: 0 1.5rem;
  }
  .distribution-erp-software .pb-feature-panels__item {
    padding: 2rem;
    gap: 1.5rem;
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .distribution-erp-software .pb-feature-panels {
    padding: 4rem 0 5rem;
  }
  .distribution-erp-software .pb-feature-panels__header {
    padding: 0 1.5rem;
    margin-bottom: 2.5rem;
  }
  .distribution-erp-software .pb-feature-panels__title {
    font-size: 2rem;
  }
  .distribution-erp-software .pb-feature-panels__description p {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .distribution-erp-software .pb-feature-panels {
    padding: 3rem 0 4rem;
  }
  .distribution-erp-software .pb-feature-panels__eyebrow {
    font-size: 0.75rem;
  }
  .distribution-erp-software .pb-feature-panels__title {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .distribution-erp-software .pb-feature-panels__item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 1.5rem;
    gap: 1rem;
  }
  .distribution-erp-software .pb-feature-panels__icon {
    width: 3rem;
    height: 3rem;
    -ms-flex-preferred-size: 3rem;
        flex-basis: 3rem;
  }
  .distribution-erp-software .pb-feature-panels__item-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .distribution-erp-software .pb-feature-panels__item-description p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .distribution-erp-software .pb-feature-panels__title {
    font-size: 1.55rem;
  }
  .distribution-erp-software .pb-feature-panels__item {
    padding: 1.25rem;
  }
}

.distribution-erp-software .pb-testimonial-quote {
  position: relative;
  padding: 5.25rem 0 6rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #EEF4FA 100%);
  overflow: hidden;
}

.distribution-erp-software .pb-testimonial-quote__bg {
  display: none;
}

.distribution-erp-software .pb-testimonial-quote__header {
  max-width: 56.25rem;
  margin: 0 auto 3.2rem;
  text-align: center;
}

.distribution-erp-software .pb-testimonial-quote__eyebrow {
  display: block;
  margin: 0 0 1rem;
  color: #1F73ED;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.distribution-erp-software .pb-testimonial-quote__title {
  margin: 0;
  color: #0C2A4E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.distribution-erp-software .pb-testimonial-quote__items {
  max-width: 60.9375rem;
  min-height: 28.4375rem;
  margin: 0 auto;
  padding: 0 2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.625rem 1.875rem rgba(15, 26, 46, 0.08);
}

.distribution-erp-software .pb-testimonial-quote__card {
  display: -ms-grid;
  display: grid;
  padding: 3rem 2rem 3rem;
  -ms-grid-columns: 16.5625rem 1fr 12.8125rem;
      grid-template-columns: 16.5625rem 1fr 12.8125rem;
  grid-template-areas: "image number number" "image quote quote" "image author button";
  column-gap: 4rem;
  background: none;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: none;
}

.distribution-erp-software .pb-testimonial-quote__card-title {
  display: none;
}

.distribution-erp-software .pb-testimonial-quote__text {
  grid-area: quote;
  max-width: 32.875rem;
  margin: 0 auto;
}

.distribution-erp-software .pb-testimonial-quote__text::before {
  content: "”";
  position: absolute;
  left: 0;
  top: 12px;
  color: var(--quote-color, #62B43C);
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}

.distribution-erp-software .pb-testimonial-quote__text p {
  color: #0C2A4E;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  padding-top: 5.1rem;
  margin: 0;
}

.distribution-erp-software .pb-testimonial-quote__author {
  display: contents;
}

.distribution-erp-software .pb-testimonial-quote__author-image {
  grid-area: image;
  width: 16.5625rem;
  height: 19.875rem;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #E5EBF0;
  background: #fff;
}

.distribution-erp-software .pb-testimonial-quote__author-image img {
  width: 100%;
  height: 100%;
  object-fit: none;
  display: block;
}

.distribution-erp-software .pb-testimonial-quote__author-info {
  grid-area: author;
  margin-top: 1.2rem;
}

.distribution-erp-software .pb-testimonial-quote__author-name {
  display: block;
  color: #62B43C;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}

.distribution-erp-software .pb-testimonial-quote__author-role {
  display: block;
  margin-top: 0.4rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}

.distribution-erp-software .pb-testimonial-quote__author-role::before {
  display: none;
}

.distribution-erp-software .pb-testimonial-quote__author-role p {
  color: #5F6E7D;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
}

.distribution-erp-software .pb-testimonial-quote__author-role p span {
  color: #0C2A4E;
  text-transform: none;
}

.distribution-erp-software .pb-testimonial-quote__card-link {
  grid-area: button;
  justify-self: end;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin-top: 1.5rem;
}

.distribution-erp-software .pb-testimonial-quote__card-link a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.5rem;
  min-width: 12.8125rem;
  min-height: 2.6875rem;
  padding: 0.8125rem 1.625rem;
  border: 1.5px solid #62B43C;
  border-radius: 999px;
  color: #62B43C;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition: all .25s ease;
}

.distribution-erp-software .pb-testimonial-quote__card-link a:hover {
  background: #62B43C;
  color: #fff;
}

.distribution-erp-software .pb-testimonial-quote__button {
  display: none;
}

@media (max-width: 1200px) {
  .distribution-erp-software .pb-testimonial-quote {
    padding: 4.5rem 1.5rem 5rem;
  }
  .distribution-erp-software .pb-testimonial-quote__items {
    max-width: 56rem;
    padding: 0 1.5rem;
  }
  .distribution-erp-software .pb-testimonial-quote__card {
    -ms-grid-columns: 14rem 1fr 11.5rem;
        grid-template-columns: 14rem 1fr 11.5rem;
    column-gap: 2.5rem;
    padding: 2.75rem 1.5rem;
  }
  .distribution-erp-software .pb-testimonial-quote__author-image {
    width: 14rem;
    height: 17rem;
  }
  .distribution-erp-software .pb-testimonial-quote__author-image img {
    object-fit: cover;
  }
  .distribution-erp-software .pb-testimonial-quote__text {
    max-width: 30rem;
  }
  .distribution-erp-software .pb-testimonial-quote__text::before {
    font-size: 6rem;
  }
  .distribution-erp-software .pb-testimonial-quote__text p {
    font-size: 1.35rem;
    padding-top: 4.2rem;
  }
}

@media (max-width: 991px) {
  .distribution-erp-software .pb-testimonial-quote__header {
    margin-bottom: 2.5rem;
  }
  .distribution-erp-software .pb-testimonial-quote__items {
    max-width: 42rem;
  }
  .distribution-erp-software .pb-testimonial-quote__card {
    -ms-grid-columns: 13rem 1fr;
        grid-template-columns: 13rem 1fr;
    grid-template-areas: "image quote" "image author" "image button";
    column-gap: 2rem;
    row-gap: 1rem;
  }
  .distribution-erp-software .pb-testimonial-quote__text {
    max-width: 100%;
  }
  .distribution-erp-software .pb-testimonial-quote__text::before {
    top: -1rem;
    font-size: 5rem;
  }
  .distribution-erp-software .pb-testimonial-quote__text p {
    padding-top: 3rem;
    font-size: 1.2rem;
  }
  .distribution-erp-software .pb-testimonial-quote__author-image {
    width: 13rem;
    height: 15.5rem;
  }
  .distribution-erp-software .pb-testimonial-quote__author-info {
    margin-top: 0;
  }
  .distribution-erp-software .pb-testimonial-quote__card-link {
    justify-self: start;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .distribution-erp-software .pb-testimonial-quote {
    padding: 3.5rem 1rem 4rem;
  }
  .distribution-erp-software .pb-testimonial-quote__title {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .distribution-erp-software .pb-testimonial-quote__items {
    min-height: auto;
    padding: 0 1rem;
  }
  .distribution-erp-software .pb-testimonial-quote__card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 2rem 0;
    gap: 1.25rem;
  }
  .distribution-erp-software .pb-testimonial-quote__author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  .distribution-erp-software .pb-testimonial-quote__author-image {
    width: 100%;
    max-width: 16.5625rem;
    height: auto;
    aspect-ratio: 265 / 318;
    margin: 0 auto;
    -ms-flex-order: 1;
        order: 1;
  }
  .distribution-erp-software .pb-testimonial-quote__text {
    -ms-flex-order: 2;
        order: 2;
    text-align: left;
  }
  .distribution-erp-software .pb-testimonial-quote__text::before {
    position: static;
    display: block;
    font-size: 4rem;
    line-height: .7;
    margin-bottom: .5rem;
  }
  .distribution-erp-software .pb-testimonial-quote__text p {
    padding-top: 0;
    font-size: 1.125rem;
    line-height: 1.45;
  }
  .distribution-erp-software .pb-testimonial-quote__author-info {
    -ms-flex-order: 3;
        order: 3;
    width: 100%;
    margin-top: 0;
    text-align: left;
  }
  .distribution-erp-software .pb-testimonial-quote__card-link {
    -ms-flex-order: 4;
        order: 4;
    width: 100%;
    justify-self: auto;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    margin-top: .5rem;
  }
  .distribution-erp-software .pb-testimonial-quote__card-link a {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .distribution-erp-software .pb-testimonial-quote__eyebrow {
    font-size: 0.75rem;
  }
  .distribution-erp-software .pb-testimonial-quote__title {
    font-size: 1.55rem;
  }
  .distribution-erp-software .pb-testimonial-quote__items {
    padding: 0 .875rem;
  }
  .distribution-erp-software .pb-testimonial-quote__text p {
    font-size: 1rem;
  }
  .distribution-erp-software .pb-testimonial-quote__text::before {
    font-size: 3.5rem;
  }
}

.distribution-erp-software .pb-cta {
  padding: 5.6rem 0 6rem;
  background: #FFFFFF;
}

.distribution-erp-software .pb-cta__inner {
  max-width: 70rem;
  margin: 0 auto;
  text-align: center;
}

.distribution-erp-software .pb-cta__title {
  max-width: 70rem;
  margin: 0 auto 1.375rem;
  color: #0C2A4E;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.distribution-erp-software .pb-cta__description {
  max-width: 63.75rem;
  margin: 0 auto 3.3rem;
}

.distribution-erp-software .pb-cta__description p {
  color: #5F6E7D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

.distribution-erp-software .pb-cta__description p:last-child {
  margin-bottom: 0;
}

.distribution-erp-software .pb-cta__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.75rem;
}

.distribution-erp-software .pb-cta__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.625rem;
  min-width: 14.0625rem;
  min-height: 2.75rem;
  padding: 0.813rem 1.75rem;
  border-radius: 999px;
  background: #FF6B00;
  color: #fff !important;
  border: 1.5px solid #FF6B00;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  animation: none;
  transition: all 0.25s ease;
}

.distribution-erp-software .pb-cta__button::after {
  content: "→";
  font-size: 1rem;
  line-height: 1;
}

.distribution-erp-software .pb-cta__button:hover {
  background: #0C2A4E;
  border-color: #0C2A4E;
  color: #fff !important;
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
}

.high-tech-and-electronics .pb-hero {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f0f6fa 100%);
  overflow: visible;
}

.high-tech-and-electronics .pb-hero .container {
  padding-top: 9rem;
  padding-bottom: 10.2rem;
}

.high-tech-and-electronics .pb-hero__dots {
  background-size: auto;
}

.high-tech-and-electronics .pb-hero__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 4rem;
}

.high-tech-and-electronics .pb-hero__content {
  -ms-flex: 0 1 45.8125rem;
      flex: 0 1 45.8125rem;
  max-width: 45.8125rem;
  padding-top: 1rem;
}

.high-tech-and-electronics .pb-hero__eyebrow {
  max-width: 32rem;
  margin: 0 0 1.5rem;
  color: #37404a;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
}

.high-tech-and-electronics .pb-hero__title {
  max-width: 39.125rem;
  margin: 0 0 2.3rem;
  color: #37404a;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.high-tech-and-electronics .pb-hero__title-text {
  color: inherit;
}

.high-tech-and-electronics .pb-hero__title-text span {
  color: #0055b8;
}

.high-tech-and-electronics .pb-hero__subtitle {
  max-width: 42.5rem;
  margin: 0 0 0.875rem;
  color: #37404a;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.high-tech-and-electronics .pb-hero__description {
  max-width: 45.8125rem;
  margin: 0 0 3.53rem;
}

.high-tech-and-electronics .pb-hero__description p {
  margin: 0;
  color: #37404a;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.33;
}

.high-tech-and-electronics .pb-hero__image {
  position: relative;
  -ms-flex: 0 1 49.4375rem;
      flex: 0 1 49.4375rem;
  width: 100%;
  max-width: 39.5rem;
  max-height: none;
  margin-top: -1.5625rem;
  margin-left: 0;
}

.high-tech-and-electronics .pb-hero__image > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.high-tech-and-electronics .pb-hero__small-image {
  position: absolute;
  right: -3.125rem;
  bottom: -3.125rem;
  width: 20.625rem;
  height: 13.75rem;
  padding: 0.375rem;
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 0.625rem 1.75rem rgba(15, 33, 64, 0.28);
  overflow: hidden;
}

.high-tech-and-electronics .pb-hero__small-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.high-tech-and-electronics .pb-hero__cta, .high-tech-and-electronics .pb-hero__download {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.625rem;
  min-height: 2.875rem;
  padding: 0.875rem 1.75rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.065rem;
  text-transform: uppercase;
}

.high-tech-and-electronics .pb-hero__cta::after, .high-tech-and-electronics .pb-hero__download::after {
  content: "→";
  font-size: 0.875rem;
  line-height: 1;
}

.high-tech-and-electronics .pb-hero__cta {
  color: #ffffff;
  background: #ff6b00;
  border-color: #ff6b00;
  padding: 0.6rem 1.75rem;
}

.high-tech-and-electronics .pb-hero__cta:hover {
  color: #ffffff;
  background: #d95b00;
  border-color: #d95b00;
}

.high-tech-and-electronics .pb-hero__download {
  color: #0c2a4e;
  background: #ffffff;
  border-color: #0c2a4e;
}

.high-tech-and-electronics .pb-hero__download:hover {
  color: #ffffff;
  background: #0c2a4e;
}

@media (max-width: 1380px) {
  .high-tech-and-electronics .pb-hero .container {
    padding-top: 7rem;
  }
  .high-tech-and-electronics .pb-hero__inner {
    gap: 2.5rem;
  }
  .high-tech-and-electronics .pb-hero__content {
    -ms-flex-preferred-size: 37rem;
        flex-basis: 37rem;
    max-width: 37rem;
  }
  .high-tech-and-electronics .pb-hero__title {
    max-width: 34rem;
    font-size: 3.25rem;
  }
  .high-tech-and-electronics .pb-hero__subtitle {
    font-size: 1.25rem;
  }
  .high-tech-and-electronics .pb-hero__description p {
    font-size: 1.125rem;
  }
  .high-tech-and-electronics .pb-hero__image {
    -ms-flex-preferred-size: 43.625rem;
        flex-basis: 43.625rem;
    max-width: 43.625rem;
  }
  .high-tech-and-electronics .pb-hero__small-image {
    right: 0;
  }
}

@media (max-width: 1100px) {
  .high-tech-and-electronics .pb-hero .container {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .high-tech-and-electronics .pb-hero__inner {
    gap: 2rem;
  }
  .high-tech-and-electronics .pb-hero__content {
    -ms-flex: 0 1 48%;
        flex: 0 1 48%;
  }
  .high-tech-and-electronics .pb-hero__image {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    margin-top: 0;
  }
  .high-tech-and-electronics .pb-hero__title {
    font-size: 2.75rem;
  }
  .high-tech-and-electronics .pb-hero__subtitle {
    font-size: 1.125rem;
  }
  .high-tech-and-electronics .pb-hero__description p {
    font-size: 1rem;
  }
  .high-tech-and-electronics .pb-hero__small-image {
    right: 0;
    bottom: -2rem;
    width: 45%;
    height: auto;
    aspect-ratio: 330 / 220;
  }
}

@media (max-width: 767px) {
  .high-tech-and-electronics .pb-hero .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .high-tech-and-electronics .pb-hero__inner {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2rem;
  }
  .high-tech-and-electronics .pb-hero__content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
    padding-top: 0;
  }
  .high-tech-and-electronics .pb-hero__title {
    max-width: 100%;
    font-size: 2.5rem;
    line-height: 1.08;
  }
  .high-tech-and-electronics .pb-hero__subtitle {
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .high-tech-and-electronics .pb-hero__description {
    max-width: 100%;
  }
  .high-tech-and-electronics .pb-hero__description p {
    font-size: 1rem;
    line-height: 1.4;
  }
  .high-tech-and-electronics .pb-hero__image {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .high-tech-and-electronics .pb-hero__small-image {
    position: relative;
    right: auto;
    bottom: auto;
    width: 70%;
    max-width: 15rem;
    height: auto;
    margin: -3rem 0 0 auto;
    aspect-ratio: 330 / 220;
  }
}

@media (max-width: 480px) {
  .high-tech-and-electronics .pb-hero__title {
    font-size: 2rem;
  }
  .high-tech-and-electronics .pb-hero__cta, .high-tech-and-electronics .pb-hero__download {
    width: 100%;
  }
}

.high-tech-and-electronics .pb-company-logos {
  position: relative;
  padding: 1.9rem 1.5rem 14.3rem;
  background: #F0F6FA;
  overflow: hidden;
}

.high-tech-and-electronics .pb-company-logos .container {
  position: relative;
  z-index: 2;
}

.high-tech-and-electronics .pb-company-logos__title {
  max-width: 43.625rem;
  margin: 0 auto 4.5rem;
  color: #37404a;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.high-tech-and-electronics .pb-company-logos__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 17.5625rem))[3];
      grid-template-columns: repeat(3, minmax(0, 17.5625rem));
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.125rem;
  max-width: 55.9375rem;
  margin: 0 auto;
}

.high-tech-and-electronics .pb-company-logos__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 11.5rem;
  padding: 2rem;
  background: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.high-tech-and-electronics .pb-company-logos__card img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 5rem;
  object-fit: contain;
}

@media (max-width: 991px) {
  .high-tech-and-electronics .pb-company-logos {
    padding-bottom: 9rem;
  }
  .high-tech-and-electronics .pb-company-logos::after {
    bottom: -5rem;
    height: 10rem;
  }
  .high-tech-and-electronics .pb-company-logos__title {
    max-width: 35rem;
    margin-bottom: 3.5rem;
    font-size: 2rem;
    line-height: 1.25;
  }
  .high-tech-and-electronics .pb-company-logos__grid {
    -ms-grid-columns: (minmax(0, 17.5625rem))[2];
        grid-template-columns: repeat(2, minmax(0, 17.5625rem));
    max-width: 36.25rem;
    gap: 1.25rem;
  }
}

@media (max-width: 767px) {
  .high-tech-and-electronics .pb-company-logos {
    padding-right: 1rem;
    padding-bottom: 8rem;
    padding-left: 1rem;
  }
  .high-tech-and-electronics .pb-company-logos__title {
    margin-bottom: 2.5rem;
    font-size: 1.75rem;
  }
  .high-tech-and-electronics .pb-company-logos__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    max-width: 20rem;
  }
  .high-tech-and-electronics .pb-company-logos__card {
    height: 10rem;
    padding: 1.75rem;
  }
}

@media (max-width: 480px) {
  .high-tech-and-electronics .pb-company-logos__title {
    font-size: 1.5rem;
  }
  .high-tech-and-electronics .pb-company-logos__card {
    height: 9rem;
    padding: 1.5rem;
  }
  .high-tech-and-electronics .pb-company-logos__card img {
    max-height: 4rem;
  }
}

.high-tech-and-electronics .pb-company-logos__title, .high-tech-and-electronics .pb-company-logos__card {
  opacity: 0;
  -ms-transform: translateY(2.1875rem);
      transform: translateY(2.1875rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.high-tech-and-electronics .pb-company-logos.is-visible .pb-company-logos__title {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.high-tech-and-electronics .pb-company-logos__card.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.high-tech-and-electronics .pb-image-text {
  margin: 0;
  padding: 5.4rem 0 5.5rem;
  background: #ffffff;
}

.high-tech-and-electronics .pb-image-text__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 4.5rem;
}

.high-tech-and-electronics .pb-image-text__content {
  width: 100%;
  max-width: 41.625rem;
}

.high-tech-and-electronics .pb-image-text__label {
  margin: 0 0 1.25rem;
  color: #1f73ed;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.high-tech-and-electronics .pb-image-text__title {
  max-width: 35.5625rem;
  margin: 0 0 1.25rem;
  color: #37404a;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.high-tech-and-electronics .pb-image-text__description {
  max-width: 41.625rem;
  margin-bottom: 2.1rem;
}

.high-tech-and-electronics .pb-image-text__description p {
  margin: 0 0 0.625rem;
  color: #37404a;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.333;
}

.high-tech-and-electronics .pb-image-text__description p:last-child {
  margin-bottom: 0;
}

.high-tech-and-electronics .pb-image-text__image {
  width: 100%;
  max-width: 38.875rem;
  margin-left: auto;
}

.high-tech-and-electronics .pb-image-text__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
}

.high-tech-and-electronics .pb-image-text__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.625rem;
  min-width: 10.875rem;
  min-height: 2.875rem;
  padding: 0.6rem 1.75rem;
  color: #0c2a4e;
  background: #ffffff;
  border: 1px solid #0c2a4e;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.065rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.high-tech-and-electronics .pb-image-text__button span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.high-tech-and-electronics .pb-image-text__button::after {
  content: "→";
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  font-size: 0.875rem;
  line-height: 1;
}

.high-tech-and-electronics .pb-image-text__button:hover {
  color: #ffffff;
  background: #0c2a4e;
}

.high-tech-and-electronics .pb-image-text__button:hover span {
  color: inherit;
}

@media (max-width: 1380px) {
  .high-tech-and-electronics .pb-image-text__inner {
    -ms-grid-columns: minmax(0, 36rem) minmax(0, 34rem);
        grid-template-columns: minmax(0, 36rem) minmax(0, 34rem);
    gap: 3rem;
  }
  .high-tech-and-electronics .pb-image-text__content {
    max-width: 36rem;
  }
  .high-tech-and-electronics .pb-image-text__title {
    max-width: 32rem;
    font-size: 2.125rem;
  }
  .high-tech-and-electronics .pb-image-text__description {
    max-width: 36rem;
  }
  .high-tech-and-electronics .pb-image-text__description p {
    font-size: 1.125rem;
    line-height: 1.45;
  }
  .high-tech-and-electronics .pb-image-text__image {
    max-width: 34rem;
  }
}

@media (max-width: 1100px) {
  .high-tech-and-electronics .pb-image-text {
    padding: 4.5rem 0;
  }
  .high-tech-and-electronics .pb-image-text__inner {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 45%);
        grid-template-columns: minmax(0, 1fr) minmax(0, 45%);
    gap: 2.5rem;
  }
  .high-tech-and-electronics .pb-image-text__title {
    font-size: 2rem;
  }
  .high-tech-and-electronics .pb-image-text__description p {
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .high-tech-and-electronics .pb-image-text__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 3rem;
  }
  .high-tech-and-electronics .pb-image-text__content {
    max-width: 43rem;
  }
  .high-tech-and-electronics .pb-image-text__image {
    max-width: 38.875rem;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .high-tech-and-electronics .pb-image-text {
    padding: 3.5rem 0;
  }
  .high-tech-and-electronics .pb-image-text__title {
    max-width: 100%;
    font-size: 1.75rem;
    line-height: 1.25;
  }
  .high-tech-and-electronics .pb-image-text__description {
    max-width: 100%;
  }
  .high-tech-and-electronics .pb-image-text__description p {
    font-size: 1rem;
    line-height: 1.45;
  }
  .high-tech-and-electronics .pb-image-text__button {
    width: 100%;
  }
}

.high-tech-and-electronics .pb-features {
  position: relative;
  padding: 5.1rem 1.5rem 7.5rem;
  background: #ffffff;
  overflow: hidden;
}

.high-tech-and-electronics .pb-features__title {
  max-width: 50.6875rem;
  margin: 0 auto 1.8rem;
  color: #37404a;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.high-tech-and-electronics .pb-features__description {
  max-width: 62.75rem;
  margin: 0 auto 4.3rem;
  text-align: center;
}

.high-tech-and-electronics .pb-features__description p {
  margin: 0;
  color: #37404a;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.333;
}

.high-tech-and-electronics .pb-features__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 16.25rem))[5];
      grid-template-columns: repeat(5, minmax(0, 16.25rem));
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.5rem;
  max-width: 87.5rem;
  margin: 0 auto;
  padding-bottom: 0;
}

.high-tech-and-electronics .pb-features__card {
  position: relative;
  width: 100%;
  min-height: 22.5rem;
  height: 22.5rem;
  padding: 4.2rem 2.1rem 2rem;
  background: #ffffff;
  border: 1px solid #e5ebf0;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: none;
}

.high-tech-and-electronics .pb-features__card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.6rem;
  border-radius: 0.625rem 0.625rem 0 0;
}

.high-tech-and-electronics .pb-features__card:hover {
  -ms-transform: none;
      transform: none;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.high-tech-and-electronics .pb-features__card:hover .pb-features__card-inner {
  -ms-transform: none;
      transform: none;
}

.high-tech-and-electronics .pb-features__card-inner {
  height: 100%;
}

.high-tech-and-electronics .pb-features__card-title {
  margin: 0;
  color: #37404a;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: 0;
}

.high-tech-and-electronics .pb-features__card-desc {
  margin-top: 1rem;
}

.high-tech-and-electronics .pb-features__card-desc p {
  max-width: 100%;
  margin: 0;
  color: #5f6e7d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1500px) {
  .high-tech-and-electronics .pb-features__grid {
    -ms-grid-columns: (minmax(0, 14rem))[5];
        grid-template-columns: repeat(5, minmax(0, 14rem));
    gap: 1.25rem;
    max-width: 75rem;
  }
  .high-tech-and-electronics .pb-features__card {
    min-height: 20rem;
    height: 20rem;
    padding: 3.25rem 1.5rem 1.75rem;
  }
  .high-tech-and-electronics .pb-features__card-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 1200px) {
  .high-tech-and-electronics .pb-features {
    padding: 4.5rem 1.5rem 6rem;
  }
  .high-tech-and-electronics .pb-features__title {
    max-width: 45rem;
    font-size: 2.125rem;
  }
  .high-tech-and-electronics .pb-features__description {
    max-width: 52rem;
    margin-bottom: 3.5rem;
  }
  .high-tech-and-electronics .pb-features__description p {
    font-size: 1.125rem;
  }
  .high-tech-and-electronics .pb-features__grid {
    -ms-grid-columns: (minmax(0, 16.25rem))[3];
        grid-template-columns: repeat(3, minmax(0, 16.25rem));
    max-width: 51.5rem;
  }
  .high-tech-and-electronics .pb-features__card {
    min-height: 20rem;
    height: 20rem;
  }
}

@media (max-width: 900px) {
  .high-tech-and-electronics .pb-features__grid {
    -ms-grid-columns: (minmax(0, 16.25rem))[2];
        grid-template-columns: repeat(2, minmax(0, 16.25rem));
    max-width: 34rem;
  }
}

@media (max-width: 767px) {
  .high-tech-and-electronics .pb-features {
    padding: 3.5rem 1rem 4.5rem;
  }
  .high-tech-and-electronics .pb-features__title {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
    line-height: 1.25;
  }
  .high-tech-and-electronics .pb-features__description {
    margin-bottom: 2.5rem;
  }
  .high-tech-and-electronics .pb-features__description p {
    font-size: 1rem;
    line-height: 1.45;
  }
  .high-tech-and-electronics .pb-features__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    max-width: 20rem;
    gap: 1rem;
  }
  .high-tech-and-electronics .pb-features__card {
    min-height: auto;
    height: auto;
    padding: 3rem 1.5rem 2rem;
  }
  .high-tech-and-electronics .pb-features__card-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.high-tech-and-electronics .pb-feature-panels {
  position: relative;
  padding: 6.88rem 1.5rem 17.3rem;
  background: #f4f8fb;
  overflow: hidden;
}

.high-tech-and-electronics .pb-feature-panels::after {
  display: none;
}

.high-tech-and-electronics .pb-feature-panels .container {
  position: relative;
  z-index: 1;
}

.high-tech-and-electronics .pb-feature-panels__header {
  max-width: 62.75rem;
  margin: 0 auto 6rem;
  text-align: center;
}

.high-tech-and-electronics .pb-feature-panels__eyebrow {
  display: block;
  margin: 0 0 1.1rem;
  color: #1b78b4;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
}

.high-tech-and-electronics .pb-feature-panels__title {
  max-width: 47rem;
  margin: 0 auto 1rem;
  color: #37404a;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.high-tech-and-electronics .pb-feature-panels__description {
  max-width: 62.75rem;
  margin: 0 auto;
  text-align: center;
}

.high-tech-and-electronics .pb-feature-panels__description p {
  margin: 0;
  color: #37404a;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.333;
}

.high-tech-and-electronics .pb-feature-panels__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.9rem;
  max-width: 92.4375rem;
  margin: 0 auto;
}

.high-tech-and-electronics .pb-feature-panels__item {
  display: -ms-flexbox;
  display: flex;
  min-height: 283px;
  box-sizing: border-box;
  padding: 4.6rem 4rem;
  gap: 3rem;
  background: #ffffff;
  border: 1px solid #e5ebf0;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.08);
}

.high-tech-and-electronics .pb-feature-panels__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 0 0 6.25rem;
      flex: 0 0 6.25rem;
  width: 6.25rem;
  height: 6.25rem;
  margin-top: 0;
  background: #e9f1f8;
  border-radius: 0.5rem;
}

.high-tech-and-electronics .pb-feature-panels__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.high-tech-and-electronics .pb-feature-panels__item-content {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}

.high-tech-and-electronics .pb-feature-panels__item-title {
  margin: 0 0 0.75rem;
  color: #37404a;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.307;
  letter-spacing: 0;
}

.high-tech-and-electronics .pb-feature-panels__item-description {
  max-width: 71.5rem;
}

.high-tech-and-electronics .pb-feature-panels__item-description p {
  margin: 0;
  color: #37404a;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.333;
}

@media (max-width: 1400px) {
  .high-tech-and-electronics .pb-feature-panels {
    padding-top: 6.5rem;
  }
  .high-tech-and-electronics .pb-feature-panels__items {
    max-width: 75rem;
  }
  .high-tech-and-electronics .pb-feature-panels__item {
    min-height: 14rem;
    padding: 2.5rem 3rem;
    gap: 2.25rem;
  }
  .high-tech-and-electronics .pb-feature-panels__icon {
    -ms-flex-preferred-size: 5rem;
        flex-basis: 5rem;
    width: 5rem;
    height: 5rem;
  }
  .high-tech-and-electronics .pb-feature-panels__icon img {
    width: 3rem;
    height: 3rem;
  }
  .high-tech-and-electronics .pb-feature-panels__item-title {
    font-size: 1.4rem;
  }
  .high-tech-and-electronics .pb-feature-panels__item-description p {
    font-size: 1.125rem;
    line-height: 1.45;
  }
}

@media (max-width: 1200px) {
  .high-tech-and-electronics .pb-feature-panels {
    padding: 5.5rem 1.5rem 6rem;
  }
  .high-tech-and-electronics .pb-feature-panels__header {
    max-width: 52rem;
    margin-bottom: 3.5rem;
  }
  .high-tech-and-electronics .pb-feature-panels__title {
    max-width: 42rem;
    font-size: 2.125rem;
  }
  .high-tech-and-electronics .pb-feature-panels__description {
    max-width: 52rem;
  }
  .high-tech-and-electronics .pb-feature-panels__description p {
    font-size: 1.125rem;
  }
  .high-tech-and-electronics .pb-feature-panels__items {
    max-width: 56.25rem;
  }
  .high-tech-and-electronics .pb-feature-panels__item {
    min-height: auto;
    padding: 2.25rem;
    gap: 1.75rem;
  }
}

@media (max-width: 991px) {
  .high-tech-and-electronics .pb-feature-panels {
    padding: 4.5rem 1.5rem 5rem;
  }
  .high-tech-and-electronics .pb-feature-panels::before {
    width: 15rem;
    opacity: 0.65;
  }
  .high-tech-and-electronics .pb-feature-panels__header {
    margin-bottom: 3rem;
  }
  .high-tech-and-electronics .pb-feature-panels__eyebrow {
    font-size: 0.875rem;
  }
  .high-tech-and-electronics .pb-feature-panels__title {
    font-size: 2rem;
  }
  .high-tech-and-electronics .pb-feature-panels__description p {
    font-size: 1rem;
    line-height: 1.45;
  }
  .high-tech-and-electronics .pb-feature-panels__item {
    padding: 2rem;
  }
  .high-tech-and-electronics .pb-feature-panels__item-title {
    font-size: 1.25rem;
  }
  .high-tech-and-electronics .pb-feature-panels__item-description p {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .high-tech-and-electronics .pb-feature-panels {
    padding: 3.75rem 1rem 4.5rem;
  }
  .high-tech-and-electronics .pb-feature-panels::before {
    top: 10rem;
    width: 10rem;
    opacity: 0.45;
  }
  .high-tech-and-electronics .pb-feature-panels__header {
    margin-bottom: 2.5rem;
  }
  .high-tech-and-electronics .pb-feature-panels__title {
    font-size: 1.75rem;
    line-height: 1.25;
  }
  .high-tech-and-electronics .pb-feature-panels__item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 1.5rem;
    gap: 1.25rem;
  }
  .high-tech-and-electronics .pb-feature-panels__icon {
    -ms-flex-preferred-size: 4rem;
        flex-basis: 4rem;
    width: 4rem;
    height: 4rem;
  }
  .high-tech-and-electronics .pb-feature-panels__icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .high-tech-and-electronics .pb-feature-panels__item-title {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .high-tech-and-electronics .pb-feature-panels__item-description p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .high-tech-and-electronics .pb-feature-panels__title {
    font-size: 1.55rem;
  }
  .high-tech-and-electronics .pb-feature-panels__item {
    padding: 1.25rem;
  }
}

.high-tech-and-electronics .pb-testimonial-quote {
  position: relative;
  padding: 0 0 6rem;
  background: linear-gradient(180deg, #D8E7F2 0%, #F4F8FB 100%);
  overflow: visible;
}

.high-tech-and-electronics .pb-testimonial-quote::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -130px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 130px;
  background: #D8E7F2;
  border-top-left-radius: 100% 270px;
  border-top-right-radius: 100% 270px;
  z-index: 0;
}

.high-tech-and-electronics .pb-testimonial-quote__bg {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 1;
  opacity: 0.1;
  pointer-events: none;
}

.high-tech-and-electronics .pb-testimonial-quote__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.high-tech-and-electronics .pb-testimonial-quote__header {
  z-index: 1;
  max-width: 56.25rem;
  margin: 0 auto 5.6rem;
  text-align: center;
}

.high-tech-and-electronics .pb-testimonial-quote__eyebrow {
  display: block;
  margin: 0 0 1.5rem;
  color: #1b78b4;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
}

.high-tech-and-electronics .pb-testimonial-quote__title {
  margin: 0;
  color: #37404a;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.high-tech-and-electronics .pb-testimonial-quote__items {
  position: relative;
  z-index: 1;
  max-width: 60.9375rem;
  min-height: 28.2rem;
  margin: 0 auto;
  padding: 0 2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.625rem 1.875rem rgba(15, 26, 46, 0.08);
}

.high-tech-and-electronics .pb-testimonial-quote__card {
  display: -ms-grid;
  display: grid;
  padding: 2.8rem 2rem 3rem;
  -ms-grid-columns: 16.5625rem 1fr 12.8125rem;
      grid-template-columns: 16.5625rem 1fr 12.8125rem;
  grid-template-areas: "image number number" "image quote quote" "image author button";
  column-gap: 4rem;
  background: none;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: none;
}

.high-tech-and-electronics .pb-testimonial-quote__card-title {
  display: none;
}

.high-tech-and-electronics .pb-testimonial-quote__text {
  grid-area: quote;
  max-width: 32.875rem;
  margin: 0 auto;
}

.high-tech-and-electronics .pb-testimonial-quote__text::before {
  content: "”";
  position: absolute;
  left: 0;
  top: 12px;
  color: var(--quote-color, #62B43C);
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}

.high-tech-and-electronics .pb-testimonial-quote__text p {
  color: #0C2A4E;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  padding-top: 5.1rem;
  margin: 0;
}

.high-tech-and-electronics .pb-testimonial-quote__author {
  display: contents;
}

.high-tech-and-electronics .pb-testimonial-quote__author-image {
  grid-area: image;
  width: 16.5625rem;
  height: 19.875rem;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #E5EBF0;
  background: #fff;
}

.high-tech-and-electronics .pb-testimonial-quote__author-image img {
  width: 100%;
  height: 100%;
  object-fit: none;
  display: block;
}

.high-tech-and-electronics .pb-testimonial-quote__author-info {
  grid-area: author;
  margin-top: 1.3rem;
}

.high-tech-and-electronics .pb-testimonial-quote__author-name {
  display: block;
  color: var(--quote-color, #62B43C);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}

.high-tech-and-electronics .pb-testimonial-quote__author-role {
  display: block;
  margin-top: 0.2rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}

.high-tech-and-electronics .pb-testimonial-quote__author-role::before {
  display: none;
}

.high-tech-and-electronics .pb-testimonial-quote__author-role p {
  color: #5F6E7D;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
}

.high-tech-and-electronics .pb-testimonial-quote__author-role p span {
  color: #0C2A4E;
  text-transform: none;
}

.high-tech-and-electronics .pb-testimonial-quote__card-link {
  grid-area: button;
  justify-self: end;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin-top: 1.5rem;
}

.high-tech-and-electronics .pb-testimonial-quote__card-link a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.5rem;
  min-width: 12.8125rem;
  min-height: 2.6875rem;
  padding: 0.8125rem 1.625rem;
  border: 1.5px solid var(--quote-color, #62B43C);
  border-radius: 999px;
  color: var(--quote-color, #62B43C);
  background: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition: all .25s ease;
}

.high-tech-and-electronics .pb-testimonial-quote__card-link a:hover {
  background: var(--quote-color, #62B43C);
  color: #fff;
}

.high-tech-and-electronics .pb-testimonial-quote__button {
  display: none;
}

@media (max-width: 1200px) {
  .high-tech-and-electronics .pb-testimonial-quote {
    padding: 4.5rem 1.5rem 5rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__items {
    max-width: 56rem;
    padding: 0 1.5rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__card {
    -ms-grid-columns: 14rem 1fr 11.5rem;
        grid-template-columns: 14rem 1fr 11.5rem;
    column-gap: 2.5rem;
    padding: 2.75rem 1.5rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__author-image {
    width: 14rem;
    height: 17rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__author-image img {
    object-fit: cover;
  }
  .high-tech-and-electronics .pb-testimonial-quote__text {
    max-width: 30rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__text::before {
    font-size: 6rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__text p {
    font-size: 1.35rem;
    padding-top: 4.2rem;
  }
}

@media (max-width: 991px) {
  .high-tech-and-electronics .pb-testimonial-quote__header {
    margin-bottom: 2.5rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__items {
    max-width: 42rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__card {
    -ms-grid-columns: 13rem 1fr;
        grid-template-columns: 13rem 1fr;
    grid-template-areas: "image quote" "image author" "image button";
    column-gap: 2rem;
    row-gap: 1rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__text {
    max-width: 100%;
  }
  .high-tech-and-electronics .pb-testimonial-quote__text::before {
    top: -1rem;
    font-size: 5rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__text p {
    padding-top: 3rem;
    font-size: 1.2rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__author-image {
    width: 13rem;
    height: 15.5rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__author-info {
    margin-top: 0;
  }
  .high-tech-and-electronics .pb-testimonial-quote__card-link {
    justify-self: start;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .high-tech-and-electronics .pb-testimonial-quote {
    padding: 3.5rem 1rem 4rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__title {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .high-tech-and-electronics .pb-testimonial-quote__items {
    min-height: auto;
    padding: 0 1rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 2rem 0;
    gap: 1.25rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__author-image {
    width: 100%;
    max-width: 16.5625rem;
    height: auto;
    aspect-ratio: 265 / 318;
    margin: 0 auto;
    -ms-flex-order: 1;
        order: 1;
  }
  .high-tech-and-electronics .pb-testimonial-quote__text {
    -ms-flex-order: 2;
        order: 2;
    text-align: left;
  }
  .high-tech-and-electronics .pb-testimonial-quote__text::before {
    position: static;
    display: block;
    font-size: 4rem;
    line-height: .7;
    margin-bottom: .5rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__text p {
    padding-top: 0;
    font-size: 1.125rem;
    line-height: 1.45;
  }
  .high-tech-and-electronics .pb-testimonial-quote__author-info {
    -ms-flex-order: 3;
        order: 3;
    width: 100%;
    margin-top: 0;
    text-align: left;
  }
  .high-tech-and-electronics .pb-testimonial-quote__card-link {
    -ms-flex-order: 4;
        order: 4;
    width: 100%;
    justify-self: auto;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    margin-top: .5rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__card-link a {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .high-tech-and-electronics .pb-testimonial-quote__eyebrow {
    font-size: 0.75rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__title {
    font-size: 1.55rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__items {
    padding: 0 .875rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__text p {
    font-size: 1rem;
  }
  .high-tech-and-electronics .pb-testimonial-quote__text::before {
    font-size: 3.5rem;
  }
}

.high-tech-and-electronics .pb-cta {
  padding: 1.6rem 1.5rem 12.2rem;
  background: linear-gradient(180deg, #f4f8fb 0%, #ffffff 100%);
}

.high-tech-and-electronics .pb-cta__inner {
  width: 100%;
  max-width: 69.5rem;
  margin: 0 auto;
  text-align: center;
}

.high-tech-and-electronics .pb-cta__title {
  max-width: 69.5rem;
  margin: 0 auto 2.4rem;
  color: #37404a;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0;
  text-align: center;
}

.high-tech-and-electronics .pb-cta__description {
  max-width: 65.6875rem;
  margin: 0 auto 4.3rem;
  text-align: center;
}

.high-tech-and-electronics .pb-cta__description p {
  margin: 0 0 0.625rem;
  color: #37404a;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: 0;
}

.high-tech-and-electronics .pb-cta__description p:last-child {
  margin-bottom: 0;
}

.high-tech-and-electronics .pb-cta__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.75rem;
}

.high-tech-and-electronics .pb-cta__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.625rem;
  width: 12.5rem;
  min-width: 12.5rem;
  min-height: 2.875rem;
  padding: 0.875rem 1.75rem;
  color: #ffffff !important;
  background: #ff6b00;
  border: 1px solid #ff6b00;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.065rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  animation: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.high-tech-and-electronics .pb-cta__button::after {
  content: "→";
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  font-size: 0.875rem;
  line-height: 1;
}

.high-tech-and-electronics .pb-cta__button:hover {
  color: #ffffff !important;
  background: #0c2a4e;
  border-color: #0c2a4e;
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
}

@media (max-width: 1200px) {
  .high-tech-and-electronics .pb-cta {
    padding: 6rem 1.5rem 7rem;
  }
  .high-tech-and-electronics .pb-cta__inner {
    max-width: 60rem;
  }
  .high-tech-and-electronics .pb-cta__title {
    max-width: 60rem;
    font-size: 2.25rem;
  }
  .high-tech-and-electronics .pb-cta__description {
    max-width: 55rem;
    margin-bottom: 3.5rem;
  }
  .high-tech-and-electronics .pb-cta__description p {
    font-size: 1.125rem;
    line-height: 1.45;
  }
}

@media (max-width: 767px) {
  .high-tech-and-electronics .pb-cta {
    padding: 4.5rem 1rem 5rem;
  }
  .high-tech-and-electronics .pb-cta__title {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
    line-height: 1.25;
  }
  .high-tech-and-electronics .pb-cta__description {
    margin-bottom: 2.5rem;
  }
  .high-tech-and-electronics .pb-cta__description p {
    font-size: 1rem;
    line-height: 1.45;
  }
  .high-tech-and-electronics .pb-cta__actions {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
  .high-tech-and-electronics .pb-cta__button {
    width: 100%;
    max-width: 20rem;
  }
}

@media (max-width: 480px) {
  .high-tech-and-electronics .pb-cta__title {
    font-size: 1.55rem;
  }
}

#livechat-compact-container {
  right: 75px !important;
  bottom: 73px !important;
}

@media screen and (max-width: 575px) {
  #livechat-compact-container {
    right: auto !important;
    bottom: 73px !important;
    left: 15px !important;
  }
}

.back-to-top {
  z-index: 7;
}

.back-to-top.show {
  bottom: 70px;
}

.cookies-not-set .back-to-top.show,
.cookies-set .back-to-top.show {
  bottom: 70px;
}

@media screen and (max-width: 767px) {
  .download-guide-section .action-wrap .primary-btn {
    z-index: unset;
  }
  .download-guide-section .content-wrap .introduction-paragraph {
    z-index: unset;
  }
  #chat-widget-container {
    z-index: 7 !important;
  }
}

.blog-homepage .banner-section {
  padding: 40px 0;
  position: relative;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
}

.blog-homepage .banner-section h1 {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  line-height: 27px;
  z-index: 1;
  position: relative;
}

.blog-homepage .banner-section .blog-slider {
  z-index: 1;
}

@media (max-width: 991px) {
  .blog-homepage .banner-section .blog-slider .slick-dots {
    bottom: -40px;
  }
}

@media (max-width: 991px) {
  .blog-homepage .banner-section .blog-slider .slick-dots li {
    border: 1px solid #fff;
    border-radius: 50%;
  }
}

@media (max-width: 991px) {
  .blog-homepage .banner-section .blog-slider .slick-dots li.slick-active {
    background: #fff;
  }
}

@media (max-width: 991px) {
  .blog-homepage .banner-section .blog-slider .slick-dots li.slick-active button::before {
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .blog-homepage .banner-section .blog-slider .slick-dots li::before {
    background-color: transparent;
  }
}

.blog-homepage .banner-section .blog-slider .slider-box h2 {
  color: #F4F8FA;
  font-size: 45px;
  text-align: center;
  font-weight: 700;
  line-height: 105%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-homepage .banner-section .blog-slider .slider-box h2 {
    font-size: 36px;
  }
}

.blog-homepage .banner-section .blog-slider .slider-box .content-wrap {
  text-align: center;
  display: block;
}

.blog-homepage .banner-section .blog-slider .slider-box .content-wrap a.read-more-btn {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 7px 14px;
  text-decoration: none;
  border-radius: 4px;
  background-color: #ff6b00;
  max-height: inherit;
  color: #fff;
  display: inline-block;
  margin: 0 0 30px;
}

.blog-homepage .banner-section .blog-slider .slider-box .content-wrap a.read-more-btn:hover {
  background-color: #ff9141;
}

.blog-homepage .banner-section .blog-slider .slider-box .content-cta-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-homepage .banner-section .blog-slider .slider-box .content-cta-wrap .content-wrap {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-homepage .banner-section .blog-slider .slider-box .content-cta-wrap .content-wrap p {
  margin: 0;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.17em;
  margin-bottom: 0.5em;
}

@media (max-width: 767px) {
  .blog-homepage .banner-section .blog-slider .slider-box .content-cta-wrap .content-wrap {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

.blog-homepage .banner-section .blog-slider .slider-box .content-cta-wrap .button-wrap {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.blog-homepage .banner-section .blog-slider .slider-box .content-cta-wrap .button-wrap .read-more-btn {
  line-height: 1.5;
  font-size: 1.25em;
  background-color: #ff6b00;
  border-color: #ff6b00;
  color: #fff;
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  padding: 0.25em 1.2em;
  font-weight: 700;
  transition: all 0.3s ease;
  text-decoration: none;
}

.blog-homepage .banner-section .blog-slider .slider-box .content-cta-wrap .button-wrap .read-more-btn:hover {
  background-color: #ff9141;
  border-color: #ff9141;
  color: #fff;
}

@media (max-width: 767px) {
  .blog-homepage .banner-section .blog-slider .slider-box .content-cta-wrap .button-wrap {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    margin-top: 20px;
    padding-bottom: 15px;
  }
}

.blog-homepage .banner-section .blog-slider .slick-prev,
.blog-homepage .banner-section .blog-slider .slick-next {
  width: 34px;
  height: 78px;
  background-size: contain;
  opacity: 0.5;
}

.blog-homepage .banner-section .blog-slider .slick-prev::before,
.blog-homepage .banner-section .blog-slider .slick-next::before {
  display: none;
}

.blog-homepage .banner-section .blog-slider .slick-prev:hover,
.blog-homepage .banner-section .blog-slider .slick-next:hover {
  opacity: 1;
}

.blog-homepage .banner-section .blog-slider .slick-prev {
  background: url("https://www.rootstock.com/wp-content/uploads/2019/09/arrow-last.svg") no-repeat 0 0;
  background-size: contain;
  left: -65px;
}

.blog-homepage .banner-section .blog-slider .slick-next {
  background: url("https://www.rootstock.com/wp-content/uploads/2019/09/arrow-next.svg") no-repeat 0 0;
  background-size: contain;
  right: -65px;
}

.blog-homepage .blog-article-section {
  padding: 80px 0 60px;
}

@media only screen and (max-width: 1200px) {
  .blog-homepage .blog-article-section .container {
    max-width: 96%;
  }
}

.blog-homepage .blog-article-section .blog-item {
  margin-bottom: 24px;
  max-width: 350px;
  padding: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.blog-homepage .blog-article-section .blog-item:hover .image-wrap > div {
  /* transform: scale(1.05); */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-homepage .blog-article-section .blog-item:hover a {
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 4px 20px #DEE9EF;
  display: block;
}

.blog-homepage .blog-article-section .blog-item:hover a div.more-link {
  text-decoration: underline;
}

.blog-homepage .blog-article-section .primary-btn {
  margin: auto;
  display: block;
  max-width: 125px;
}

.blog-homepage .blog-article-section .image-wrap {
  position: relative;
}

.blog-homepage .blog-article-section .image-wrap div {
  width: 100%;
  height: 210px;
  display: block;
  background-size: cover;
  border-radius: 10px;
}

.blog-homepage .blog-article-section #blog-list {
  gap: 30px;
  -ms-flex-pack: center;
      justify-content: center;
}

.blog-homepage .blog-article-section .content-wrap {
  padding: 33px 20px 24px;
  background: #fff;
  border-radius: 10px;
}

.blog-homepage .blog-article-section .content-wrap .date {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 14px;
  color: #5F6E7E;
}

.blog-homepage .blog-article-section .content-wrap h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 18px;
}

.blog-homepage .blog-article-section .content-wrap h3 a {
  color: #37404A;
}

.blog-homepage .blog-article-section .content-wrap p {
  color: #5F6E7D;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.blog-homepage .blog-article-section .content-wrap h2 {
  color: #5f6e7d;
  font-size: 1.375em;
  margin-bottom: 0.6em;
  line-height: 1.2em;
  font-weight: 400;
  font-family: greycliff-cf, Geneva, sans-serif;
}

.blog-homepage .blog-article-section .content-wrap h2 a {
  color: #37404a;
  transition: all 0.3s ease;
  font-weight: 500;
}

.blog-homepage .blog-article-section .content-wrap .action-wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-top: 35px;
}

.blog-homepage .blog-article-section .content-wrap .action-wrap .more-link {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ff6b00;
  transition: all 0.3s ease;
  padding-right: 15px;
  background: url("../images/link-arrow.svg") right top 6px no-repeat;
  background-size: 6px;
}

.blog-homepage .featured-section {
  padding: 40px 0;
}

@media only screen and (max-width: 1200px) {
  .blog-homepage .featured-section .container {
    max-width: 96%;
  }
}

.blog-homepage .featured-section .resource-items {
  gap: 30px;
  margin: 0 auto;
  -ms-flex-pack: center;
      justify-content: center;
}

.blog-homepage .featured-section .resource-items .resource-item {
  margin-bottom: 30px;
  margin-bottom: 24px;
  max-width: 350px;
  padding: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media only screen and (max-width: 991px) {
  .blog-homepage .featured-section .resource-items .resource-item {
    max-width: 350px;
  }
}

.blog-homepage .featured-section .resource-items .resource-item .content-wrap {
  background-color: #fff;
  padding: 33px 20px 24px;
  border-radius: 10px;
  position: relative;
}

.blog-homepage .featured-section .resource-items .resource-item .content-wrap .category {
  font-size: 1.125em;
  margin-bottom: 10px;
  font-weight: 500;
  color: #5f6e7d;
}

.blog-homepage .featured-section .resource-items .resource-item .content-wrap h4 {
  margin-bottom: 40px;
  color: #37404a;
  min-height: 110px;
}

.blog-homepage .featured-section .resource-items .resource-item .content-wrap h4 a {
  color: #37404a;
  font-weight: 400;
}

.blog-homepage .featured-section .resource-items .resource-item .content-wrap .action-wrap {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.blog-homepage .featured-section .resource-items .resource-item .content-wrap .action-wrap .more-link {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ff6b00;
  transition: all 0.3s ease;
  padding-right: 15px;
  background: url("../images/link-arrow.svg") right top 6px no-repeat;
  background-size: 6px;
}

.blog-homepage .featured-section .resource-items .resource-item .image-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}

.blog-homepage .featured-section .resource-items .resource-item .image-wrap span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: 50%;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.blog-homepage .featured-section .resource-items .resource-item a:hover {
  text-decoration: none;
  box-shadow: 0 4px 20px #DEE9EF;
  display: block;
  border-radius: 10px;
}

.blog-homepage .featured-section .resource-items .resource-item a:hover .image-wrap span {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-homepage .featured-section .resource-items .resource-item a:hover div.more-link {
  text-decoration: underline;
}

.blog-inside #breadcrumbs span {
  display: none;
}

.blog-inside .banner-section {
  position: relative;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  padding: 40px 0;
}

.blog-inside .banner-section::after {
  content: "";
  background: linear-gradient(170deg, rgba(22, 74, 136, 0.6) 30%, rgba(22, 74, 136, 0.1));
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.blog-inside .banner-section .container {
  position: relative;
  z-index: 8;
}

.blog-inside .banner-section .container h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 2.5em;
  line-height: 1.2em;
}

.blog-inside .banner-section .container p {
  font-size: 1.25em;
  margin-bottom: 20px;
  color: #fff;
}

.blog-inside .blog-article-section .contene-wrap img {
  margin-bottom: 20px;
}

.blog-inside .blog-article-section .contene-wrap p {
  line-height: 1.5;
  font-size: 1.125em;
  color: #5f6e7d;
  margin-bottom: 20px;
}

.blog-inside .blog-article-section .blog-sidebar {
  padding: 30px;
  background-color: #f4f8fa;
}

.blog-inside .blog-article-section .blog-sidebar ul {
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 1.375em;
  text-align: center;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  border-bottom: none;
}

.blog-inside .blog-article-section .blog-sidebar ul li {
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 135px;
}

.blog-inside .blog-article-section .blog-sidebar ul li::before {
  display: none;
}

.blog-inside .blog-article-section .blog-sidebar ul li a {
  background-color: #e4eff5;
  border: none;
  color: #37404a;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
  font-weight: 500;
  display: block;
  padding: 0.5rem 1rem;
  font-size: 22px;
}

.blog-inside .blog-article-section .blog-sidebar ul li a.active {
  background-color: #62c9da;
  color: #fff;
}

@media (max-width: 1199px) {
  .blog-inside .blog-article-section .blog-sidebar ul li {
    max-width: 48%;
    margin-bottom: 15px;
  }
}

.blog-inside .blog-article-section .blog-sidebar .blog-item {
  margin-bottom: 30px;
}

.blog-inside .blog-article-section .blog-sidebar .blog-item .image-wrap {
  transition: all 0.3s ease;
}

.blog-inside .blog-article-section .blog-sidebar .blog-item .image-wrap a:hover img {
  transition: all 0.3s ease;
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.blog-inside .blog-article-section .blog-sidebar .blog-item .content-wrap {
  padding: 15px;
  background: #fff;
}

.blog-inside .blog-article-section .blog-sidebar .blog-item .content-wrap .date {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 23px;
}

.blog-inside .blog-article-section .blog-sidebar .blog-item .content-wrap h2 {
  line-height: 26px;
  margin: 0;
}

.blog-inside .blog-article-section .blog-sidebar .blog-item .content-wrap h2 a {
  color: #37404a;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 21px;
}

.blog-inside .blog-article-section .blog-sidebar .blog-item .content-wrap .action-wrap .more-link {
  padding-right: 15px;
  background: url("../images/link-arrow.svg") right top 6px no-repeat;
  background-size: 6px;
  font-size: 16px;
  color: #ff6b00;
  transition: all 0.3s ease;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
  line-height: 19px;
}

.blog-inside .blog-article-section .blog-sidebar .blog-item .content-wrap .action-wrap .more-link:hover {
  color: #ff9141;
}

.notification_bar_outer {
  background-color: #62c9da;
  text-align: center;
  color: #fff;
  padding: 15px 0;
}

.notification_bar_outer p {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.notification_bar_outer a {
  color: #ff6b00;
}

body #notif_on main {
  padding-top: 48px;
}

@media (max-width: 991px) {
  body #notif_on main {
    padding-top: 66px;
  }
}

@media (max-width: 393px) {
  body #notif_on main {
    padding-top: 82px;
  }
}

.solutions-overview {
  padding: 4.6rem 0 6.3rem;
  background: #fff;
}

.solutions-overview .container {
  max-width: 92.5rem;
}

.solutions-overview__title {
  position: relative;
  max-width: 56.25rem;
  margin: 0 auto 3rem;
  padding-bottom: 1.5rem;
  color: #0C2A4E;
  font-size: 2.625rem;
  line-height: 1.12;
  font-weight: 800;
  text-align: center;
  text-transform: none;
}

.solutions-overview__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3.5rem;
  height: .25rem;
  border-radius: .125rem;
  background: #62C9DA;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.solutions-overview__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem 1.5rem;
}

.solutions-overview__item {
  min-width: 0;
  transition: transform .28s ease;
}

.solutions-overview__item:hover {
  -ms-transform: translateY(-6px);
      transform: translateY(-6px);
}

.solutions-overview__item:hover a {
  text-decoration: none;
}

.solutions-overview__item:hover .solutions-overview__image-element {
  -ms-transform: scale(1.06);
      transform: scale(1.06);
}

.solutions-overview__item:hover .solutions-overview__button::after {
  -ms-transform: translateX(0.25rem) rotate(45deg);
      transform: translateX(0.25rem) rotate(45deg);
}

.solutions-overview__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.solutions-overview__link:focus-visible {
  outline: 2px solid #62C9DA;
  outline-offset: 4px;
}

.solutions-overview__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 474.67 / 232;
  border-radius: .625rem;
  background: #F4F6F8;
}

.solutions-overview__image-element {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.solutions-overview__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 1.1rem;
}

.solutions-overview__item-title {
  margin: 0 0 20px;
  color: #0C2A4E;
  font-size: 1.3125rem;
  line-height: 1.24;
  font-weight: 700;
  text-transform: none;
  transition: color .25s ease;
}

.solutions-overview__text {
  margin-bottom: 1rem;
}

.solutions-overview__text p {
  color: #5F6E7D;
  font-size: .9375rem;
  line-height: 1.58;
  font-weight: 400;
  margin: 0;
}

.solutions-overview__text p:last-child {
  margin-bottom: 0;
}

.solutions-overview__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.35rem;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: auto;
  color: #0C2A4E;
  font-size: 0.78125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05625rem;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.solutions-overview__button::after {
  content: '';
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-top: 0.125rem solid #F36C21;
  border-right: 0.125rem solid #F36C21;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition: transform 0.25s ease;
}

@media (max-width: 1200px) {
  .solutions-overview .grid-container {
    max-width: calc(100% - 3rem);
  }
  .solutions-overview__title {
    font-size: 2.35rem;
  }
  .solutions-overview__grid {
    gap: 2.5rem 1.25rem;
  }
}

@media (max-width: 992px) {
  .solutions-overview {
    padding: 4.5rem 0 5rem;
  }
  .solutions-overview__title {
    max-width: 42rem;
    margin-bottom: 2.5rem;
    font-size: 2.1rem;
  }
  .solutions-overview__grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .solutions-overview {
    padding: 3.5rem 0 4rem;
  }
  .solutions-overview .grid-container {
    max-width: calc(100% - 2rem);
  }
  .solutions-overview__title {
    max-width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 1.2rem;
    font-size: 1.8rem;
  }
  .solutions-overview__title::after {
    width: 3rem;
    height: .2rem;
  }
  .solutions-overview__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 2.25rem;
  }
  .solutions-overview__image {
    aspect-ratio: 16 / 8.5;
  }
  .solutions-overview__item-title {
    font-size: 1.2rem;
  }
  .solutions-overview__text {
    font-size: .95rem;
    line-height: 1.5;
  }
  .solutions-overview__button {
    font-size: .75rem;
  }
}

@media (max-width: 480px) {
  .solutions-overview {
    padding: 3rem 0 3.5rem;
  }
  .solutions-overview .grid-container {
    max-width: calc(100% - 1.5rem);
  }
  .solutions-overview__title {
    font-size: 1.55rem;
  }
  .solutions-overview__content {
    padding-top: .65rem;
  }
  .solutions-overview__item-title {
    font-size: 1.1rem;
    margin-bottom: .5rem;
  }
  .solutions-overview__text {
    margin-bottom: .8rem;
    font-size: .9rem;
  }
}

.solutions-overview__title {
  opacity: 0;
  -ms-transform: translateY(1.5rem);
      transform: translateY(1.5rem);
  transition: opacity .6s ease, transform .6s ease;
}

.solutions-overview__title.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.solutions-overview__item {
  opacity: 0;
  -ms-transform: translateY(2.5rem);
      transform: translateY(2.5rem);
  transition: opacity .6s ease, transform .6s ease;
}

.solutions-overview__item.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.solutions-overview__item.is-visible:hover {
  -ms-transform: translateY(-6px);
      transform: translateY(-6px);
}

.pb-links-image {
  padding: 5.5rem 0 6.3rem;
}

.pb-links-image__title {
  max-width: 57.5rem;
  margin: 0 auto 3.5rem;
  text-align: center;
  color: #0c2a4e;
  font-size: 2.5rem;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03125rem;
}

.pb-links-image__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

.pb-links-image__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6e9ed;
  border-radius: 1rem;
  box-shadow: 0 0.625rem 1.875rem rgba(13, 38, 77, 0.08);
  transition: .3s ease;
}

.pb-links-image__card:hover {
  -ms-transform: translateY(-0.25rem);
      transform: translateY(-0.25rem);
  box-shadow: 0 1rem 2.25rem rgba(13, 38, 77, 0.12);
}

.pb-links-image__card:hover .pb-links-image__image {
  -ms-transform: translateY(-0.25rem) scale(1.02);
      transform: translateY(-0.25rem) scale(1.02);
}

.pb-links-image__card:first-child .pb-links-image__image {
  width: 316px;
}

.pb-links-image__media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 280px;
  padding: 1rem 1.875rem;
  background: #D3D9E0;
}

.pb-links-image__image {
  width: 189px;
  max-width: 100%;
  height: auto;
  border-radius: .375rem;
  box-shadow: 0 0.75rem 1.625rem rgba(18, 31, 56, 0.32);
  transition: .3s ease;
}

.pb-links-image__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  padding: 1.75rem 1.875rem 1.875rem;
  gap: 1.1rem;
}

.pb-links-image__label {
  color: #1f73ed;
  font-size: .75rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .075rem;
  text-transform: uppercase;
}

.pb-links-image__card-title {
  margin: 0;
  color: #0c2a4e;
  font-size: 1.25rem;
  line-height: 1.28;
  font-weight: 700;
}

.pb-links-image__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: .625rem;
  margin-top: auto;
  text-transform: uppercase;
  text-decoration: none;
  transition: .25s ease;
}

.pb-links-image__link span {
  font-weight: 700;
  letter-spacing: .065rem;
  color: #1f73ed;
  font-size: .8125rem;
  line-height: 1;
}

.pb-links-image__link:hover {
  gap: .875rem;
  text-decoration: none;
}

.pb-links-image__link-arrow {
  font-size: 1rem;
  line-height: 1;
}

@media (max-width: 1200px) {
  .pb-links-image__grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .pb-links-image {
    padding: 4rem 0;
  }
  .pb-links-image__title {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
  .pb-links-image__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .pb-links-image__media {
    min-height: 15rem;
    padding: 1.5rem;
  }
  .pb-links-image__content {
    padding: 1.5rem;
  }
  .pb-links-image__card-title {
    font-size: 1.125rem;
  }
}

.pb-links-image__title {
  opacity: 0;
  -ms-transform: translateY(1.5rem);
      transform: translateY(1.5rem);
  transition: opacity .6s ease, transform .6s ease;
}

.pb-links-image__title.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.pb-links-image__card {
  opacity: 0;
  -ms-transform: translateY(2.5rem);
      transform: translateY(2.5rem);
  transition: opacity .6s ease, transform .6s ease, box-shadow .3s ease;
}

.pb-links-image__card.is-visible {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.pb-links-image__card.is-visible:hover {
  -ms-transform: translateY(-0.25rem);
      transform: translateY(-0.25rem);
}

.solutions-page .pb-hero {
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F9FD 50%, #CFE2F0 100%);
}

.solutions-page .pb-hero .container {
  padding-top: 8.6rem;
  padding-bottom: 10rem;
}

.solutions-page .pb-hero__dots {
  display: none;
}

.solutions-page .pb-hero__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 37rem) minmax(0, 52.5rem);
      grid-template-columns: minmax(0, 37rem) minmax(0, 52.5rem);
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  column-gap: 48px;
}

.solutions-page .pb-hero__content {
  width: 100%;
  max-width: 37rem;
}

.solutions-page .pb-hero__platform-badge {
  margin: 0 0 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}

.solutions-page .pb-hero__platform-badge-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #1f73ed;
}

.solutions-page .pb-hero__platform-badge-logo {
  height: 16px;
  width: auto;
}

.solutions-page .pb-hero__title {
  margin: 0 0 22px;
  font-size: 54px;
  line-height: 108%;
  font-weight: 800;
  letter-spacing: -1px;
  color: #0c2a4e;
}

.solutions-page .pb-hero__eyebrow {
  margin-bottom: 1.125rem;
}

.solutions-page .pb-hero__description {
  margin-bottom: 1.3125rem;
}

.solutions-page .pb-hero__description p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.52;
  color: #5f7084;
}

.solutions-page .pb-hero__description span {
  color: #1f73ed;
}

.solutions-page .pb-hero__actions {
  margin-top: 0;
}

.solutions-page .pb-hero__cta {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 999px;
  height: 49px;
  min-width: 184px;
  padding: 0 24px;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
}

.solutions-page .pb-hero__cta::after {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 10px;
  line-height: 1;
  content: "→";
}

.solutions-page .pb-hero__image {
  max-width: 840px;
  margin-top: -70px;
}

.solutions-page .pb-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1400px) {
  .solutions-page .pb-hero .container {
    width: calc(100% - 64px);
    padding-top: 7rem;
    padding-bottom: 8rem;
  }
  .solutions-page .pb-hero__inner {
    -ms-grid-columns: minmax(0, 32.5rem) minmax(0, 43.75rem);
        grid-template-columns: minmax(0, 32.5rem) minmax(0, 43.75rem);
    column-gap: 2.5rem;
  }
  .solutions-page .pb-hero__title {
    font-size: 3rem;
  }
  .solutions-page .pb-hero__image {
    margin-top: -3.5rem;
  }
}

@media (max-width: 1200px) {
  .solutions-page .pb-hero .container {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
  .solutions-page .pb-hero__inner {
    -ms-grid-columns: minmax(0, 46%) minmax(0, 54%);
        grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    column-gap: 2rem;
  }
  .solutions-page .pb-hero__title {
    font-size: 2.75rem;
  }
  .solutions-page .pb-hero__description p {
    font-size: 1.0625rem;
  }
  .solutions-page .pb-hero__image {
    margin-top: -2.5rem;
  }
}

@media (max-width: 1000px) {
  .solutions-page .pb-hero .container {
    width: calc(100% - 48px);
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }
  .solutions-page .pb-hero__inner {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    column-gap: 1.75rem;
  }
  .solutions-page .pb-hero__title {
    font-size: 2.5rem;
  }
  .solutions-page .pb-hero__description p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .solutions-page .pb-hero__image {
    margin-top: -1.5rem;
  }
}

@media (max-width: 850px) {
  .solutions-page .pb-hero .container {
    width: calc(100% - 40px);
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }
  .solutions-page .pb-hero__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 3rem;
  }
  .solutions-page .pb-hero__content, .solutions-page .pb-hero__image {
    width: 100%;
    max-width: 100%;
  }
  .solutions-page .pb-hero__image {
    margin-top: 0;
    justify-self: stretch;
  }
  .solutions-page .pb-hero__title {
    max-width: 37rem;
    font-size: 2.5rem;
  }
  .solutions-page .pb-hero__description {
    max-width: 37rem;
  }
}

@media (max-width: 640px) {
  .solutions-page .pb-hero {
    padding: 0;
  }
  .solutions-page .pb-hero .container {
    width: calc(100% - 32px);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .solutions-page .pb-hero__inner {
    row-gap: 2.5rem;
  }
  .solutions-page .pb-hero__platform-badge {
    margin-bottom: 1rem;
  }
  .solutions-page .pb-hero__title {
    margin-bottom: 1.125rem;
    font-size: 2.25rem;
    line-height: 1.08;
    letter-spacing: -0.0375rem;
  }
  .solutions-page .pb-hero__description {
    margin-bottom: 1.375rem;
  }
  .solutions-page .pb-hero__description p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .solutions-page .pb-hero__actions {
    gap: 1rem;
  }
  .solutions-page .pb-hero__cta {
    min-width: 11.5rem;
    height: 3rem;
    padding: 0 1.25rem;
  }
}

@media (max-width: 420px) {
  .solutions-page .pb-hero .container {
    width: calc(100% - 24px);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .solutions-page .pb-hero__title {
    font-size: 2rem;
  }
  .solutions-page .pb-hero__actions {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .solutions-page .pb-hero__cta, .solutions-page .pb-hero__download {
    width: 100%;
  }
}

.solutions-page .pb-features {
  padding: 5.4rem 0 4rem;
  background: #ffffff;
  overflow: hidden;
}

.solutions-page .pb-features::after {
  display: none;
}

.solutions-page .pb-features .container {
  position: relative;
  z-index: 2;
}

.solutions-page .pb-features__label {
  display: none;
}

.solutions-page .pb-features__title {
  position: relative;
  max-width: 61.25rem;
  margin: 0 auto 2.89rem;
  padding-bottom: 1.5rem;
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03125rem;
  text-align: center;
  color: #0c2a4e;
}

.solutions-page .pb-features__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 3.5rem;
  height: 0.25rem;
  border-radius: 0.125rem;
  background: #62c9da;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.solutions-page .pb-features__description {
  max-width: 61.25rem;
  margin: -2.5rem auto 4rem;
  text-align: center;
}

.solutions-page .pb-features__description p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #5f6e7d;
}

.solutions-page .pb-features__grid {
  width: 100%;
  max-width: 92.5rem;
  margin: 0 auto;
  padding-bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

.solutions-page .pb-features__card {
  position: relative;
  min-height: 221px;
  height: 221px;
  padding: 2.5rem 2rem 2.375rem;
  border: 1px solid #e1e8ed;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 0.25rem 1.25rem rgba(12, 42, 78, 0.08);
  overflow: hidden;
}

.solutions-page .pb-features__card::before {
  width: 100%;
  height: 6px;
}

.solutions-page .pb-features__card:hover {
  box-shadow: 0 0.75rem 2rem rgba(12, 42, 78, 0.12);
}

.solutions-page .pb-features__card:hover::before {
  animation: none;
}

.solutions-page .pb-features__card-title {
  margin: 0 0 17px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.22;
  color: #0c2a4e;
}

.solutions-page .pb-features__card-desc p {
  margin: 0;
  max-width: none;
  font-size: 1rem;
  line-height: 1.5;
  color: #5f6e7d;
}

.solutions-page .pb-features__card-desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.solutions-page .pb-features__card-desc li {
  position: relative;
  margin: 0 0 13px;
  padding-left: 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5f6e7d;
}

.solutions-page .pb-features__card-desc li:last-child {
  margin-bottom: 0;
}

.solutions-page .pb-features__card-desc li::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.1875rem;
  width: 0.75rem;
  height: 0.515625rem;
  border-left: 0.140625rem solid #62b43c;
  border-bottom: 0.140625rem solid #62b43c;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.solutions-page .pb-features__icon {
  display: none;
}

@media (max-width: 1400px) {
  .solutions-page .pb-features {
    padding: 4.75rem 0 7rem;
  }
  .solutions-page .pb-features__grid {
    gap: 1.5rem;
  }
  .solutions-page .pb-features__card {
    padding: 2rem 1.75rem 2.25rem;
  }
  .solutions-page .pb-features__card-title {
    font-size: 1.25rem;
  }
  .solutions-page .pb-features__card-desc li,
  .solutions-page .pb-features__card-desc p {
    font-size: 0.9375rem;
  }
}

@media (max-width: 1100px) {
  .solutions-page .pb-features__title {
    max-width: 50rem;
    font-size: 2.25rem;
  }
  .solutions-page .pb-features__grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .solutions-page .pb-features__card {
    min-height: 13rem;
  }
  .solutions-page .pb-features__card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .solutions-page .pb-features {
    padding: 4rem 0 5rem;
  }
  .solutions-page .pb-features__title {
    max-width: 38rem;
    margin-bottom: 3rem;
    padding-bottom: 1.25rem;
    font-size: 2rem;
  }
  .solutions-page .pb-features__description {
    margin: -1.5rem auto 3rem;
  }
  .solutions-page .pb-features__description p {
    font-size: 1rem;
  }
  .solutions-page .pb-features__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .solutions-page .pb-features__card {
    min-height: 0;
    padding: 2rem 1.5rem;
  }
  .solutions-page .pb-features__card:last-child:nth-child(odd) {
    -ms-grid-column: auto;
        grid-column: auto;
  }
}

@media (max-width: 480px) {
  .solutions-page .pb-features {
    padding: 3.5rem 0 4rem;
  }
  .solutions-page .pb-features__title {
    margin-bottom: 2.5rem;
    font-size: 1.75rem;
  }
  .solutions-page .pb-features__card {
    padding: 1.75rem 1.25rem;
  }
  .solutions-page .pb-features__card-title {
    font-size: 1.1875rem;
  }
  .solutions-page .pb-features__card-desc li,
  .solutions-page .pb-features__card-desc p {
    font-size: 0.9375rem;
  }
  .solutions-page .pb-features__card-desc li {
    padding-left: 1.5rem;
  }
}

.solutions-page .pb-testimonial-quote {
  padding: 5.5rem 0 6rem;
  background: linear-gradient(180deg, #E9F1F8 0%, #F5F9FC 100%);
}

.solutions-page .pb-testimonial-quote__header {
  display: none;
}

.solutions-page .pb-testimonial-quote__card {
  max-width: 70rem;
  margin: 0 auto;
  padding: 3.5rem 4.5rem 3.8rem;
  border-radius: 1.375rem;
  background: #fff;
  box-shadow: 0 1rem 2.625rem rgba(26, 46, 77, 0.1);
}

.solutions-page .pb-testimonial-quote__text {
  padding-top: 5rem;
  position: relative;
  max-width: 61rem;
  margin: 0 auto 1.5rem;
}

.solutions-page .pb-testimonial-quote__text::before, .solutions-page .pb-testimonial-quote__text::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.75rem;
  height: 1.3rem;
  background: #62C9DA;
  -ms-transform: skewX(-23deg);
      transform: skewX(-23deg);
}

.solutions-page .pb-testimonial-quote__text::before {
  left: calc(50% - 1rem);
}

.solutions-page .pb-testimonial-quote__text::after {
  left: calc(50% + 0.25rem);
}

.solutions-page .pb-testimonial-quote__text p {
  margin: 0;
  font-size: 1.8125rem;
  line-height: 1.34;
  font-weight: 800;
  letter-spacing: -.01875rem;
  text-align: center;
  color: #0C2A4E;
}

.solutions-page .pb-testimonial-quote__author {
  gap: 1rem;
  margin-bottom: 1.7rem;
}

.solutions-page .pb-testimonial-quote__author-image {
  width: 3.5rem;
  height: 3.5rem;
}

.solutions-page .pb-testimonial-quote__author-info {
  text-align: left;
}

.solutions-page .pb-testimonial-quote__author-name {
  display: block;
  margin-bottom: 7px;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 700;
  color: #0C2A4E;
}

.solutions-page .pb-testimonial-quote__author-role:before {
  display: none;
}

.solutions-page .pb-testimonial-quote__author-role p {
  margin: 0;
  font-size: .9375rem;
  line-height: 1;
  font-weight: 400;
  color: #5F6E7D;
}

.solutions-page .pb-testimonial-quote__card-link .btn,
.solutions-page .pb-testimonial-quote__card-link a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: .625rem;
  width: 14.9375rem;
  height: 2.9375rem;
  padding: .875rem 1.75rem;
  border: .09375rem solid #0C2A4E;
  border-radius: 999px;
  background: #fff;
  color: #0C2A4E;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .065rem;
  text-transform: uppercase;
  transition: .3s;
}

.solutions-page .pb-testimonial-quote__card-link .btn:hover,
.solutions-page .pb-testimonial-quote__card-link a:hover {
  background: #0C2A4E;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .solutions-page .pb-testimonial-quote__card {
    padding: 3rem;
  }
  .solutions-page .pb-testimonial-quote__text p {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .solutions-page .pb-testimonial-quote {
    padding: 4rem 0;
  }
  .solutions-page .pb-testimonial-quote__card {
    padding: 2rem 1.5rem;
  }
  .solutions-page .pb-testimonial-quote__text {
    padding-top: 3rem;
    margin-bottom: 2rem;
  }
  .solutions-page .pb-testimonial-quote__text::before {
    font-size: 4rem;
  }
  .solutions-page .pb-testimonial-quote__text p {
    font-size: 1.5rem;
  }
  .solutions-page .pb-testimonial-quote__author {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .solutions-page .pb-testimonial-quote__author-info {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .solutions-page .pb-testimonial-quote__text p {
    font-size: 1.25rem;
  }
  .solutions-page .pb-testimonial-quote__card-link .btn {
    width: 100%;
    min-width: 0;
  }
}

.solutions-page .pb-cta {
  padding: 5.25rem 0 5.6rem;
  background: linear-gradient(180deg, #e7f0f8 0%, #f6fafd 100%);
  text-align: center;
}

.solutions-page .pb-cta__inner {
  max-width: 62.5rem;
  margin: 0 auto;
}

.solutions-page .pb-cta__title {
  max-width: 60rem;
  margin: 0 auto 1.375rem;
  font-size: 2.75rem;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.0375rem;
  color: #0c2a4e;
}

.solutions-page .pb-cta__description {
  max-width: 51.25rem;
  margin: 0 auto 3.25rem;
}

.solutions-page .pb-cta__description p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.52;
  font-weight: 400;
  color: #5f6e7d;
}

.solutions-page .pb-cta__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.5rem;
}

.solutions-page .pb-cta__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.625rem;
  min-width: 12.4375rem;
  height: 3.1875rem;
  min-height: 0;
  padding: 1rem 2rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.065rem;
  text-transform: uppercase;
  animation: none;
  overflow: visible;
}

.solutions-page .pb-cta__button::before {
  display: none;
}

.solutions-page .pb-cta__button::after {
  content: "→";
  margin-left: 0;
  font-size: 1rem;
  line-height: 1;
}

.solutions-page .pb-cta__button:hover {
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
}

.solutions-page .pb-cta__download {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.625rem;
  min-height: 3.1875rem;
  padding: 1rem 2rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.065rem;
}

.solutions-page .pb-cta__download::after {
  content: "→";
  margin-left: 0;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .solutions-page .pb-cta {
    padding: 4.5rem 0 4.75rem;
  }
  .solutions-page .pb-cta__title {
    max-width: 48rem;
    font-size: 2.375rem;
  }
  .solutions-page .pb-cta__description {
    max-width: 44rem;
    margin-bottom: 2.75rem;
  }
}

@media (max-width: 768px) {
  .solutions-page .pb-cta {
    padding: 4rem 0;
  }
  .solutions-page .pb-cta__title {
    font-size: 2rem;
  }
  .solutions-page .pb-cta__description {
    margin-bottom: 2.25rem;
  }
  .solutions-page .pb-cta__description p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .solutions-page .pb-cta {
    padding: 3.5rem 0;
  }
  .solutions-page .pb-cta__title {
    font-size: 1.75rem;
  }
  .solutions-page .pb-cta__actions {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
    align-items: stretch;
  }
  .solutions-page .pb-cta__button, .solutions-page .pb-cta__download {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
