/**
CSS: Custom Styles
**/

:root {
  --orange: #f1592d;
  --blue: #584ebd;
  --yellow: #f49122;
  --dark-blue: #272660;
}

abbr, abbr[title], abbr[data-original-title] {
    text-decoration: none;
    -webkit-text-decoration: none;
    cursor: default;
    border-bottom: 0;
}

.text-065 {font-size: 0.65rem !important;}
.text-075 {font-size: 0.75rem;}
.text-085 {font-size: 0.85rem;}
.text-0875 {font-size: 0.875rem;}
.text-10 {font-size: 1.0rem;}
.text-15 {font-size: 1.5rem;}
.p-4-5 {padding: 2.25rem;}
.px-4-5 {padding: 0 2.25rem;}
.py-4-5 {padding: 2.25rem 0;}
.h-20px {height: 20px;}
.h-40px {height: 40px;}
.h-60px {height: 60px;}

@media (min-width: 576px) {
    .p-sm-4-5 {padding: 2.25rem !important;}
    .px-sm-4-5 {padding-left: 2.25rem !important;}
    .px-sm-4-5 {padding-right: 2.25rem !important;}
    .py-sm-4-5 {padding-top: 2.25rem !important;}
    .py-sm-4-5 {padding-bottom: 2.25rem !important;}
}

@media (min-width: 768px) {
    .p-md-4-5 {padding: 2.25rem !important;}
    .px-md-4-5 {padding-left: 2.25rem !important;}
    .px-md-4-5 {padding-right: 2.25rem !important;}
    .py-md-4-5 {padding-top: 2.25rem !important;}
    .py-md-4-5 {padding-bottom: 2.25rem !important;}
}

@media (min-width: 992px) {
    .p-lg-4-5 {padding: 2.25rem !important;}
    .px-lg-4-5 {padding-left: 2.25rem !important;}
    .px-lg-4-5 {padding-right: 2.25rem !important;}
    .py-lg-4-5 {padding-top: 2.25rem !important;}
    .py-lg-4-5 {padding-bottom: 2.25rem !important;}
}

@media (min-width: 1200px) {
    .p-xl-4-5 {padding: 2.25rem !important;}
    .px-xl-4-5 {padding-left: 2.25rem !important;}
    .px-xl-4-5 {padding-right: 2.25rem !important;}
    .py-xl-4-5 {padding-top: 2.25rem !important;}
    .py-xl-4-5 {padding-bottom: 2.25rem !important;}
}

@media (min-width: 1300px) {
    .ml-1300-4, .mx-1300-4 {
        margin-left: 1.5rem !important;
    }
    .d-1300-inline-block {
        display: inline-block !important;
    }
}

.width-fit-content {width: fit-content;}

.lh-1 {line-height: 1;}
.lh-normal {line-height: normal;}

img { max-width:100%; height: auto; }

.divider {
    border-bottom: 2px solid rgb(197,197,197);
    display: block;
    height: 0;
    max-width: 260px;
}

hr.divider {
    background: rgb(197,197,197);
    border-bottom: none;
    height: 1px;
}

/*GDPR*/
#gdpr, #gdpr.fixed-bottom {
    z-index: 2147483647;
}

/*Drift Widget*/
#drift-widget-container, #drift-frame-controller {
    transition: bottom .5s ease-out;
    z-index: 2147483646 !important;
}

#drift-widget, .drift-frame-controller {
    bottom: 5px !important;
    right: 5px !important;
}

/* Skip to Content / Back to Top */
#skip-to-content:focus {
    background: rgba(55, 111, 209,.75);
    color: #fff;
    outline-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 15px;
    z-index: 9999;
}

#back-to-top {
    background: #376fd1;
    border-radius: 50%;
    display: none;
    position: fixed;
    bottom: 82px;
    right: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    transition: bottom .5s ease-out, display .5s ease-in, opacity .5s ease-in;
    z-index: 2147483647;
}

#back-to-top:hover {
    background: #2d5aaa;
}

#back-to-top img {
    display: block;
    width: 40px;
    height: 25px;
    margin: -15px auto 0;
    position: relative;
    top: 50%;
}

#back-to-top.is-visible {
    display: block;
    opacity: 1;
    transition: bottom .5s ease-out, display .5s ease-in, opacity .5s ease-in;
}

/*Recaptcha*/
.grecaptcha-badge { visibility: hidden; }

/*.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}*/

/*Styling the blogs page view*/
.results-page .row > article {
  order: 3;
}

.results-page .row > article:first-child {
  order: 1;
}

/*
.results-page .row > aside {
  order: 2;
}
*/

.results-page .post-featured {
  position: relative;
  min-height: 330px;
  border-radius: 0.5rem;
}

.card a .card-text { font-weight: 400; } /*Global Bold Links*/
.card--byline {
  font-size: 0.875rem;
  font-weight: bold;
}

/* PERSONA LABELS */
.persona-labels {
    padding: 1.3rem 1.75rem;
    color: #0a0a0a;
    font-family: "Nunito Sans", sans-serif;
    border-radius: 10px;
    background-color: white;
  -webkit-transition: color 250ms linear;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  border-top: 10px solid transparent;
      box-shadow: 0 0 1rem 0.2rem rgb(39 38 96 / 10%) !important
}

.persona-labels span {
    font-size: 1rem;
    transition: color 0.3s ease;
    font-weight: 600;
}
.persona-labels h4 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 1.2rem;
    font-family: "Figtree", sans-serif;
    transition: color 0.3s ease;
}
.persona-labels p {
    line-height: 24px;
    transition: color 0.3s ease;
    font-size: 1rem;
    font-weight: 100;
}


.persona-labels.persona-labels--orange {
  border-top-color: var(--orange);
}
.persona-labels.persona-labels--blue {
  border-top-color: var(--blue);
}
.persona-labels.persona-labels--yellow {
  border-top-color: var(--yellow);
}
.persona-labels.persona-labels--dark-blue {
  border-top-color: var(--dark-blue);
}


.persona-labels.persona-labels--hover:hover, .persona-labels.persona-labels--hover:hover h4 {
    color: white;
}
.persona-labels.persona-labels--hover.persona-labels--orange:hover {
  background-color: var(--orange);
}
.persona-labels.persona-labels--hover.persona-labels--blue:hover {
  background-color: var(--blue);
}
.persona-labels.persona-labels--hover.persona-labels--yellow:hover {
  background-color: var(--yellow);
}
.persona-labels.persona-labels--hover.persona-labels--dark-blue:hover {
  background-color: var(--dark-blue);
}



/* PERSONA LABELS END */

.results-page .post-featured .card {
  position: absolute;
  bottom: 1.75rem;
  left: 1.5rem;
  max-width: 85%;
  width: 400px;
}

.text-limit-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.text-limit-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.text-limit-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
}


.text-limit-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
  }


/* Features: Vertical Border Divider */
.row.vborder > [class*="col"] {
    border-right: 2px solid #ddd;
    padding-bottom: 1.5rem;
}

.row.vborder > [class*="col"]:nth-child(odd) {
    padding-right: 3rem;
}

.row.vborder > [class*="col"]:nth-child(even) {
    padding-left: 3rem;
}

.row.vborder > [class*="6"]:nth-child(2n+0) {
    border: 0;
}

