:root {
  --theme-header: #2a70d0;
  --text-light: #ffffff;
  --text-dark: #000000;
  --cta-color: #DE2236;
  --pm-color-hvy-minus: #ebf4ff;
  --resource-content-list-text-color: #6ea1e6;
  --theme-light-grey: #f7f7f7;
  --option-hover: #f2f2f2;
  --li-color: #59b0df;
  --cp-color: #18181C;
  --cp-color-plus: #111114;
  --cp-color-minus: #27272F;
  --h1-font: 40px;
  --h2-font: 30px;
  --h3-font: 19px;
  --h4-font: 18px;
  --p-font: 14px;
  --s-font: 12px;
  --m-font: 14px;
  --l-font: 32px;
  --xl-font: 48px;
  --xs-wgt: 200;
  --s-wgt: 300;
  --m-wgt: 400;
  --l-wgt: 500;
  --xl-wgt: 600;
  --n-gap: 24px;
}
.heading-menu, #scroll, #allFea, #customers {
  display: none;
}
.resource-page .resource-addon {
  position: relative;
  /* padding: 80px 40px; without content*/
  .flex {
    display: flex;
    /*max-width: 1200px;*/
    margin: auto;
    grid-gap: 90px;
    flex-wrap: wrap;
  }
}
.resource-page.header{
    background: linear-gradient(to bottom, transparent 85%, #fff 0%);
    background-size: 100% 63%;
    background-repeat: no-repeat;

    position: relative;
    background-image: url(../../images/clip/ecnew-fea-banner-1.jpg);
    padding:0px !important;
}
.resource-page .resource-addon.banner {
    padding: 80px 40px;
  .flex {
    align-items: center;
    justify-content: center;
  }
}
.resource-page .resource-addon h1 {
  font-size: var(--h1-font);
  line-height: normal;
  font-weight: var(--l-wgt);
  color: var(--text-light);
  margin: 0 0 20px;
}
.resource-page .resource-addon h2 {
  font-size: var(--h2-font);
  line-height: normal;
  font-weight: var(--l-wgt);
  color: var(--text-light);
  margin: 0 0 20px;
}
.resource-page .resource-addon h3 {
  font-size: var(--h3-font);
  line-height: normal;
  font-weight: var(--l-wgt);
  margin: 0 0 15px !important;
  color: var(--text-light);
}
.resource-page .resource-addon h4 {
  font-size: var(--h4-font);
  line-height: 36px;
  color: var(--text-light);
  margin: 0 0 20px !important;
}
.resource-page .resource-addon p, .resource-page .resource-addon li {
  font-size: var(--p-font);
  line-height: 25px;
  font-weight: var(--s-wgt);
  margin: 0 0 20px;
  color: var(--text-light);
}
.resource-page .resource-addon p:last-child {
  margin: 0;
}
.resource-page .resource-addon.banner {
/*  background-color: var(--theme-header);*/
  /* padding-bottom: 170px; withot content box*/
  .flex {
    grid-gap: 80px;
  }
  .caption {
    text-align: center;
    max-width: 900px;
  }
}
.resource-page .resource-content .flex-wrapper {
  max-width: 1200px;
  margin: auto;
}
.resource-page .resource-content.details .flex-wrapper {
    max-width: 1000px;
    margin: auto;
}
.resource-page .resource-content {
  /*margin: 0px 200px;
    /*height: 200px;*/
  padding: 0px 60px 40px;
  .flex {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px #0006;
    transform: scale(1.05);
    background: white;
    /*width: 890px;
        margin: 0px 230px;*/
    .image {
    	width: 300px;
    	background-color: white;
    	display: flex;
    	flex-wrap: wrap;
    	align-items: center;
    	justify-content: center;
    	border-radius: 8px;
    	overflow: hidden;
    }
    .content {
      width: calc(100% - 400px);
      margin-bottom: 40px;
      .cta-grp {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
      }
    }
  }
}
.resource-page .resource-content .image img {
  width: 100%;
  object-fit: contain;
}
.resource-page .resource-content .cta {
    font-size: var(--p-font);
    line-height: 22px;
    font-weight: var(--m-wgt);
    min-width: 130px;
    min-height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: var(--text-light);
    text-decoration: none;
    border: 1px solid var(--text-light);
    padding: 0 20px;
    text-transform: uppercase;
}
.resource-page .resource-content .cta.pm {
  background-color: var(--cta-color);
  border: 1px solid var(--cta-color);
}
.resource-page .resource-content h3, .resource-page .resource-content p {
  color: var(--text-dark);
}
.resource-page .resource-content .search-container-wrapper {
  background-color: var(--theme-light-grey);
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #f7f7f7;
  margin-top: 50px;
  .search-container {
    grid-gap: 25px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 310px);
    .select-category-menu, .select-topic-menu, .select-language-menu {
      width: 250px;
      .select-btn {
        position: relative;
        display: flex;
        justify-content: space-between;
        background: #fff;
        color: #333;
        padding: 8px;
        border-radius: 8px;
        cursor: pointer;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        align-items: center;
        #topicsText, #CategoryText, #languageText {
          font-size: 15px;
        }
        .icon-arrow {
          font-size: 15px;
          transition: 0.5s;
        }
      }
      .list {
        position: absolute;
        width: 249px;
        transform: translateY(-140px);
        top: 204px;
        padding: 0px;
        visibility: hidden;
        box-shadow: 0 11px 90px 0 rgba(65, 67, 132, 0.13);
        border: 2px solid #e7ebf0;
        background: #fff;
        z-index:3;
        .languageOption, .categoryOption, .topicOption {
          display: flex;
          align-items: center;
          background: var(--text-light);
          padding: 0 15px;
          cursor: pointer;
          transform-origin: top;
          margin: 0px;
          line-height: 35px;
        }
        .languageOption:nth-child(1), .categoryOption:nth-child(1), .topicOption:nth-child(1) {
          padding-top: 10px;
        }
        .languageOption:last-child, .categoryOption:last-child, .topicOption:last-child {
          border-bottom-left-radius: 8px;
          border-bottom-right-radius: 8px;
        }
        .languageOption, .categoryOption, .topicOption {
          .option-text {
            font-size: 14px;
            color: var(--text-dark);
          }
        }
      }
    }
  }
}
.resource-page .resource-content .search-container-wrapper .search-container {
  .select-category-menu, .select-topic-menu, .select-language-menu {
    .select-btn.active .arrow {
      transform: rotate(270deg);
    }
  }
}
.resource-page .resource-content .search-container-wrapper .search-container .arrow {
  width: 9px;
  transform: rotate(90deg);
  filter: invert(51%) sepia(0%) saturate(5%) hue-rotate(42deg) brightness(95%) contrast(89%);
}
.resource-page .resource-content .search-container-wrapper .search-container {
  .select-category-menu, .select-topic-menu, .select-language-menu {
    .select-btn.active ~ .list {
      visibility: visible;
      .languageOption, .categoryOption, .topicOption {
        transform: scale(1) translateY(0);
        margin-bottom: 0;
      }
    }
  }
}
.resource-page .resource-content .search-container-wrapper .search-container .select-language-menu .list .languageOption:hover {
  background: var(--option-hover);
}
.resource-page .resource-content .search-container-wrapper .search-container .select-category-menu .list .categoryOption:hover {
  background: var(--option-hover);
}
.resource-page .resource-content .search-container-wrapper .search-container .select-topic-menu .list .topicOption:hover {
  background: var(--option-hover);
}
.resource-page .resource-content .search-container-wrapper .search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  background: #fff;
  border-radius: 7px;
  padding: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  .search-icon {
    font-size: 19px;
  }
}
.resource-page .resource-content .search-container-wrapper .search input[type=search] {
  width: 100%;
  height: 100%;
  color: var(--text-dark);
  font-size: 15px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.resource-page .resource-content-wrapper .resource-content-list h2 {
  color: var(--text-dark);
}
.resource-page .resource-content-wrapper .resource-content-list h4 {
  color: var(--text-dark);
  line-height: 27px;
  font-size: 15px;
  margin: 0px !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.resource-page .resource-addon .feature {
  padding-bottom: 8px;
}
.resource-page .resource-addon .feature span {
  background-color: var(--pm-color-hvy-minus);
  padding: 2px 10px;
  border-radius: 10px;
  color: var(--resource-content-list-text-color);
  margin-left:5px;
}
.resource-page .resource-content-wrapper .resource-content-list .list-wrapper {
  grid-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0px;
  .list-box {
    width: 265px;
    background: var(--text-light);
    padding: 10px;
    position: relative;
    min-height: 267px;
    border-radius: 10px;
    opacity:0;
    transform: translate(0,100px);
    transition: all ease 750ms;
    .image-wrapper {
      width: inherit;
      height: 150px;
      /*background: aliceblue;*/
      background-color: var(--primary, rgba(223, 229, 241, 0.4));
      align-content: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      border-radius: 8px;
      margin-bottom: 10px;
      position: relative;
      overflow: hidden;
      z-index:0;
    }
    .feature span {
      font-size: 13px;
    }
  }
}
.resource-page .resource-content-wrapper .resource-content-list .list-wrapper .list-box.active{
 transform: translate(0, 0);
    opacity: 1;
}
.resource-page .resource-content-wrapper .resource-content-list {
}
.resource-page .resource-content-wrapper .resource-content-list .list-wrapper .list-box .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.resource-page .resource-content-wrapper .resource-content-list .list-wrapper .list-box[data-category="CAS"] .image-wrapper img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}
.resource-content-list .resource-list .list-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  cursor: pointer;
}
.resource-content-list .resource-list .list-box:hover .image-wrapper {
  filter: brightness(0.35);
  transition: .3s;
  cursor: pointer;
}
.resource-content-list .resource-list .list-box[data-category="CAS"]:hover .image-wrapper{
    background-color: #000000d9;
}
.resource-content-list .resource-list .list-box[data-category="CAS"]:hover .image-wrapper img {
    filter: opacity(0.4);
}
.resource-content-list .resource-list .list-box .content {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s;
    right: 0;
    height: 160px;
    font-size: 18px;
}
.resource-content-list .resource-list .list-box:hover .content {
  opacity: 1;
  .text {
    color: var(--text-light);
  }
}
.resource-page .popup-box {
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.resource-page .popup-box.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#bookDetails .bookDetails .bookContent {
    padding: 20px;
    border-radius: 8px 8px 0px 0px;
    width: 100%;
}
.show {
  display: block;
}
#bookDetails .bookDetails .description ul li::marker {
  content: "◉";
  color: var(--li-color);
  font-size: 0.8em;
}
.resource-page .popup-box h2, .resource-page .popup-box h4, .resource-page .popup-box p, .resource-page .popup-box li {
  color: var(--text-dark);
  padding-left: 5px;
}
.resource-page .popup-box h2 {
  color: #4484de !important;
  font-size: 22px;
  margin: 0px !important;
}
.resource-page .popup-box h4 {
  font-weight: 400;
  margin: 0 0 10px !important;
}
.resource-page .popup-box h3 {
  font-weight: 500;
  padding-left: 5px;
  padding-top: 15px;
}
.resource-page .popup-box p {
  line-height: 27px;
}
#bookDetails .bookDetails .bookContent .bookOverview {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 35px;
  .description {
    width: 50%;
    max-height: 430px;
    overflow: auto;
    padding: 5px;
  }
  .bookImage {
    width: 40%;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
  }
}
#bookDetails .bookDetails .bookContent .bookOverview p {
  margin: 0px;
  margin-bottom: 25px;
}
#bookDetails .bookDetails .bookContent .bookOverview h3 {
  line-height: 30px;
  padding-top: 0;
}
#bookDetails .bookDetails .bookContent .bookOverview ul {
  list-style-type: disc;
  padding: 0 0 0 15px;
}
#bookDetails .bookDetails .bookContent .bookOverview li {
  padding: 0 0 0 10px;
  line-height: 25px;
  margin: 0 0 10px;
}
#bookDetails .bookDetails .bookContent .bookOverview .bookImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: objpos 40s linear infinite;
  object-position: left;
}
@keyframes objpos{
    0%,100%{
        object-position: left;
    }
    50%{
        object-position: right;
    }
}
#bookDetails .bookDetails .bookContent .title-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
}
.resource-page .close-icon {
  font-size: 22px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #c5bfbf;
  padding: 4px;
}
.resource-page .form-download {
    padding: 25px 20px;
    background: #f4f4f4;
    border-radius: 0px 0px 8px 8px;
    width: 100%;
    align-self: flex-end;
}
.resource-page .edi-btn {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 46px;
  max-width: inherit;
  justify-content: center;
  align-items: end;
  margin: 0px;
}
.resource-page .edi-btn inputgroup {
  position: relative;
  width: 100%;
}
.resource-page .form-download .edi-btn inputgroup {
    width: 250px;
}
.resource-page .edi-btn inputgroup input {
  width: 92% !important;
  background: var(--text-light) !important;
  border-radius: 4px !important;
}
.resource-page .fbutton {
  width: 100% !important;
}
.resource-page .fbutton input#downloadSubmit,.resource-page .fbutton input.downloadSubmit {
    margin: 0px !important;
    background: #e9142b !important;
    width: 100% !important;
    border-radius: 4px !important;
    font-weight: var(--m-wgt) !important;
    text-transform: uppercase;
    font-family: ZohoPuvi;
    border: 1px solid transparent !important;
    color: #fff;
}
.resource-page .bookDetails {
    max-width: 1000px;
    border-radius: 8px;
    margin: auto;
    min-height: 550px;
    background-color: var(--text-light);
    display: flex;
    flex-wrap: wrap;
}
.resource-page .list-cta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.resource-page #closePopup {
  cursor: pointer;
}
.red {
  color: #e9142b;
}
.resource-content-list .resource-list .list-box .hide {
  display: none;
}
.resource-addon.resource-content .resource-content-wrapper .empty h1 {
  color: #2b74d9;
}
.resource-addon.resource-content .resource-content-wrapper .empty {
  margin-top: 60px;
}
.resource-addon.resource-content .resource-content-wrapper .empty h3 {
  text-align: center;
}
.resource-addon.resource-content .resource-content-wrapper .empty p {
  text-align: center;
}
.resource-addon.resource-content.details .flex .swiper-wrapper .swipper-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: var(--text-light);
  grid-gap: 30px;
}
.resource-addon.resource-content.details {
 /* background: linear-gradient(0deg, var(--text-light) 60%, var(--theme-header) 0%);
  margin: 0px;*/
}
.resource-addon.resource-content .sticky {
  display: block;
  position: sticky;
  top: 99px;
  padding-bottom: 0px;
  z-index: 2;
}
.resource-addon.resource-content .sticky:is-pinned{
  .search-container-wrapper{
 border-radius:0px;
}
}
.resource-page .subscription {
  background: #fcd6aa;
  padding: 10px;
  text-align: center;
}
.resource-page .subscription span {
  font-size: 15px;
}
.resource-page .subscription a {
  text-decoration: underline !important;
}
.resource-page #subscription .subscription-popup {
  position: relative;
  max-width:680px;
  border-radius: 8px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  background: white;
  grid-gap: 0;
}
.resource-page #subscription .subscription-popup .image img {
  width: 300px;
  object-fit: contain;
  transform: translate(-50px, -9px) scale(1.04);
}
.resource-page #subscription .subscription-popup #closeSubscriptionPopup {
  cursor: pointer;
  text-align: end;
  position: absolute;
  right: 20px;
  top: 20px;
}
.resource-page #subscription .subscription-popup .edi-btn {
  justify-content: flex-start;
  grid-gap: 20px;
}
/*.resource-page #subscription .subscription-popup .image {
  width: 40%;
}*/
.resource-page #subscription .subscription-popup .form {
  width: calc(100% - 375px);
  padding: 25px 65px 25px 10px;
  position: relative;
}
/*.resource-page #subscription.popup-box {
    top: 92px;
}*/
.resource-page #subscription .subscription-popup .form h4 {
  color: var(--text-dark);
  line-height: 22px;
  font-weight: 450;
  width: 95%;
}
.resource-page #subscription .subscription-popup .edi-btn inputgroup input {
  background: #eee !important;
}
.resource-page #subscription .subscription-popup .edi-btn inputgroup input#downloadSubmit,.resource-page #subscription .subscription-popup .edi-btn inputgroup input.downloadSubmit {
  background: #e9142b !important;
  border: 1px solid transparent !important;
  color: #fff;
}
.resource-page #subscription .subscription-popup .form p {
  line-height: 22px;
}
.resource-page #subscription .subscription-popup .form .title {
  display: flex;
}
.resource-page #subscription .subscription-popup .close-icon {
  background: #ededede0;
}
.resource-content-list .resource-list .list-box .new {
  position: absolute;
  top: -1px;
  left: 17%;
  transform: translateX(-50%);
  background: red;
  padding: 0.25em 0.5em 0.25em 0.5em;
  color: white;
  font-size: 10px;
  font-weight: 400;
}
.resource-content-list .resource-list .list-box .new::after {
  content: "";
  box-sizing: border-box;
  font-size: 0px;
  border-bottom: 8px solid transparent;
  border-left: 15px solid red;
  border-right: 17px solid red;
  text-align: center;
  top: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  position: absolute;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media(max-width: 600px) {
.resource-content-list .resource-list .list-box .content{
 max-width:100%;
left:10px;
font-size:15px;
top:10px;
}
.resource-page .edi-btn inputgroup {
    margin: 10px 0px;
    width: 270px;
}
  .resource-addon.resource-content .sticky {
    display: none !important;
  }
  .resource-addon.banner {
    margin: 0;
  }
  .resource-addon.resource-content .details {
    padding: 15px;
  }
  .resource-addon.resource-content {
    margin: 0px;
    padding: 0;
    .flex {
      margin: 0px;
      transform: none;
      border-radius: 0;
      box-shadow: none;
      padding: 40px;
      .swiper-wrapper .swipper-flex {
        grid-gap: 25px;
        display: block;
        .image {
          display: block;
          text-align: center;
        }
        .content {
          max-width: none;
          width: auto;
          .downloadNow {
            text-align: center;
          }
        }
      }
    }
  }
  .resource-addon.resource-content .image img {
    width: 100%;
  }
  .resource-addon.resource-content .content h3 {
    font-size: 17px;
  }
  .resource-addon.resource-content .content p {
    font-size: 13px;
  }
  .resource-content-list .resource-list .swiper-button-next {
    display: flex;
    top: 22px;
    right: 20px;
    left: unset;
    background-color: var(--cp-color);
    width: 30px;
    height: 30px;
    background-size: contain;
    border-radius: 8px;
  }
  .resource-content-list .resource-list .swiper-button-prev {
    right: 56px;
    display: flex;
    top: 22px;
    left: unset;
    background-color: var(--cp-color);
    width: 30px;
    height: 30px;
    background-size: contain;
    border-radius: 8px;
  }
  .resource-content-list .resource-list .swiper-button-prev:after, .resource-content-list .resource-list .swiper-button-next:after {
    font-size: 15px;
    filter: brightness(6);
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .resource-content-list .resource-list .flex {
    flex-wrap: nowrap;
    /*justify-content: initial;*/
     justify-content:normal;
    margin: 0;
    align-items: normal;
   /* width: max-content;*/
    grid-gap: 0px;
    margin: 60px 0 0 0px;
    background: none;
    box-shadow: none;
    padding: 0px !important;
  }
  .resource-content-list .resource-list .box .caption-grp li {
    width: 100%;
  }
  .resource-content-list .resource-list {
    background: #f5f5f5;
    padding-bottom: 25px;
  }
  .resource-content-list .resource-list .swiper {
    width: 100%;
    height: 388px;
    margin-top: -35px;
  }
  .resource-addon.resource-content .resource-content-wrapper .swiper-slide {
    height: 245px !important;
    width: 225px !important;
    margin: 0;
    display:flex;
    flex-wrap:wrap;
  }
  .list-box.active {
    transform: translate(0, 0);
    opacity: 1;
  }
  /* .resource-content-list .resource-list .flex .list-box:first-child {
        margin-left: 40px;
    }*/
  /*.resource-content-list .resource-list .flex .list-box:nth-child(even) {
    .flex .list-box:nth-child(odd) {
      padding-right: 30px;
    }
  }*/
  .resource-content-list .resource-list .flex .list-box {
    padding: 25px !important;
    box-shadow: 0 0 15px #0006;
    border-radius: 8px;
    margin-bottom: 0px;
    margin:0px 62px;
  }
  .resource-addon.resource-content .resource-content-wrapper .resource-content-list h2 {
    padding-left: 40px;
    margin: 0;
    padding-top: 40px;
  }
  #bookDetails .bookDetails .bookContent .bookOverview {
    display: none;
  }
  .resource-addon.resource-content .resource-content-wrapper .resource-content-list .list-wrapper {
    margin: 0px;
  }
  .resource-page .popup-box {
    .edi-btn {
      grid-gap: 0px;
      padding: 0px !important;
    }
    .edi-btn inputgroup input {
      width: 210px !important;
    }
    .fbutton {
      width: 210px !important;
    }
  }
  .resource-page #subscription .subscription-popup {
    width: 93%;
    padding: 15px;
    left: 0px;
    /*top: 151px;*/
    .image {
      display: none;
    }
    .form {
      width: 100%;
      padding: 0px 13px 0px 0px;
      #closeSubscriptionPopup {
        top: 0px;
        right: 0px;
      }
      .edi-btn inputgroup input {
        width: 250px !important;
      }
    }
  }
  .resource-page #bookDetails .bookDetails {
    width: 83%;
    left: 9%;
    top: 27%;
     min-height:100px !important;
  }
  .resource-page #bookDetails .bookContent .title-header {
    margin: 0px;
  }
}
.fade-transition {
  opacity: 1;
  transition: opacity 1s ease;
}
.fade-transition.hide {
  opacity: 0;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0
  }
  100% {
    background-position: 468px 0
  }
}
.animation {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  position: relative;
}
.content-loader {
  margin-top: 10px;
  margin-bottom: 8px;
  display: block;
  background-color: #f7f7f7;
  height: 8px;
  content-visibility: hidden;
}
.heading {
  width: 500px;
}
.tag {
  width: 40px;
  height: 6px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.description {
  width: 700px;
  margin-bottom: 0px;
}
.swiper-image {
  width: 200px;
  height: 225px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.resource-page .edi-btn inputgroup inputgroup select {
  margin-top: 0px !important;
  width: 100% !important;
  height: 41px !important;
  background: var(--text-light) !important;
}
.resource-page .edi-btn inputgroup inputgroup.select {
  margin-bottom: 0px !important;
}
.resource-addon.resource-content .sticky .integ-list{
    grid-gap: 10px;
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 1rem 0;
    max-width: 1190px;
}
.resource-addon.resource-content .sticky #categoriesList{
 overflow:hidden;
 margin:0px 10px;
}
.resource-addon.resource-content .sticky .integ-list .categoryOption{
    height: 44px;
    padding: 0px 13px;
    border-radius: 10px;
    font-size: 13px;
    margin: 0px !important;
    line-height: 20px;
    min-width: fit-content;
    align-items: center;
    justify-content: center;
    list-style-type: none !important;
    box-sizing: border-box;
    border: 2px solid #f7f7f7;
    display: flex;
    cursor: pointer;
    position: relative;
    background-color: #f7f7f7;
    color: #001B31;
}
.resource-addon.resource-content .sticky .allCategories{
    height: 44px;
    padding: 0px 20px 0px 13px;
    font-size: 16px;
    margin: 0px !important;
    line-height: 20px;
    min-width: fit-content;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    color: #001B31;
}
.resource-addon.resource-content .sticky .integ-list .categoryOption.active{
    background-color:#2b74d9;
    margin-bottom: -2px;
    color: #ffffff;
    font-weight: 500;
    pointer-events: none;
}
.resource-addon.resource-content .sticky .categories{
    max-width: 1200px;
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: inherit;
    align-items: center;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #f2efef;
    width: calc(100% - 1.6px);
}
.resource-addon.resource-content .sticky .integ-list .categoryOption .option-text{
font-size:16px;
}
.resource-addon.resource-content .sticky .categories .navigation-button img{
      width: 35px;
    height: 35px;
   object-fit:contain;
}
.resource-addon.resource-content .sticky .categories .navigation-button{
   position:relative;
   cursor:pointer;
   background-color: transparent;
    border: none;
}
.resource-page .white-wrapper{
    padding: 10px 0px;
    margin-top: 77px;
    position: sticky;
    display: block;
    z-index: 2;
    top: 257px;
    background-color: white;
    color: white;
}
.translate{
 transform: translateX(-185px);
}
.translatePrevious{
  transform: translateX(0px);
}
.resource-page .resource-addon .feature span.Security {
    background-color: #e0ffdb;
    color: #489f5a;
}
.resource-page .resource-addon .feature span.UEM {
    background-color: #e6dbff;
    color: #7d6ba9;
}
.resource-page .resource-addon .feature span.Finance {
    background-color: #fff1db;
    color: #9f8448;
}
.resource-page .resource-addon .feature span.Hybrid {
    background-color: #ffdbdb;
    color: #9f5f48;
}
.resource-page .resource-addon .feature span.Mobility {
    background-color: #ffdbf6;
    color: #9f4890;
}
.resource-page .resource-addon .feature span.Healthcare {
    background-color: #fff9bb;
    color: #7e7b33;
}
