.overlay { background: rgba(255,255,255,0.7);}
.hp-hero-promo {
	border: 2px solid #FAAF23;
	border-radius: 10px;
	position: relative;
	padding: 28px 23px 23px 23px;
	width: 100%;
}
.hp-hero-promo .title {
	background: #FAAF23;
	border-radius: 5px 5px 5px 0px;
	position: absolute;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 12px;
	top: -20px;
	left: -2px;
	text-transform: uppercase;
	line-height: 1;
}
.hp-hero-promo .save {
	font-size: 16px;
}

.hp-hero-promo p.tagline {
	margin: 0 !important;
}
.trial-block {
	margin-top: 24px;
}
.mt-5 {
  margin-top: 50px;
}
.pe-100 {
	padding-right: 100px;
}
.justify-content-center {
  justify-content: center;
}
#other-products {
  padding-top: 60px;
  padding-bottom: 60px;
}
#other-products .module .abs-bottom {
  position: absolute !important;
  bottom: 0 !important;
}
#other-products .module {
  background-color: #fff;
  padding: 0;
  position: relative;
  padding-bottom: 50px;
  height: 100%;
}

#other-products a .module { color: #000; }
#other-products a:hover { text-decoration: none;}

#other-products .module-row .module-col {
  margin-bottom: 50px;
}
  
#other-products .module h3 {
  margin-top: 24px;
}
#other-products .module img {
  width: 100%;
  border-radius: 10px;
}
#other-products .module .savingsBadge {
    position: absolute;
    right: 0;
    top: 0;
    background: #FAAF23;
    margin: 0;
    padding: 12px 16px;
	font-weight: 500;
	border-radius: 0 10px 0 10px;
	line-height: 1;
	text-transform: uppercase;
}
.testimonial {
  background: #F4F4F4;
  padding: 80px 0 80px;
  text-align: center;
}
.testimonial p.quote {
  font-size: 18px;
  margin: 40px 0;
}
.testimonial p.name {
  text-align: center;
  font-weight: bold;
}
.testimonial p.name span {
  font-weight: normal;
  color: #696969;
}
.become-a-partner {
  height: 480px;
  background-image: url(/static/mm/images/home/2023/partner-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;
}
.become-a-partner h2, .become-a-partner p {
	margin-bottom: 24px;
}
.try-free-cta, #logo-bar {
	background-color: #f8f8f9;
}
.try-free-cta:lang(zh-CN), #logo-bar:lang(zh-CN) {
	background-color: #fff
}
.try-free-cta .sec-block {
	padding-bottom: 24px;
}

@media (min-width: 1440px) {
  .become-a-partner {
    margin: 0 auto;
	width: 1440px;
  }
}
#logo-bar {
  padding-bottom: 100px;
  text-align: center;
}
#logo-bar img.logo {
  width: 70%;
  margin: 0 auto
}
.trial-block {
  display: flex;
  flex-wrap: wrap
}
#try-it-free-mac {
  margin-top: 10px;
  margin-bottom: 10px;
}
.promo-bar, .os-win, .os-mac, .pricebrick .instructions a.os-win, .pricebrick .instructions a.os-mac, .os-win-block, .os-mac-block {
  display: none
}
.try-free-cta h2 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #hero {
    background-color: #fff;
    min-height: inherit;
    background-size: auto 480px;
    background-repeat: no-repeat;
    background-position: right top;
    animation: 3s ease 0s normal forwards 1 bg-fade;
  }
  #hero a img {
    margin-left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 829px) {
body #hero { background-position: top 0 right -340px !important;}
body.es #hero { background-position: top 0 right -450px !important;}
body.de #hero { background-position: top 0 right -350px !important;}
body.fr #hero { background-position: top 0 right -450px !important;}
body.nl #hero { background-position: top 0 right -380px !important;}
body.jp #hero { background-position: top 0 right -390px !important;}
}
@media (min-width: 992px) and (max-width: 1060px) {
body.es #hero { background-position: top 0 right -210px !important; }
body.de #hero { background-position: top 0 right -210px !important; }
body.fr #hero { background-position: top 0 right -210px !important; }
body.nl #hero { background-position: top 0 right -210px !important; }
}
@media (min-width: 992px) {
  #hero {
    background-position: right -150px top 0;
  }
  #hero .rating {
    margin: 12px 0 0;
  }
}
@media (min-width: 1200px) {
  #hero {
    background-position: right top;
  }
}
@media (min-width: 1440px) {
  body #hero, section#hero {
    margin: 0 auto;
	width: 1440px;
	min-height: 500px;
  background-position-x: 110%;
  }
}
@media (max-width: 1439px) {
  body #hero {
    background-size: auto 100%;
    background-position: top 0 right 0px;
  }
  body.nl #hero {
    background-size: auto 100%;
    background-position: top 0 right -130px;
  }
}
@media (max-width: 1215px) {
  body #hero {
    background-size: auto 100%;
    background-position: top 0 right -100px;
  }
  body.es #hero { background-position: top 0 right -200px; }
  body.fr #hero { background-position: top 0 right -90px; }
  body.jp #hero { background-position: top 0 right -150px; }
}
.testimonial {
  background-color: #F8F8F9;
}
.testimonial h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.testimonial ul {
  padding-left: 0;
  margin-bottom: 16px;
}
.testimonial ul li {
  display: inline-block;
  margin-right: 40px;
  font-weight: 500;
}
.testimonial ul li.location {
  background: url('/static/pl/fileadmin/res/img/ras/customer-stories/icon-location.png') center left no-repeat;
  padding-left: 25px;
}
.testimonial ul li.industry {
  background: url('/static/pl/fileadmin/res/img/ras/customer-stories/icon-industry.png') center left no-repeat;
  padding-left: 30px;
}
.testimonial ul li.size {
  background: url('/static/pl/fileadmin/res/img/ras/customer-stories/icon-size.png') center left no-repeat;
  padding-left: 25px;
}
.testimonial .carousel.slide {
  /* padding-bottom: 60px; */
}
.testimonial .carousel-indicators {
  bottom: -20px;
  z-index: 1;
}
.testimonial .carousel-control {
  top: 50%;
  bottom: 0;
  font-size: 16px;
  width: auto;
}
.testimonial .carousel-control.right, .testimonial .carousel-control.left {
  background-color: transparent;
  background-image: none;
}
.testimonial .carousel-control.right:hover img, .testimonial .carousel-control.left:hover img {
  filter: invert(26%) sepia(96%) saturate(1635%) hue-rotate(194deg) brightness(93%) contrast(103%);
}

