.text-and-heading {
  text-align: center;
  padding: 90px 0 95px 0;
  margin-top: 100px;
}
.text-and-heading .container {
  position: relative;
}
.text-and-heading h2 {
  margin-bottom: 28px;
  position: relative;
  line-height: 50px;
}
.text-and-heading p {
  margin-bottom: 30px !important;
  position: relative;
  font-size: 17px !important;
}
.text-and-heading p:last-child {
  margin-bottom: 0 !important;
}
.text-and-heading .arrow-decoration {
  position: absolute;
  top: 12px;
  left: 0;
  transform: rotate(180deg);
}
.text-and-heading .dots {
  position: absolute;
  background-image: url("../../../assets/img/decorations/blog-list-decoration.svg");
  background-size: cover;
}
.text-and-heading .dots {
  top: -70px;
  left: unset;
  right: 0;
  z-index: 0;
  width: 580px;
  height: 175px;
}
.text-and-heading.arrow-right .arrow-decoration {
  left: unset;
  right: 0;
}
.text-and-heading.arrow-right .dots {
  top: -70px;
  left: 0;
  right: unset;
  z-index: 0;
}
.text-and-heading #line-decoration {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  top: -60px;
}

.text-and-heading.bg-white .button--fourth {
  color: white !important;
  background-color: #141DF0;
  border: 1px solid #141DF0;
}
.text-and-heading.bg-white .button--fourth:hover {
  border: 1px solid #141DF0;
  color: #141DF0 !important;
  background-color: transparent !important;
}

.text-and-heading.dots-bottom .dots {
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  top: unset;
  bottom: -55px;
}

.text-and-heading.highlight .text-and-heading__inner {
  padding: 150px 120px;
}
.text-and-heading.highlight .text-and-heading__inner .button {
  margin-top: 65px;
}
.text-and-heading.highlight .text-and-heading__inner #line-decoration {
  right: 240px;
  left: unset;
  transform: none;
  top: -90px;
  width: 242px;
  height: 194px;
}

.text-and-heading.trusted-by {
  padding: 200px 0 150px 0;
}

.text-and-heading--book-a-demo .bg-blue-gradient .button--tertiary {
  background: rgba(5, 5, 5, 0.2);
  border: 1px solid transparent;
}

.text-and-heading--book-a-demo .bg-blue-gradient .button--tertiary:hover {
  background: transparent;
  border: 1px solid #7DF4DC;
  color: #FFFFFF;
}

.text-and-heading.text-and-heading--book-a-demo .text-and-heading__inner h1,
.text-and-heading.text-and-heading--book-a-demo .text-and-heading__inner h2,
.text-and-heading.text-and-heading--book-a-demo .text-and-heading__inner h3,
.text-and-heading.text-and-heading--book-a-demo .text-and-heading__inner h4,
.text-and-heading.text-and-heading--book-a-demo .text-and-heading__inner h5,
.text-and-heading.text-and-heading--book-a-demo .text-and-heading__inner h6 {
  font-size: 4.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  line-height: 50px;
  max-width: unset;
}
.text-and-heading.text-and-heading--book-a-demo .text-and-heading__inner h1 + .button,
.text-and-heading.text-and-heading--book-a-demo .text-and-heading__inner h2 + .button,
.text-and-heading.text-and-heading--book-a-demo .text-and-heading__inner h3 + .button,
.text-and-heading.text-and-heading--book-a-demo .text-and-heading__inner h4 + .button,
.text-and-heading.text-and-heading--book-a-demo .text-and-heading__inner h5 + .button,
.text-and-heading.text-and-heading--book-a-demo .text-and-heading__inner h6 + .button {
  margin-top: 45px;
}

.text-and-heading.text-left h1,
.text-and-heading.text-left h2,
.text-and-heading.text-left h3,
.text-and-heading.text-left h4,
.text-and-heading.text-left h5,
.text-and-heading.text-left h6,
.text-and-heading.text-left p {
  text-align: left;
}
.text-and-heading.text-left .arrow-decoration {
  right: 0;
}

.text-and-heading__inner {
  padding: 0 100px;
}
.text-and-heading__inner .image img {
  margin: 110px auto 0 auto;
}

