/* red */
/* green */
/* button */
/* body font color */
/* field required */
/* grey */
/* cta pink */
/* cta white */
/* light blue */
/* grey */
.d-none {
  display: none !important;
}

section {
  margin: 0 auto;
}
section .wrapper {
  margin: 0 auto;
}
section .wrapper .section-content {
  width: 95%;
  margin: 0 auto;
  padding: 2rem 0rem;
}
section .wrapper .section-content .title {
  margin: 0 auto 2.4rem;
  padding: 0 0rem;
}
section .wrapper .section-content .description {
  margin: 0 auto 3.4rem;
  padding: 0 1rem;
}

.mobile {
  display: block !important;
}

.mobile-flex {
  display: flex !important;
}

.desktop,
.desktop-flex {
  display: none !important;
}

/*******************************************/
@media only screen and (min-width: 768px) {
  section {
    max-width: 128rem;
  }
  section.full-width {
    max-width: inherit;
  }
  section .wrapper {
    max-width: 128rem;
  }
  section .wrapper .section-content {
    padding: 3rem 0rem 3rem;
  }
  section .wrapper .section-content .description {
    padding: 0 0rem;
  }

  .mobile,
.mobile-flex {
    display: none !important;
  }

  .desktop {
    display: block !important;
  }

  .desktop-flex {
    display: flex !important;
  }
}
/*******************************************/
.top-banner {
  position: relative;
  background: #00A493;
}
.top-banner h1 {
  text-transform: uppercase;
  font-size: 4rem;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}
