@charset "UTF-8";
/* CSS Document */
html, body {
  overflow-x: hidden;
}
body {
  color: #000;
}
img {
  max-width: 100%;
}
.container-new {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 30px;
}
.row {
  display: flex;
}
.prd-nav li {
  width: 32%;
}
/*breadcrumb style starts here*/
.sd-bread-crumb .sdp-cmn-breadcrum a {
  color: #fff;
  position: relative;
  font: 15px / 1.4 Zoho_Puvi_Regular;
}
span.sdp-bread-crumb-arrow {
  padding: 0 3px;
  color: #fff;
}
span.sdp-root-page {
  color: #fff;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover {
  text-decoration: none;
}
.sd-bread-crumb .sdp-cmn-breadcrum a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: #fff;
  transition: 0.4s ease;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover::after {
  width: 100%;
  transition: 0.4s ease;
}
/*breadcrumb style ends here*/
/*banner section style starts here*/
.banner-bg {
  background: url("/sites/meweb/images/fr/service-desk/images/ai-banner.png") no-repeat;
  background-size: cover;
  padding: 25px 0px 250px 0px;
}
.banner h1 {
  font: 50px / 1.1 "Zoho_Puvi_ExtraBold";
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding-top: 75px;
}
.banner p {
  font: 19px / 1.5 "Zoho_Puvi_Regular";
  color: #fff;
  margin: 20px auto 0px auto;
  text-align: center;
  max-width: 950px;
  width:100%
}
.banner-cta-wrapper {
  text-align: center;
}
a.cta {
  font: 20px / 1.5 "Zoho_Puvi_SemiBold";
  margin: 50px 0px 0px 0px;
  padding: 12px 50px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #ff1800;
  background-color: #ff1800;
  border-radius: 3px;
  color: #fff;
  transition: .3s;
}
a.cta:hover {
  box-shadow: 8px 8px #99bdff;
  transition: .3s;
}
a.showcase-cta:hover {
  box-shadow: 8px 8px #dedede;
}
a.yellow-box-cta:hover {
  background: #000;
  box-shadow: none;
  border: 2px solid #000;
}
/*banner section style ends here*/
/*box section style starts here*/
.box {
  box-shadow: 0px 2px 20px 0px #B8B8B833;
  border-radius: 30px;
  margin: 0 auto;
  padding: 40px 30px;
  background: #fff;
  max-width: 1100px;
  position: relative;
  top: -270px;
  box-sizing: border-box;
}
.box.row {
  align-items: center;
}
.box .col:nth-child(1) {
  width: 40%;
  margin-right: 25px;
}
.box .col:nth-child(2) {
  width: 60%;
  margin-left: 25px;
}
.box .col img {
  display: block;
  margin: 0 auto;
}
.box h4 {
  font: 20px / 1.3 "Zoho_Puvi_Bold";
  margin: 0px 0px 25px 0px;
}
ul.box-list-items li {
  font: 17px / 1.4 "Zoho_Puvi_Medium";
  position: relative;
  padding: 0px 0px 10px 35px;
  margin: 0px 0px 10px 0px;
}
.fade-item {
  transition: .25s all ease-in-out;
  opacity: 0;
}
.fadein-list {
  animation: fadeIn 0.9s 1;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ul.box-list-items li:before {
  content: "";
  position: absolute;
  background: url(/sites/meweb/images/fr/service-desk/images/ai-tick.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  top: 4px;
  right: 0;
  bottom: 0;
  left: 0px;
  width: 18px;
  height: 18px;
}
ul.box-list-items li:not(:last-child)::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #F7F7F7 0%, #D8D8D8 50%, #F7F7F7 100%);
  width: 100%;
  right: 0;
  bottom: 0;
  left: 30px;
  height: 1px;
  max-width: 80%;
}
/*box section style ends here*/
/*feature section style starts here*/
.feature-bg {
  padding: 100px 0px;
}
.blue-bg {
  background: #FAFCFF;
}
.dark-blue-bg {
  background: #F1F7FF;
}
.extra-dark-blue-bg {
  background: #d9e9ff;
}
.feature {
  text-align: center;
  max-width: 900px;
}
.related-items-wrapper {
  max-width: 1280px;
}
.feature h2 {
  font: 40px / 1.1 "Zoho_Puvi_Bold";
  margin: 0px auto 30px auto;
}
.overlapping-section h2 {
  margin: -170px auto 30px auto;
}
.overlapping-section h3 {
  margin: -200px auto 30px auto;
}
.feature p {
  font: 17px / 1.5 "Zoho_Puvi_Regular";
  margin: 0px 0px 60px 0px;
}
.feature-without-image p {
  margin-bottom: 0px;
}
.feature-image-wrapper {
  position: relative;
  z-index: 10;
}
.wobble-animation .col {
  margin: 5px;
}
.wobble-animation .col:nth-child(1) img {
  margin-top: 50px;
}
.wobble-animation .col:nth-child(3) img {
  margin-top: 100px;
}
.wobble-animation .col:nth-child(1) {
  animation: wobble1 3s linear infinite alternate-reverse;
}
.wobble-animation .col:nth-child(2) {
  animation: wobble2 3s linear infinite alternate-reverse;
}
.wobble-animation .col:nth-child(3) {
  animation: wobble3 3s linear infinite alternate-reverse;
}
@keyframes wobble1 {
  from {
    transform: translate(0, 30px);
  }
  to {
    transform: translate(0, 0px);
  }
}
@keyframes wobble2 {
  from {
    transform: translate(0, -20px);
  }
  to {
    transform: translate(0, 0px);
  }
}
@keyframes wobble3 {
  from {
    transform: translate(0, 30px);
  }
  to {
    transform: translate(0, 0px);
  }
}
.two-col-feature-image .col:nth-child(1) {
  margin-right: 20px;
}
.two-col-feature-image .col:nth-child(2) {
  margin-left: 20px;
}
.two-col-feature-image img {
  background: linear-gradient(125.78deg, #F6F9FF 3.5%, #E6ECF4 45.31%, #F7F9FF 95.39%);
  border-radius: 15px;
  padding: 40px;
  box-sizing: border-box;
}
p.fig-desc {
  text-align: left;
  margin: 75px 0px 0px 0px;
}
/*feature section style ends here*/
/*footer and related items style starts here*/
.extra-bottom-padding {
  padding: 100px 0px 300px 0px;
}
.yellow-box {
  background: url(/sites/meweb/images/fr/service-desk/images/ai-footer-bg.png);
  padding: 50px 90px;
  top: -300px;
  max-width: 1200px;
  background-size: cover;
}
.yellow-box .col {
  flex-grow: 1;
  flex-basis: 0;
}
.yellow-box h4 {
  font: 40px / 1.15 "Zoho_Puvi_Bold";
  margin: 0px 0px 0px 0px;
}
.yellow-box p {
  font: 19px / 1.5 "Zoho_Puvi_Regular";
  text-align: left;
  margin: 15px 0px 40px 0px;
}
.yellow-box a {
  margin-top: 0px;
  margin-bottom: 0px;
}
.related-items-wrapper h3 {
  font: 34px / 1.1 "Zoho_Puvi_Bold";
  margin-bottom: 50px;
}
.related-items {
  text-align: left;
}
.related-items .col {
  background: #fff;
  margin: 15px;
  flex-grow: 1;
  flex-basis: 0;
  border: 1px solid #F0F0F0;
  border-radius: 20px;
  transition: all ease 0.1s;
}
.row.related-items .col:hover {
  box-shadow: 0px 15px 25px -15px #a5a5a5;
}
.row.related-items .col:hover .arrow-anim {
  transform: translateX(5px);
  transition: 0.3s ease-in-out;
}
.related-items-image-wrapper {
  min-height: 88px;
  display: flex;
  align-items: center;
}
.related-items-image-wrapper img {
  width: 75px;
}
img.copilot-icon {
  width: 100px;
}
img.virtual-agent-icon {
  width: 85px;
}
.arrow {
  width: 27px;
  height: 17px;
  background-position: -406px -81px;
}
.related-items h5 {
  font: 24px / 1.4 "Zoho_Puvi_Bold";
  margin: 15px 0px;
  color: #000;
}
.related-items p {
  font: 19px / 1.5 "Zoho_Puvi_Regular";
  text-align: left;
  max-width: 100%;
  margin: 0px 0px 20px 0px;
  color: #000;
}
.related-items .col a {
  padding: 30px 50px;
  display: inline-block;
  text-decoration: none;
}
/*footer and related items style ends here*/
/*image popup style starts here*/
.clone-image {
  display: flex;
  justify-content: center;
}
.close-btn {
  right: 20px;
  top: 20px;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-image: url(/sites/meweb/images/fr/service-desk/images/ai-popup-close.png);
}
.image-pupup-show-continer .modal-wrapper img, .image-pupup-show-continer .modal-wrapper source {
  width: auto;
}
.modal-wrapper {
  width: 100%;
  height: 100%;
  max-width: 80%;
  max-height: 90%;
}
/*image popup style ends here*/
/*animation style starts here*/
span.sdp-cta-arrow {
  transition: 0.3s ease-in;
  padding: 0 0 0 5px;
  display: inline-block;
  transform: translateX(0px);
  vertical-align: middle;
}
a.cta:hover .sdp-cta-arrow, .related-items a:hover .sdp-cta-arrow, .section-cta a:hover .sdp-cta-arrow {
  transform: translateX(5px);
  transition: 0.3s ease-in;
}
.fadein {
  transform: translateY(10rem);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}
.active-anim .fadein {
  transform: translateY(0);
  opacity: 1;
}
.animation-left {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
}
.active-anim .animation-left {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}
.animation-right {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
}
.active-anim .animation-right {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}
.delay1 {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay1 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay2 {
  opacity: 0;
  transition: all ease 2s;
  -webkit-transition: all ease 2s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay2 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay3 {
  opacity: 0;
  transition: all ease 3s;
  -webkit-transition: all ease 3s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay3 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
/*animation style ends here*/
.sdp-common-footer-bg {
  background: #fff !important;
}
/*showcase page style starts here*/
.showcasepage-bg {
  background: url(/sites/meweb/images/fr/service-desk/images/showcase-bg.png) no-repeat;
}
.showcasepage-bg .sd-bread-crumb .sdp-cmn-breadcrum a, .showcasepage-bg span.sdp-bread-crumb-arrow, .showcasepage-bg span.sdp-root-page {
  color: #000;
}
.showcasepage-bg .sd-bread-crumb .sdp-cmn-breadcrum a::after {
  background: #000
}
span.banner-highlighted-sec {
  background: linear-gradient(90deg, #FF963F 0%, #4A34FF 50%, #32BBFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 66px;
}
.showcasepage-bg .banner h1, .showcasepage-bg .banner p {
  color: #000;
}
.showcasepage-bg .banner h1 {
  max-width: 950px;
  font-size: 48px;
}
.showcasepage-bg .banner > p {
  max-width: 850px;
}
.showcase-box h4 {
  max-width: 75%;
}
.highlighted-topic-wrapper {
  text-align: center;
}
.showcase .col:nth-child(1) img {
  padding: 65px 40px 65px 40px;
}
p.highlighted-topic {
  font: 20px / 1.5 Zoho_Puvi_Bold;
  display: inline-block;
  padding: 10px;
  border: none;
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@keyframes type {
  0% {
    width: 0;
  }
}
.section-highlighted-topic {
  margin: 0px 0px 30px 0px !important;
}
.banner-highlighted-topic {
  overflow: hidden;
  white-space: nowrap;
  animation: blink 1s step-end infinite, type 2.5s steps(29) forwards;
  background: linear-gradient(90deg, #FFF5E7 0%, #FFFDFA 50%, #FFF5E7 100%);
  width: 675px;
  color: #3C84FF !important;
}
.predictive-highlighted-topic {
  background: linear-gradient(90deg, #FFFFFF 0%, #FFF6E6 50%, #FFFFFF 100%);
  white-space: normal;
  max-width: 550px;
  color: #000;
}
.conversational-highlighted-topic {
  overflow: hidden;
  white-space: nowrap;
  animation: blink 1s step-end infinite, type 2.5s steps(29) forwards;
  background: linear-gradient(90deg, #FFFCF7 0%, #FFEFD5 50%, #FFFCF7 100%);
  width: 804px;
  color: #000;
}
.generative-highlighted-topic {
  overflow: hidden;
  white-space: nowrap;
  animation: blink 1s step-end infinite, type 2.5s steps(29) forwards;
  background: linear-gradient(90deg, #FFFFFF 0%, #FFF6E6 50%, #FFFFFF 100%);
  width: 746px;
  color: #000;
}
.showcase-box .col:nth-child(1) {
  margin-right: 50px;
}
.showcase-box img {
  width: 85%;
}
.section-cta a {
  font: 20px / 1.5 "Zoho_Puvi_SemiBold";
  margin: 50px 0px 0px 0px;
  padding: 12px 35px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #4597f7;
  border-radius: 3px;
  color: #4597f7;
}
.section-cta a:hover {
  background: #4597f7;
  color: #fff;
}
.arrow-image-animation::before {
  content: "";
  background: url(/sites/meweb/images/fr/service-desk/images/arrow-image.png);
  width: 206px;
  height: 191px;
  position: absolute;
  top: -150px;
  left: 10px;
  display: block;
  animation: move 2s ease-in;
}
.arrow-image-animation::after {
  content: "";
  background: url(/sites/meweb/images/fr/service-desk/images/line-animation.png);
  width: 79px;
  height: 76px;
  position: absolute;
  top: -36px;
  right: -50px;
  display: block;
  animation: move-out 1s ease-in;
}
@keyframes move {
  from {
    transform: translateY(40px)
  }
  to {
    transform: translateY(0px)
  }
}
@keyframes move-out {
  0% {
    transform: translate(-30px, 40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.cta-bottom-padding {
  margin-bottom: 100px;
}
.floral-white-bg {
  background: #FFFCF7;
}
.showcase .col {
  width: 50%;
}
.showcase img {
  background: linear-gradient(125.78deg, #FFFCF7 3.5%, #FFF5E7 45.31%, #FFFCF7 95.39%);
  border: 1px solid #c6c6c6;
  border-bottom: none;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.showcase p.fig-desc {
  margin: 0px;
  padding: 30px;
  border: 1px solid #c6c6c6;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  min-height: 160px;
}
.para-spacing p:nth-child(3) {
  margin: 20px 0px;
}
.three-col-wrapper {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 50px auto 100px auto;
}
.three-col {
  padding: 30px;
  margin: 20px;
  background: #FFDDAC;
  border-radius: 30px;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}
.three-col-image-wrapper {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.three-col img {
  width: 100px;
}
.three-col h5 {
  font: 19px / 1.2 "Zoho_Puvi_SemiBold";
  margin: 25px 0px 0px 0px;
}
.three-col h6 {
  font: 15px / 1.5 "Zoho_Puvi_Regular";
  margin: 0px 0px 20px 0px;
}
ul.list-items li {
  font: 15px / 1.4 "Zoho_Puvi_Regular";
  position: relative;
  padding: 0px 0px 10px 25px;
  text-align: left;
}
ul.list-items li:before {
  content: "";
  position: absolute;
  background: url("/sites/meweb/images/fr/service-desk/images/safron-tick.png") no-repeat;
  background-size: cover;
  display: inline-block;
  top: 4px;
  right: 0;
  bottom: 0;
  left: 0px;
  width: 14px;
  height: 14px;
}
.footer-strip {
  background: url("/sites/meweb/images/fr/service-desk/images/showcase-footer-bg.png");
  border-radius: 50px;
  text-align: center;
  padding: 75px;
  box-sizing: border-box;
  max-width: 1100px;
  background-size: cover;
}
.footer-strip h2 {
  font: 36px / 1.3 Zoho_Puvi_Bold;
  color: #fff;
  margin: 0 auto;
  max-width: 700px;
}
/*showcase page style ends here*/
/*gen ai page style starts here*/
.gen-ai-container {
  max-width: 1100px;
}
.gen-ai {
  text-align: left;
  align-items: center;
}
.gen-ai .col {
  flex-grow: 1;
  flex-basis: 0;
}
.gen-ai .col:nth-child(1) {
  margin-right: 40px;
}
.gen-ai .col:nth-child(2) {
  margin-left: 40px;
}
.gen-ai h2 {
  font: 36px / 1.1 "Zoho_Puvi_Bold";
}
a.internal-links {
  text-decoration: none !important;
  color: #3670e5;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 38px 20px 18px 38px;
  pointer-events: none;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #3670e5;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #3670e5;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background-color: darken(#3670e5, 10%);
}
.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 22px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.ai-video-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000e8;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  display: none;
}
.ai-video-popup {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-video-popup video {
  width: 70%
}
.ai-video-popup-close {
  right: 20px;
  top: 20px;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-image: url(/sites/meweb/images/fr/service-desk/images/ai-popup-close.png);
  position: absolute;
  cursor: pointer;
}
img.ai-video-screenshots {
  cursor: pointer;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*gen ai page style ends here*/
/*virtual agent page style starts here*/
.virtual-agent-page img {
  background: linear-gradient(125.78deg, #EEF5FF 3.5%, #C0DBFF 45.31%, #EEF5FF 95.39%);
  border: 1px solid #AFCAFF;
}
.virtual-agent-page .col:nth-child(1) img {
  padding: 55px 40px;
}
/*virtual agent page style ends here*/
@media only screen and (max-width:1024px) {
  .banner-bg {
    margin-top: 20px;
    padding: 25px 0px 100px 0px;
  }
  .banner h1 {
    font-size: 44px;
    max-width: 100%;
  }
  .banner p {
    max-width: 100%;
  }
  .overlapping-section h2, .overlapping-section h3 {
    margin-top: 100px;
  }
  .box {
    max-width: 90%;
    position: inherit;
    top: 0px;
  }
  .feature h2 {
    font-size: 34px;
  }
  .yellow-box {
    padding: 50px;
  }
  .yellow-box h4 {
    font-size: 30px;
  }
  .extra-bottom-padding {
    padding: 100px 0px;
  }
  .row.related-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .related-items-wrapper h3 {
    font-size: 30px;
  }
  .related-items .col {
    max-width: 40%;
    flex-grow: inherit;
    flex-basis: inherit;
  }
  .related-items .col a {
    padding: 20px;
  }
  .three-col-wrapper {
    flex-wrap: wrap;
    max-width: 90%
  }
  .three-col {
    margin: 20px;
    flex-grow: inherit;
    flex-basis: inherit;
    width: 300px;
    padding: 75px 30px;
  }
  .footer-strip {
    max-width: 100%;
  }
  .footer-strip h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width:768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .box .col:nth-child(1) {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .box .col:nth-child(2) {
    width: 100%;
    margin-left: 0px;
  }
  .box .col img {
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }
  .wobble-animation .col:nth-child(1), .wobble-animation .col:nth-child(2), .wobble-animation .col:nth-child(3) {
    animation: none;
  }
  .wobble-animation .col:nth-child(1) img {
    margin-top: 0px;
  }
  .wobble-animation .col:nth-child(1) img, .wobble-animation .col:nth-child(2) img, .wobble-animation .col:nth-child(3) img {
    margin-top: 30px;
    max-width: 75%;
  }
  .two-col-feature-image .col:nth-child(1) {
    margin-right: 0px;
  }
  .two-col-feature-image .col:nth-child(2) {
    margin-left: 0px;
  }
  .two-col-feature-image .col:nth-child(2) img {
    margin-top: 50px;
  }
  .yellow-box .col {
    flex-grow: inherit;
    flex-basis: inherit;
    text-align: center;
  }
  .yellow-box {
    padding: 50px 30px;
    flex-direction: column-reverse;
    background: #ffc530;
    border-radius: 20px;
  }
  .yellow-box .col img {
    margin-bottom: 50px;
  }
  .yellow-box p {
    text-align: center;
  }
  .related-items .col {
    max-width: 100%;
  }
  .showcase-box h4 {
    max-width: 100%;
  }
  .showcase .col {
    width: 100%;
  }
  .banner-highlighted-topic, .conversational-highlighted-topic, .generative-highlighted-topic {
    box-sizing: border-box;
    max-width: 75%;
    animation: none;
    white-space: inherit;
  }
  .arrow-image-animation::before {
    display: none;
  }
  .arrow-image-animation::after {
    display: none;
  }
  .col-reverse {
    flex-direction: column-reverse;
  }
  .gen-ai .col {
    flex-grow: inherit;
    flex-basis: inherit;
  }
  .gen-ai .col:nth-child(1) {
    margin-right: 0px;
  }
  .gen-ai .col:nth-child(2) {
    margin-left: 0px;
  }
  .gen-ai p {
    margin-bottom: 60px;
  }
  .three-col-image-wrapper {
    min-height: inherit;
  }
  .footer-strip {
    border-radius: 0px;
    background: #1e272d;
    padding: 75px 30px;
  }
}
@media only screen and (max-width:600px) {
  .sd-bread-crumb .sdp-cmn-breadcrum a {
    font-size: 13px;
  }
  span.sdp-root-page {
    font-size: 13px;
  }
  .banner h1 {
    font-size: 32px;
  }
  .showcasepage-bg .banner h1 {
    font-size: 42px;
  }
  .video-play-button {
    width: 20px;
    height: 32px;
    padding: 30px 20px 18px 30px;
  }
  .video-play-button span {
    border-left: 17px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .video-play-button:before, .video-play-button:after {
    width: 50px;
    height: 50px;
  }
  span.banner-highlighted-sec {
    font-size: 42px;
  }
  .banner p {
    font-size: 18px;
    max-width: 100%;
  }
  a.cta {
    font-size: 18px;
    margin: 30px 0px 0px 0px;
    padding: 12px 30px;
  }
  .box .col img {
    max-width: 100%;
  }
  .feature-bg {
    padding: 75px 0px;
  }
  .feature h2 {
    font-size: 28px;
  }
  .related-items .col {
    max-width: 100%;
    margin: 0px 0px 30px 0px;
  }
  .related-items p {
    font-size: 17px;
  }
  .three-col {
    margin: 0px 0px 30px 0px;
    padding: 50px 30px;
    width: 100%;
  }
  .banner-highlighted-topic, .conversational-highlighted-topic, .generative-highlighted-topic {
    max-width: 100%;
  }
  .yellow-box h4 {
    font-size: 27px;
  }
  .related-items-wrapper h3 {
    font-size: 27px;
  }
  .yellow-box p {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .footer-strip h2 {
    font-size: 26px;
  }
  .ai-video-popup video {
    width: 85%;
  }
  p.highlighted-topic {
    font-size: 18px;
  }
  .close-btn {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width:375px) {
  .showcasepage-bg .banner h1 {
    max-width: 100%;
    font-size: 36px;
  }
  span.banner-highlighted-sec {
    font-size: 36px;
  }
  a.cta {
    padding: 12px 20px;
  }
  .yellow-box {
    padding: 50px 15px;
  }
  .yellow-box h4 {
    font-size: 25px;
  }
  .related-items-wrapper h3 {
    font-size: 25px;
  }
  .section-cta a {
    padding: 12px 20px;
  }
}
@media only screen and (max-width:320px) {
  .showcasepage-bg .banner h1 {
    font-size: 30px;
  }
  span.banner-highlighted-sec {
    font-size: 30px;
  }
  .section-cta a, a.cta {
    font-size: 16px;
  }
}