.text-and-heading.text-left.text-and-heading--shrink .text-and-heading__inner {
  margin: unset;
}

.text-and-heading--shrink .text-and-heading__inner {
  max-width: 950px;
  margin: 0 auto;
}
.text-and-heading--shrink .text-and-heading__inner p:last-child {
  margin-bottom: 0 !important;
}

.text-and-heading__inner + .trusted-by__slider {
  margin-top: 115px;
}

.text-and-heading--book-a-demo {
  padding: 0;
}
.text-and-heading--book-a-demo .text-and-heading__inner {
  padding-top: 85px;
  padding-bottom: 110px;
}
.text-and-heading--book-a-demo p {
  margin: 0;
}

.text-and-heading.arrow-decoration--right .arrow-decoration {
  left: unset;
  right: 0;
}

.trusted-by__slider__inner {
  padding: 30px 60px;
}
.trusted-by__slider__inner.bg-dots--white {
  background-position: center;
}

.trusted-by__slider__inner.hide-controls .play-button {
  display: none;
}

.text-and-heading--book-a-demo .button--secondary:hover {
  background: rgba(5, 5, 5, 0.2);
}

.text-and-heading--book-a-demo.book-a-demo-white .text-and-heading__inner {
  position: relative;
  box-shadow: 0px 20px 57px 0px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
}
.text-and-heading--book-a-demo.book-a-demo-white p {
  max-width: 80%;
  margin: 0 auto 30px auto;
}
.text-and-heading--book-a-demo.book-a-demo-white .text-and-heading__inner > * {
  position: relative;
  z-index: 1;
}
.text-and-heading--book-a-demo.book-a-demo-white .text-and-heading__inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  bottom: -55px;
  margin: 90px 100px 95px 100px;
  background-image: radial-gradient(#f1f1f1 10%, transparent 10%), radial-gradient(#f1f1f1 10%, transparent 11%);
  background-size: 40px 40px;
  background-position: 13px -12px;
  background-repeat: repeat;
}
.text-and-heading--book-a-demo.book-a-demo-white h4 {
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}

.text-and-heading--book-a-demo.book-a-demo-plain-white .text-and-heading__inner {
  position: relative;
  box-shadow: 0px 20px 57px 0px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
}
.text-and-heading--book-a-demo.book-a-demo-plain-white p {
  max-width: 80%;
  margin: 0 auto 30px auto;
}
.text-and-heading--book-a-demo.book-a-demo-plain-white .text-and-heading__inner > * {
  position: relative;
  z-index: 1;
}
.text-and-heading--book-a-demo.book-a-demo-plain-white .text-and-heading__inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  bottom: -55px;
  margin: 90px 100px 95px 100px;
}
.text-and-heading--book-a-demo.book-a-demo-plain-white h4 {
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}
.text-and-heading--book-a-demo.book-a-demo-plain-white .button--secondary {
  color: #4E3FFB;
  border-color: #4E3FFB;
}
.text-and-heading--book-a-demo.book-a-demo-plain-white .button--secondary:hover {
  background-color: #4E3FFB;
  color: white;
}
.text-and-heading--book-a-demo.book-a-demo-plain-white .button--fourth {
  background-color: #4E3FFB;
  color: white !important;
}
.text-and-heading--book-a-demo.book-a-demo-plain-white .button--fourth:hover {
  background-color: white !important;
  color: #4E3FFB !important;
  border-color: #4E3FFB;
}

.text-and-heading .button--fourth {
  background: white;
  color: #4E3FFB !important;
  border: 1px solid transparent;
}

.text-and-heading .button--fourth:hover {
  background-color: rgba(5, 5, 5, 0.07) !important;
  border: 1px solid #7DF4DC;
  color: white !important;
}

.text-and-heading.book-a-demo-white .button--fourth {
  background: #4E3FFB !important;
  color: white !important;
}

.text-and-heading.book-a-demo-white .button--fourth:hover {
  background: #141DF0 !important;
  border: 1px solid transparent !important;
}

.text-and-heading.book-a-demo-white .button--secondary {
  border-color: #141DF0;
  color: #141DF0 !important;
  background-color: transparent;
}