@media only screen and (max-width: 990px) {
    .row.vborder > [class*="col"]:nth-child(odd) {
        padding-right: 1.5rem;
    }

    .row.vborder > [class*="col"]:nth-child(even) {
        padding-left: 1.5rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .row.vborder > [class*="col"] {
        border-right: 0;
        padding: 0 15px 1.5rem !important;
    }
}

/* Sidebar Cards */
@media only screen and (max-width: 991.98px) {
    .sidebar-right .wp-block-columns {
        display: none;
    }
}
@media only screen and (min-width: 991.98px) {
    .sidebar-right .wp-block-columns {
        display: block !important;
    }
}

.sidebar-right .sidebar-card.ig-custom-html-widget{
  padding: 0;
}
.sidebar-right .sidebar-card {
  box-sizing: border-box;
  padding: 1.75rem;
  background: none;
  border: 1px solid rgba(0,0,0,0.125);
  border-radius: 0.5rem;
}
.sidebar-right .sidebar-card h4, .sidebar-right .sidebar-card .sidebar-card__title {
  margin: 0;
  padding: 0 0 12px 0;
  font-size: 1rem;
  font-weight: 600;
}
.sidebar-right .sidebar-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-right .sidebar-card ul > li:first-child {
  border-top: 1px solid rgba(0,0,0,0.125);
}
.sidebar-right .sidebar-card ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,0.125);
}
.sidebar-right .sidebar-card ul > li > a {
  display: block;
  padding: 10px 0;
  font-size: 0.95rem;
  font-weight: 400; /*Global Bold Links*/
  color: #212529;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
    font-family: "Nunito Sans", sans-serif;
}
.sidebar-right .sidebar-card ul > li:last-child > a {
    padding-bottom: 0;
}
.sidebar-right .sidebar-card ul > li > a:hover, .sidebar-card > ul > li > a:focus {
    color: #2d5aaa;
}

.sidebar-right__single-post .sidebar-card {
  height: auto;
  margin-bottom: 1.25em;
}

.sidebar-right__single-post .sidebar-card:last-child {
  margin-bottom: 0;
}

/* Header search form */
.header__search {position: relative;}
.header__search > form {
  position: absolute;
  display: flex;
  right: calc(100% + 0.5em);
  top: 50%;
  transform: translateY(-50%);
  max-height: 30px;
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease;
}
.header__search .label-input,
.header__search .label-submit{
  margin: 0 !important;
  width: 100%;
}

.label-input > input {
  padding: 1px 30px 1px 5px;
  width: 100%;
  outline: none;
}

.label-input > input:focus{
    outline: none;
}

.header__search .label-submit {
  position: absolute;
  height: 100%;
  width: 30px;
  right: 0;
  cursor: pointer;
}
.header__search .label-submit > input {opacity: 0;}

.header__search .icon-search{
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    text-indent: -9999px;
    margin: 0 2em 0 0;
    box-sizing: content-box;
}

.header__search > form .icon-search {
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  margin: 0;
}