.top-banner h1:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 30px auto 0 auto;
  background: none repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 10px;
  background: #ff1940;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 100px;
}
.top-banner h1:hover:after {
  width: 75%;
}
.top-banner hr {
  width: 68px;
}
.top-banner .text-wrapper {
  width: 80%;
  padding: 2rem;
  text-align: center;
  color: white;
  margin: auto;
}
.top-banner .text-wrapper p {
  font-size: 2.2rem;
}
.top-banner .items {
  width: 98%;
  margin: 0 auto;
  padding: 2rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.top-banner .items .item {
  width: 32%;
  flex-basis: 32%;
  margin: 0 1.5% 0 0;
}
.top-banner .items .item:last-child {
  margin: 0 0 0 0;
}

/*******************************************/
@media only screen and (max-width: 768px) {
  .top-banner h1 {
    font-size: 2.6rem;
  }
  .top-banner .text-wrapper {
    font-size: 1.3rem;
  }
}
/*******************************************/
@media only screen and (max-width: 576px) {
  .top-banner h1 {
    font-size: 1.7rem;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .top-banner h1:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 10px auto 0 auto;
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 5px;
    background: #ff1940;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 100px;
  }
  .top-banner h1:hover:after {
    width: 75%;
  }
  .top-banner .text-wrapper p {
    font-size: 1.3rem;
  }
}
.know-how-2 {
  background: #FFFFFF;
  margin-bottom: 0;
}
.know-how-2 h2 {
  padding: 3rem;
  margin: 0;
}
.know-how-2 .items {
  display: flex;
  padding: 0px 0px 0;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.know-how-2 .items .item {
  position: relative;
  width: 27%;
  float: left;
  /* ie9 */
  text-align: center;
  margin: 0 9% 0 0;
}
.know-how-2 .items .item .content {
  position: relative;
  z-index: 2;
  margin-top: -30px;
}
.know-how-2 .items .item .content .title,
.know-how-2 .items .item .content .text {
  margin: 0 0 0 29px;
  width: 85%;
  text-align: left;
  text-justify: none;
  font-weight: 300;
}
.know-how-2 .items .item .content .title {
  padding: 50px 0 0 0;
  border-left: 9px solid #ff1940;
  height: 100%;
  max-height: 100px;
  margin-bottom: 2rem;
}
.know-how-2 .items .item .content .title h3 {
  font-size: 20px;
  padding: 0 0 0 12px;
}
.know-how-2 .items .item .picture {
  z-index: 1;
  position: relative;
}
.know-how-2 .items .item .picture img {
  width: 100%;
}
.know-how-2 .items div:last-child {
  float: right;
  /* ie9 */
  margin: 0;
}

/*******************************************/
@media only screen and (max-width: 768px) {
  .know-how-2 .items {
    width: 95%;
  }
  .know-how-2 .items .item {
    width: 29%;
    margin: 0px 6% 0 0;
  }
  .know-how-2 .items .item .content .title h3 {
    font-size: 1.8rem;
  }
}
/*******************************************/
@media only screen and (max-width: 576px) {
  .know-how-2 .items {
    display: block;
  }
  .know-how-2 .items .item {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin: 0 auto 3rem;
    float: none;
  }
  .know-how-2 .items div:last-child {
    margin: 0 auto;
    float: none;
  }
}
.offer-coupled-with .products {
  position: relative;
  margin-top: 0;
  padding: 4rem 0 4rem 0;
  background: #00A493;
}
.offer-coupled-with .products .p-content.presentation h2 {
  padding: 3rem 0 3rem 0;
}
.offer-coupled-with .products .p-content.discover {
  position: relative;
  text-align: center;
  background: #ffffff;
  width: 65%;
  margin: 0 auto;
  padding: 3rem 0 1rem;
  border-radius: 1.6rem;
}
.offer-coupled-with .products .p-content.discover h3 {
  font-size: 25px;
  margin: 0 1rem;
}
.offer-coupled-with .products .p-content.discover .p-list {
  display: none;
  width: 85%;
  margin: 6rem auto 4rem auto;
  overflow: hidden;
  clear: both;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}
.offer-coupled-with .products .p-content.discover .p-list.active {
  display: flex;
}
.offer-coupled-with .products .p-content.discover .p-list div:first-child {
  margin-left: 0;
}
.offer-coupled-with .products .p-content.discover .p-list div:last-child {
  margin-right: 0;
}
.offer-coupled-with .products .p-content.discover .p-list .item {
  display: block;
  text-align: center;
}
.offer-coupled-with .products .p-content.discover .p-list .item.duo {
  width: 30%;
  margin: 0 4% 4% 0;
}
.offer-coupled-with .products .p-content.discover .p-list .item.tri {
  width: 29%;
  margin: 0 4% 4% 0;
}
.offer-coupled-with .products .p-content.discover .p-list .item.quatro {
  width: 21%;
  margin: 0 4% 4% 0;
}
.offer-coupled-with .products .p-content.discover .p-list .item .picture {
  display: block;
}
.offer-coupled-with .products .p-content.discover .p-list .item .picture img {
  max-height: 20.5rem;
}
.offer-coupled-with .products .p-content.discover .p-list .item .discover-btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  text-align: left;
}
.offer-coupled-with .products .p-content.discover .p-list .item .discover-btn .chevron {
  float: right;
  margin: 0 20px 0 0;
}
.offer-coupled-with .products .p-content.discover .p-list .item .discover-btn .chevron:before {
  border-color: #FF6464;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 8px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}
.offer-coupled-with .products .p-content.discover .p-list .item .discover-btn .chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}
.offer-coupled-with .products .p-content.discover .p-list .item .discover-btn .chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}
.offer-coupled-with .products .p-content.discover .p-list .item .discover-btn .chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}
.offer-coupled-with .products .p-content.discover .p-list .item .discover-btn:after {
  position: absolute;
  left: -20px;
  right: 0;
  bottom: 0px;
  margin: 0px auto 0 auto;
  background: none repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 2px;
  background: #FF6464;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 90%;
}
.offer-coupled-with .products .p-content.discover .p-list .item .discover-btn:hover:after {
  width: 0;
}
.offer-coupled-with .products .p-content.discover .p-list .item .discover-btn a {
  color: #FF6464;
  display: block;
  height: 25px;
  width: auto;
  overflow: hidden;
  text-transform: uppercase;
}
.offer-coupled-with .products .p-content.discover .p-list .item .discover-btn a:hover .chevron {
  display: inline-block;
  animation: fadeOutRight 1s;
  animation-iteration-count: 1;
}
.offer-coupled-with .discover-filter-per-age {
  position: relative;
}
.offer-coupled-with .range-age {
  position: absolute;
  margin: auto;
  top: 27rem;
  left: 0;
  right: 0;
  width: 72%;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: center;
}
.offer-coupled-with .range-age .tab {
  display: block;
  position: relative;
  width: 18%;
  margin: auto 1%;
  border: 3px solid #FFFFFF;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #0F0F11;
  cursor: pointer;
}
.offer-coupled-with .range-age .tab:after, .offer-coupled-with .range-age .tab:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: " ";
  height: 0;
  width: 0;
}
.offer-coupled-with .range-age .tab:after {
  top: -4rem;
  border: 1rem solid transparent;
  border-color: transparent transparent transparent transparent;
}
.offer-coupled-with .range-age .tab:first-child {
  margin: 0 2% 0 3%;
}
.offer-coupled-with .range-age .tab:last-child {
  margin: 0 2% 0 0;
  float: right;
}
.offer-coupled-with .range-age .tab.active[data-range="1-2"] {
  background: #F5949D;
  border-color: #F5949D;
  color: #FFFFFF;
}
.offer-coupled-with .range-age .tab.active[data-range="1-2"]:after {
  top: -4rem;
  left: 0;
  border-color: transparent transparent #F5949D transparent;
}
.offer-coupled-with .range-age .tab.active[data-range="3-5"] {
  background: #F5949D;
  border-color: #F5949D;
  color: #FFFFFF;
}
.offer-coupled-with .range-age .tab.active[data-range="3-5"]:after {
  top: -4rem;
  left: 0rem;
  border-color: transparent transparent #F5949D transparent;
}
.offer-coupled-with .range-age .tab.active[data-range="6-8"] {
  background: #FCD200;
  border-color: #FCD200;
  color: #FFFFFF;
}
.offer-coupled-with .range-age .tab.active[data-range="6-8"]:after {
  top: -4rem;
  left: 0rem;
  border-color: transparent transparent #FCD200 transparent;
}
.offer-coupled-with .range-age .tab.active[data-range="9-10"] {
  background: #FCD200;
  border-color: #FCD200;
  color: #FFFFFF;
}
.offer-coupled-with .range-age .tab.active[data-range="9-10"]:after {
  top: -4rem;
  left: 0rem;
  border-color: transparent transparent #FCD200 transparent;
}
.offer-coupled-with .range-age .tab.active[data-range="11-14"] {
  background: #10AC99;
  border-color: #10AC99;
  color: #FFFFFF;
}
.offer-coupled-with .range-age .tab.active[data-range="11-14"]:after {
  top: -4rem;
  border-color: transparent transparent #10AC99 transparent;
}
.offer-coupled-with .range-age .tab.active[data-range="15-20"] {
  background: #10AC99;
  border-color: #10AC99;
  color: #FFFFFF;
}
.offer-coupled-with .range-age .tab.active[data-range="15-20"]:after {
  top: -4rem;
  border-color: transparent transparent #10AC99 transparent;
}
.offer-coupled-with .slider-step-wrapper {
  position: relative;
  width: 100%;
  margin: 3rem auto;
}
.offer-coupled-with .slider-step-wrapper .bg-step {
  position: relative;
  background: transparent url("../img/slider-ui-mj-2.png") no-repeat;
  background-size: 100%;
  margin: 0 auto;
  width: 60rem;
  height: 26rem;
  display: block;
}
.offer-coupled-with .slider-step-wrapper .slider-step {
  display: block;
  height: 100%;
  position: absolute;
  background: transparent;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 57%;
  border: none !important;
  cursor: pointer;
  /* slider cursor */
}
.offer-coupled-with .slider-step-wrapper .slider-step .ui-widget-header {
  background: transparent;
  border: none;
}
.offer-coupled-with .slider-step-wrapper .slider-step .ui-state-default {
  border: 3px solid #0F0F11;
  border-radius: 15px;
  background: #F5949D;
  top: 0vw;
  width: 2rem;
  height: 2rem;
  display: none;
}
.offer-coupled-with .slider-step-wrapper .slider-step .btn-2 {
  top: 0.3vw;
  background: #F5949D;
}
.offer-coupled-with .slider-step-wrapper .slider-step .btn-3 {
  top: 0.8rem;
  background: #FCD200;
}
.offer-coupled-with .slider-step-wrapper .slider-step .btn-4 {
  top: 0.8rem;
  background: #FCD200;
}
.offer-coupled-with .slider-step-wrapper .slider-step .btn-5 {
  top: 0.5vw;
  background: #10AC99;
}
.offer-coupled-with .slider-step-wrapper .slider-step .btn-6 {
  top: 0.3vw;
  background: #10AC99;
}

