@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy/Bold/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy/Bold/Gilroy-Bold.woff") format("woff"), url("fonts/Gilroy/Bold/Gilroy-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy/Regular/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy/Regular/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy/Regular/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy/Medium/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy/Medium/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy/Medium/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  overflow: hidden;
}

.main-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1144px;
  margin: 0px auto;
  padding: 14px;
}

@media screen and (max-width: 1023px) {
  .main-container {
    min-width: initial !important;
  }
}

nav {
  background-color: #F7F7FF;
}

.intro {
  background-color: #F7F7FF;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .intro__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .intro__content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .intro__content .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media screen and (min-width: 1024px) {
  .intro__content .column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.intro__content .column--1 {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .intro__content .column--1 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .intro__content .column--1 {
    font-size: 28px;
  }
}

.intro__content .column--1 .intro__title {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.66em;
  line-height: 1em;
  margin-bottom: 15px;
}

.intro__content .column--1 .intro__texte {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3333em;
  color: #0000FF;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .intro__content .column--1 .intro__texte {
    font-size: 0.75em;
    margin-bottom: 82px;
  }
}

.intro__content .column--1 .intro__btn {
  display: inline-block;
  min-width: 236px;
  min-height: 51px;
  line-height: 51px;
  padding: 0px 56px;
  margin: 0px 28px 30px 0px;
  background-color: #FFD546;
  color: #FFFFFF;
  font-family: Gilroy;
  font-size: 1em;
  font-weight: 800;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.intro__content .column--1 .intro__btn:hover {
  background-color: #000AD2;
}

@media screen and (min-width: 1024px) {
  .intro__content .column--1 .intro__btn {
    font-size: 0.64em;
  }
}

.intro__content .column--2 {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .intro__content .column--2 {
    margin-right: -15vw;
  }
}

.intro__content .column--2 img {
  width: 100%;
  max-width: 80%;
}

@media screen and (min-width: 768px) {
  .intro__content .column--2 img {
    max-width: none;
  }
}

.day-to-day {
  padding: 50px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .day-to-day {
    padding: 80px 0;
  }
}

@media screen and (min-width: 1023px) {
  .day-to-day {
    padding: 144px 0;
  }
}

.day-to-day__row {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .day-to-day__row {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .day-to-day__row {
    font-size: 28px;
  }
}

.day-to-day__row--1 {
  margin-bottom: 50px;
}

.day-to-day__row--1 .day-to-day__title {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.66em;
  line-height: 1em;
  margin-bottom: 30px;
  color: #0000FF;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .day-to-day__row--1 .day-to-day__title {
    font-size: 2.142857em;
    margin-bottom: 50px;
  }
}

.day-to-day__row--1 .day-to-day__title:after {
  content: url(img/day-to-day-stars.svg);
  width: 250px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -25%);
  transform: translate(50%, -18%);
}

@media screen and (min-width: 768px) {
  .day-to-day__row--1 .day-to-day__title:after {
    -webkit-transform: translate(50%, -10%);
            transform: translate(50%, -10%);
  }
}

@media screen and (min-width: 1023px) {
  .day-to-day__row--1 .day-to-day__title:after {
    width: 311px;
  }
}

.day-to-day__row--1 .day-to-day__title b {
  color: #FC00EA;
}

.day-to-day__row--2 {
  position: relative;
  z-index: 2;
}

.day-to-day__row--2 .day-to-day__column--1 {
  max-width: 778px;
}

@media screen and (min-width: 600px) {
  .day-to-day__row--2 .day-to-day__column--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.day-to-day__row--2 .day-to-day__column--1 .features {
  margin-bottom: 30px;
  max-width: 314px;
}

@media screen and (min-width: 600px) {
  .day-to-day__row--2 .day-to-day__column--1 .features {
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 314px;
            flex: 0 1 314px;
  }
}

.day-to-day__row--2 .day-to-day__column--1 .features img {
  margin-bottom: 10px;
}

.day-to-day__row--2 .day-to-day__column--1 .features h3 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.5em;
  line-height: 1.33em;
  color: #0000FF;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .day-to-day__row--2 .day-to-day__column--1 .features h3 {
    font-size: 1.071428571428571em;
  }
}