.header__search .icon-search i {
  opacity: 1;
  background: transparent;
  position: relative; top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__search .icon-search.opened i {
  opacity: 0;
}

.header__search .icon-search i,
.header__search .icon-search i:before,
.header__search .icon-search i:after {
  background: #FFF;
  border-radius: 3px;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
}
.header__search .icon-search i {background: transparent;}
.header__search .icon-search i:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__search .icon-search i:before,
.header__search .icon-search i:after {
  position: absolute; left: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.header__search .icon-search i:after {
  background: #20216e;
  border: 2px solid #FFF;
  border-radius: 50%;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  top: -9px;
  left: 0px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.header__search > form .icon-search i:before,
.header__search > form .icon-search i:after {
  background: #20216e;
}
.header__search > form .icon-search i:after {
  background: #FFF;
  border: 2px solid #20216e;
}

.navbar--search__active > form {
  width: 270px;
}

.navbar--search__active > .icon-search i:after{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #FFF;
  border-color: transparent;
  height: 2px;
  border: 0px solid transparent;
  width: 100%;
  border-radius: 3px;
  left: 0;
  top:0;
}


@media only screen and (max-width: 991.98px) {
    .header__search {
      position: relative;
      padding: 1.25rem 0;
      font-size: 1.25rem;
      color: #000;
      display: block;
      width: 100%;
    /*border-bottom: 2px solid #ebebeb;*/
    }
  
    .header__search > form {
      position: relative;
      width: 100%;
      top: auto;
      right: auto;
      transform: none;
      max-height: 100%;
    }
    .header__search .icon-search {display:none;}
    .header__search > form .icon-search {
      display: block;
      right: 9px;
    }
    .label-input > input {
      padding: 1px 39px 1px 5px;
    }
    .header__search .label-submit {
      width: 39px;
    }
}

/* Filter */
.filter__item:focus-visible {outline: 0;}
.filter__item:focus-visible > .card {outline: #4261cc auto 1px;}

/* Blogs */
.content-area article:first-child > header .feature-image {
  margin-top: 0 !important;
}

/*Sidebar Search*/
.search.sidebar-card h2 {
  border: none;
}

/* Component: Footer */
.footer {
  background: #282561;
  padding: 0;
}
.footer a, .footer a:visited {color: #888; font-weight: 400;} /*Global Bold Links*/
.footer a:hover {color: #aaa;}
#footer.footer {
    padding-bottom: 3rem;
}
.footer__link-list {list-style: none;}
.footer .footer__link-list a {color: #ccc;}
.footer .footer__link-list a:hover, .footer .footer__link-list a:focus {color: #dad9f3;}
.footer__title {
    color: #fff;
    margin-bottom: 1.75rem;
}
.footer.footer-copyright {
    background: #19193d;
    color: #999;
    padding: 0 0 1rem;
    text-align: center;
}
.footer.footer-copyright #copyright {color: #999; font-size: 0.875rem;}
.footer-copyright__logo,
.footer-copyright__logo:hover,
.footer-copyright__logo:focus {
 text-decoration: none;
 opacity: 0.9;
}
.footer-copyright__logo:hover,
.footer-copyright__logo:focus {
 opacity: 1;
}

.footer.footer-utils {
    background: #19193d;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.footer-utils .footer-utils__term-links {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.footer-utils .footer-utils__term-links li {
    display: inline-block;
    margin-left: .5rem;
    margin-right: .75rem;
}
.footer-utils .footer-utils__term-links li a {
    color: #ccc;
    font-size: 0.875rem;
}
.footer-utils .footer-utils__term-links li a:hover,
.footer-utils .footer-utils__term-links li a:focus {color: #dad9f3;}

.footer-utils__social-links {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-left: 0;
}
.footer-utils__social-links li {
    display:  inline-block;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.footer-utils__social-links li a {
    background: #121143;
    border-radius: 50%;
    padding: 0.5rem;
}
.footer-utils__social-links li a img {
  opacity: 0.9;
}
.footer-utils__social-links li a:hover img, .footer-utils__social-links li a:focus img {
  opacity: 1;
}
.footer-utils__social-links li a:hover, .footer-utils__social-links li a:focus {
  background: #261fa7;
}
.footer-utils__app-links {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
/*Footer Modifiers*/
.footer-utils.footer--light {
    background: transparent;
}
.footer-utils.footer--light .footer-utils__term-links li a {
    color: #6e8efa;
    font-weight: bold;
}
.footer-utils.footer--light .footer-utils__term-links li a:hover {
    color: #4261cc;
}
.footer-copyright.footer--light {
    background: transparent;
    color: #999;
}
.footer-copyright.footer--light #copyright {
    color: #999;
}

/* Components: Lists */
/*General*/
.list--li-space-md > li {
    margin-bottom: 1.25rem;
}

.list--li-space-sm > li {
    margin-bottom: 0.5rem;
}

.list--li-space-xs > li {
    margin-bottom: 0.25rem;
}

.list--li-style-none {
    list-style: none;
}

/* Disc */
.list-disc {
    list-style: none;
    overflow: hidden;
    padding-left: 30px;
}

.list-disc li {
    margin-bottom: .75rem;
}

[class*="list-disc"] li::before {
    background-color: #212529;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    height: 7px;
    width: 7px;
    margin-left: -1em;
}

.list-disc--pink li::before {
    background-color: #ec417a;
}
/* Inline - piped */
.list-inline--piped li:not(:last-child) {
    margin-right: 0;
}

.list-inline--piped li::after {
    content: '|';
    margin: 0 10px;
}

.list-inline--piped li:last-child::after {
    display: none;
}
/* Inline - apps */
.list-inline--apps li {
    padding: 0.5rem;
    position: relative;
}

.list-inline--apps li img {
    max-width: 30px;
    min-width: 30px;
}

.list-inline--apps li::after {
    border: 1px solid #fff;
    content: '';
    display: block;
    height: 1rem;
    position: absolute;
    bottom: .75rem;
    right: -.5rem;
}

.list-inline--apps li:last-child::after {
    display: none;
}

@media only screen and (max-width: 480px) {
    .list-inline--apps li {
        font-size: 0.875rem;
    }
    .list-inline--apps li img {
        max-width: 20px;
        min-width: 20px;
    }
}

/* HERO APP BUILDER HOME */
.hero--container h1 {
    font-size: 3.4rem;
}

@media only screen and (max-width: 768px) {
    h1,.hero--container h1 {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
    p.text-15 {
        font-size: 1.2rem;
    }
}

/******/

ul.list-checkmark {
    list-style: none;
    padding-left: 1.5em;
}
.list-checkmark li {
    list-style-position: inside;
    text-indent: -1.75em;
    padding-bottom: 1em;
}
[class*="list-checkmark"] li::before {
    content: '';
    display: inline-block;
    height: 1.25em;
    width: 1.25em;
    background: url(https://static.infragistics.com/marketing/slingshot/checkmark.svg) no-repeat;
    margin-right: 0.5em;
    padding: 0.25em 0;
    vertical-align: middle;
}
[class*="list-checkmark--un"] li::before {
    background: url(https://static.infragistics.com/marketing/slingshot/unselected-checkmark.svg) no-repeat;
}


/*List - Checkmarks Orange Tick*/
ul.list-checkmark.orange-tick {
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
}
.list-checkmark.orange-tick li {
    position: relative;
    text-indent: 0;
    font-size: 1.2em;
    padding-left: 2.2em;
    line-height: 1.25;
}

[class*="list-checkmark"].orange-tick li::before {
    height: 1.25em;
    width: 1.25em;
        position: absolute;
    top: 0;
    left: 0;
    margin: 0.3em 0em;
    background: url(https://static.infragistics.com/marketing/app-builder/shared/checkmark.svg) no-repeat;
}
.list-checkmark.orange-tick.list-checkmark--border li:not(:last-child) {
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 1em;
}
[class*="list-checkmark"].orange-tick.list-checkmark--border li::before {
    margin: 0.3em 0em;
}
/*List - Checkmarks Orange Numbers*/
ul.list-checkmark.orange-numbers {
    counter-reset: section;
    list-style: none!important;
}
.list-checkmark.orange-numbers li {
    position: relative;
    text-indent: 0;
    font-size: 1.2em;
    padding-left: 2.6em;
    line-height: 1.25;
}

[class*="list-checkmark"].orange-numbers li::before {
    content: counter(section);
    counter-increment: section;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 20px 0 0;
    /*border: 1px solid #ccc;*/
    border-radius: 100%;
    text-align: center;
    background: #f1592d!important;
    color: white!important;
        font-size: 0.8em;
        position: absolute;
    top: 0;
    left: 0;
}
.list-checkmark.orange-numbers.list-checkmark--border li:not(:last-child) {
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 1em;
}
[class*="list-checkmark"].orange-numbers.list-checkmark--border li::before {
    margin: 0.1em 0em;
}


ul.orange-numbers {
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
}
/* CHECKMARK XS */

/*
.list-checkmark.orange-tick.list-checkmark--xs {    
    padding-left: 1.5em;    
}
.list-checkmark.orange-tick.list-checkmark--xs li {    
    list-style-position: inside;
    text-indent: -1.75em !important;
    padding-bottom: 1em;
    padding-left: 0;
    font-size: inherit;
    line-height: normal;
}
.list-checkmark.orange-tick.list-checkmark--xs li::before {
    position: static;
    height: 0.9em;
    width: 0.9em;
    margin: 0;
    margin-right: 0.5em;
    padding: 0.25em 0;
    vertical-align: middle;
}*/


ul.list-checkmark--xs {
    list-style: none;
    padding-left: 1.5em;
}
.list-checkmark--xs li {
    list-style-position: inside;
    text-indent: -1.75em;
    padding-bottom: 1em;
}
[class*="list-checkmark--xs"] li::before {
    content: '';
    display: inline-block;
    height: 1.25em;
    width: 1.25em;
    background: url(https://static.infragistics.com/marketing/app-builder/shared/checkmark.svg) no-repeat;
    margin-right: 0.5em;
    padding: 0.25em 0;
    vertical-align: middle;
}
[class*="list-checkmark--xs--un"] li::before {
    background: url(https://static.infragistics.com/marketing/app-builder/shared/checkmark.svg) no-repeat;
}


/*Icon Btn*/
.icon-btn__container {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.icon-btn__container .icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.icon-btn {
    background: rgb(241, 74, 45);
    border-radius: 100%;
    display: flex;
    width: 80px;
    height: 80px;
    position: relative;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 8px rgba(241, 74, 45, 0.5);
}
.icon-btn--play::after {
    content: '';
    width: 0;height: 0;
    border-left: 25px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: block
}

.icon-btn--pulse { animation: pulse-icon-btn 2s infinite; }
.icon-btn__container:hover .icon-btn--pulse-default_hvr,
.icon-btn__container:focus-visible .icon-btn--pulse-default_hvr {
    animation: pulse 2s infinite;
}
.icon-btn__container:hover .icon-btn--pulse_hvr,
.icon-btn__container:focus-visible .icon-btn--pulse_hvr {
    animation: pulse-icon-btn 2s infinite;
}

/* Umbraco Macro Components */
/****
Macro: Blog Teaser
****/
.bt__posts {
    width: 100%;
}

.bt__post-image img {
    width: 100%;
}

.bt__post {
    margin-bottom: 2.25em;
}

    .bt__post header {
        margin-bottom: 1.5rem;
    }

        .bt__post header h4 {
            margin-bottom: .25rem;
        }

            .bt__post header h4 a,
            .bt__post header h4 a:visited {
                color: #212529;
                -webkit-transition: color 250ms linear;
                transition: color 250ms linear;
            }

                .bt__post header h4 a:hover,
                .bt__post header h4 a:focus {
                    color: #2d5aaa;
                }

.bt__post-subheader,
.bt__post-subheader time {
    font-size: 0.875rem;
}

    .bt__post-subheader time::before {
        content: "/";
        display: inline-block;
        margin: 0 5px;
    }

.bt__content > *:last-child {
    margin-bottom: 0;
}

.bt__content {
    margin-bottom: 1.5rem;
}

.bt__post--tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .bt__post--tags li {
        display: inline-block;
        font-size: 0.875em;
        margin-bottom: 0;
    }

        .bt__post--tags li::after {
            content: ",";
            display: inline-block;
            width: 0.5em;
            height: 1em;
            font-size: 0.875rem;
            line-height: 0.875rem;
            top: 0px;
        }

        .bt__post--tags li:last-child::after {
            opacity: 0;
        }

/* Blog Teaser: Card Type */
.bt__posts[data-blog-type*="blog-card"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

    .bt__posts[data-blog-type*="blog-card"] .bt__post {
        background: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.5rem;
        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: start;
        -ms-flex-align: start;
        align-items: start;
        height: auto;
        overflow: hidden;
        padding: 0;
        position: relative;
        min-width: 0;
        word-wrap: break-word;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    .bt__posts[data-blog-type*="blog-card"] .bt__post-image {
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

    .bt__posts[data-blog-type*="blog-card"] .bt__content-wrap {
        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-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
    }

        .bt__posts[data-blog-type*="blog-card"] .bt__content-wrap footer {
            margin-top: auto;
        }

    .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post {
        width: 32.3%;
        max-width: 32.3%;
        margin-left: 1.5%;
    }

        .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post:first-of-type,
        .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post:nth-of-type(3n+1) {
            margin-left: 0;
        }

.no-flexbox .bt__posts[data-blog-type*="blog-card"] {
    vertical-align: middle;
}
/* Umbraco Macro Components */
/****
Macro: Blog Teaser
****/
    .bt__posts

{
    width: 100%;
}

.bt__post-image img {
    width: 100%;
}

.bt__post {
    margin-bottom: 2.25em;
}

    .bt__post header {
        margin-bottom: 1.5rem;
    }

        .bt__post header h4 {
            margin-bottom: .25rem;
        }

            .bt__post header h4 a,
            .bt__post header h4 a:visited {
                color: #212529;
                -webkit-transition: color 250ms linear;
                transition: color 250ms linear;
            }

                .bt__post header h4 a:hover,
                .bt__post header h4 a:focus {
                    color: #2d5aaa;
                }

.bt__post-subheader,
.bt__post-subheader time {
    font-size: 0.875rem;
}

    .bt__post-subheader time::before {
        content: "/";
        display: inline-block;
        margin: 0 5px;
    }

.bt__content > *:last-child {
    margin-bottom: 0;
}

.bt__content {
    margin-bottom: 1.5rem;
}

.bt__post--tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .bt__post--tags li {
        display: inline-block;
        font-size: 0.875em;
        margin-bottom: 0;
    }

        .bt__post--tags li::after {
            content: ",";
            display: inline-block;
            width: 0.5em;
            height: 1em;
            font-size: 0.875rem;
            line-height: 0.875rem;
            top: 0px;
        }

        .bt__post--tags li:last-child::after {
            opacity: 0;
        }

/* Blog Teaser: Card Type */
.bt__posts[data-blog-type*="blog-card"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

    .bt__posts[data-blog-type*="blog-card"] .bt__post {
        background: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.5rem;
        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: start;
        -ms-flex-align: start;
        align-items: start;
        height: auto;
        overflow: hidden;
        padding: 0;
        position: relative;
        min-width: 0;
        word-wrap: break-word;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    .bt__posts[data-blog-type*="blog-card"] .bt__post-image {
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

    .bt__posts[data-blog-type*="blog-card"] .bt__content-wrap {
        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-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
    }

        .bt__posts[data-blog-type*="blog-card"] .bt__content-wrap footer {
            margin-top: auto;
        }

    .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post {
        width: 32.3%;
        max-width: 32.3%;
        margin-left: 1.5%;
    }

        .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post:first-of-type,
        .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post:nth-of-type(3n+1) {
            margin-left: 0;
        }

.no-flexbox .bt__posts[data-blog-type*="blog-card"] {
    vertical-align: top;
}

    .no-flexbox .bt__posts[data-blog-type*="blog-card"] .bt__content-wrap {
        display: block;
    }

/* Linking blog teaser zone */
.bt__post .bt__post-link:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bt__post .bt__post-subheader, .bt__post footer li {
    position: relative;
    z-index: 1;
}

/* Hide blog teaser tags */
.bt__tags--hidden .bt__content {
    margin-bottom: 0;
}

.bt__tags--hidden .bt__post--tags {
    display: none;
}
@media only screen and (max-width: 990px) and (min-width: 768px) {
    .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post {
        width: 47.5%;
        max-width: 47.5%;
        margin-left: 1.5%;
    }

        .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post:nth-of-type(3n+1) {
            margin-left: 1.5%;
        }

        .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post:first-of-type,
        .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post:nth-of-type(2n+1) {
            margin-left: 0;
        }
}

@media only screen and (max-width: 768px) {
    .bt__posts[data-blog-type*="blog-card"][data-blog-columns="3"] .bt__post {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

/* Comparison Table */
.comparison-table {
    table-layout: fixed;
    width: 100%;
}

.comparison-table tr th {
    background: #666;
    color: #FFF;
}

.comparison-table .sub-head {
    background: #888;
    color: #FFF;
}

.comparison-table tr td {
    border: 1px solid rgba(0,0,0,0.1);
    font-weight: 300;
}

.comparison-table .checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0MCIgaGVpZ2h0PSI2NDAiIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48dGl0bGU+Y2hlY2sxPC90aXRsZT48cGF0aCBmaWxsPSIjMTA5ZTc5IiBkPSJNMjY1LjQwOCA1NDMuOTM2Yy0xMy45MiAwLTI3LjEwNC02LjQ5Ni0zNS41NTItMTcuNjk2bC0xMTQuMzM2LTE1MS4wNzJjLTE0Ljg4LTE5LjYxNi0xMS4wMDgtNDcuNTUyIDguNjQtNjIuNDMyIDE5LjY4LTE0Ljk0NCA0Ny42MTYtMTEuMDA4IDYyLjQ5NiA4LjY0bDc1LjIzMiA5OS4zMjggMTg5LjE1Mi0zMDMuNzQ0YzEzLjAyNC0yMC44NjQgNDAuNTQ0LTI3LjI2NCA2MS40NzItMTQuMjQgMjAuODk2IDEyLjk5MiAyNy4zMjggNDAuNTEyIDE0LjI3MiA2MS40NGwtMjIzLjQ4OCAzNTguNzJjLTcuNzQ0IDEyLjUxMi0yMS4xNTIgMjAuMzItMzUuODQgMjAuOTkyLTAuNzA0IDAuMDY0LTEuMzQ0IDAuMDY0LTIuMDQ4IDAuMDY0eiI+PC9wYXRoPjwvc3ZnPg==);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%; 
}


.comparison-table .checked--pink {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2NDAgNjQwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NDAgNjQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0VDNDE3QTt9Cjwvc3R5bGU+Cjx0aXRsZT5jaGVjazE8L3RpdGxlPgo8ZyBpZD0iaWNvbW9vbi1pZ25vcmUiPgo8L2c+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNjIsNTk3Yy0xNi45LDAtMzIuOS03LjktNDMuMi0yMS41TDgwLDM5MmMtMTguMS0yMy44LTEzLjQtNTcuNywxMC41LTc1LjhjMjMuOS0xOC4xLDU3LjgtMTMuNCw3NS45LDEwLjUKCWw5MS4zLDEyMC42TDQ4Ny40LDc4LjVjMTUuOC0yNS4zLDQ5LjItMzMuMSw3NC42LTE3LjNjMjUuNCwxNS44LDMzLjIsNDkuMiwxNy4zLDc0LjZMMzA4LDU3MS40Yy05LjQsMTUuMi0yNS43LDI0LjctNDMuNSwyNS41CglDMjYzLjYsNTk3LDI2Mi44LDU5NywyNjIsNTk3TDI2Miw1OTd6Ii8+Cjwvc3ZnPgo=);
}

/****************************/


/* reviews section */
.bq--openquote blockquote::before {
    color: #666;
    content: open-quote no-close-quote;
    display: inline;
    font-size: 6rem;
    line-height: 0;
    height: 0;
    left: -20px;
    position: relative;
    top: 55px;
    font-family: Perpetua,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
}

.bq--openquote footer {
    color: #666666;
}

/*WP Quotes*/
/*Block Quote*/
.wp-block-quote {
  padding: 1rem 1.5rem;
  border-left: 2px solid #4bc560;
}
.wp-block-quote p {
  font-size: 1.5rem;
}
/*Pull Quote*/
.wp-block-pullquote {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  font-weight: 600;
  margin: 2.5rem 0;
  padding: 4rem 0 3rem;
  position: relative;
}
.wp-block-pullquote cite {
  font-weight: 400;
}
.wp-block-pullquote blockquote::before {
    color: #f1592d;
    content: open-quote no-close-quote;
    display: inline;
    font-family: Perpetua,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
    font-size: 6rem;
    line-height: 0;
    height: 0;
    left: 0;
    position: relative;
    top: 20px;
}

/*Pagination*/
.pagination.navigation {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  
  width: 100%;
  -ms-flex-order: 13;
  order: 13;
}
.pagination .nav-links {
    border-radius: 0.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 1rem 2rem;
    list-style: none;
    width: 100%;
    z-index: 0;
}
.pagination .screen-reader-text { display: none; }
.pagination .page-numbers {
    background-color: #fff;
    border-radius: 50%;
    color: #4160D7;
    cursor: pointer;
    display: block;
    line-height: 1.25;
    padding: 0.5rem 0.75rem;
    position: relative;
    margin: 0;
}
.pagination .page-numbers.current,
.pagination .page-numbers.current:hover {
    background: #4160D7!important;
    border-color:  #4160D7!important;
    color: #fff;
}
.pagination .page-numbers:hover {
    z-index: 2;
    color: #4261cc;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.pagination .page-numbers:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    border-radius: 3px;
}

/***
 For Press Releases on the "In the news" page pagination
***/
.pagination .nav-links-transparent .page-numbers {
    background-color: transparent;
}
.pagination .nav-links-transparent .page-numbers.current,
.pagination .nav-links-transparent .page-numbers.current:hover {
    background: #376fd1;
    border-color: #376fd1;
    color: #fff;
}

/***
 Customer Post Type: Customer Stories 
***/
.customer-stories__logo > img {height: inherit; margin-bottom: 1.5rem;}
.customer-stories__list .customer-stories__logo {height: 60px;}
.customer-stories__list .customer-stories__logo > img {margin-bottom: 0;}

/***
IE Styles
***/
/* IE only styles */
.lt-ie9 .ie-hide,
.lt-ie10 .ie-hide {
    display: none;
}

.ie-visible {
    display: none;
}

.lt-ie9 .ie-visible,
.lt-ie10 .ie-visible {
    display: block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ie-hide {
        display: none;
    }

    .ie-visible {
        display: block;
    }
}

/*IE Specific styles*/
.lt-ie9 .bg-gradient--primary-rocket,
.lt-ie10 .bg-gradient--primary-rocket {
    background-image: linear-gradient(180deg,rgba(49,90,156,1) 0%,rgba(20,16,77,1) 100%) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .bg-gradient--primary-rocket {
        background-image: linear-gradient(180deg,rgba(49,90,156,1) 0%,rgba(20,16,77,1) 100%) !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        background-position: 0 0 !important;
    }
}


/*Solutions*/
.solutions__header-rocket-content {position: relative; z-index: 1;}
.solutions__header-rocket {
    height: 40px;
}
.solutions_header-rocket-img {
    display: block;
    width: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
}
@media only screen and (max-width: 768px) {
    .solutions_header-rocket-img {
        bottom: 20px;
    }
}

/**
Pricing Cards
**/
.card.pricing {
 font-size: 1rem;
}
.pricing__tier-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
}
.pricing__tier {
    margin-bottom: auto;
}
.pricing__price-wrapper {
    text-align: center;
}
.pricing__tier-name.h1 {
    font-size: 2rem;
}
.pricing__price-details {
    min-height: 112px;
}
.pricing__price-offer-details {
   display: block;
}

.pricing__tier-features {
    min-height: 540px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}
.pricing__wrapper {
    /*margin-top: -230px;*/
}
@media only screen and (max-width: 1367px) and (min-width: 992px){
  .pricing__tier-features {
    min-height: 700px;
  }
  .pricing__wrapper {
      margin-top: -210px;
  }
  .pricing__tier-name.h1 {
    font-size: 1.75rem;
    line-height: 2.2rem;
  }
  .pricing__price-offer.h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px){
  .pricing__tier-features {
    min-height: auto;
  }
  .pricing__wrapper {
      margin-top: -200px;
  }
  .pricing__tier-name.h1 {
    font-size: 1.75rem;
  }
  .pricing__price-details {
    min-height: 112px;
  }
}

/* ShateThis Start */
.sharethis-inline-share-buttons {z-index: 0 !important;}
.st-btn {display: inline-block !important;}
/* ShateThis End */

@media only screen and (max-width: 767px) {

  .pricing__tier-features, .pricing__price-details {
    min-height: auto;
  }
  .pricing__wrapper {
      margin-top: -160px;
  }
  .pricing__tier-name.h1 {
    font-size: 2.75rem;
  }
}

@media only screen and (max-width: 1024px) {
    /* Addthis share buttons (single post) - GLOBAL */
    .addthis_custom .at-style-responsive .at-share-btn {
        margin: 0 3px;
    }
}

/* Vertical slider - About us page - START */
.vertical-slider {
    position: relative;
  }

  .vertical-slider > div {
    position: absolute;
    top:0;
    width: calc(100% - 1.75rem);
    right: 50%;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    pointer-events: none;
    border-radius: 0.5rem;
  }
  
  .vertical-slider__transition {
    transition: opacity 1s ease-in 0.25s, transform 0.75s ease-in 0.75s;
  }

  .vertical-slider > div.firstSlide {
    opacity: 1;
    pointer-events: auto;
  }

  .vertical-slider > div.secondSlide {
    opacity: 1;
    pointer-events: auto;
  }
/* Vertical slider - About us page - END */


/* ALERT TIPS FOR BLOG */
[class^="icon--"],[class*=" icon--"] {
    position: relative;
    padding-left: 70px;
}
[class^="icon--"]::before,[class*=" icon--"]::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    margin: 15px 20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
.icon--download::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon-system-rocket' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff%3B %7D .cls-2 %7B fill: %234bc560%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M22 44c12.15 0 22-9.85 22-22S34.15 0 22 0 0 9.85 0 22s9.85 22 22 22Z'/%3E%3Cpath class='cls-1' d='M22.02 27.44c-.35 0-.7-.13-.97-.4l-6.36-6.36c-.54-.54-.54-1.41 0-1.94s1.41-.54 1.94 0l4.04 4.04V10.51c0-.76 .61-1.38 1.38-1.38s1.38 .61 1.38 1.38v12.23l4.04-4.02c.54-.53 1.41-.53 1.94 0 .54 .54 .53 1.41 0 1.95l-6.41 6.36c-.27 .27-.62 .4-.97 .4Z'/%3E%3Cpath class='cls-1' d='M32.85 33H11.15c-.76 0-1.38-.61-1.38-1.38s.61-1.38 1.38-1.38h21.71c.76 0 1.38 .61 1.38 1.38s-.61 1.38-1.38 1.38Z'/%3E%3C/svg%3E");
}
.icon--error::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon-system-rocket' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff%3B %7D .cls-2 %7B fill: %23ef5451%3B fill-rule: evenodd%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M22 44c12.15 0 22-9.85 22-22S34.15 0 22 0 0 9.85 0 22s9.85 22 22 22Z'/%3E%3Cpath class='cls-1' d='M24.14 27.5h-4.29l-.6-18.33h5.5l-.61 18.33Zm-2.15 3.67c.83 0 1.5 .26 2 .78 .51 .52 .76 1.18 .76 1.99s-.25 1.45-.76 1.96c-.5 .52-1.17 .78-2 .78s-1.48-.26-1.98-.78c-.51-.52-.76-1.17-.76-1.96s.25-1.45 .76-1.97c.5-.52 1.17-.79 1.98-.79h0Z'/%3E%3C/svg%3E");
}
.icon--help::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon-system-rocket' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff%3B %7D .cls-2 %7B fill: %234287a5%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M22 44c12.15 0 22-9.85 22-22S34.15 0 22 0 0 9.85 0 22s9.85 22 22 22Z'/%3E%3Cpath class='cls-1' d='M21.59 31.72c.66 0 1.16 .19 1.5 .56 .34 .37 .51 .83 .51 1.37s-.17 1-.51 1.36c-.34 .36-.84 .54-1.5 .54s-1.15-.18-1.48-.54c-.34-.36-.5-.81-.5-1.36s.17-1.01 .5-1.38c.33-.37 .83-.56 1.48-.56Zm.51-23.28c2.3 0 4.08 .62 5.37 1.85 1.28 1.23 1.92 2.93 1.92 5.08s-.98 4.22-2.95 6.29l-1.99 1.97c-.89 .98-1.33 2.4-1.33 4.25h-3.37c.02-1.45 .19-2.59 .49-3.43 .3-.84 .92-1.77 1.86-2.79l2.39-2.46c1.02-1.16 1.53-2.39 1.53-3.72s-.34-2.28-1-3c-.67-.73-1.64-1.09-2.92-1.09s-2.24 .33-2.99 .98c-.75 .66-1.13 1.54-1.13 2.64h-3.37c.03-1.97 .73-3.56 2.11-4.77 1.38-1.21 3.17-1.81 5.39-1.81Z'/%3E%3C/svg%3E");
}
.icon--info::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon-system-rocket' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff%3B %7D .cls-2 %7B fill: %2376afd8%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M22 44c12.15 0 22-9.85 22-22S34.15 0 22 0 0 9.85 0 22s9.85 22 22 22Z'/%3E%3Cpath class='cls-1' d='M23.49 33h-2.98V15.56h2.98v17.44Zm-3.22-22.06c0-.48 .15-.89 .44-1.23 .3-.33 .73-.5 1.31-.5s1.02 .16 1.32 .5 .45 .74 .45 1.23-.15 .89-.45 1.21c-.3 .32-.74 .48-1.32 .48s-1.02-.16-1.31-.48c-.29-.32-.44-.73-.44-1.21h0Z'/%3E%3C/svg%3E");
}
.icon--success::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon-system-rocket' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff%3B %7D .cls-2 %7B fill: %236988ff%3B fill-rule: evenodd%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M22 0c12.15 0 22 9.85 22 22s-9.85 22-22 22S0 34.15 0 22 9.85 0 22 0Z'/%3E%3Cpath class='cls-1' d='M30.67 14.12c.95-.95 2.5-.95 3.46 0 .95 .95 .95 2.5 0 3.46l-12.28 12.28c-.95 .95-2.5 .95-3.46 0l-7.9-7.9c-.95-.95-.95-2.5 0-3.46 .96-.95 2.51-.95 3.46 0l6.16 6.16s10.56-10.55 10.56-10.55Z'/%3E%3C/svg%3E");
}
.icon--warning::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon-system-rocket' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 38.11'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff%3B %7D .cls-2 %7B fill: %23feb600%3B fill-rule: evenodd%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M24.05 1.17l19.62 33.36c.67 1.13 .29 2.59-.84 3.26-.37 .21-.78 .33-1.21 .33H2.38c-1.31 0-2.38-1.07-2.38-2.38 0-.42 .11-.84 .33-1.21L19.95 1.17c.67-1.13 2.12-1.51 3.26-.84 .35 .21 .64 .5 .84 .84Z'/%3E%3Cpath class='cls-1' d='M23.85 26.22h-3.7l-.53-15.85h4.76l-.53 15.85Zm-1.86 3.17c.72 0 1.29 .22 1.73 .67 .44 .45 .66 1.02 .66 1.72s-.22 1.25-.66 1.7c-.44 .45-1.01 .67-1.73 .67s-1.28-.22-1.71-.67c-.44-.45-.66-1.01-.66-1.7s.22-1.26 .66-1.71c.44-.45 1.01-.68 1.71-.68h0Z'/%3E%3C/svg%3E");
}
.icon--tips::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon-system-rocket' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.46 44'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23d71b61%3B %7D .cls-1  .cls-2 %7B fill-rule: evenodd%3B %7D .cls-2 %7B fill: %23fff%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.34 43.28c1.54-3.4 4.03-6.29 7.32-8.02 1.08 1.63 2.47 3.06 3.93 4.25l1.02 .8c.22 .19 .7 .45 .92 .64 .79 .61 1.75 1.12 2.57 1.6 .8-.47 1.69-.79 2.49-1.26 2.55-1.52 4.79-3.39 6.45-5.67 .47 .26 .79 .61 1.27 .86 2.56 1.92 4.53 4.53 5.67 7.53 .77-1.97 1.32-4.13 1.49-6.39 .02-4.33-1.43-8.21-3.91-11.28 .23-1.43 .52-3.12 .49-4.61 0-.54-.09-1.24-.02-2.04-.26-3.58-1.27-7.06-2.95-10.22-1.58-2.84-3.8-5.3-6.28-7.28-1.02-.8-2.28-1.66-3.78-2.18C11.74 2.87 6.85 8.27 4.98 15.1c-.48 1.91-.84 3.85-.97 5.98 .03 1.5 .02 3.12 .3 4.68C1.54 28.8 .01 32.75 0 36.85c.25 2.23 .49 4.46 1.34 6.43'/%3E%3Cpath class='cls-2' d='M11.98 15.79c-.1 2.01 .81 3.73 2.34 4.66 .89 .77 2.13 1.21 3.46 1.28 3.21 .14 5.9-2.43 5.94-5.8 .1-2-.81-3.73-2.34-4.65-.89-.77-2.13-1.22-3.46-1.29-3.12 .02-5.8 2.59-5.94 5.8'/%3E%3C/svg%3E");
}


/* NEWSLETTERS FORM */
.newsletter--content {
    background-image: linear-gradient(180deg, #2e368b 40%, #2f3db3 100%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
/* FULL BLOK */
.newsletter--content.newsletter--column-full::after, .newsletter--content.newsletter--column-full::before {
    content: '';
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
}
.newsletter--content.newsletter--column-full::after {
    background-image: url('https://static.infragistics.com/marketing/slingshot/blogs/newsletter/paper-plane-graphic-desktop.svg');
    right: 0;
    width: 22%;
    height: 42%;
}
.newsletter--content.newsletter--column-full::before {
    display: none;
    background-image: url('https://static.infragistics.com/marketing/slingshot/blogs/newsletter/paper-plane-graphic-mobile-and-footer.svg');
    left: -14%;
    width: 30%;
    height: 30%;
}

@media only screen and (max-width: 600px) {
    .newsletter--content.newsletter--column-full::after {
        display: none;
    }.newsletter--content.newsletter--column-full::before {
        display: block;
    }
}

/*ONE COLUMN*/
.newsletter--content.newsletter--column-half::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -17%;
    height: 40%;
    width: 40%;
    background-repeat: no-repeat;
    background-image: url('https://static.infragistics.com/marketing/slingshot/blogs/newsletter/paper-plane-graphic-mobile-and-footer.svg');
}
/* NEWSLETTERS FORM - END */

/* TOP LEFT ROCKET - start (ref: /how-data-driven-is-your-company) */
.top-left-rocket {
    position: relative;
}

.top-left-rocket::before {
    content: '';
    display: block;
    position: absolute;
    top: -56px;
    left: -39px;
    height: 140px;
    width: 530px;
    background-repeat: no-repeat;
    background-image: url('https://static.infragistics.com/marketing/slingshot/data-driven/slingshot-rocket-corner.svg');
}

@media only screen and (max-width: 768px) {
    .top-left-rocket::before {display: none;}
}
/* TOP LEFT ROCKET - END */

/* Passed webinar video - Start */
.webinar-video-overlay {
    background: rgba(0,0,0,0.75);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.webinar-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    transform: translate(-50%, -50%);
    text-align: center;
}
.webinar-video-icon p {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
}
/* Passed webinar video - End */


/* The microManagementLabel container */
.microManagementLabel {
  display: block;
  position: relative;

    margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
   border-radius: 50%;
   width: 100%;
}

/* Hide the browser's default checkbox */
.microManagementLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
   border-radius: 50%;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 33px;
  width: 33px;
  background-color: #eee;
  border-radius: 50%;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

/* On mouse-over, add a grey background color */
.microManagementLabel:hover input ~ .checkmark {
  background-color: #ccc;
  border-radius: 50%;
}

/* When the checkbox is checked, add a blue background */
.microManagementLabel input:checked ~ .checkmark {
  background-color: #6e8efa;
  border-radius: 50%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.microManagementLabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.microManagementLabel .checkmark:after {
left: 12px;
    top: 6px;
    width: 9px;
    height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card-image-micro {
    padding: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.card-image-micro img {
padding-left: 3rem;
    padding-right: 3rem;
}
.card-blue-border div{
display: flex;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 3%;
    
}
.micromanagement-card-borders {
    border: 2px solid rgba(0, 0, 0, 0.125);
}
.activeRadio {
    border: 2px solid #6e8efa!important;
    box-shadow: 0px 4px 11px 4px rgba(209,209,209,0.75);
    -webkit-box-shadow: 0px 4px 11px 4px rgba(209,209,209,0.75);
    -moz-box-shadow: 0px 4px 11px 4px rgba(209,209,209,0.75);
}

.microManagementLabel img {
    width:50%;
}
@media only screen and (max-width: 576px) {
    .microManagementLabel img {
        width:38%;
    }
}
.card-good-read {
    background-color:#6e8efa;
}
.card-download {
    background-color:#66bb6b;
}
.card-webinar {
    background-color:#775ca7;
}

/* TEMPLATES */
.redLabel {
    color: #ED4A99;
    border: 1px solid #ED4A99;
    border-radius: 4px;
    padding: 1px 10px 1px 10px;
    margin: 0px 10px 0px 0px;
    font-weight: 600;
}
.blueLabel {
    color: #6e8efa;
    border: 1px solid #6e8efa;
    border-radius: 4px;
    padding: 1px 10px 1px 10px;
    margin: 0px 10px 0px 0px;
    font-weight: 600;
}

/* @media only screen and (max-width: 600px) {
    .mainBtnTemplates {
        font-weight: bold!important;
        line-height: 2.5!important;
        font-size:1rem!important;
    }
} */
.mainBtnTemplates {
    font-weight: bold; 
    line-height: 1.5; 
    font-size:0.875rem
}

/* 
    Custom mobile adjustments for:
    /product-tour/data-catalog

    START
*/
@media only screen and (max-width: 991px) {
    .mobile-pt-0 {padding-top: 0 !important;}
    .mobile-h1 {font-size: 2.5rem;font-weight: 700;}
    #gdpr p {font-size: 0.875rem;}
}

/* END */


/* ICON MARQUEE */
.icons-marquee-1 {
  opacity: 0.3;
  animation: fade-in-out-1 1.5s alternate infinite ease-out;
}
.icons-marquee-2 {
  opacity: 0.3;
  animation: fade-in-out-2 1.5s alternate infinite ease-out;
}
.icons-marquee-3 {
  opacity: 0.3;
  animation: fade-in-out-3 1.5s alternate infinite ease-out;
}

@keyframes fade-in-out-1 {
  100% {
    opacity: 1;
  }
}

@keyframes fade-in-out-2 {
  50% {
    opacity: 1;
  }
}
@keyframes fade-in-out-3 {
  0% {
    opacity: 1;
  }
}



/* MARQUEE EXAMPLES */
.marquee-proyects {
    overflow: hidden;
    width: 100%;
}

.marquee-proyects .marquee-proyects--item {
    display: inline-block;
    position: relative;
    margin: 0 1rem;
    border-radius: 1rem;
    overflow: hidden;
    width: 500px;
    flex-shrink: 0;
}

@media only screen and (max-width: 576px) {
    .marquee-proyects .marquee-proyects--item {
        width: 350px;
    }
}

.marquee-proyects .marquee-proyects--item > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    border: 3px solid;
    background-color: rgba(26, 24, 63, .75);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    transition: .5s ease-out;
}


/*
Overlay color: #1a183f 75%
Angular stroke: #ef0457
React stroke: #39c0e5
Blazor stroke: #8867C8
Web Components stroke: #2882c2
Framewors : #584ebd
*/
.marquee-proyects .marquee-proyects--item.product--angular > div {
    border-color: #ef0457;
}
.marquee-proyects .marquee-proyects--item.product--react > div {
    border-color: #39c0e5;
}
.marquee-proyects .marquee-proyects--item.product--blazor > div {
    border-color: #8867C8;
}
.marquee-proyects .marquee-proyects--item.product--web-components > div {
    border-color: #2882c2;
}
.marquee-proyects .marquee-proyects--item.product--framework > div {
    border-color: var(--blue);
}

.marquee-proyects .marquee-proyects--item:hover > div {
    opacity: 1;
}

.marquee-proyects .marquee-proyects--item img {
    transition: .25s ease-out;
}

.marquee-proyects .marquee-proyects--item:hover img {
    filter: blur(1px);
    transform: scale(1.15);
    background-color: black;
    opacity: .5;
}

.marquee-proyects .marquee-proyects--item h3 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.marquee-proyects .marquee-proyects--item .btn {
    background: #fff;
    color: #000;
}

/*********/
.marquee,
.marquee-right {
    width: 100%;
    display: flex;
}

.marquee-right {
    flex-direction: row-reverse;
}

/* CARDS - 2 cards */
.card--contact-sales { 
    border-top: 12px solid #f1592d;
    border-radius: .85rem;
    background: #242158 url(https://static.infragistics.com/marketing/app-builder/shared/shapes.svg) no-repeat right -31% bottom -130%;
    background-size: 52%;
}

.bg-dark-blue-inner {
    background:#1a173c!important;
}


/* TIMELINE - About US */

.timeline {position:relative;}
.timeline:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ecf2f4;
    height: 100%;
    margin: 100px 0;
}
.timeline:after{
    content: '';
    position: absolute;
    left: calc(50% - 10px);
    top: 0;
    bottom: 0;
    width: 20px;
    background: #ecf2f4;
    height: 2px;
    margin: 100px 0;
}

.timeline .timeline--header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 25px 0;
  width: 70px;
  background: #ecf2f4;
  height: 3px;
}
.timeline .row:nth-child(even) .timeline--header:before {
  right: 0;
  left: auto;
}

.timeline .row:nth-child(even) > div:first-child{padding-right: 100px;}
.timeline .row:nth-child(even) > div:last-child{padding-left: 100px;}
.timeline .row:nth-child(odd) > div:first-child{padding-left: 100px;}
.timeline .row:nth-child(odd) > div:last-child{padding-right: 100px;}


@media only screen and (max-width: 768px) {
    .timeline  {padding-left: 50px;}
    .timeline:before {left: 25px;margin: 60px 0;background: #b4b4b4;}
    .timeline:after{left: 15px;margin: 60px 0;background: #b4b4b4;}

    .timeline .row:nth-child(even) > div:first-child{padding-right: 15px;}
    .timeline .row:nth-child(even) > div:last-child{padding-left: 15px;}
    .timeline .row:nth-child(odd) > div:first-child{padding-left: 15px;}
    .timeline .row:nth-child(odd) > div:last-child{padding-right: 15px;}

    .timeline .timeline--header:before {
        margin-left: -10px;
        background: #b4b4b4;
    }
    .timeline .row:nth-child(even) .timeline--header:before {
        right: auto;
        left: 0;
        background: #b4b4b4;
    }
}

/* TIMELINE - About US */

 /*WOVN BEGIN */
 .wovn-languages {
    position: relative;
    display: block!important;
  }
  .wovn-switch {
    padding-bottom: 4px!important;
    display: block !important;
  }
  .wovn-switch-template .wovn-switch {
    
    cursor:pointer!important;
  }
  .wovn-switch:not(.dashicons-admin-site-alt3):hover {
    cursor: pointer!important;
    
}
.wovn-switch:not(.dashicons-admin-site-alt3) {
    cursor: pointer!important;
    padding-bottom: 5px;
}
  .wovn-switch-template .wovn-switch:hover {
    padding-bottom: 5px;
    cursor:pointer!important;
    color: #4160d7 !important;
  }
  .wovn-languages .wovn-lang-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: inline-block!important; 
    width: 150px; 
  }
  .wovn-languages .container {
    padding-left:3px;
    padding-right:3px;
  }
  .wovn-languages .wovn-lang-list li {
    padding: 10px; 
    cursor: pointer;
  }
  
  .wovn-languages ul.wovn-lang-list li:hover {
    background-color: #f0f0f0;
  }
  
  .wovn-languages.open ul.wovn-lang-list {
    display: block;
  }
  @media (max-width: 768px) {
    .wovn-languages {
        display: grid !important;
        grid-template-columns: repeat(2, auto);
        gap: 10px;
        margin-left: 26%;
        width: 100%;
    }
   .wovn-switch {
    width: 100px;
  }
  }
  /*WOVN END */

/* Consent area start */
.ig-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.ig-tooltip .ig-tooltiptext {
visibility: hidden;
position: absolute;
width: 160px;
background-color: #FFF;
color: #0099ff;
border-color: #0099ff;
font-size: 0.675rem;
text-align: center;
line-height: 1.2rem;
padding: 5px;
border-radius: 6px;
z-index: 1;
opacity: 0;
transition: opacity .6s;
}

.ig-tooltip-top {
bottom: 125%;
left: 50%;
margin-left: -80px;
}

.ig-tooltip:hover .ig-tooltiptext {
visibility: visible;
opacity: 1;
}

.ig-tooltip-top::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #FFF transparent transparent transparent;
}

.gdpr-block {display: none;top: auto;width: auto;box-sizing: border-box;z-index: 2147483640;bottom: 30px;left: 8vw; overflow: visible;border-radius: 1rem;background-color: #20226f;line-height: 1.5em;box-shadow: 0px 0px 1px #ebebf5;}
.gdpr-block a {text-decoration: none !important;}
.gdpr-block-summary {max-width: 300px;color:#b4b4b4;}
.gdpr-block .features-block {margin: 0 auto; box-sizing: border-box;padding:0;width: auto; max-width: 560px;}
.gdpr-block .consent-option {display: inline-block;}

.gdpr-block .label__text {color:#FFF !important;}
.gdpr-block .ui-form__checkbox-container .ui-form__checkbox {background: transparent; border: 2px solid #FFF;}
/* .ui-form__checkbox-container:hover .ui-form__checkbox {border-color: #e6e6e6;} */
.gdpr-block .ui-form__checkbox-container input:checked ~ .ui-form__checkbox {background: #1F5D79;border-color: #1F5D79;}
.gdpr-block .ui-form__checkbox-container input:checked ~ .ui-form__checkbox::after {border: solid #000;border-width: 0 2px 2px 0;left: 3px;top: -1px;width: 5px;height: 10px;}
/* .ui-form__checkbox-container:hover .ui-form__checkbox::after {border-color: #101010 !important;} */
#gdpr_accept_selection {display: inline-block; margin: 0 0 0 15px !important;}

@media only screen and (max-width: 960px) {
.gdpr-block {top: auto;bottom: 30px;left: 15px;width: calc(100% - 30px);max-width: 380px;}
.gdpr-block .consent-option:nth-child(3) label {margin-left: 0 !important;}
.gdpr-block .features-block > div {box-sizing:border-box;width:100%;max-width:100%;padding:15px 0 0 0;text-align:left;}
}
@media only screen and (max-width: 410px) {
#gdpr_accept_selection {margin: 15px 0 0 0 !important;display: block;width: fit-content;}
}
/* Consent area End */

/*Form checkbox*/
.ui-form .ui-form__checkbox-group label.ui-form__checkbox-container {
margin-right: 25px;
}
label.ui-form__checkbox-container {
cursor: pointer;
display: inline-block;
overflow: hidden;
margin-top: 15px;
padding-left: 30px;
position: relative;
vertical-align: middle;
}

.ui-form__checkbox-container .ui-form__checkbox {
background: #f9f9f9;
border: 1px solid #aaa;
cursor: pointer;
display: inline-block; width: 17px; height: 17px;
position: absolute; left: 0; top: 0;
}

.ui-form__checkbox-container input {
visibility: hidden;
position: absolute;
width: 0;
height: 0;
}
.ui-form__checkbox-container .ui-form__checkbox::after {
border: solid red;
border-radius: 5px;
border-width: 0 3px 3px 0;
content: "";
position: absolute; left: 12px; top: 12px;
height: 0; width: 0;
opacity: 1;
-webkit-transform: rotate(0deg) scale(0);
-ms-transform: rotate(0deg) scale(0);
transform: rotate(0deg) scale(0);
}
.ui-form__checkbox-container input:checked ~ .ui-form__checkbox::after {
background-color: transparent;
border: solid #aaa;
border-radius: 0;
border-width: 0 2px 2px 0;
opacity: 1;
left: 5px; top: -1px;
width: 6px; height: 12px;
-webkit-transform: rotate(37deg) scale(1);
-ms-transform: rotate(37deg) scale(1);
transform: rotate(37deg) scale(1);
}
.ui-form__checkbox-container input:checked ~ .ui-form__checkbox {
background: #f9f9f9;
border-radius: 0;
opacity: 1;
}
/* .ui-form__checkbox-container:hover .ui-form__checkbox { border-color: #666; } */
/* .ui-form__checkbox-container:hover .ui-form__checkbox::after { border-color: #666 !important; } */
/*Form checkbox*/
