:root {
  --nw-sprite: url(https://www.manageengine.com/network-monitoring/images/network-management/nw-mgmt-sprites.svg);
}
html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

a,
em,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
select {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

body {
  line-height: 1.5;
  overflow-x: hidden;
}

button {
  font-family: inherit;
}

embed,
img,
object,
video {
  max-width: 100%;
  height: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  outline: 0;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  padding-top: 0;
  padding-bottom: 0;
}
.row > * {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 100%;
}
.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.row.g-0 > * {
  padding-left: 0;
  padding-right: 0;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.itom-features-main-wrapper h1 {
  font-size: calc(1.375rem + 2.2vw);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.itom-features-main-wrapper h2 {
  font-size: calc(1.325rem + 1.75vw);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.itom-features-main-wrapper h3 {
  font-size: calc(1.3rem + 1vw);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.5px;
}
.itom-features-main-wrapper h4 {
  font-size: calc(1.275rem + 0.75vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
.itom-features-main-wrapper h5, .itom-features-main-wrapper .h5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
.itom-features-main-wrapper h6 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.25px;
}
.itom-features-main-wrapper p,
.itom-features-main-wrapper .p {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 16px;
}
.itom-features-main-wrapper ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1200px) {
  .itom-features-main-wrapper h1 {
    font-size: 3rem;
  }
  .itom-features-main-wrapper h2 {
    font-size: 2.5rem;
  }
  .itom-features-main-wrapper h3 {
    font-size: 2rem;
  }
  .itom-features-main-wrapper h4 {
    font-size: 1.75rem;
  }
}

.opm-btn {
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  padding: 12px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.opm-btn.btn-primary {
  background-color: #E80E19;
  color: #ffffff;
}
.opm-btn > span:last-child.opm-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}

a.opm-btn.btn-primary {
  color: #ffffff !important;
  text-decoration: none;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.itom-features-main-wrapper {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.itom-features-main-wrapper *,
.itom-features-main-wrapper *::after,
.itom-features-main-wrapper *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.itom-features-main-wrapper a:not(.itom-btn-primary) {
  color: #006DEB;
}
.itom-features-main-wrapper a:not(.itom-btn-primary).anchor-text {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.itom-features-main-wrapper .anchor-text {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.itom-features-main-wrapper .anchor-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.itom-features-main-wrapper .itom-features-banner-wrapper {
  padding-top: 40px;
  background-color: #FFF8E0;
}
.itom-features-main-wrapper .itom-features-banner-wrapper .breadcrumb-header ul li {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.itom-features-main-wrapper .itom-features-banner-wrapper .breadcrumb-header ul li a {
  color: inherit;
}
.itom-features-main-wrapper .itom-features-banner-wrapper .breadcrumb-header ul li.breadcrumb-separator {
  margin: 0 4px;
}
.itom-features-main-wrapper .itom-features-banner-wrapper .banner-section {
  padding: 60px 0 120px;
}
.itom-features-main-wrapper .itom-features-banner-wrapper .banner-section h1 {
  margin-bottom: 8px;
}
.itom-features-main-wrapper .itom-features-banner-wrapper .banner-section p {
  margin-bottom: 24px;
}
.itom-features-main-wrapper .itom-features-detail-container {
  max-width: 1180px;
  width: 100%;
  margin: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.itom-features-main-wrapper .sec-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.itom-features-main-wrapper .intro-section {
  width: 100%;
  margin: auto;
  text-align: center;
}
.itom-features-main-wrapper .feature-section .feature-section-intro-content {
  width: 100%;
  margin: auto;
  text-align: center;
}
.itom-features-main-wrapper .feature-section .feature-header-section {
  text-align: center;
  margin: 54px auto;
  background-color: #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  min-height: 55px;
  transition: all 0.25s;
}
.itom-features-main-wrapper .feature-section .feature-header-section #feature-header-section {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.itom-features-main-wrapper .feature-section .feature-header-section #feature-header-section::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 576px) {
  .itom-features-main-wrapper .feature-section .feature-header-section #feature-header-section.sticky {
    position: fixed;
    top: 100px;
    width: 100%;
    left: 0;
    background: #fcfcfc;
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dadada;
    z-index: 10;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1025.98px) {
  .itom-features-main-wrapper .feature-section .feature-header-section #feature-header-section.sticky {
    top: 88px;
  }
}
.itom-features-main-wrapper .feature-section .feature-header-section ul {
  border-bottom: 1px solid #dadada;
  display: inline-block;
}
.itom-features-main-wrapper .feature-section .feature-header-section ul li {
  display: inline-block;
  margin-bottom: 0;
}
.itom-features-main-wrapper .feature-section .feature-header-section ul li a {
  display: inline-block;
  padding: 12px 24px;
  color: inherit;
  font-size: 18px;
  position: relative;
  font-weight: 600;
  text-decoration: unset;
}
.itom-features-main-wrapper .feature-section .feature-header-section ul li a::before {
  position: absolute;
  content: "";
  height: 2.5px;
  width: 0;
  left: 0;
  bottom: 0;
  background-color: #006DEB;
}
.itom-features-main-wrapper .feature-section .feature-header-section ul li a.active {
  color: #006DEB;
}
.itom-features-main-wrapper .feature-section .feature-header-section ul li a.active::before {
  width: 100%;
}
.itom-features-main-wrapper .feature-section .feature-content-section {
  padding: 50px 0;
}
.itom-features-main-wrapper .feature-section .feature-content-section .content-header {
  margin-bottom: 32px;
}
.itom-features-main-wrapper .feature-section .feature-content-section .content-body .row {
  margin-top: 32px;
}
.itom-features-main-wrapper .feature-section .feature-content-section .content-body .feature-content-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.itom-features-main-wrapper .feature-section .feature-content-section .content-body .feature-content-icon svg {
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: 100%;
}
.itom-features-main-wrapper .feature-section .feature-content-section .content-body .content-list {
  margin-top: 24px;
}
.itom-features-main-wrapper .feature-section .feature-content-section .content-body .content-list ul {
  margin-top: 16px;
}
.itom-features-main-wrapper .feature-section .feature-content-section h3 {
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  .itom-features-main-wrapper .feature-section .feature-content-section .feature-content-card {
    margin-bottom: 32px;
  }
}
.itom-features-main-wrapper .feature-section .feature-content-section .feature-content-card.inline > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.itom-features-main-wrapper .feature-section .feature-content-section .feature-content-card.inline > div:first-child .feature-content-icon {
  margin: 0 10px 0 0;
}
.itom-features-main-wrapper .feature-section .feature-content-section .feature-content-card.inline > div:first-child .feature-content-icon svg {
  max-width: 36px;
  max-height: 36px;
}
.itom-features-main-wrapper .feature-section .feature-content-section .feature-content-card.inline > div:first-child h5 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.25;
}
.itom-features-main-wrapper .feature-section .feature-content-section ul li {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDBDNC40OCAwIDAgNC40OCAwIDEwQzAgMTUuNTIgNC40OCAyMCAxMCAyMEMxNS41MiAyMCAyMCAxNS41MiAyMCAxMEMyMCA0LjQ4IDE1LjUyIDAgMTAgMFpNNy4yOSAxNC4yOUwzLjcgMTAuN0MzLjMxIDEwLjMxIDMuMzEgOS42OCAzLjcgOS4yOUM0LjA5IDguOSA0LjcyIDguOSA1LjExIDkuMjlMOCAxMi4xN0wxNC44OCA1LjI5QzE1LjI3IDQuOSAxNS45IDQuOSAxNi4yOSA1LjI5QzE2LjY4IDUuNjggMTYuNjggNi4zMSAxNi4yOSA2LjdMOC43IDE0LjI5QzguMzIgMTQuNjggNy42OCAxNC42OCA3LjI5IDE0LjI5WiIgZmlsbD0iIzA5QUI1OCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 32px;
  margin-bottom: 8px;
}
.itom-features-main-wrapper .addon-section {
  background-color: #fafafa;
}
.itom-features-main-wrapper .addon-section .addon-card-row {
  margin-top: 60px;
  gap: 24px 0;
}
.itom-features-main-wrapper .addon-section .addon-card-row .addon-card {
  padding: 24px;
  border-radius: 12px;
  background-color: #ffffff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.04);
}
.itom-features-main-wrapper .addon-section .addon-card-row .addon-card p {
  margin-top: 8px;
}
.itom-features-main-wrapper .addon-section .addon-card-row .addon-card .addon-logo {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.itom-features-main-wrapper .faq-section {
  background-color: #fafafa;
}
.itom-features-main-wrapper .faq-section .faq-list {
  max-width: 940px;
  width: 100%;
  margin: 40px auto;
}
.itom-features-main-wrapper .faq-section .faq-list .faq-list-item {
  padding: 24px 16px;
  margin: 0;
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
}
.itom-features-main-wrapper .faq-section .faq-list .faq-list-item:last-child {
  border-bottom: 0;
}
.itom-features-main-wrapper .faq-section .faq-list .faq-list-item .faq-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.itom-features-main-wrapper .faq-section .faq-list .faq-list-item .faq-header h5 {
  margin-bottom: 0;
}
.itom-features-main-wrapper .faq-section .faq-list .faq-list-item .faq-body {
  display: none;
}
.itom-features-main-wrapper .faq-section .faq-list .faq-list-item.active .chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.itom-features-main-wrapper .faq-section .faq-list .faq-list-item.active .faq-body {
  display: block;
}
.itom-features-main-wrapper .faq-section .faq-list .faq-list-item.active .faq-header h5 {
  color: #006DEB;
}
.itom-features-main-wrapper .faq-section .faq-list .faq-list-item p {
  margin: 12px 0 0;
}
.itom-features-main-wrapper .testimonial-section .customer-review-wrapper {
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 32px;
  height: 100%;
}
.itom-features-main-wrapper .testimonial-section .customer-review-wrapper .swiper {
  height: 100%;
}
.itom-features-main-wrapper .testimonial-section .customer-review-wrapper .swiper .swiper-wrapper {
  height: 100%;
}
.itom-features-main-wrapper .testimonial-section .customer-review-wrapper .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.itom-features-main-wrapper .testimonial-section .customer-review-wrapper .swiper .swiper-wrapper .swiper-slide:last-child .client-profile-section img {
  max-height: 164px;
}
.itom-features-main-wrapper .testimonial-section .testimonial-wrapper {
  margin: 60px 0 0;
}
.itom-features-main-wrapper .testimonial-section .gartner-review-wrapper {
  border-radius: 12px;
  padding: 32px;
  background-color: #F5F5F5;
  margin-bottom: 24px;
  min-height: 419px;
  position: relative;
}
.itom-features-main-wrapper .testimonial-section .gartner-review-wrapper .gartnerReviewSwiper {
  padding-bottom: 16px;
}
.itom-features-main-wrapper .testimonial-section .gartner-review-wrapper .gartnerReviewSwiper .swiper-pagination {
  bottom: -5px;
}
.itom-features-main-wrapper .testimonial-section .gartner-review-card .gartner-review--item p:not(.gartner-review-details p):last-child {
  margin-bottom: 0;
}
.itom-features-main-wrapper .testimonial-section .gartner-review-card .gartner-logo {
  height: 50px;
}
.itom-features-main-wrapper .testimonial-section .gartner-review-card .gartner-review-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #818181;
}
@media only screen and (max-width: 575.98px) {
  .itom-features-main-wrapper .testimonial-section .gartner-review-card .gartner-review-details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.itom-features-main-wrapper .testimonial-section .gartner-review-card .gartner-review-details p {
  margin: 0 24px 12px 0;
  font-size: 16px;
  line-height: 1.75;
}
.itom-features-main-wrapper .testimonial-section .gartner-review-card h4 {
  margin: 12px 0;
}
.itom-features-main-wrapper .testimonial-section .client-review-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.itom-features-main-wrapper .testimonial-section .client-review-card .client-profile-section {
  background-color: #ffffff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 16px;
  padding-bottom: 150px;
  margin-bottom: 24px;
  position: relative;
}
.itom-features-main-wrapper .testimonial-section .client-review-card .client-profile-section img {
  max-width: 234px;
  max-height: 154px;
  position: absolute;
  bottom: 0;
}
.itom-features-main-wrapper .testimonial-section .client-review-card .client-profile-section .btn-play-icon {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background-color: #006DEB;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 16px;
}
.itom-features-main-wrapper .testimonial-section .client-review-card .client-profile-section .btn-play-icon::before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #ffffff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-32%, -50%);
  transform: translate(-36%, -50%);
}
.itom-features-main-wrapper .testimonial-section .client-review-card .client-details .client-name {
  color: #006DEB;
  font-size: 18px;
}
.itom-features-main-wrapper .testimonial-section .client-review-card .btn-link {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 15px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #006DEB;
  font-weight: 500;
  cursor: pointer;
}
.itom-features-main-wrapper .testimonial-section .award-badge-card {
  background-color: #F5F5F5;
  border-radius: 12px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .itom-features-main-wrapper .testimonial-section .award-badge-card {
    margin-bottom: 24px;
  }
}
.itom-features-main-wrapper .testimonial-section .award-badge-card img {
  height: 100px;
}
.itom-features-main-wrapper .other-solution-section {
  background-color: #fafafa;
}
.itom-features-main-wrapper .other-solution-section .other-solution-card {
  margin-bottom: 24px;
}
.itom-features-main-wrapper .other-solution-section .other-solution-card h6 {
  margin-bottom: 8px;
}
.itom-features-main-wrapper .other-solution-section .other-solution-card .solution-view-more {
  margin: 6px 0 12px 0;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.5;
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.itom-features-main-wrapper .other-solution-section .other-solution-card ul {
  margin-bottom: 0;
}
.itom-features-main-wrapper .other-solution-section .other-solution-card ul li {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.itom-features-main-wrapper .other-solution-section .other-solution-card ul li a {
  color: inherit;
  position: relative;
  text-decoration: unset;
}
.itom-features-main-wrapper .other-solution-section .other-solution-card ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #006DEB;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.itom-features-main-wrapper .other-solution-section .other-solution-card ul li a:hover {
  color: #006DEB;
}
.itom-features-main-wrapper .other-solution-section .other-solution-card ul li a:hover::before {
  width: 100%;
}
.itom-features-main-wrapper .other-solution-section .other-solution-card .view-more-solution-list {
  display: none;
}
.itom-features-main-wrapper .other-solution-section .other-solution-card .view-more-solution-list.active {
  display: block;
}
.itom-features-main-wrapper .other-solution-section .other-solution-wrapper {
  margin-top: 60px;
}
.itom-features-main-wrapper .manage-section .network-device-wrapper {
  position: relative;
  margin: 80px 0 40px;
}
.itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern {
  position: relative;
}
.itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .opm-logo {
  position: absolute;
  content: "";
  top: 50%;
  right: 50%;
  max-width: 130px;
  -webkit-transform: translate(50%, -60%);
          transform: translate(50%, -60%);
}
@media (max-width: 767px) {
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern {
    display: none;
  }
}
.itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -12px;
  }
}
.itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .network-solution-icon svg {
  min-width: 36px;
  min-height: 36px;
}
@media (min-width: 768px) {
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col {
    position: absolute;
  }
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(1) {
    right: 26%;
    bottom: 42%;
  }
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(2) {
    right: 7%;
    bottom: 42%;
  }
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(3) {
    right: 36%;
    bottom: 67%;
  }
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(4) {
    right: 32%;
    bottom: 14%;
  }
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(5) {
    right: 18%;
    bottom: 70%;
  }
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(6) {
    right: 57%;
    bottom: 68%;
  }
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(7) {
    right: 65%;
    bottom: 44%;
  }
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(8) {
    right: 59%;
    bottom: 21%;
  }
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(9) {
    right: 46%;
    bottom: 88%;
  }
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(10) {
    right: 46%;
    bottom: 1%;
  }
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(11) {
    right: 72%;
    bottom: 76%;
  }
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(12) {
    right: 28%;
    bottom: 90%;
  }
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(13) {
    right: 83%;
    bottom: 45%;
  }
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(14) {
    right: 74%;
    bottom: 12%;
  }
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(15) {
    right: 12%;
    bottom: 12%;
  }
}
@media (max-width: 767.98px) {
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
.itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col > div {
  width: 110px;
  height: 110px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 4px 32px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 32px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media (max-width: 767.98px) {
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 12px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col > div {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
.itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col > div:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col > div a {
  color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col > div a .network-solution-icon {
  display: inline-block;
}
.itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col > div a span:last-child {
  text-align: center;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
}
@media screen and (min-width: 992px) {
  .itom-features-main-wrapper .title-break {
    display: block;
  }
}

.video-player-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  display: none;
  opacity: 0;
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.video-player-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.video-player-wrapper.active {
  display: block;
  opacity: 1;
}
.video-player-wrapper .video-player-container {
  max-width: 956px;
  margin: 100px auto auto;
}
.video-player-wrapper .video-player-container .video-player-close-btn {
  width: 32px;
  height: 32px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.video-player-wrapper .video-player-container .video-player {
  position: relative;
  padding-bottom: 56.5%;
  margin-top: 12px;
}
.video-player-wrapper .video-player-container .video-player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.intro-video {
  margin-top: 24px;
  padding-bottom: 56.5%;
  position: relative;
  -webkit-box-shadow: 2px 4px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .intro-video {
    padding-bottom: 51.5%;
    margin-left: 40px;
  }
}
.intro-video img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-video .video-play-button {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background-color: #E80E19;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 6px 24px 3px rgba(192, 192, 192, 0.75);
          box-shadow: 0 6px 24px 3px rgba(192, 192, 192, 0.75);
  cursor: pointer;
}
.intro-video .video-play-button .video-play-icon {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-32%, -50%);
          transform: translate(-32%, -50%);
  width: 20px;
  height: 20px;
}

#meGDPRMessage {
  margin-bottom: 6px;
  font-size: 13px;
  width: 100% !important;
  color: inherit !important;
}

#meGDPRMessage label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

.checkmarkgdpr {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px !important;
  background: #ffffff !important;
}

.checkmarkgdpr::before {
  content: "";
  top: -1px !important;
  left: 0 !important;
  position: relative !important;
  width: 6px !important;
  height: 11px !important;
  border-style: solid !important;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg) scale(0) !important;
  transform: rotate(45deg) scale(0) !important;
  -webkit-transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms transform ease-out !important;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
}

.checkmarkgdpr.enableCheckgdpr::before {
  -webkit-transform: rotate(45deg) scale(1) !important;
  transform: rotate(45deg) scale(1) !important;
}

.text-center {
  text-align: center;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.feature-section-swiper {
  margin-top: 50px;
  position: relative;
  position: relative;
}
.feature-section-swiper .swiper {
  -webkit-box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  position: initial;
}
.feature-section-swiper .swiper-slide img {
  border-radius: 12px;
}
.feature-section-swiper .swiper-scrollbar {
  background: transparent;
}
.feature-section-swiper .swiper-button-next {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 100px;
  border: 1.5px solid #2A2B2E;
  background: #ffffff;
  color: #2A2B2E;
  -webkit-box-shadow: 0 3px 2px rgba(42, 43, 46, 0.05);
          box-shadow: 0 3px 2px rgba(42, 43, 46, 0.05);
}
.feature-section-swiper .swiper-button-next::after {
  font-size: 20px;
  position: absolute;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItYXJyb3ctcmlnaHQiPjxsaW5lIHgxPSI1IiB5MT0iMTIiIHgyPSIxOSIgeTI9IjEyIj48L2xpbmU+PHBvbHlsaW5lIHBvaW50cz0iMTIgNSAxOSAxMiAxMiAxOSI+PC9wb2x5bGluZT48L3N2Zz4=);
  width: 24px;
  height: 24px;
}
.feature-section-swiper .swiper-button-prev {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 100px;
  border: 1.5px solid #2A2B2E;
  background: #ffffff;
  color: #2A2B2E;
  -webkit-box-shadow: 0 3px 2px rgba(42, 43, 46, 0.05);
          box-shadow: 0 3px 2px rgba(42, 43, 46, 0.05);
}
.feature-section-swiper .swiper-button-prev::after {
  font-size: 20px;
  position: absolute;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItYXJyb3ctcmlnaHQiPjxsaW5lIHgxPSI1IiB5MT0iMTIiIHgyPSIxOSIgeTI9IjEyIj48L2xpbmU+PHBvbHlsaW5lIHBvaW50cz0iMTIgNSAxOSAxMiAxMiAxOSI+PC9wb2x5bGluZT48L3N2Zz4=);
  width: 24px;
  height: 24px;
}
.feature-section-swiper .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.feature-section-swiper .swiper-button-next,
.feature-section-swiper .swiper-rtl .swiper-button-prev {
  right: -1.5%;
}
.feature-section-swiper .swiper-button-prev,
.feature-section-swiper .swiper-rtl .swiper-button-next {
  left: -1.5%;
}

.related-resource-section .related-resource-img {
  margin-top: 40px;
  max-width: 360px;
  width: 100%;
  height: auto;
}
.related-resource-section .resource-card {
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  margin-left: 32px;
}
@media screen and (max-width: 1199.98px) {
  .related-resource-section .resource-card {
    margin: 40px 0 0;
  }
}
.related-resource-section .resource-wrapper {
  padding: 24px;
  border-right: 1px solid #EFEFEF;
}
.related-resource-section .resource-link-item.featured {
  margin-bottom: 32px;
}
.related-resource-section .resource-link-list li {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.75;
}
.related-resource-section .resource-link-list li:last-child {
  margin-bottom: 0;
}
.related-resource-section .resource-link-list li a {
  color: inherit;
}
.related-resource-section .resource-link-list li a svg {
  vertical-align: sub;
}
.related-resource-section .resource-link-list li a span {
  margin-right: 4px;
}
.related-resource-section .resource-other-wrapper {
  padding: 24px 24px 24px 0;
}
.related-resource-section .resource-other-wrapper .resource-other-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-decoration: none;
}
.related-resource-section .resource-other-wrapper .resource-other-item:nth-child(1), .related-resource-section .resource-other-wrapper .resource-other-item:nth-child(2) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EFEFEF;
}
.related-resource-section .resource-other-wrapper .resource-other-item:hover {
  text-decoration: none;
}
.related-resource-section .resource-other-wrapper .resource-other-item .h5 {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 4px;
}
.related-resource-section .resource-other-wrapper .resource-other-item .p {
  font-size: 1rem;
  line-height: 1.75;
}
.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.related-resource-section .resource-other-wrapper .resource-other-item .anchor-text {
  color: #006DEB;
}
.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon {
  margin-right: 20px;
}
.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon svg {
  width: 32px;
  height: 38px;
}
.related-resource-section .resource-other-wrapper .resource-other-item a {
  font-size: 1rem;
}

@media screen and (max-width: 1199.98px) {
  .related-resource-title-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .resource-other-wrapper {
    padding: 24px !important;
  }
  .resource-wrapper {
    border-right: 0 !important;
  }
}