.day-to-day__row--2 .day-to-day__column--1 .features p {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3333em;
  color: #0000FF;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .day-to-day__row--2 .day-to-day__column--1 .features p {
    font-size: 0.75em;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px) {
  .day-to-day__row--3 {
    text-align: right;
  }
}

.day-to-day__row--3 .day-to-day__btn {
  display: inline-block;
  min-width: 236px;
  min-height: 51px;
  line-height: 51px;
  padding: 0px 56px;
  margin: 0px 28px 30px 0px;
  background-color: #FFD546;
  color: #FFFFFF;
  font-family: Gilroy;
  font-size: 1em;
  font-weight: 800;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.day-to-day__row--3 .day-to-day__btn:hover {
  background-color: #000AD2;
}

@media screen and (min-width: 1024px) {
  .day-to-day__row--3 .day-to-day__btn {
    font-size: 0.64em;
  }
}

.day-to-day img.img-floating {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0.3;
  width: 60%;
}

@media screen and (min-width: 768px) {
  .day-to-day img.img-floating {
    opacity: 0.5;
    width: 426px;
  }
}

@media screen and (min-width: 1140px) {
  .day-to-day img.img-floating {
    opacity: 1;
  }
}

.areYou {
  padding: 50px 0;
  position: relative;
  background-color: #FC00EA;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .areYou {
    padding: 80px 0;
  }
}

@media screen and (min-width: 1023px) {
  .areYou {
    padding: 128px 0;
  }
}