.text-and-heading.book-a-demo-white .button--secondary:hover {
  color: white !important;
  background-color: #141DF0 !important;
}

.trusted-by .trusted-by__slider {
  padding: 0 205px;
  height: 170px;
  margin-bottom: 100px;
}
.trusted-by .trusted-by__slider__inner {
  padding: 30px 60px 40px 60px;
}
.trusted-by .swiper-wrapper {
  display: flex;
  align-items: center;
}
.trusted-by .play-button.arrow-slider-left {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 65px;
  background-color: transparent;
  background-size: 17px;
  background-position: 58% 51%;
  border-width: 1px;
  border-color: #dddddd;
  transition: 0.2s ease-out;
  background-image: url("../../img/icons/icon--play--gray.svg");
  transform: rotate(180deg);
}
.trusted-by .play-button.arrow-slider-right {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 65px;
  background-color: transparent;
  background-size: 17px;
  background-position: 58% 51%;
  border-width: 1px;
  border-color: #dddddd;
  transition: 0.2s ease-out;
  background-image: url("../../img/icons/icon--play--gray.svg");
}
.trusted-by .play-button:hover {
  background-color: #222222;
}
.trusted-by .swiper-slide img {
  max-height: 142px;
}

.text-and-heading.text-right .text-and-heading__inner {
  margin: 0 0 0 auto !important;
  text-align: right;
  padding-left: 100px;
  padding-right: 0;
}
.text-and-heading.text-right #line-decoration {
  right: 0;
  left: unset;
  transform: none;
}

.text-and-heading.text-left .text-and-heading__inner {
  margin: 0 auto 0 0 !important;
  text-align: right;
  padding-left: 0;
  padding-right: 100px;
}
.text-and-heading.text-left .arrow-decoration {
  left: unset;
  right: 0;
}
.text-and-heading.text-left #line-decoration {
  right: unset;
  left: 0;
  transform: none;
}

.text-and-heading .text-and-heading__inner h1,
.text-and-heading .text-and-heading__inner h2,
.text-and-heading .text-and-heading__inner h3,
.text-and-heading .text-and-heading__inner h4,
.text-and-heading .text-and-heading__inner h5,
.text-and-heading .text-and-heading__inner h6 {
  font-size: 4.2rem;
  margin-bottom: 28px;
  line-height: 50px;
  position: relative;
}

.text-and-heading.trusted-by .text-and-heading__inner h1,
.text-and-heading.trusted-by .text-and-heading__inner h2,
.text-and-heading.trusted-by .text-and-heading__inner h3,
.text-and-heading.trusted-by .text-and-heading__inner h4,
.text-and-heading.trusted-by .text-and-heading__inner h5,
.text-and-heading.trusted-by .text-and-heading__inner h6 {
  font-size: 4.2rem;
  margin-bottom: 28px;
  line-height: 50px;
}

.text-and-heading--book-a-demo.book-a-demo-white h1,
.text-and-heading--book-a-demo.book-a-demo-white h2,
.text-and-heading--book-a-demo.book-a-demo-white h3,
.text-and-heading--book-a-demo.book-a-demo-white h4,
.text-and-heading--book-a-demo.book-a-demo-white h5,
.text-and-heading--book-a-demo.book-a-demo-white h6 {
  font-size: 3rem;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}