/*******************************************/
@media only screen and (max-width: 1200px) {
  .offer-coupled-with .products .p-content.discover .p-list {
    margin: 7rem auto 4rem auto;
  }
  .offer-coupled-with .range-age .tab {
    font-size: 13px;
  }
}
/*******************************************/
@media only screen and (max-width: 992px) {
  .offer-coupled-with .products .p-content.presentation .items {
    width: 95%;
  }
  .offer-coupled-with .products .p-content.discover {
    width: 95%;
  }
}
/*******************************************/
@media only screen and (max-width: 767px) {
  .offer-coupled-with .products .p-content.discover .p-list {
    margin: 0 auto;
  }
  .offer-coupled-with .products .p-content.discover .p-list .item {
    width: 48% !important;
    margin: 0 3% 5% 0;
  }
  .offer-coupled-with .products .p-content.discover .p-list .item:nth-child(even) {
    margin-right: 0;
  }
  .offer-coupled-with .range-age {
    position: relative;
    clear: both;
    top: 0;
    margin: 3rem auto 3rem auto;
    width: 92%;
  }
  .offer-coupled-with .range-age .tab {
    width: 20%;
    margin: auto !important;
    cursor: pointer;
    border-color: #0F0F11;
  }
  .offer-coupled-with .range-age .tab:after {
    display: none;
  }
  .offer-coupled-with .range-age .tab:last-child {
    float: left;
  }
  .offer-coupled-with .slider-step-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .offer-coupled-with .products .p-content.discover .p-list .item {
    width: 46%;
    margin: 0 0 10px 0;
  }
  .offer-coupled-with .products .p-content.discover .p-list .item .picture img {
    max-height: 14.5rem;
  }
  .offer-coupled-with .products .p-content.discover .p-list div:nth-child(even) {
    float: right;
  }
}
.how-does-it-work-wrapper {
  width: 80%;
  margin: 0 auto 6rem;
}
.how-does-it-work-wrapper .label {
  margin: 0 auto 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.how-does-it-work-wrapper ul, .how-does-it-work-wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.how-does-it-work-wrapper ul li {
  float: left;
  width: 33%;
}
.how-does-it-work-wrapper ul li:last-child .desc {
  border: 0;
}
.how-does-it-work-wrapper ul li .desc {
  padding: 0 1rem;
  border-right: 1px solid;
  height: 11rem;
}

/*******************************************/
@media only screen and (max-width: 992px) {
  .how-does-it-work-wrapper {
    width: 95%;
  }
}
/*******************************************/
@media only screen and (max-width: 767px) {
  .how-does-it-work-wrapper ul li {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .how-does-it-work-wrapper ul li .desc {
    padding: 0 1rem;
    border-right: none;
    height: auto;
  }
}
/* red */
/* green */
/* button */
/* body font color */
/* field required */
/* grey */
/* cta pink */
/* cta white */
/* light blue */
/* grey */
.d-none {
  display: none !important;
}

.faq {
  background: #eaf2f5;
  padding: 0 0 6rem;
}
.faq h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  padding: 5rem 0 4rem 0 !important;
}
.faq .faq-content {
  width: 50%;
  margin: 0 auto;
  text-align: left;
  /* bold decimal list */
}
.faq .faq-content ul, .faq .faq-content ol {
  margin: 0 0 0 2rem;
}
.faq .faq-content ul li, .faq .faq-content ol li {
  list-style: disc;
  margin: 0 0 1rem 0;
}
.faq .faq-content ol {
  counter-reset: item;
}
.faq .faq-content ol li {
  counter-increment: item;
  list-style: none;
  text-indent: -1.2rem;
}
.faq .faq-content ol li::before {
  content: counter(item) ".";
  display: inline-block;
  font-weight: bold;
  padding-right: 0.5rem;
  text-align: right;
  width: 1.5rem;
}
.faq .faq-content .item {
  margin: 0 0 0.8rem 0;
}
.faq .faq-content .item:last-child {
  margin: 0;
}
.faq .faq-content .item .answer, .faq .faq-content .item .question {
  background: #cdd6dd;
  margin: 1px 0 0 0;
}
.faq .faq-content .item .answer a, .faq .faq-content .item .question a {
  text-decoration: underline;
}
.faq .faq-content .item .answer a:hover, .faq .faq-content .item .question a:hover {
  text-decoration: none;
}
.faq .faq-content .item .answer strong, .faq .faq-content .item .question strong {
  font-weight: 500;
}
.faq .faq-content .item .answer p, .faq .faq-content .item .question p {
  padding: 0;
  margin: 0;
}
.faq .faq-content .item .question {
  font-size: 24px;
  line-height: 28px;
  padding: 2rem 6rem 2rem 3rem;
  position: relative;
  cursor: pointer;
}
.faq .faq-content .item .answer {
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  padding: 2rem 3rem 3rem;
}
.faq .faq-content .item .answer.slideup, .faq .faq-content .item .answer.slidedown {
  display: none;
  transition: display 0.5s ease-in-out;
}
.faq .faq-content .item .answer.slidedown {
  display: block;
}
.faq .faq-content .item .plus {
  display: inline-block;
  width: 30px;
  height: 25px;
  background: transparent url("../img/faq/faq-btn-01.png") no-repeat 0 -22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
.faq .faq-content .item .plus.cross {
  background-position: 0 2px;
}

/*******************************************/
@media only screen and (max-width: 1200px) {
  .faq .faq-content {
    width: 60%;
  }
}
/*******************************************/
@media only screen and (max-width: 768px) {
  .faq .faq-content {
    width: 85%;
  }
}
/*******************************************/
@media only screen and (max-width: 576px) {
  .faq h2 {
    padding: 3rem 0 2rem 0 !important;
  }
  .faq .faq-content {
    width: 90%;
  }
  .faq .faq-content ol li {
    text-indent: -2rem;
  }
  .faq .faq-content .item .question {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
  .faq .faq-content .item .answer {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
}
/*******************************************/
@media only screen and (max-width: 414px) {
  .faq .faq-content .item .question {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .faq .faq-content .item .answer {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 2rem 1.5rem 3rem;
  }
}
.supported-platforms {
  overflow: hidden;
  background: #eaf2f5;
}
.supported-platforms .content {
  width: 90%;
  margin: 0 auto;
  padding: 0px 0 4rem;
}
.supported-platforms .content .media, .supported-platforms .content .description {
  width: 49%;
  float: left;
}
.supported-platforms .content .media {
  position: relative;
  width: 50%;
  float: left;
  text-align: center;
}
.supported-platforms .content .media img {
  max-width: inherit;
}
.supported-platforms .content .media .gimmick {
  width: 37vw;
  max-width: 558px;
}
.supported-platforms .content .media .device {
  position: absolute;
  top: 23%;
  left: -37%;
  right: -50%;
  bottom: 0;
  margin: auto;
  width: 52vw;
  max-width: 761px;
}
.supported-platforms .content .description {
  z-index: 2;
  position: relative;
  padding: 2rem 0 0 0;
}
.supported-platforms .content .description .device {
  clear: both;
  margin: 0 0 2.5rem 2rem;
}
.supported-platforms .content .description .device .text {
  font-size: 20px;
  margin: 0 0 0.8rem 0;
}
.supported-platforms .content .description .device .list-os {
  background: transparent url("../img/liserai-vertical-sm.png") no-repeat 0 0;
  padding: 0 0 0 3rem;
  background-size: contain;
}
.supported-platforms .content .description .device .list-os .os li {
  display: flex;
  align-items: center;
  float: left;
  margin: 0 2.5rem 0 0;
  height: 4rem;
}

/*******************************************/
/*******************************************/
/*******************************************/
@media only screen and (max-width: 1200px) {
  .supported-platforms .content {
    width: 95%;
  }
  .supported-platforms .content .description .device {
    margin: 0 0 2.5rem 1rem;
  }
  .supported-platforms .content .description .device .list-os .os li {
    margin: 0 1.5rem 0 0;
  }
  .supported-platforms .content .description .device .list-os .os li:last-child {
    margin: 0;
  }
}
/*******************************************/
@media only screen and (max-width: 992px) {
  .supported-platforms .content .description .device .list-os .os li img {
    max-width: 9.5rem;
  }
}
/*******************************************/
@media only screen and (max-width: 768px) {
  .supported-platforms .content {
    padding: 0 0 2rem;
  }
  .supported-platforms .content .media, .supported-platforms .content .description {
    float: inherit;
    margin: 0 auto;
    width: 100%;
  }
  .supported-platforms .content .media .gimmick {
    width: 75vw;
  }
  .supported-platforms .content .media .device {
    width: 100%;
  }
  .supported-platforms .content .description .device {
    margin: 0 0 2.5rem 15%;
  }
}
/*******************************************/
@media only screen and (max-width: 576px) {
  .supported-platforms .content .description .device {
    margin: 0 0 2.5rem 5%;
  }
}
/*******************************************/
@media only screen and (max-width: 414px) {
  .supported-platforms .content {
    padding: 0;
  }
  .supported-platforms .content .description .device {
    margin: 0 0 2.5rem 1%;
  }
  .supported-platforms .content .description .device .list-os .os li img {
    max-width: 8.5rem;
  }
}
.offer-coupled-with {
  text-align: center;
  /*******************************************/
}
.offer-coupled-with h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}
.offer-coupled-with .section-bottom {
  position: relative;
  overflow: hidden;
  height: 80px;
}
.offer-coupled-with .section-bottom:after {
  background: #ffffff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -25px;
  bottom: 0;
  transform-origin: 100% 100%;
  width: 150%;
}
.offer-coupled-with .section-bottom.up:after {
  transform: rotate(-3deg);
}
.offer-coupled-with .section-bottom.down:after {
  bottom: -80px;
  transform: rotate(3deg);
}
.offer-coupled-with .section-bottom.bg-color-secondary:after {
  background: #00A493;
}
.offer-coupled-with .ferdinon-playing {
  width: 14%;
  position: absolute;
  display: block;
  bottom: -3rem;
  right: 8%;
}
.offer-coupled-with .julie-sitting {
  width: 20%;
  position: absolute;
  display: block;
  bottom: -3rem;
  left: 0;
}

/*******************************************/
@media only screen and (max-width: 767px) {
  .offer-coupled-with h1 {
    font-size: 27px;
  }
}