.areYou__row {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .areYou__row {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .areYou__row {
    font-size: 28px;
  }
}

.areYou__row--1 {
  margin-bottom: 50px;
}

.areYou__row--1 .areYou__title {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.66em;
  line-height: 1em;
  margin-bottom: 0;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .areYou__row--1 .areYou__title {
    font-size: 2.142857em;
  }
}

.areYou__row--2 {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1025px) {
  .areYou__row--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.areYou__row--2 .areYou__column--1 {
  max-width: 778px;
}

@media screen and (min-width: 600px) {
  .areYou__row--2 .areYou__column--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1025px) {
  .areYou__row--2 .areYou__column--1 {
    max-width: none;
  }
}

.areYou__row--2 .areYou__column--1 .features {
  margin-bottom: 30px;
  max-width: 314px;
}

@media screen and (min-width: 600px) {
  .areYou__row--2 .areYou__column--1 .features {
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 314px;
            flex: 0 1 314px;
  }
}

.areYou__row--2 .areYou__column--1 .features h3 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.5em;
  line-height: 1.33em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .areYou__row--2 .areYou__column--1 .features h3 {
    font-size: 1.071428571428571em;
  }
}

.areYou__row--2 .areYou__column--1 .features p {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3333em;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .areYou__row--2 .areYou__column--1 .features p {
    font-size: 0.75em;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .areYou__row--2 .areYou__column--2 {
    margin-left: 20px;
  }
}

.areYou__row--3 .areYou__btn {
  display: inline-block;
  min-width: 236px;
  min-height: 51px;
  line-height: 51px;
  padding: 0px 56px;
  margin: 0px 28px 30px 0px;
  background-color: #000AD2;
  color: #FFFFFF;
  font-family: Gilroy;
  font-size: 1em;
  font-weight: 800;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.areYou__row--3 .areYou__btn:hover {
  background-color: #FFD546;
}

@media screen and (min-width: 1024px) {
  .areYou__row--3 .areYou__btn {
    font-size: 0.64em;
  }
}

@media screen and (max-width: 1024px) {
  .areYou__row img.img-floating {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 0.3;
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .areYou__row img.img-floating {
    opacity: 0.5;
    width: 426px;
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .areYou__row img.img-floating {
    opacity: 1;
    width: 346px;
    margin-top: -110px;
  }
}

.whatIn {
  padding: 80px 0;
  position: relative;
}

@media screen and (min-width: 1023px) {
  .whatIn {
    padding: 150px 0;
  }
}

.whatIn__row {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .whatIn__row {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .whatIn__row {
    font-size: 28px;
  }
}

.whatIn__row--1 h2 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.66em;
  line-height: 1em;
  margin-bottom: 30px;
  color: #0000FF;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .whatIn__row--1 h2 {
    font-size: 2.142857em;
    margin-bottom: 50px;
  }
}

.whatIn__row--1 h2:after {
  content: url(img/day-to-day-stars.svg);
  width: 250px;
  height: 198px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(180deg) translate(31%, 50%);
          transform: rotate(180deg) translate(31%, 50%);
}

@media screen and (min-width: 768px) {
  .whatIn__row--1 h2:after {
    -webkit-transform: rotate(180deg) translate(31%, 57%);
            transform: rotate(180deg) translate(31%, 57%);
    height: 226px;
  }
}

@media screen and (min-width: 1023px) {
  .whatIn__row--1 h2:after {
    width: 311px;
  }
}

@-webkit-keyframes animatedBackground {
  from {
    background-position: 0px 0;
  }
  to {
    background-position: -300vw 0;
  }
}

@keyframes animatedBackground {
  from {
    background-position: 0px 0;
  }
  to {
    background-position: -300vw 0;
  }
}

@-webkit-keyframes animatedBackgroundReverse {
  from {
    background-position: 0px 0;
  }
  to {
    background-position: 300vw 0;
  }
}

@keyframes animatedBackgroundReverse {
  from {
    background-position: 0px 0;
  }
  to {
    background-position: 300vw 0;
  }
}

@media screen and (min-width: 1024px) {
  @-webkit-keyframes animatedBackground {
    from {
      background-position: 0px 0;
    }
    to {
      background-position: -100vw 0;
    }
  }
  @keyframes animatedBackground {
    from {
      background-position: 0px 0;
    }
    to {
      background-position: -100vw 0;
    }
  }
  @-webkit-keyframes animatedBackgroundReverse {
    from {
      background-position: 0px 0;
    }
    to {
      background-position: 100vw 0;
    }
  }
  @keyframes animatedBackgroundReverse {
    from {
      background-position: 0px 0;
    }
    to {
      background-position: 100vw 0;
    }
  }
}

.whatIn__row--2 .tagsBackground, .whatIn__row--3 .tagsBackground {
  height: 7.22vw;
  width: 200%;
  background-repeat: repeat-x;
  line-height: 52px;
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  .whatIn__row--2 .tagsBackground, .whatIn__row--3 .tagsBackground {
    height: 3.61vw;
    width: 100%;
  }
}

.whatIn__row--2 .tagsBackground--1, .whatIn__row--3 .tagsBackground--1 {
  background-image: url(img/whatIn-firstRowTag.svg);
  -webkit-animation: animatedBackground 20s linear infinite;
          animation: animatedBackground 20s linear infinite;
  margin-bottom: 25px;
}

.whatIn__row--2 .tagsBackground--2, .whatIn__row--3 .tagsBackground--2 {
  background-image: url(img/whatIn-secondRowTag.svg);
  -webkit-animation: animatedBackgroundReverse 20s linear infinite;
          animation: animatedBackgroundReverse 20s linear infinite;
}

.whatIn__row--4 {
  text-align: right;
}

.whatIn__row--4 h2 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.66em;
  line-height: 1em;
  margin-top: 30px;
  color: #0000FF;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
  .whatIn__row--4 h2 {
    font-size: 2.142857em;
  }
}

.whatIn__row--5 .slick-header .slick-list {
  overflow: visible !important;
}

.whatIn__row--5 .slick-header .content {
  position: relative;
  margin: 0px 6px;
  background-color: #0000FF;
}

.whatIn__row--5 .slider__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 20;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.whatIn__row--5 .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.whatIn__row--5 .slider__button--prev {
  left: -1%;
}

.whatIn__row--5 .slider__button--next {
  right: -1%;
}

.whatIn__row--5 .slick-header .slick-prev {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.whatIn__row--5 .slick-header .slick-next {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.whatIn__row--5 .slick-header .image {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.whatIn__row--5 .slick-header .slick-current .image {
  opacity: 1 !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.whatIn__row--5 .slick-header .image.on {
  opacity: 0.5;
}

.whatIn__row--5 .slick-header .gif {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 56px;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  width: 180px;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.whatIn__row--5 .slick-header .gif.on {
  opacity: 1;
}

@media (max-width: 1023px) {
  .whatIn__row--5 .slick-header .gif {
    display: none !important;
  }
}

.whatIn__row--5 .slick {
  height: 100%;
}

.whatIn__row--5 .slick-list {
  height: 100%;
}

.whatIn__row--5 .slick-track {
  height: 100%;
  overflow: visible !important;
}

.whatIn__row--5 .slick-slide {
  height: 100%;
}

.pricing {
  background-color: #F2F2FF;
  padding: 80px 0;
  position: relative;
}

@media screen and (min-width: 1023px) {
  .pricing {
    padding: 120px 0;
  }
}

.pricing__row {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .pricing__row {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .pricing__row {
    font-size: 28px;
  }
}

.pricing__row--1 h2 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.66em;
  line-height: 1.2em;
  margin-bottom: 0;
  color: #0000FF;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .pricing__row--1 h2 {
    font-size: 2.142857em;
  }
}

.pricing__row--1 h2:after {
  content: url(img/day-to-day-stars.svg);
  width: 250px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -25%);
  transform: translate(50%, -18%);
}

@media screen and (min-width: 768px) {
  .pricing__row--1 h2:after {
    -webkit-transform: translate(50%, -10%);
            transform: translate(50%, -10%);
  }
}

@media screen and (min-width: 1023px) {
  .pricing__row--1 h2:after {
    width: 311px;
  }
}

.pricing__row--1 h5 {
  font-size: 1.0714em;
  line-height: 1.2em;
  font-weight: 500;
  color: #0000FF;
  margin-bottom: 80px;
}

.pricing__row--2 .prices {
  margin-bottom: 60px;
}

.pricing__row--2 .prices .price--1.on .coloredBar {
  width: 20.5%;
}

.pricing__row--2 .prices .price--2.on .coloredBar {
  width: 35.5%;
}

.pricing__row--2 .prices .price--3.on .coloredBar {
  width: 73%;
}

.pricing__row--2 .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}

.pricing__row--2 .price:last-of-type {
  margin-bottom: 0;
}

.pricing__row--2 .price .coloredBar {
  font-size: 0.964285714285714em;
  line-height: .9em;
  color: #ffffff;
  font-weight: 800;
  border-radius: 25px;
  padding: 10px 10px 10px 30px;
  text-align: left;
  margin-right: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.pricing__row--2 .price .coloredBar em {
  font-style: normal;
  opacity: 0;
  line-height: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.pricing__row--2 .price .coloredBar em.on {
  line-height: .9em;
  opacity: 1;
}

.pricing__row--2 .price .amount {
  font-size: 0.964285714285714em;
  line-height: .8em;
  color: #0000FF;
  font-weight: 400;
}

.pricing__row--2 .price .coloredBar {
  width: 0;
  min-height: 37px;
}

.pricing__row--2 .price--1 .coloredBar {
  background-color: #F1B7ED;
}

.pricing__row--2 .price--2 .coloredBar {
  background-color: #F882F0;
}

.pricing__row--2 .price--3 .coloredBar {
  background-color: #FC00EA;
}

.pricing__row--3 h3 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.071428em;
  line-height: 1.25em;
  color: #0000FF;
  margin-bottom: 20px;
}

.pricing__row--3 ul {
  padding-left: 25px;
  margin-bottom: 30px;
}

.pricing__row--3 ul li {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.964285em;
  line-height: 1.8em;
  color: #0000FF;
  list-style-image: url("img/pinkArrowList.svg");
}

.pricing__row--4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pricing__row--4 .btn {
  display: inline-block;
  min-width: 236px;
  min-height: 51px;
  line-height: 51px;
  padding: 0px 56px;
  margin: 0px 28px 0 0px;
  background-color: #FFD546;
  color: #FFFFFF;
  font-family: Gilroy;
  font-size: 0.9em;
  font-weight: 800;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 1024px) {
  .pricing__row--4 .btn {
    font-size: 0.64285em;
  }
}

.pricing__row--4 .btn:hover {
  background-color: #000AD2;
}

.pricing__row--4 p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.8em;
  color: #0000FF;
  position: relative;
}

@media screen and (min-width: 768px) {
  .pricing__row--4 p {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

@media screen and (min-width: 1024px) {
  .pricing__row--4 p {
    font-size: 0.714285em;
  }
}

.pricing__row--4 p a {
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  font-style: normal;
  z-index: 2;
}

.pricing__row--4 p:after {
  content: url(img/day-to-day-stars2.svg);
  width: 170px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(-25%, -55%);
          transform: translate(-25%, -55%);
}

@media screen and (min-width: 768px) {
  .pricing__row--4 p:after {
    -webkit-transform: translate(40%, -40%);
            transform: translate(40%, -40%);
  }
}

@media screen and (min-width: 1023px) {
  .pricing__row--4 p:after {
    width: 311px;
  }
}

.howItWorks {
  padding: 80px 0;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .howItWorks {
    padding: 250px 0;
  }
}

.howItWorks__row {
  font-size: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .howItWorks__row {
    max-width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .howItWorks__row {
    font-size: 28px;
  }
}

.howItWorks__row h2 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.964285em;
  line-height: 1.254545em;
  color: #0000FF;
  margin-bottom: 20px;
}

.howItWorks__row p {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.42857em;
  color: #0000FF;
  margin-bottom: 20px;
}

.howItWorks__row a.btn {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.714285em;
  line-height: 1em;
  color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #FC00EA;
  padding: 10px 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .howItWorks__row a.btn {
    padding: 20px 43px;
  }
}

.howItWorks__row a.btn:hover b:after {
  width: 120%;
}

.howItWorks__row a.btn b {
  position: relative;
  z-index: 1;
}

.howItWorks__row a.btn b:after {
  display: inline-block;
  content: " ";
  background-color: #0000FF;
  width: 0;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: -3Px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.howItWorks .illustration1 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-8%, -43%);
          transform: translate(-8%, -43%);
  width: 200px;
}

@media screen and (min-width: 1024px) {
  .howItWorks .illustration1 {
    width: 329px;
  }
}

.howItWorks .illustration2 {
  position: absolute;
  top: 20%;
  right: -17%;
  width: 60%;
  z-index: 1;
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .howItWorks .illustration2 {
    opacity: 1;
  }
}

.brief {
  padding: 60px 0;
  background-color: #F2F2FF;
}

.brief br {
  display: none;
}

@media screen and (min-width: 768px) {
  .brief br {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .brief {
    padding: 100px 0;
  }
}

.brief__row {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .brief__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .brief__row {
    font-size: 28px;
  }
}

.brief__row .brief__column--1 {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .brief__row .brief__column--1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 4%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}

.brief__row .brief__column--1 h6 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.642857em;
  line-height: 1em;
  color: #FC00EA;
  margin-bottom: 10px;
}

.brief__row .brief__column--1 h2 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.96428em;
  line-height: 0.909090em;
  color: #1C00FF;
  margin-bottom: 10px;
}

.brief__row .brief__column--1 p {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.3333em;
  color: #1C00FF;
  position: relative;
}

@media screen and (min-width: 768px) {
  .brief__row .brief__column--1 p {
    margin-bottom: 50px;
  }
}

.brief__row .brief__column--1 p:after {
  content: url(img/brief-stars.svg);
  position: absolute;
  right: 20%;
  bottom: -130px;
  width: 60%;
}

@media screen and (min-width: 768px) {
  .brief__row .brief__column--1 p:after {
    right: 14%;
    bottom: -12vw;
    width: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .brief__row .brief__column--1 p:after {
    right: -10%;
    bottom: -130%;
    width: 65%;
  }
}

.brief__row .brief__column--2 {
  text-align: center;
  position: relative;
}

.brief__row .brief__column--2 img:first-of-type {
  width: 60%;
}

@media screen and (min-width: 768px) {
  .brief__row .brief__column--2 img:first-of-type {
    width: auto;
  }
}

.brief__row .brief__column--2 .message {
  width: 34%;
  position: absolute;
  right: 0;
  bottom: 21%;
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (min-width: 768px) {
  .brief__row .brief__column--2 .message {
    width: 290px;
    right: -70%;
    bottom: 127px;
    -webkit-transform: translate(-55%, 0);
            transform: translate(-55%, 0);
  }
}

@media screen and (min-width: 768px) {
  .brief__row .brief__column--2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 470px;
            flex: 0 0 470px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
}

.brief.on .message {
  opacity: 1;
}

.follow-up {
  padding: 60px 0;
  position: relative;
}

.follow-up br {
  display: none;
}

@media screen and (min-width: 768px) {
  .follow-up br {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .follow-up {
    padding: 100px 0;
  }
}

.follow-up__row {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .follow-up__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .follow-up__row {
    font-size: 28px;
  }
}

.follow-up__row .follow-up__column--1 {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .follow-up__row .follow-up__column--1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
}

.follow-up__row .follow-up__column--1 h6 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.642857em;
  line-height: 1em;
  color: #FC00EA;
  margin-bottom: 10px;
}

.follow-up__row .follow-up__column--1 h2 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.96428em;
  line-height: 0.909090em;
  color: #1C00FF;
  margin-bottom: 10px;
}

.follow-up__row .follow-up__column--1 p {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.3333em;
  color: #1C00FF;
  position: relative;
}

@media screen and (min-width: 768px) {
  .follow-up__row .follow-up__column--1 p {
    margin-bottom: 50px;
  }
}

.follow-up__row .follow-up__column--2 {
  text-align: center;
  position: relative;
}

.follow-up__row .follow-up__column--2 .svg {
  width: 60%;
  max-width: 400px;
  margin: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .follow-up__row .follow-up__column--2 .svg {
    width: auto;
  }
}

.follow-up__row .follow-up__column--2 .svg .absolutImage {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(120%, -20px);
          transform: translate(120%, -20px);
  width: 50px;
}

@media screen and (min-width: 768px) {
  .follow-up__row .follow-up__column--2 .svg .absolutImage {
    width: 91px;
  }
}

@media screen and (min-width: 768px) {
  .follow-up__row .follow-up__column--2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 470px;
            flex: 0 0 470px;
    margin-left: 4%;
    text-align: left;
  }
}

.follow-up .absolutImage2 {
  position: absolute;
  left: 30px;
  top: -60px;
  width: 150px;
}

@media screen and (min-width: 768px) {
  .follow-up .absolutImage2 {
    left: 30px;
    top: -20px;
    width: 200px;
  }
}

.follow-up .svg .viewport {
  position: relative;
}

.follow-up .svg #b4c661e5-cf4f-4548-84f3-4b49805ab9d4 {
  -webkit-transform: translate(0, 5%);
          transform: translate(0, 5%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.follow-up .svg #b4c661e5-cf4f-4548-84f3-4b49805ab9d4.on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.follow-up .svg #b4d66a8a-67bf-4568-91eb-3de0cec5aed8 {
  -webkit-transform: translate(0, 5%);
          transform: translate(0, 5%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.follow-up .svg #b4d66a8a-67bf-4568-91eb-3de0cec5aed8.on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.follow-up .svg #ab83e2ae-7fd8-461e-bbe8-c9b1a2aedf29 {
  -webkit-transform: translate(0, 5%);
          transform: translate(0, 5%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.follow-up .svg #ab83e2ae-7fd8-461e-bbe8-c9b1a2aedf29.on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.follow-up .svg #fa1cb2c6-a21a-4b9b-85f6-51ec246de416 {
  -webkit-transform: translate(0, 5%);
          transform: translate(0, 5%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.follow-up .svg #fa1cb2c6-a21a-4b9b-85f6-51ec246de416.on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.follow-up .svg #af0592b0-295c-4add-a45f-cbde14e62bda {
  -webkit-transform: translate(0, 5%);
          transform: translate(0, 5%);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  opacity: 0;
}

.follow-up .svg #af0592b0-295c-4add-a45f-cbde14e62bda.on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.result {
  background-color: #FC00EA;
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .result {
    padding: 100px 0;
  }
}

.result__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .result__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .result__content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .result__content .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media screen and (min-width: 1024px) {
  .result__content .column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.result__content .column--1 {
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 768px) {
  .result__content .column--1 {
    margin-left: -11.5vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.result__content .column--1 img {
  width: 100%;
  max-width: 74vw;
  margin-top: 30px;
  margin-left: -55%;
}

@media screen and (min-width: 768px) {
  .result__content .column--1 img {
    max-width: 74vw;
    margin-left: 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .result__content .column--1 img {
    max-width: 74vw;
    margin-left: -260px;
  }
}

.result__content .column--2 {
  font-size: 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 768px) {
  .result__content .column--2 {
    max-width: 490px;
    margin: 0px 5vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 1024px) {
  .result__content .column--2 {
    font-size: 28px;
  }
}

.result__content .column--2 h6 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.642857em;
  line-height: 1em;
  color: #1C00FF;
  margin-bottom: 10px;
}

.result__content .column--2 h2 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.96428em;
  line-height: 0.909090em;
  color: #ffffff;
  margin-bottom: 10px;
}

.result__content .column--2 p {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.3333em;
  color: #ffffff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .result__content .column--2 p {
    margin-bottom: 50px;
  }
}

.result .absolutImage1 {
  position: absolute;
  right: 30px;
  top: -40px;
  width: 100px;
}

@media screen and (min-width: 768px) {
  .result .absolutImage1 {
    width: 150px;
    right: 50px;
    top: -40px;
  }
}

.questions {
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .questions {
    padding: 100px 0;
  }
}

.questions__content {
  padding: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #0000FF;
  font-size: 20px;
  max-width: 470px;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .questions__content {
    font-style: 25px;
    max-width: none;
    margin: auto;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .questions__content {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  .questions__content .questions__row--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.questions__content h2 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.6071428em;
  line-height: 1.3333333em;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .questions__content h2 {
    margin-bottom: 0;
  }
}

.questions__content h2:after {
  content: url(img/day-to-day-stars.svg);
  width: 180px;
  display: inline-block;
  position: absolute;
  right: 90px;
  top: -125px;
  -webkit-transform: rotate(50deg) translate(50%, -18%);
          transform: rotate(50deg) translate(50%, -18%);
}

@media screen and (min-width: 768px) {
  .questions__content h2:after {
    right: 0;
    -webkit-transform: rotate(43deg) translate(50%, -18%);
            transform: rotate(43deg) translate(50%, -18%);
  }
}

@media screen and (min-width: 1024px) {
  .questions__content h2:after {
    -webkit-transform: rotate(50deg) translate(50%, -18%);
            transform: rotate(50deg) translate(50%, -18%);
  }
}

.questions__content a.btn {
  display: inline-block;
  min-width: 236px;
  min-height: 51px;
  line-height: 51px;
  padding: 0px 56px;
  background-color: #FFD546;
  color: #FFFFFF;
  font-family: Gilroy;
  font-size: 0.9em;
  font-weight: 800;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 1024px) {
  .questions__content a.btn {
    font-size: 0.64285em;
  }
}

.questions__content a.btn:hover {
  background-color: #000AD2;
}

.partners {
  background-color: #EFEFFF;
  padding: 60px 0;
  font-size: 40px;
  line-height: 40px;
}

.partners br {
  display: none;
}

@media screen and (min-width: 768px) {
  .partners br {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .partners {
    padding: 95px 0;
  }
}

@media screen and (min-width: 1024px) {
  .partners {
    font-size: 55px;
    line-height: 60px;
  }
}

.partners .text {
  margin: auto;
  max-width: 967px;
  font-family: 'Gilroy';
  position: relative;
}

@media screen and (min-width: 1024px) {
  .partners .text {
    max-width: 1088px;
  }
}

.partners .text h1 {
  font-size: 1em;
  line-height: 1em;
  margin: initial;
  margin-bottom: 20px;
  padding-right: 39px;
}

.partners .text h1 b {
  font-size: 0.545454em;
}

.partners .text h1 span {
  font-weight: 400;
  font-style: italic;
  font-size: 0.5em;
  line-height: 1em;
}

@media screen and (min-width: 1024px) {
  .partners__list {
    margin-left: -51Px;
    width: calc(100% + 51px);
  }
}

.partners__list .col-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partners__list .col-100 .partner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.slider {
  padding: 60px 0;
  font-size: 20px;
  position: relative;
  background-color: #F7F7FF;
}

.slider .slick-initialized .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slider .prev, .slider .next {
  position: absolute;
  cursor: pointer;
  top: 50%;
  z-index: 2;
}

.slider .prev {
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.slider .next {
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

@media screen and (min-width: 768px) {
  .slider {
    padding: 100px 0;
    font-size: 28px;
  }
}

.slider__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .slider__rows {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.slider__rows .slider__columns--1 {
  margin-right: 50px;
  margin-left: 50px;
  max-width: 523px;
}

.slider__rows .slider__columns--2 {
  display: none;
}

@media screen and (min-width: 768px) {
  .slider__rows .slider__columns--2 {
    display: block;
  }
}

.slider__columns .content {
  position: relative;
}

.slider__columns .content:after {
  content: url("img/quote.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}

.slider__columns .content:before {
  content: url("img/quote.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
}

.slider__columns h3 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.71428em;
  line-height: 1.04166666em;
  color: #F602EC;
  margin-bottom: 15px;
}

.slider__columns p {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.8928571em;
  line-height: 1.36em;
  color: #0000FF;
  margin-bottom: 68px;
}

.slider__columns .imageContainer {
  width: 100%;
  height: 100%;
  background-color: #e3edec;
  padding: 40px;
}

.slider__columns .imageContainer .image {
  width: 400px;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider .person .column--1 {
  margin-right: 20px;
}

.slider .person .column--1 img {
  width: 102px;
  border-radius: 50%;
}

.slider .person .column--2 h5 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.714285em;
  line-height: 1em;
  color: #0000FF;
  margin-bottom: 5px;
}

.slider .person .column--2 h4 {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1em;
  line-height: 1em;
  color: #0000FF;
  margin-bottom: 5px;
}

.slider .person .column--2 p {
  font-family: 'Gilroy', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.428571em;
  line-height: 1em;
  color: #0000FF;
  margin-bottom: 0;
}

.media img {
	height: auto !important;
}