/* RESPONSIVE */
/* Between width queries */
@media screen and (max-width: 1399px) and (min-width: 992px) {
  .text-and-heading.text-left.text-and-heading--shrink .text-and-heading__inner {
    padding-right: 115px;
  }
  .text-and-heading--shrink .arrow-decoration {
    left: 1vw;
  }
  .text-and-heading--book-a-demo .container {
    max-width: 100% !important;
  }
}
/* Max widht queries */
@media (max-width: 1400px) {
  .text-and-heading.trusted-by {
    padding-top: 80px !important;
  }
}
@media (max-width: 1200px) {
  .trusted-by .trusted-by__slider {
    padding: 0 70px;
    height: auto;
    margin-bottom: 0;
  }
  .trusted-by .trusted-by__slider__inner {
    padding: 0px 0px;
  }
  .trusted-by .play-button.arrow-slider-left {
    top: 53px;
    left: 0;
  }
  .trusted-by .play-button.arrow-slider-right {
    top: 53px;
    right: 0;
  }
  .trusted-by .text-and-heading.trusted-by {
    padding-bottom: 140px;
  }
}
@media (max-width: 991px) {
  .text-and-heading--shrink .arrow-decoration {
    left: 5vw;
  }
  .text-and-heading__inner + .trusted-by__slider {
    margin-top: 70px;
  }
  .text-and-heading.highlight .text-and-heading__inner {
    padding: 80px 25px !important;
  }
  .text-and-heading.highlight .text-and-heading__inner .button {
    margin-top: 20px;
  }
  .trusted-by .trusted-by__slider {
    padding: 0;
    height: auto;
    margin-bottom: 0;
  }
  .trusted-by .slider-controls-wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  .trusted-by .slider-controls-wrapper .play-button.arrow-slider-left {
    position: static;
    transform: rotate(180deg);
    margin-left: 0;
  }
  .trusted-by .slider-controls-wrapper .play-button.arrow-slider-right {
    position: static;
    transform: none;
    margin-left: 20px;
  }
  .trusted-by .text-and-heading--book-a-demo .container {
    max-width: 100% !important;
  }
  .text-and-heading.text-left.text-and-heading--shrink .text-and-heading__inner {
    padding-right: 20px;
  }
  .text-and-heading {
    padding-top: 80px !important;
    margin-top: 0 !important;
  }
  .text-and-heading__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .text-and-heading.text-and-heading--book-a-demo .text-and-heading__inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .text-and-heading__inner p {
    max-width: unset !important;
  }
  .arrow-decoration {
    visibility: hidden !important;
  }
  .text-and-heading--book-a-demo:not(.book-a-demo-plain-white) {
    padding-top: 0 !important;
    background: linear-gradient(to right, #4E3FFB, #644CFF);
  }
  .text-and-heading--book-a-demo.text-and-heading.book-a-demo-white {
    background: white;
    margin-top: 80px !important;
  }
  .text-and-heading--book-a-demo.text-and-heading.book-a-demo-white .text-and-heading__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .text-and-heading.highlight .text-and-heading__inner #line-decoration {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .text-and-heading .text-and-heading__inner h1,
.text-and-heading .text-and-heading__inner h2,
.text-and-heading .text-and-heading__inner h3,
.text-and-heading .text-and-heading__inner h4,
.text-and-heading .text-and-heading__inner h5,
.text-and-heading .text-and-heading__inner h6 {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .text-and-heading--shrink .arrow-decoration {
    left: 1vw;
  }
  .text-and-heading--book-a-demo .container {
    max-width: 100% !important;
  }
  .text-and-heading__inner h3 {
    max-width: 80vw;
    margin: 0 auto 45px auto;
  }
  .text-and-heading__inner p {
    max-width: 80vw;
    margin: 0 auto;
  }
  .trusted-by .trusted-by__slider {
    padding: 0;
    height: auto;
    margin-bottom: 0;
  }
  .trusted-by .trusted-by__slider__inner {
    padding: 0px;
  }
  .text-and-heading.margin-bottom-50 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 576px) {
  .text-and-heading .arrow-decoration {
    display: none;
  }
  .trusted-by__slider img {
    max-height: 100px !important;
    margin: 0 auto;
  }
  .trusted-by__slider .bg-dots--white,
.trusted-by__slider .bg-dots {
    background: none;
  }
  .trusted-by__slider img {
    max-height: 100px;
    margin: 0 auto;
  }
}
@media (min-width: 1199px) {
  .trusted-by .trusted-slider-mobile-only .swiper-wrapper {
    justify-content: space-around;
  }
}
@media (min-width: 577px) {
  .trusted-by .trusted-slider-mobile-only-less-than-3 .swiper-wrapper {
    justify-content: center;
    gap: 50px;
  }
  .trusted-by .trusted-slider-mobile-only-less-than-3 .swiper-slide {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1399px) and (min-width: 992px) {
  .trusted-by .trusted-by__slider {
    padding: 0 105px;
    margin-bottom: 0px;
  }
}
