/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/css/src/publishers-new.scss ***!
  \*****************************************************************************************************************************/
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

[v-cloak] {
  display: none !important;
}

#app {
  background-color: #fff;
}
#app .btn-main {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 40px;
}
@media (max-width: 400px) {
  #app .btn-main {
    font-size: 14px;
    padding: 13px 25px;
  }
  #app .btn-main img {
    width: 25px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app .btn-main {
    font-size: 14px;
    padding: 13px 25px;
  }
  #app .btn-main img {
    width: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app .btn-main {
    font-size: 14px;
    padding: 13px 25px;
  }
  #app .btn-main img {
    width: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #app .btn-main {
    font-size: 14px;
    padding: 13px 25px;
  }
  #app .btn-main img {
    width: 25px;
  }
}

section hr {
  width: 100px;
  height: 4px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border: 0;
  background: linear-gradient(to left, #ef668b, #e92f61);
}
section h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 46px;
  text-align: center;
}
@media (max-width: 400px) {
  section h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  section h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.glide .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.glide .controls .arrow {
  padding: 0 25px;
  border: 0;
  background-color: transparent;
}
.glide .controls .arrow:hover, .glide .controls .arrow:focus {
  outline: none;
}
.glide__bullets {
  position: relative;
  bottom: 0;
  left: auto;
  transform: none;
}
.glide__bullet {
  width: 14px;
  height: 14px;
  transition: 0.15s;
  border: 1px solid #ccc;
  box-shadow: none;
}
.glide__bullet--active {
  background-color: #ccc;
}
.glide__bullet:hover, .glide__bullet:focus {
  background-color: #ccc;
}

.publishers-header {
  position: relative;
  margin-top: 100px;
  padding: 180px 0;
  color: #fff;
  background: #f6f6f7 url(../../13bdbbaa8d3971bed70a53d8de700d1d.jpg) no-repeat center top;
  background-size: cover;
}
@media (max-width: 400px) {
  .publishers-header {
    margin-top: 120px;
    padding: 60px 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .publishers-header {
    margin-top: 120px;
    padding: 60px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .publishers-header {
    margin-top: 120px;
    padding: 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .publishers-header {
    margin-top: 120px;
    padding: 60px 0;
  }
}
.publishers-header h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 66px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 400px) {
  .publishers-header h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .publishers-header h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .publishers-header h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .publishers-header h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.publishers-header h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 400px) {
  .publishers-header h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .publishers-header h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .publishers-header h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .publishers-header h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.publishers-header .buttons-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 400px) {
  .publishers-header .buttons-container {
    flex-direction: column;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .publishers-header .buttons-container {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .publishers-header .buttons-container {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .publishers-header .buttons-container {
    flex-direction: column;
  }
}
.publishers-header .buttons-container span {
  font-size: 18px;
  display: block;
  margin: 0 35px 0 35px;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .publishers-header .buttons-container span {
    font-size: 13px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .publishers-header .buttons-container span {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .publishers-header .buttons-container span {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .publishers-header .buttons-container span {
    font-size: 13px;
  }
}
.publishers-header .buttons-container .btn-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  margin: 0;
  padding: 16px 40px;
  border: 1px solid #fff;
  border-radius: 90px;
  background-color: transparent;
}
@media (max-width: 400px) {
  .publishers-header .buttons-container .btn-header {
    font-size: 15px;
    min-width: 180px;
    padding: 12px 40px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .publishers-header .buttons-container .btn-header {
    font-size: 15px;
    min-width: 180px;
    padding: 12px 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .publishers-header .buttons-container .btn-header {
    font-size: 15px;
    min-width: 180px;
    padding: 12px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .publishers-header .buttons-container .btn-header {
    font-size: 15px;
    min-width: 180px;
    padding: 12px 40px;
  }
}
.publishers-header .buttons-container .btn-header:hover, .publishers-header .buttons-container .btn-header:focus {
  color: #fff;
  border-color: #e92f61;
  background-color: #e92f61;
}
.publishers-header .buttons-container .btn-header svg {
  margin-left: 12px;
}
.publishers-header .video {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  padding: 15px 24px;
  transform: translateX(-50%);
  text-transform: uppercase;
  color: #000;
  background-color: rgba(255, 255, 255, 0.93);
}
@media (max-width: 400px) {
  .publishers-header .video {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .publishers-header .video {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .publishers-header .video {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .publishers-header .video {
    width: 100%;
    max-width: 100%;
  }
}
.publishers-header .video:hover {
  text-decoration: none;
}
.publishers-header .video:hover svg {
  transform: translateX(5px);
}
.publishers-header .video svg {
  margin-left: 11px;
  transition: 0.2s;
}
.publishers-header .video svg path {
  stroke: #000;
}

.reasons {
  padding: 100px 0;
}
@media (max-width: 400px) {
  .reasons {
    padding: 50px 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .reasons {
    padding: 50px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .reasons {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reasons {
    padding: 50px 0;
  }
}
.reasons p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 60px;
  text-align: center;
  color: #787878;
}
.reasons .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-image: linear-gradient(to bottom, #ef668b, #e92f61);
}
.reasons .icon-container:hover svg {
  transform: scale(1.1);
}
.reasons .icon-container svg {
  max-width: 62px;
  max-height: 62px;
  transition: 0.15s;
}
.reasons h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
.reasons .row p {
  max-width: 285px;
  margin-right: auto;
  margin-left: auto;
}

.support {
  padding: 100px 0;
  background-color: #f6f6f7;
}
@media (max-width: 400px) {
  .support {
    padding: 50px 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .support {
    padding: 50px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .support {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .support {
    padding: 50px 0;
  }
}
.support h2 {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 400px) {
  .support h2 br {
    display: none;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .support h2 br {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .support h2 br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .support h2 br {
    display: none;
  }
}
.support hr {
  margin-bottom: 190px;
}
@media (max-width: 400px) {
  .support hr {
    margin-bottom: 40px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .support hr {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .support hr {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .support hr {
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .support ul {
    margin-bottom: 120px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .support ul {
    margin-bottom: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .support ul {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .support ul {
    margin-bottom: 120px;
  }
}
.support ul li {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  margin-bottom: 45px;
  padding-left: 65px;
  list-style: none;
}
@media (max-width: 400px) {
  .support ul li {
    font-size: 17px;
    margin-bottom: 25px;
    padding-left: 50px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .support ul li {
    font-size: 17px;
    margin-bottom: 25px;
    padding-left: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .support ul li {
    font-size: 17px;
    margin-bottom: 25px;
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .support ul li {
    font-size: 17px;
    margin-bottom: 25px;
    padding-left: 50px;
  }
}
.support ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.45' height='14.028' viewBox='0 0 19.45 14.028'%3E%3Cg id='check' transform='translate(0.563 0.563)'%3E%3Cpath id='Path_3851' data-name='Path 3851' d='M345.967,2443.467a.542.542,0,0,1-.384-.16l-5.423-5.423a.542.542,0,0,1,.766-.767l5.04,5.041,11.5-11.5a.542.542,0,0,1,.766.767l-11.881,11.88a.533.533,0,0,1-.383.16Z' transform='translate(-340.002 -2430.502)' fill='%23fff' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  transform: translateY(-50%);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-image: linear-gradient(to bottom, #ef668b, #e92f61);
}
@media (max-width: 400px) {
  .support ul li:before {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .support ul li:before {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .support ul li:before {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .support ul li:before {
    width: 28px;
    height: 28px;
  }
}
.support .info {
  padding: 30px 45px;
  background-color: #fff;
}
@media (max-width: 400px) {
  .support .info {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .support .info {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .support .info {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .support .info {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.support .info img {
  display: block;
  width: 220px;
  height: auto;
  margin-right: auto;
  margin-bottom: -94px;
  margin-left: auto;
  transform: translateY(-50%);
}
.support .info h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
  color: #e92f61;
}
.support .info h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
  color: #787878;
}
.support .info .testimony-text {
  position: relative;
  padding: 0 45px;
}
@media (max-width: 400px) {
  .support .info .testimony-text {
    padding: 0 30px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .support .info .testimony-text {
    padding: 0 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .support .info .testimony-text {
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .support .info .testimony-text {
    padding: 0 30px;
  }
}
.support .info .testimony-text .quote-start {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: auto;
}
@media (max-width: 400px) {
  .support .info .testimony-text .quote-start {
    width: 25px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .support .info .testimony-text .quote-start {
    width: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .support .info .testimony-text .quote-start {
    width: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .support .info .testimony-text .quote-start {
    width: 25px;
  }
}
.support .info .testimony-text .quote-end {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: auto;
}
@media (max-width: 400px) {
  .support .info .testimony-text .quote-end {
    width: 25px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .support .info .testimony-text .quote-end {
    width: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .support .info .testimony-text .quote-end {
    width: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .support .info .testimony-text .quote-end {
    width: 25px;
  }
}
.support .info p {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  line-height: 22px;
  text-align: center;
  color: #787878;
}

.partner {
  padding: 100px 0;
}
@media (max-width: 400px) {
  .partner {
    padding: 50px 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .partner {
    padding: 50px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .partner {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .partner {
    padding: 50px 0;
  }
}
.partner h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 80px;
  text-align: center;
  color: #787878;
}
.partner #brands1 .brand, .partner #brands2 .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 115px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: #f6f6f7;
}
.partner #brands1 .brand:hover img, .partner #brands2 .brand:hover img {
  opacity: 1;
  filter: grayscale(0);
}
.partner #brands1 .brand img, .partner #brands2 .brand img {
  max-width: 100px;
  max-height: 75px;
  transition: 0.15s;
  opacity: 0.25;
  filter: grayscale(1);
}
.partner #brands1 .brand a, .partner #brands2 .brand a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.partner .button {
  margin-top: 65px;
}

.register {
  padding: 120px 0;
  background: url(../../42660bed561c7b86dc80d1195d182321.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 400px) {
  .register {
    padding: 70px 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .register {
    padding: 70px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .register {
    padding: 70px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .register {
    padding: 70px 0;
  }
}
.register h3 {
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
@media (max-width: 400px) {
  .register h3 {
    font-size: 28px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .register h3 {
    font-size: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .register h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .register h3 {
    font-size: 28px;
  }
}
.register h4 {
  font-weight: 400;
}
@media (max-width: 400px) {
  .register h4 {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .register h4 {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .register h4 {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .register h4 {
    font-size: 16px;
    line-height: 19px;
  }
}
.register .button {
  margin-top: 45px;
}
@media (max-width: 400px) {
  .register .button {
    margin-top: 30px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .register .button {
    margin-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .register .button {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .register .button {
    margin-top: 30px;
  }
}

.how {
  padding: 100px 0;
  background-color: #f6f6f7;
}
@media (max-width: 400px) {
  .how {
    padding: 50px 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .how {
    padding: 50px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .how {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .how {
    padding: 50px 0;
  }
}
.how .steps-container {
  position: relative;
}
.how .steps-container .line-left, .how .steps-container .line-right {
  position: absolute;
  top: 60px;
  left: 8%;
  width: 40%;
  height: 90px;
}
@media (max-width: 400px) {
  .how .steps-container .line-left, .how .steps-container .line-right {
    display: none;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .how .steps-container .line-left, .how .steps-container .line-right {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .how .steps-container .line-left, .how .steps-container .line-right {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .how .steps-container .line-left, .how .steps-container .line-right {
    display: none;
  }
}
.how .steps-container .line-left svg, .how .steps-container .line-right svg {
  width: 100%;
  height: 100%;
}
.how .steps-container .line-right {
  right: 8%;
  left: auto;
}
.how .steps-container .steps-inner {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  counter-reset: index;
  gap: 25px;
}
@media (max-width: 400px) {
  .how .steps-container .steps-inner {
    align-items: center;
    flex-direction: column;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .how .steps-container .steps-inner {
    align-items: center;
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .how .steps-container .steps-inner {
    align-items: center;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .how .steps-container .steps-inner {
    align-items: center;
    flex-direction: column;
  }
}
.how .steps-container .steps-inner div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-basis: 100%;
  flex-direction: column;
  max-width: 280px;
  counter-increment: index;
}
.how .steps-container .steps-inner div:nth-child(odd) {
  margin-top: 75px;
}
@media (max-width: 400px) {
  .how .steps-container .steps-inner div:nth-child(odd) {
    margin-top: 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .how .steps-container .steps-inner div:nth-child(odd) {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .how .steps-container .steps-inner div:nth-child(odd) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .how .steps-container .steps-inner div:nth-child(odd) {
    margin-top: 0;
  }
}
.how .steps-container .steps-inner div:before {
  font-size: 20px;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  content: counter(index) " ";
  transform: translateX(-80px);
  color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-image: linear-gradient(to bottom, #ef668b, #e92f61);
}
.how .steps-container .steps-inner div img {
  display: block;
  margin-bottom: 25px;
}
.how .steps-container .steps-inner div h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 11px;
  text-align: center;
}
.how .steps-container .steps-inner div p {
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #787878;
}
.how .steps-container .steps-inner div p a {
  font-weight: 700;
  text-decoration: underline;
  color: #e92f61;
}

.testimonials {
  padding: 100px 0;
}
.testimonials #testimonies .testimony .quotes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.testimonials #testimonies .testimony p {
  font-size: 18px;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 40px;
  text-align: center;
  color: #787878;
}
.testimonials #testimonies .testimony-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials #testimonies .testimony-info .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 65px;
  margin-right: 21px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonials #testimonies .testimony-info .picture img {
  max-width: 100%;
  max-height: 100%;
}

.faq {
  padding: 100px 0;
  background-color: #f6f6f7;
}
.faq #faq-accordion .card {
  margin-bottom: 15px;
  user-select: none;
  border: 0;
  background-color: transparent;
}
.faq #faq-accordion .card-header {
  padding-right: 35px;
  padding-left: 35px;
  border-bottom: 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
}
.faq #faq-accordion .card-header svg {
  margin-right: 16px;
}
@media (max-width: 400px) {
  .faq #faq-accordion .card-header svg {
    display: none;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .faq #faq-accordion .card-header svg {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .faq #faq-accordion .card-header svg {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq #faq-accordion .card-header svg {
    display: none;
  }
}
.faq #faq-accordion .card h5 {
  font-size: 16px;
  font-weight: 700;
}
.faq #faq-accordion .card p {
  font-size: 14px;
  line-height: 20px;
  color: #787878;
}
