<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.timeline-section {
  padding-bottom: 50px;
}
.event-category .read-more {
  text-transform: uppercase;
}
.content-wrap {
  max-width: 1170px;
}
.content-wrap.box-wrapper {
  max-width: 980px;
  text-align: left;
  margin-bottom: 140px;
}
.banner-wrap {
  text-align: center;
  font-size: 16px;
  margin: 40px 0 0px;
}
.banner-wrap img {
  max-width: 260px;
}
.banner-wrap h1 {
  font-size: 3.6em;
  margin-bottom: 80px;
}
.banner-wrap h2 {
  font-size: 2.4em;
  margin: 0;
}
.feature-more-wrap.two-box {
  margin: 0 0 30px;
}
.feature-more-wrap.two-box .more-detail {
  display: inline-block;
  width: 48.4%;
  padding: 50px;
  color: #000;
  box-shadow: 0 0 50px rgba(176, 190, 197, 0.2);
  box-sizing: border-box;
  min-height: 590px;
}
.first-section .more-detail:first-child {
  transition: all 0.5s ease 0s;
}
.first-section .more-detail:nth-child(2) {
  transition: all 0.5s ease 0.2s;
}
.second-section .more-detail:first-child {
  transition: all 0.5s ease 0s;
}
.second-section .more-detail:nth-child(2) {
  transition: all 0.5s ease 0.2s;
}
.feature-more-wrap.two-box .more-detail:nth-child(2) {
  float: right;
}
.feature-more-wrap.two-box .more-detail span {
  width: 60px;
  height: 60px;
  display: block;
}
.first-section .more-detail span,
.second-section .more-detail span {
  background-image: url("/sites/zweb/images/jp/desk/whats-new-desk-icons.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 60px;
}
.first-section .more-detail:nth-child(2) span {
  background-position: -60px top;
}
.second-section .more-detail:nth-child(1) span {
  background-position: -128px top;
  width: 50px;
}
.second-section .more-detail:nth-child(2) span {
  background-position: -180px top;
}
.feature-more-wrap.two-box .more-detail h2 {
  margin: 20px 0 10px;
  font: 36px/1.2 var(--zf-primary-bold);
}
.feature-more-wrap.two-box .more-detail p {
  margin: 20px 0 0;
}
.field-whatsnew-footer-html-block {
  display: inline-block;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .feature-more-wrap.two-box .more-detail {
    width: 100%;
    min-block-size: unset;
    padding: 30px;
    margin-bottom: 30px;
  }
  .feature-more-wrap.two-box .more-detail span {
    transform: scale(0.8) translateX(-10px);
  }
  .feature-more-wrap.two-box .more-detail h2 {
    margin-top: 4px;
  }
  .banner-wrap img {
    max-width: 170px;
  }
  .banner-wrap h1 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .banner-wrap h2 {
    font-size: 24px;
    margin: 0;
  }
  .feature-more-wrap.two-box .more-detail h2 {
    font-size: 32px;
  }
}
.field-whatsnew-footer-html-block img {
  width: auto;
}
.whats-new-section {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.header-section {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: 60px;
  background: #617edc;
  padding: 100px 0;
  overflow: hidden;
}
.header-section:before {
  content: '';
  background: url('/sites/zweb/images/jp/desk/what-new-illustration.png') no-repeat;
  background-size: 1680px auto;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.4;
  top: 0;
}
.header-section-wrap {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  display: block;
  padding: 0 20px;
}
.header-section-wrap h1 {
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
}
.tabs-section {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
}
.tabs-section .moblie-year-tab {
  display: none;
  height: 50px;
  z-index: 99;
  border-bottom: 1px solid #f2f2f2;
}
.tabs-section .moblie-year-tab h3 {
  padding: 12px 20px;
}
.filter-tab {
  display: block;
  float: right;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  text-align: right;
  margin-bottom: 40px;
  padding-bottom: 8px;
  background: #fff;
  position: relative;
  z-index: 3;
}
.filter-tab li a.active {
  color: #40d0ad;
  border-bottom: 2px solid #40d0ad;
  padding-bottom: 10px;
}
.filter-tab li a {
  color: #a1a1a1;
}
.filter-tab li {
  margin-right: 20px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}
.timeline-section {
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 100px;
  margin-top: 30px;
}
.event-series {
  float: left;
  position: relative;
  width: 250px;
  padding-right: 25px;
  box-sizing: border-box;
  text-align: left;
  max-height: 680px;
  overflow-y: auto;
  overflow-x: hidden;
}
.event-series.disabled:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}
.event-series-block {
  float: left;
  width: 290px;
  padding-right: 25px;
  box-sizing: border-box;
}
.timeline-block {
  box-sizing: border-box;
  float: right;
  width: 77%;
  padding-left: 10%;
  text-align: left;
}
.footer-wrapper {
  clear: both;
}
.event-series h5 {
  text-transform: uppercase;
}
.event-series h5 {
  text-transform: uppercase;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #03a9f5;
}
.year-series p {
  color: #000;
  position: relative;
  cursor: pointer;
  margin: 0;
  line-height: normal;
}
.year-series p:last-child {
  margin-bottom: 0;
}
.accordian-wrap .list-dropdown {
  padding-left: 15px;
  padding-top: 10px;
}
.list-dropdown li {
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}
.list-dropdown li a {
  color: #000;
}
.list-dropdown li a.active {
  color: #40d0ad;
}
.list-dropdown li a.active:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #40d0ad;
  position: absolute;
  top: 7px;
  left: -13px;
}
.accordian-wrap {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  padding: 15px 15px;
}
.year-series p.open {
  color: #03a9f5;
  margin: 0;
}
.year-series p:before {
  content: "";
  border: solid #536d7a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3.5px;
  position: absolute;
  right: 0;
  top: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.year-series p.open:before {
  right: 0;
  top: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid #03a9f5;
  border-width: 0 2px 2px 0;
}
.list-dropdown .list-active {
  list-style-type: disc;
  color: #01a765;
}
.list-dropdown li.list-active a {
  color: #01a765;
}
.event-category {
  padding: 20px 0;
  margin-left: 60px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
  transition: ease all 0.5s;
}
.event-category h3 {
  float: left;
  width: 90%;
  margin-bottom: 25px;
}
.event-category .tag {
  float: right;
  margin: 0 0 0 20px;
}
.event-category p {
  clear: both;
  color: #000;
  margin-bottom: 15px;
}
.event-category .read-more {
  text-transform: capitalize;
  margin-top: 5px;
  display: inline-block;
}
.tag {
  padding: 2px 10px;
  font-size: 12px;
  color: #03a9f5;
  border: 1px solid #03a9f5;
  font-weight: 700;
}
.event-category-wrap {
  position: relative;
}
.event-category-year-wrap:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #f2f2f2;
  left: 20px;
  top: 20px;
}
.event-category-year-wrap .event-category-wrap:last-child .event-category:last-child {
  position: relative;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.event-category-year-wrap .event-category-wrap:last-child .event-category:last-child:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #5d7ce2;
  border-radius: 100%;
  bottom: -25px;
  left: -45px;
  background: #5d7ce2;
  z-index: 1;
}
.event-category-wrap &gt; h3 {
  position: absolute;
  left: -69px;
  top: 15px;
  width: 52px;
}
.event-category-wrap &gt; h3:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #617edc;
  border-radius: 100%;
  top: 15px;
  right: -42px;
  background: #fff;
  z-index: 1;
}
.event-category-year-wrap &gt; h2 {
  margin-left: -90px;
}
.event-category-year-wrap {
  position: relative;
  margin-bottom: 150px;
}
.event-category-year-wrap:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #617edc;
  border-radius: 100%;
  top: 15px;
  left: 15px;
  background: #617edc;
  z-index: 1;
}
.event-series.sticky {
  position: fixed;
  top: 0;
  margin-top: 120px;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
}
.head {
  display: block;
  width: 100%;
}
.head h4 {
  max-width: 85%;
  font-size: 22px;
  margin-bottom: 10px;
}
.mobile-wrap {
  display: none;
}
.tabs-section.sticky {
  position: fixed;
  top: 0;
  z-index: 10;
  max-width: 100%;
  margin-top: 65px;
  background: #fff;
  display: block;
}
.tabs-section.sticky .filter-tab {
  margin-bottom: 0;
  padding-top: 8px;
}
.tabs-section.sticky + .whats-new-section {
  margin-top: 140px;
}
.event-category.blog .head {
  margin-bottom: 10px;
}
.download-apps a {
  margin-top: 0;
}
.whatsnew-desc li {
  background: url("/sites/zweb/images/jp/desk/list-tick-blue.png") left 5px top 5px no-repeat;
  background-size: 16px auto;
  padding-left: 30px;
  margin: 0 0 15px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.whatsnew-desc li &gt; p {
  margin-bottom: 0;
}
iframe {
  width: 100%;
}
.event-series.no-filter-need-top.sticky {
  margin-top: 80px;
}
.whats-update .tabs-section.sticky + .whats-new-section {
  margin-top: 60px;
}
.accordian-wrap.ac-open {
  background: #fafafa;
  padding: 15px;
}
.new .tag.new {
  color: #e25e5a;
  border-color: #e25e5a;
}
.head h4 {
  max-width: 100%;
  display: inline-block;
}
.event-category .tag {
  float: none;
  display: inline-block;
  background: #fff59d;
  color: #f0483e;
  position: relative;
  border-width: 0;
  padding: 3px 10px 3px 5px;
  top: -3px;
  margin: 0 0 0 22px;
  display: none;
}
.enhancement.event-category .tag {
  background: #dcfaee;
  color: #23986b;
}
.event-category .tag:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 13px solid #fff59d;
  position: absolute;
  left: -13px;
  top: 0;
}
.event-category.enhancement .tag:before {
  border-right: 13px solid #dcfaee;
}
@media screen and (max-width: 1279px) {
  .whats-new-section {
    max-width: 1060px;
    padding: 0 20px;
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .tabs-section.sticky {
    margin-top: 52px;
    left: 0;
    right: 0;
    max-width: 100%;
  }
  .whats-new-section h1:before,
  .whats-new-section h1:after {
    display: none;
  }
  .timeline-block {
    width: 70%;
  }
  .tabs-section.sticky + .whats-new-section {
    margin-top: 70px;
  }
  .whats-update .tabs-section.sticky + .whats-new-section {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .event-series {
    width: 270px;
  }
  .tabs-section.sticky {
    margin-top: 49px;
    width: 100%;
    padding: 0;
  }
  .header-section {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1140px) {
  .tabs-section.sticky {
    margin-top: 0;
  }
  .event-series.sticky {
    margin-top: 80px;
  }
  .tabs-section.sticky .filter-tab {
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .event-category-year-wrap &gt; h2 {
    margin-left: 60px;
  }
  .event-category-wrap &gt; h3 {
    position: relative;
    margin-left: 60px;
    left: auto;
  }
  .timeline-block {
    padding-left: 0;
  }
  .event-category-wrap &gt; h3:after {
    top: 10px;
    right: 86px;
  }
  .whats-update .event-series.no-filter-need-top.sticky {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .event-series {
    width: 240px;
  }
  .event-series {
    float: left;
    width: 30%;
    padding-right: 20px;
  }
  .event-category .tag {
    float: none;
    display: inline-block;
    margin: 0 0 15px 20px;
    font-size: 12px;
  }
  .event-category h3 + .tag {
    display: none;
  }
  .timeline-section {
    padding-bottom: 0;
  }
  .accordian-wrap {
    padding-bottom: 10px;
    margin: 0;
  }
  .filter-tab {
    margin-bottom: 40px;
  }
  .head h4 {
    max-width: 100%;
  }
  .event-series {
    max-height: inherit;
    overflow-y: inherit;
    overflow-x: inherit;
  }
}
@media screen and (max-width: 767px) {
  .header-section {
    background: #5d7ce2;
    margin-bottom: 0;
  }
  .event-category .tag {
    position: absolute;
    left: 0;
    margin-left: 0;
    padding: 1px 10px;
    top: 4px;
  }
  .head {
    position: relative;
    padding-top: 30px;
  }
  .event-category .tag:before {
    display: none;
  }
  .tabs-section {
    margin-top: 20px;
    padding: 0;
  }
  .tabs-section.sticky {
    width: 100%;
    margin-top: 0;
  }
  .tabs-section.sticky .filter-tab {
    margin-bottom: 0;
  }
  .tabs-section.sticky .moblie-year-tab {
    display: inline-block;
    float: left;
    width: 100%;
  }
  .event-category-year-wrap &gt; h2 {
    display: none;
  }
  .timeline-block {
    width: 100%;
    padding-left: 0;
  }
  .event-category-wrap &gt; h3:after,
  .event-category-wrap:after,
  .event-category-year-wrap:after,
  .event-category-year-wrap:before {
    display: none;
  }
  .event-category-wrap &gt; h3 {
    position: initial;
    width: auto;
    margin-bottom: 0;
    font-size: 32px;
    margin-left: 0;
  }
  .tabs-section.sticky + .whats-new-section {
    margin-top: 70px;
  }
  .event-category h3 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .event-series.sticky,
  .event-series {
    position: initial;
    display: none;
  }
  .event-series {
    background: #fff;
    padding: 10px;
    position: fixed;
  }
  .event-series {
    background: #fff;
    padding: 10px;
    position: fixed;
    width: 250px;
    border: 1px solid #f2f2f2;
    z-index: 2;
    left: -250px;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    display: none;
  }
  .event-series.mobile-toggle {
    left: 0;
  }
  .event-series h5 {
    text-align: center;
  }
  .mobile-wrap {
    display: none;
    position: absolute;
    background: #fff;
    width: 50px;
    height: 50px;
    right: -52px;
    top: 0;
    border: 1px solid #f2f2f2;
    cursor: pointer;
  }
  .mobile-wrap:before {
    content: '+';
    position: absolute;
    left: 17px;
    right: 0;
    top: 6px;
    display: inline-block;
    font-size: 25px;
    margin: auto;
  }
  .event-series.mobile-toggle .mobile-wrap:before {
    content: '-';
    left: 20px;
    top: 1px;
    font-size: 30px;
  }
  .filter-tab {
    text-align: center;
  }
  .filter-tab li {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .filter-tab li a.active {
    padding-bottom: 5px;
  }
  .event-category-wrap:before {
    left: 0;
  }
  .event-category-wrap &gt; h3:after,
  .event-category-wrap:after {
    left: -5px;
  }
  .event-category {
    margin-left: 0;
    padding: 15px 0;
  }
  .event-category-wrap {
    margin-bottom: 50px;
  }
  .event-category .read-more {
    margin-top: 0;
  }
  .event-category-year-wrap {
    position: relative;
    margin-bottom: 0;
  }
  .timeline-section {
    padding-bottom: 0;
  }
}
.lang-ar .timeline-block {
  float: left;
  width: 77%;
  padding-right: 10%;
}
.lang-ar .event-series {
  float: right;
  padding-left: 25px;
}
.lang-ar .list-dropdown {
  padding-right: 15px;
  padding-left: 0;
}
.lang-ar .year-series p {
  text-indent: 16px;
}
.lang-ar .list-dropdown li a.active:before {
  right: -16px;
}
.lang-ar .whatsnew-desc li {
  padding-left: 0;
  padding-right: 35px;
  background: url("/sites/zweb/images/jp/desk/list-tick-blue.png") right 5px top 5px no-repeat;
  background-size: 16px auto;
}
.lang-ar .event-category-year-wrap:after {
  right: -50px;
}
.lang-ar .event-category-wrap &gt; h3 {
  left: 0;
  right: -149px;
  text-align: left;
  width: 80px;
}
.lang-ar .event-category-wrap &gt; h3:after {
  right: 95px;
  left: 0;
}
.lang-ar .event-category-year-wrap:before {
  left: 0;
  right: -55px;
}
@media screen and (max-width: 1200px) {
  .lang-ar .timeline-block {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .lang-ar .timeline-block {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .lang-ar .tabs-section.sticky {
    display: none;
  }
  .lang-ar .event-category .tag {
    left: 0;
    right: 3px !important;
    margin: 0;
    width: max-content;
  }
  .lang-ar .event-category-year-wrap .event-category-wrap:last-child .event-category:last-child:after {
    display: none;
  }
}
/*# sourceMappingURL=desk-whatsnew.css.map */</pre></body></html>