.carousel-control .ico-sec {
  left: -8px;
}
.testimonial .carousel-indicators li {
  background-color: #D5D5D5;
  margin: 0;
}
.testimonial .carousel-indicators .active {
  background-color: #84DDDA;
  width: 10px;
  height: 10px;
}
.text-carousel {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
}
.testimonial .carousel-control {
  color: #7CBDFF;
  text-shadow: none;
  opacity: 1;
  width: 47px;
  height: 47px;
}
.testimonial .item-list {
  padding: 40px 40px 40px 35px;
}
.vert-center {
  align-items: center;
}
.quote-icon.open-quote {
  background-image: url("/static/mm/images/home/icon-quotes.svg");
  width: 45px;
  height: 40px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}
.quote-icon.close-quote {
  background-image: url("/static/mm/images/home/icon-quotes.svg");
  width: 45px;
  height: 40px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: rotate(180deg);
}
body.de .quote-icon.open-quote {
  background-image: url("/static/mm/images/home/icon-quotes.svg");
  width: 45px;
  height: 40px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: rotate(180deg);
}
body.de .quote-icon.close-quote {
  background-image: url("/static/mm/images/home/icon-quotes.svg");
  width: 45px;
  height: 40px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: rotate(0deg);
}
body.fr .quote-icon.open-quote {
  background-image: url("/static/mm/images/home/icon-quotes-fr.svg");
  width: 63px;
  height: 40px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}
body.fr .quote-icon.close-quote {
  background-image: url("/static/mm/images/home/icon-quotes-fr.svg");
  width: 63px;
  height: 40px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: rotate(180deg);
}
@media (max-width:767px) {
  .quote-icon.open-quote {
    left: 20px;
  }
  .quote-icon.close-quote {
    right: 20px;
  }
  .become-a-partner {
    height: auto;
    background: none;
    text-align: center;
    padding: 60px 0;
  }
  body #hero {
    background: none;
    height: auto;
    padding-top: 0;
  }
  #other-products .module-row {
    margin-top: 50px;
  }
  .quote-icon.open-quote, .quote-icon.close-quote {
    width: 35px;
    height: 30px;
  }
  #hero .rating {
    margin: 30px 0 0;
  }
  #other-products .module {
	padding-bottom: 30px;
  }
}
@media (min-width:768px) {
  #hero .img-hero {
    max-width: 720px;
    position: absolute;
    right: 55px;
    top: -200px;
    width: auto;
  }
  #other-products .module-row {
    padding-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: table-cell\9;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #other-products .module-row .module-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: table-cell\9;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

@media (max-width:1400px) {
  .become-a-partner {
    background-position: right -120px top 0px;
  }
}

@media (max-width:1199px) {
  .become-a-partner {
    background-position: right -220px top 0px;
  }
}

@media (max-width:991px) {
  body #hero { background-position: top 0 right -290px; }
  body.de #hero { background-position: top 0 right -300px; }
  body.es #hero { background-position: top 0 right -380px; }
  body.fr #hero { background-position: top 0 right -330px; }
  body.nl #hero { background-position: top 0 right -360px; }
  body.jp #hero { background-position: top 0 right -330px; }
  .become-a-partner {
    background-position: right -330px top 0px;
  }
}
}
@media (max-width:767px) {
  #hero .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #hero {
    text-align: center;
  }
  .responsive .accordion-list img {
    max-width: 100%;
  }
  .trial-block {
    justify-content: center
  }
  #hero {
    background-image: none
  }
  #hero .bg-white {
    height: auto;
  }
}
