.list-column-2 {
  margin: 0;
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  column-gap: 0;
}

.list-column-2 li {
  font-size: 1rem;
  line-height: 21px;
  padding-bottom: 12px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  margin-left: 28px;
  list-style: disc;
}

@media (min-width: 576px) {
  .list-column-2 {
    margin: 0;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}

.section {
  padding: 4rem 0;
}

.section .section-body {
  position: relative;
}

.section .section-title {
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .section .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .tabs-collapse-sm.nav-tabs + .tab-content > * + *,
  .tabs-collapse-sm > .tab-content > * + * {
    margin-top: 0;
  }
}

.tab-content .tab-pane__title {
  font-size: 1.5rem;
}

.tab-content .lead {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.7;
}

@media (max-width: 767.98px) {
  .tab-content .tab-pane .tab-pane__title {
    font-size: 1.25rem;
  }
  .tab-content .tab-pane .lead {
    font-size: 1rem;
  }
}

.navbar--signup.navbar--main.auto-hide {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 100;
  -webkit-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
}

@media (min-width: 768px) {
  .navbar--signup.navbar--main.auto-hide {
    background-color: rgba(0, 0, 0, 0.135);
    border-bottom: 1px solid rgba(16, 21, 29, 0.145);
  }
}

.navbar--signup.navbar--main.auto-hide .navbar-nav a {
  color: #fff;
}

.navbar--signup.navbar--main.auto-hide .navbar-nav a:hover {
  text-decoration: underline;
}

.navbar--signup.navbar--main.auto-hide.bg-signup {
  background-color: #224d8f;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.75);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.75);
}

.signup-hero {
  background-color: #19212e;
}

@media (max-width: 991.98px) {
  .signup-hero {
    height: 450px;
    max-height: 450px;
  }
}

.signup-hero .f-hero-body {
  top: 63px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 2rem;
}

@media (min-width: 576px) {
  .signup-hero .f-hero-body {
    top: 64px;
  }
}

@media (min-width: 768px) {
  .signup-hero .f-hero-body {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  .signup-hero .f-hero-body .f-hero-body__content {
    width: calc(100% - 30px);
  }
}

@media (max-width: 575.98px) {
  .signup-hero .f-hero-title {
    font-size: 1.5rem;
    margin-bottom: .5rem;
  }
}

.signup-hero .f-hero-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
}

@media (min-width: 576px) {
  .signup-hero .f-hero-text {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .signup-hero .f-hero-text {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .signup-hero .f-hero-text {
    font-size: 1.5rem;
  }
}

.signup-hero .signup-gradient {
  position: absolute;
  left: -7vw;
  right: -7vw;
  bottom: -1vh;
  height: 45%;
  background: -webkit-gradient(linear, left bottom, left top, from(#17212e), color-stop(20%, #17212e), to(rgba(23, 33, 46, 0)));
  background: -webkit-linear-gradient(bottom, #17212e 0%, #17212e 20%, rgba(23, 33, 46, 0) 100%);
  background: -o-linear-gradient(bottom, #17212e 0%, #17212e 20%, rgba(23, 33, 46, 0) 100%);
  background: linear-gradient(to top, #17212e 0%, #17212e 20%, rgba(23, 33, 46, 0) 100%);
  pointer-events: none;
}

.cards.website-awards .card {
  -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.05);
}

.cards.website-awards .card .card-body-title {
  font-size: 1.125rem;
}

.cards.website-awards .card-body-title > small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cards.website-awards .card-body-title > small:before, .cards.website-awards .card-body-title > small:after {
  content: "";
  background-color: #333;
  height: 0.0625rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: .5em;
}

@media (max-width: 575.98px) {
  .sl-slideshow:not([data-sl="false"]) > .cards.website-awards > .card {
    width: calc(250px - 1rem);
  }
}

.pricing-table,
.pricing-wrapper {
  position: relative;
  height: 256px;
  padding: .5em;
  background-color: #fff;
  border-radius: 0;
}

.pricing-table {
  overflow: hidden;
}

.pricing-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 5;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .pricing-wrapper {
    margin-top: 200px;
    margin-bottom: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: -1px -1px 5px 0 rgba(26, 26, 67, 0.05), -12px 20px 90px -25px rgba(50, 50, 93, 0.5), -18px 20px 75px -37.5px rgba(0, 0, 0, 0.6);
    box-shadow: -1px -1px 5px 0 rgba(26, 26, 67, 0.05), -12px 20px 90px -25px rgba(50, 50, 93, 0.5), -18px 20px 75px -37.5px rgba(0, 0, 0, 0.6);
  }
}

.pricing-wrapper .popover {
  top: 0;
  left: auto;
  right: 4%;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.pricing-wrapper .popover .arrow {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.pricing-table:after {
  content: "";
  height: 220px;
  width: calc(100% + 20px);
  position: absolute;
  bottom: -50%;
  left: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, #fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, #fff 70%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, #fff 70%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(0deg, #fff 70%, rgba(255, 255, 255, 0));
  z-index: 5;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pricing-info {
  width: 100%;
}

.pricing-info {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

@media (min-width: 576px) {
  .pricing-info {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.pricing-info thead th {
  border-bottom: 1px solid #e6ebf1;
  padding: .25em;
  padding-left: .5em;
  padding-right: .5em;
  color: #2C3940;
  background-color: #dee2e6;
}

.pricing-info tbody td {
  text-align: left;
  font-size: 0.8125rem;
  color: #6b7c93;
  padding: .5em;
  border-bottom: 1px solid #f6f9fc;
}

.pricing-info tbody th:after {
  content: "";
  background-color: #f6f9fc;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pricing-bgimage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 50%;
  background-position: top center;
  background-repeat: no-repeat;
  height: 450px;
  overflow: hidden;
}

.certification-wrapper {
  position: relative;
  height: 150px;
}

/*
.certification-wrapper:after {
    content: "";
    height: 150px;
    width: calc(100% + 20px);
    position: absolute;
    top: 0;
    left: 50%;
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 55%);
    z-index: 11;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
 */
@media (min-width: 576px) {
  .certification-wrapper {
    height: 200px;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
    margin-top: 2em;
  }
  .certification-wrapper:after {
    height: 200px;
  }
}

[class*="logo-row-"] {
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[class*="logo-row-"] .cert-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: .5em;
  margin-right: .5em;
}

.logo-row-1 {
  bottom: 0%;
  width: 70%;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
}

.logo-row-2 {
  width: 85%;
  bottom: 30%;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
}

.logo-row-2 .cert-img {
  padding-top: 51.8796992481%;
}

.logo-row-3 {
  top: 0;
  bottom: auto;
  z-index: 8;
}

.logo-row-3 .cert-item {
  margin-left: 1.25em;
  margin-right: 1.25em;
  max-width: 9.375em;
}

.logo-row-3 .cert-img {
  padding-top: 51.8796992481%;
}

.cert-item {
  position: relative;
  border-radius: 1rem;
  background: #FFF;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 1em;
  -webkit-box-shadow: inset -66px 8px 232px 48px #fafafa, 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: inset -66px 8px 232px 48px #fafafa, 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.cert-item.front {
  position: absolute;
  bottom: 0;
  width: 50%;
  bottom: -40%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 11;
}

/*
.cert-item:before {
    position: absolute;
    bottom: em(-37); //
  //  left: 50%;
     content: "";
     width: 100%;
     height: 45px;
     background: url("../img/cert/cert-shadow.png");
     background-repeat: no-repeat;
     background-size: contain;
     background-position: center center;
     opacity: .5;
    //  transform: translateX(-60%);
} */
.cert-img {
  position: relative;
  background-color: #fff;
  height: 0;
  overflow: hidden;
  background-size: 75%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 1em;
  border: 1px solid #ddd;
}

.cert-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 116px -107px black;
  box-shadow: inset 0px 0px 116px -107px black;
}

.cert-logo-ava,
.cert-logo-control-associate,
.cert-logo-prodsp {
  padding-top: 51.8796992481%;
}

.cert-logo-auth-prog {
  padding-top: 49.8098859316%;
}

.cert-logo-xtp-sys {
  padding-top: 41.8461538462%;
}

.cert-logo-xtp-tech {
  padding-top: 49.4545454545%;
}

.cert-logo-control-pro {
  padding-top: 50.5928853755%;
}

.cert-logo-control-specialist {
  padding-top: 52.7777777778%;
}

.cert-logo-gc-specialist {
  padding-top: 41.6666666667%;
}

.cert-logo-certified {
  padding-top: 41.25%;
}

.video-wrapper {
  position: relative;
  height: 400px;
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

@media (max-width: 575.98px) {
  .video-wrapper {
    height: 200px;
    margin-top: 0;
    margin-bottom: 4rem;
  }
}

.video-wrapper .vid-player {
  position: absolute;
  width: calc(50% - 1em);
  border: 1px solid rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.video-wrapper .vid-player.tilt {
  -webkit-box-shadow: -1px -1px 5px 0 rgba(26, 26, 67, 0.05), -12px 20px 100px -25px rgba(50, 50, 93, 0.5), -18px 20px 75px -37.5px rgba(0, 0, 0, 0.6);
  box-shadow: -1px -1px 5px 0 rgba(26, 26, 67, 0.05), -12px 20px 100px -25px rgba(50, 50, 93, 0.5), -18px 20px 75px -37.5px rgba(0, 0, 0, 0.6);
}

.video-wrapper .vid-player.prod-ootb {
  left: 0;
  top: 0;
}

.video-wrapper .vid-player.prod-ootb.tilt {
  left: auto;
  width: 50%;
  -webkit-transform: scale(0.9) perspective(2910px) rotateY(12deg) rotateX(3deg) rotate(-2deg);
  transform: scale(0.9) perspective(2910px) rotateY(12deg) rotateX(3deg) rotate(-2deg);
}

.video-wrapper .vid-player.prod-intro {
  top: 0;
  right: 0;
  z-index: 2;
}

.video-wrapper .vid-player.prod-intro.tilt {
  width: 60%;
  top: 15%;
  left: 15%;
  -webkit-transform: scale(0.9) perspective(2910px) rotateY(12deg) rotateX(3deg) rotate(-2deg);
  transform: scale(0.9) perspective(2910px) rotateY(12deg) rotateX(3deg) rotate(-2deg);
}

.video-wrapper .vid-player.prod-howto {
  top: auto;
  left: 50%;
  width: 70%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 3;
}

.video-wrapper .vid-player.prod-howto.tilt {
  top: 30%;
  left: 30%;
  -webkit-transform: scale(0.9) perspective(2910px) rotateY(12deg) rotateX(3deg) rotate(-2deg);
  transform: scale(0.9) perspective(2910px) rotateY(12deg) rotateX(3deg) rotate(-2deg);
}

.vid-player {
  position: relative;
  font-size: 1em;
}

.vid-player:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 2em;
  height: 8%;
  background-color: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}

.vid-player .popover {
  position: absolute;
  bottom: 95%;
  top: auto;
}

.vid-player .popover .arrow {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.vid-player .popover .popover-body-title {
  font-size: 1em;
  margin-bottom: .25em;
}

.vid-player .popover .popover-body {
  position: relative;
}

.vid-player .popover .popover-body p {
  font-size: 0.875em;
}

.vid-player.tilt .popover {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vid-player__screen {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}

.vid-player__screen img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vid-player__scrub {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2em;
  height: 8%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vid-player__scrub span {
  margin-left: 1em;
  margin-right: 1em;
}

.vid-player__scrub span.scrub-play {
  font-size: 0.75em;
}

.vid-player__scrub span.scrub-bar {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 1;
}

.vid-player__scrub span.scrub-bar:before, .vid-player__scrub span.scrub-bar:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  content: "";
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.125em;
  background-color: rgba(255, 255, 255, 0.25);
}

.vid-player__scrub span.scrub-bar:after {
  background-color: #fff;
  width: 40%;
}

.vid-player .popover-body .collapsing {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.tools-container {
  position: relative;
  height: 400px;
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

.tools-wrapper {
  position: relative;
  height: 400px;
}

.tools-wrapper.builders {
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 5;
}

.tools-wrapper.calculators {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

@media (max-width: 575.98px) {
  .tools-wrapper {
    height: 200px;
    margin-top: 0;
    margin-bottom: 4rem;
  }
}

.tools-wrapper .tool {
  position: absolute;
  width: calc(50% - 1em);
  border: 1px solid rgba(0, 0, 0, 0.125);
  z-index: 1;
}

.tools-wrapper .tool.tilt {
  -webkit-box-shadow: -1px -1px 5px 0 rgba(26, 26, 67, 0.05), -12px 20px 60px -25px rgba(50, 50, 93, 0.5), 0 20px 0px -47.5px rgba(0, 0, 0, 0.6);
  box-shadow: -1px -1px 5px 0 rgba(26, 26, 67, 0.05), -12px 20px 60px -25px rgba(50, 50, 93, 0.5), 0 20px 0px -47.5px rgba(0, 0, 0, 0.6);
}

.tools-wrapper .tool.tilt[class*="tool-"] {
  -webkit-transform: scale(0.9) perspective(2910px) rotateY(12deg) rotateX(3deg) rotate(-2deg);
  transform: scale(0.9) perspective(2910px) rotateY(12deg) rotateX(3deg) rotate(-2deg);
}

.tools-wrapper .tool.tool-04 {
  left: 0;
  top: 0;
  opacity: .25;
}

.tools-wrapper .tool.tool-04.tilt {
  left: auto;
  width: 50%;
}

.tools-wrapper .tool.tool-03 {
  top: 0;
  right: 0;
  z-index: 1;
}

.tools-wrapper .tool.tool-03.tilt {
  width: 60%;
  top: 5%;
  left: 5%;
}

.tools-wrapper .tool.tool-02 {
  top: auto;
  left: 50%;
  width: 70%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 2;
}

.tools-wrapper .tool.tool-02.tilt {
  top: 10%;
  left: 10%;
}

.tools-wrapper .tool.tool-01 {
  top: auto;
  left: 50%;
  width: 80%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 3;
}

.tools-wrapper .tool.tool-01.tilt {
  top: 15%;
  left: 15%;
}

.tools-wrapper .tool.tool-00 {
  top: auto;
  left: 50%;
  width: 90%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 4;
}

.tools-wrapper .tool.tool-00.tilt {
  top: 20%;
  left: 20%;
}

.tool {
  position: relative;
  font-size: 1em;
}

.tool:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 2em;
  height: 8%;
  background-color: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}

.tool .popover {
  position: absolute;
  bottom: 95%;
  top: auto;
}

.tool .popover .arrow {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.tool .popover .popover-body-title {
  font-size: 1em;
  margin-bottom: .25em;
}

.tool .popover .popover-body {
  position: relative;
}

.tool .popover .popover-body p {
  font-size: 0.875em;
}

.tool.tilt .popover {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tool__screen {
  position: relative;
  padding-bottom: 73.1666666667%;
  /* 1200:878 ratio */
  height: 0;
  overflow: hidden;
}

.tool__screen img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .tool__screen:before,
.tool__screen:after {
    content: "";
    height: 220px;
    width: calc(100% + 20px);
    position: absolute;
    top: 0;
    left: 50%;
    background-image: linear-gradient(180deg, rgba(255,255,255,.75) 0%, rgba(255,255,255,0) 55%);
    z-index: 5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
} */
/* .tool__screen:after {
    top: auto;
    bottom: -20%;
    background-image: linear-gradient(0deg,#fff 70%,rgba(255,255,255,0));
} */
.tool-02 > .tool__screen:before,
.tool-03 > .tool__screen:before,
.tool-04 > .tool__screen:before {
  content: "";
  height: 220px;
  width: calc(100% + 20px);
  position: absolute;
  top: 0;
  left: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(55%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 55%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 55%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 55%);
  z-index: 5;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tool-03 > .tool__screen:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(55%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 55%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 55%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 55%);
}

.tool-02 > .tool__screen:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), color-stop(55%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 55%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 55%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 55%);
}

.software-list.cards > .card {
  color: #fff;
}

.software-list.cards > .card > [class*="card-image"] [class*="icomoon-"] {
  display: block;
  font-size: 4.5rem;
  color: #fff;
}

.software-list.cards > .card.software {
  background-color: #45b2e8;
  border-color: #45b2e8;
}

.software-list.cards > .card.drivers {
  background-color: #818bf0;
  border-color: #818bf0;
}

.bg-light-blue {
  background-color: #f6f9fc !important;
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
  color: #525f7f;
}

.text-light-blue {
  color: #373f52 !important;
}
