* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Inter, sans-serif !important;
  background: #ffffff;
}
@media (min-width: 1400px) {
  body .container {
    max-width: 1400px;
  }
}

a.now-button.primary-btn {
  text-decoration: none;
  color: #fff;
}

video.social-media-animation {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 29px;
}

.slick-dots {
  justify-content: center;
  margin-top: 4rem;
  display: none;
}

.slick-prev {
  background-image: url("/images/left.png");
}

.slick-next {
  background-image: url("/images/right.png");
}

.typo-1 {
  font-size: calc(28px + 29 * (100vw - 320px) / 1600);
  line-height: calc(34px + 35 * (100vw - 320px) / 1600);
  letter-spacing: -0.04em;
  font-weight: 700;
}

.typo-2 {
  font-size: calc(28px + 20 * (100vw - 320px) / 1600);
  line-height: calc(34px + 24 * (100vw - 320px) / 1600);
  font-weight: 700;
}

.typo-3 {
  font-size: calc(28px + 12 * (100vw - 320px) / 1600);
  line-height: calc(34px + 14 * (100vw - 320px) / 1600);
  font-weight: 700;
}

.typo-4 {
  font-size: calc(24px + 4 * (100vw - 320px) / 1600);
  line-height: calc(28px + 6 * (100vw - 320px) / 1600);
  letter-spacing: -0.03em;
  font-weight: 700;
}

.typo-5 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  line-height: calc(28px + 8 * (100vw - 320px) / 1600);
  letter-spacing: -0.03em;
  font-weight: 400;
}

.text-1 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  line-height: calc(24px + 6 * (100vw - 320px) / 1600);
  font-weight: 400;
}

.text-2 {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(21px + 9 * (100vw - 320px) / 1600);
  font-weight: 400;
}

.text-3 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
}

.text-4 {
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  line-height: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
}

.primary-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.02em;
  padding: 1.2rem 3rem 1rem;
  background-color: #542cfa;
  border-radius: 3rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 375px) {
  .primary-btn {
    padding: 1rem;
  }
}
.primary-btn.border-btn {
  border: 2px solid #3a325f;
  background-color: transparent;
}
.primary-btn.white-btn {
  background-color: #fff;
  color: #542cfa;
}
.primary-btn.orange-btn {
  background-color: #fa8f21;
  color: #09041e;
}
.primary-btn.pink-btn {
  background-color: #ff438c;
  color: #fff;
}
.primary-btn.arrow-btn {
  padding: 1.25rem 4rem 1.25rem 2rem;
  position: relative;
}
.primary-btn.arrow-btn::after {
  content: "";
  background: url(../images/icons/white_arrow.svg);
  position: absolute;
  right: 27px;
  top: 15px;
  z-index: 9;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 576px) {
  .primary-btn.arrow-btn::after {
    top: 10px;
  }
}

.primary-btn {
  background-color: #1829f2;
}
@media screen and (max-width: 375px) {
  .primary-btn {
    padding: 1rem 2rem;
  }
}

.banner_section {
  position: relative;
  padding: 30px 0;
}
.banner_section .topmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 375px) {
  .banner_section .topmenu .primary-btn {
    padding: 0.5rem 1rem;
  }
}
.banner_section .inner_wrap {
  padding-top: 120px;
}
@media screen and (max-width: 576px) {
  .banner_section .inner_wrap {
    padding-top: 70px;
  }
}
@media screen and (max-width: 576px) {
  .banner_section {
    padding: 50px 10px 0;
  }
}
.banner_section .tagline {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 8px 10px 8px 18px;
  max-width: 424px;
  margin: 0 auto;
  border-radius: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  margin-bottom: 20px;
}
.banner_section .tagline::before {
  content: url("../images/silver-medal.png");
  top: 3px;
  position: relative;
}
.banner_section .bnr-heading {
  font-size: calc(56px + 44 * (100vw - 320px) / 1600);
  line-height: calc(68px + 53 * (100vw - 320px) / 1600);
  letter-spacing: -0.04em;
  font-weight: 700;
}
.banner_section .sub_heading {
  font-size: calc(28px + 8 * (100vw - 320px) / 1600);
  line-height: calc(34px + 10 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.banner_section .desc {
  color: #616161;
}
.banner_section .banner_btn {
  margin-top: 2.3rem;
}
.banner_section .banner_btn .primary-btn {
  color: #fff;
}
.banner_section .banner_btn p {
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  padding-top: 1rem;
  color: #616161;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .banner_section .img_wrap {
    display: none;
  }
}
.banner_section .bg_wrap {
  background: linear-gradient(356deg, #ffffff 2.35%, rgba(255, 255, 255, 0) 92.17%);
  min-height: 135px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .banner_section .bg_wrap {
    display: none;
  }
}

.rating_section {
  padding: 100px 0 86px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 576px) {
  .rating_section {
    padding: 50px 0;
  }
}
.rating_section .rating_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 992) {
  .rating_section .rating_wrap {
    gap: 50px;
  }
}
@media screen and (max-width: 575px) {
  .rating_section .rating_wrap {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rating_section .rating_wrap .rate_col {
    margin-bottom: 30px;
  }
}
.rating_section .rating_wrap .rate_col.rate .list_title {
  max-width: 130px;
}
@media screen and (max-width: 575px) {
  .rating_section .rating_wrap .rate_col.rate .list_title {
    max-width: 100px;
  }
}
.rating_section .rating_wrap .rate_col.rate .settitle {
  max-width: 200px;
}
@media screen and (max-width: 575px) {
  .rating_section .rating_wrap .rate_col.rate .settitle {
    max-width: 100px;
  }
}
.rating_section .rating_wrap .rate_col .list_number {
  font-size: calc(50px + 22 * (100vw - 320px) / 1600);
  line-height: calc(50px + 37 * (100vw - 320px) / 1600);
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #ffa112;
  margin-bottom: 6px;
}
.rating_section .rating_wrap .rate_col .list_title {
  max-width: 188px;
}
@media screen and (max-width: 575px) {
  .rating_section .rating_wrap .rate_col .list_title {
    font-size: 14px;
  }
}

.business_section {
  padding: 60px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 576px) {
  .business_section {
    padding: 50px 0;
  }
}
.business_section .heading {
  max-width: 850px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 576px) {
  .business_section .heading {
    margin: 0 auto 40px;
  }
}
.business_section .logos_wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  list-style: none;
}
.business_section .logos_wrapper .slick-current .logos_list {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border: 1.19px solid rgba(58, 57, 105, 0.1607843137);
  background-color: white;
  border-radius: 14px;
  max-width: 200px;
  margin: auto;
}
.business_section .logos_wrapper .slick-current .logos_list img {
  margin: 0 auto;
}
.business_section .logos_wrapper .slick-current.slick-slide {
  margin: 0 10px 20px 10px;
}
.business_section .logos_wrapper .slick-next::before {
  content: url(/images/right.png);
  position: absolute;
  top: 28px;
  right: -20px;
}
@media screen and (max-width: 576px) {
  .business_section .logos_wrapper .slick-next::before {
    right: 0px;
  }
}
.business_section .logos_wrapper .slick-prev::after {
  content: url(images/left.png);
  position: absolute;
  top: 28px;
  left: -20px;
}
@media screen and (max-width: 576px) {
  .business_section .logos_wrapper .slick-prev::after {
    left: 0px;
  }
}
.business_section .logos_wrapper .slick-track {
  display: inline-flex;
  align-items: center;
}
.business_section .logos_wrapper .slick-slider .slick-list {
  max-width: 100%;
  overflow: hidden;
}
.business_section .logos_wrapper .slick-slider .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.business_section .logos_wrapper .slick-arrow {
  background: transparent;
  border: 0;
  outline: none;
}
.business_section .busi_img_wrapper {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.business_section .busi_img_wrapper .box_wrap {
  flex-wrap: nowrap;
  display: flex !important;
  align-items: center;
  transition: all 0.2s ease-out;
  justify-content: center;
}
.business_section .mob_busi_wrap {
  display: none;
}
@media screen and (max-width: 576px) {
  .business_section .mob_busi_wrap {
    display: block;
  }
}
.business_section .mob_busi_wrap .box_wrap {
  height: 500px;
  overflow-y: scroll;
  position: relative;
  z-index: 9;
  max-width: 300px;
  margin: 0 auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.business_section .mob_busi_wrap .box_wrap::-webkit-scrollbar {
  display: none;
}
.business_section .bottom_desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #616161;
  padding: 0 20px;
}
@media screen and (max-width: 576px) {
  .business_section .bottom_desc {
    margin-top: 2rem;
  }
}
.business_section .mob_logo_wrapper {
  list-style: none;
  position: absolute;
  top: 40%;
  right: 20px;
  text-align: end;
}
@media screen and (max-width: 576px) {
  .business_section .mob_logo_wrapper {
    z-index: 99;
    max-width: 100px;
  }
}
.business_section .mob_logo_wrapper button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  transform: rotate(90deg);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  right: 20px;
  position: relative;
}
.business_section .mob_logo_wrapper .slick-track {
  left: 30px;
}
.business_section .mob_logo_wrapper .slick-slide {
  width: 66px !important;
  height: 66px;
}
.business_section .mob_logo_wrapper .mob_logos_list {
  display: block !important;
  width: -moz-max-content !important;
  width: max-content !important;
  opacity: 0.5;
  width: 66px !important;
  height: 66px;
}
.business_section .mob_logo_wrapper .mob_logos_list.active {
  opacity: 1;
}
.business_section .mob_logo_wrapper .mob_logos_list .mob_img_link {
  width: -moz-max-content;
  width: max-content;
  display: block;
}

.gen_video_section {
  background-color: #f8f8f8;
  text-align: center;
  padding: 4rem 0;
}
@media screen and (max-width: 576px) {
  .gen_video_section {
    padding: 3rem 0;
  }
}
.gen_video_section .gen_heading {
  color: #000000;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .gen_video_section .gen_heading {
    margin-bottom: 36px;
  }
}
.gen_video_section .sub_title {
  font-size: calc(24px + 8 * (100vw - 320px) / 1600);
  line-height: calc(28px + 11 * (100vw - 320px) / 1600);
  letter-spacing: -0.03em;
  font-weight: 500;
}
.gen_video_section .desc {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  line-height: 26px;
  font-weight: 400;
  color: #616161;
}
@media screen and (max-width: 576px) {
  .gen_video_section .inner_wrap {
    padding: 0 20px;
  }
}
.gen_video_section .video_slider {
  display: flex;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .gen_video_section .video_slider {
    display: block;
    max-width: 100%;
  }
}
.gen_video_section .video_slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.gen_video_section .video_slider .slick-slide {
  background: #ececec;
  border-radius: 33px;
  border: 1px solid rgba(159, 159, 159, 0.2);
  padding: 10px;
}
.gen_video_section .video_slider .slick-slide .slide_wrap {
  background: #e1e1e1;
  border: 1px solid rgba(159, 159, 159, 0.2);
  border-radius: 29px;
  padding: 10px;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.gen_video_section .video_slider .slick-slide .slide_wrap video {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 29px;
}
.gen_video_section .video_slider .slick-arrow {
  background: transparent;
  width: -moz-max-content;
  width: max-content;
  border: 0;
}
.gen_video_section .video_slider .slick-arrow.slick-prev::before {
  content: url(/images/videoleft.png);
}
.gen_video_section .video_slider .slick-arrow.slick-next::after {
  content: url(/images/videoright.png);
}
.gen_video_section .video_slider .slick-list {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .gen_video_section .video_slider .slick-list {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .gen_video_section .video_slider .slick-list {
    max-width: 750px;
  }
}
@media screen and (max-width: 992px) {
  .gen_video_section .video_slider .slick-list {
    max-width: 690px;
  }
}
.gen_video_section .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.gen_video_section .slick-dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin-right: 5px;
}
.gen_video_section .slick-dots li button {
  display: none;
}
.gen_video_section .gen_btn {
  margin-top: 30px;
}

.ads_section {
  text-align: center;
  padding: 3rem 0;
}
.ads_section .heading {
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .ads_section .heading {
    padding: 0 15px;
  }
}
.ads_section .image_wrapper {
  max-width: 1468px;
  margin: 35px auto;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 0 1rem;
}
@media screen and (max-width: 576px) {
  .ads_section .image_wrapper {
    display: block;
    padding: 0;
  }
}
.ads_section .image_wrapper .imgs {
  transition: all 200ms ease-in;
}
.ads_section .image_wrapper .imgs:hover {
  transform: scale(1.1);
}
.ads_section .sub_title {
  font-size: 12px;
  font-weight: 300;
  color: #616161;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .ads_section .sub_title {
    padding: 0 15px;
  }
}
.ads_section .ads_btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
}
.ads_section .ads_btn_wrap .transparent-btn {
  background-color: transparent;
  border-radius: 0;
  color: #616161;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  padding: 1.3rem 0 0;
  margin-bottom: 0;
}

.feature_cta {
  padding: 3rem 0 4rem;
  text-align: center;
}
.feature_cta .inner_wrap .heading {
  font-size: calc(28px + 34 * (100vw - 320px) / 1600);
  line-height: calc(34px + 41 * (100vw - 320px) / 1600);
  letter-spacing: -0.04em;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 1150px;
  margin: 0 auto;
}
.feature_cta .inner_wrap .sub_head {
  font-weight: 300;
  color: #616161;
  padding: 2rem 0 1.5rem;
  margin-bottom: 0;
}
.feature_cta .inner_wrap .sub_title {
  font-weight: 600;
}
.feature_cta .inner_wrap .cta_wrap {
  margin-top: 2rem;
}

.our_client_section {
  background-color: #f8f8f8;
  padding: 5rem 1rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .our_client_section {
    padding-bottom: 4rem;
  }
}
.our_client_section .heading {
  max-width: 820px;
  margin: 0 auto 36px;
  color: #000000;
}
.our_client_section .review_wrapper {
  position: relative;
}
.our_client_section .review_wrapper::before {
  content: url("/images/slider_left_shadow.png");
  position: absolute;
  left: -10px;
  z-index: 9;
}
@media screen and (max-width: 576px) {
  .our_client_section .review_wrapper::before {
    display: none;
  }
}
.our_client_section .review_wrapper::after {
  content: url("/images/slider_right_shadow.png");
  position: absolute;
  right: 0;
  z-index: 9;
  top: 0;
}
@media screen and (max-width: 576px) {
  .our_client_section .review_wrapper::after {
    display: none;
  }
}
.our_client_section .review_wrapper .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.our_client_section .review_wrapper .slick-dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin-right: 5px;
}
.our_client_section .review_wrapper .slick-dots li button {
  display: none;
}
.our_client_section .review_wrapper .review_tile {
  padding: 2rem 1rem 1rem;
  border-radius: 28px;
  background: #fff;
  border: 0;
  min-height: 560px;
  margin: 0 15px 0;
}
@media screen and (max-width: 576px) {
  .our_client_section .review_wrapper .review_tile {
    margin: 0 5px 0;
  }
}
@media screen and (max-width: 1200px) {
  .our_client_section .review_wrapper .review_tile {
    min-height: 540px;
  }
}
@media screen and (max-width: 576px) {
  .our_client_section .review_wrapper .review_tile {
    min-height: 100%;
  }
}
@media screen and (max-width: 375px) {
  .our_client_section .review_wrapper .review_tile {
    padding: 2rem 0.5rem;
  }
}
.our_client_section .review_wrapper .review_tile .tagline {
  background-color: #ececec;
  border-radius: 14px;
  display: inline-flex;
  padding: 3px 22px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 25px;
}
.our_client_section .review_wrapper .review_tile .rate_no {
  font-size: calc(80px + 20 * (100vw - 320px) / 1600);
  line-height: calc(96px + 25 * (100vw - 320px) / 1600);
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #1829f2;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .our_client_section .review_wrapper .review_tile .rate_no {
    font-size: 80px;
  }
}
@media screen and (max-width: 375px) {
  .our_client_section .review_wrapper .review_tile .rate_no {
    font-size: 60px;
  }
}
.our_client_section .review_wrapper .review_tile .title {
  font-weight: 500;
}
.our_client_section .review_wrapper .review_tile .desc {
  margin: 2rem 0 1.5rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #616161;
}
.our_client_section .review_wrapper .review_tile .client-img .stars {
  margin-bottom: 1rem;
}
.our_client_section .review_wrapper .review_tile .client-img .stars img {
  margin: 0 auto;
}
.our_client_section .review_wrapper .review_tile .client-img .reviewer-name {
  border-radius: 50%;
  background-color: #524ab0;
  height: 40px;
  width: 40px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0.5rem;
}
.our_client_section .review_wrapper .review_tile .client-img .name {
  font-weight: 500;
  color: #262626;
  margin-bottom: 0;
}

.make_section {
  padding: 5rem 0;
  text-align: center;
}
.make_section .inner_wrap .tagline {
  font-weight: 400;
  color: #000000;
}
.make_section .inner_wrap .sub_title {
  margin-bottom: 0;
}
.make_section .inner_wrap .sliders .heading {
  font-size: calc(30px + 50 * (100vw - 320px) / 1600);
  line-height: calc(40px + 50 * (100vw - 320px) / 1600);
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #000000;
  max-width: 950px;
  margin: 3rem auto;
}
@media screen and (max-width: 576px) {
  .make_section .inner_wrap .sliders .heading {
    margin: 2rem auto;
  }
}
.make_section .inner_wrap .typo-5 {
  color: #616161;
}
.make_section .inner_wrap .btn_wrap {
  margin-top: 1.75rem;
}

.own_agency_section {
  background-color: #f8f8f8;
  padding: 4rem 0;
  text-align: center;
}
.own_agency_section .wrapper {
  max-width: 799px;
  margin: 0 auto;
}
.own_agency_section .wrapper .tagline {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.own_agency_section .wrapper .heading {
  font-size: calc(25px + 37 * (100vw - 320px) / 1600);
  line-height: calc(34px + 53 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
}
.own_agency_section .wrapper .desc {
  color: #616161;
  margin-bottom: 38px;
}
.own_agency_section .bottom_desc {
  color: #616161;
  margin: 3rem 0 1.5rem;
}
.own_agency_section .step_wrapper .steps_list {
  display: flex;
  text-align: left;
  justify-content: center;
}
.own_agency_section .step_wrapper .steps_list .box_wrap {
  display: flex;
  position: relative;
  align-items: center;
  background: #fff;
}
.own_agency_section .step_wrapper .steps_list .box_wrap.box_1 {
  border-top-left-radius: 15px;
}
.own_agency_section .step_wrapper .steps_list .box_wrap.box_3 .title {
  max-width: 200px;
}
.own_agency_section .step_wrapper .steps_list .box_wrap .content {
  position: relative;
  padding: 0 30px;
  max-width: 300px;
}
.own_agency_section .step_wrapper .steps_list .box_wrap .content::before {
  content: url("/images/polygon_2.png");
  position: absolute;
  top: 0;
  bottom: 0;
  height: -moz-min-content;
  height: min-content;
  margin-left: -3.5rem;
}
.own_agency_section .step_wrapper .steps_list .box_wrap .content .title {
  font-weight: 500;
  margin-bottom: 0.8rem;
  line-height: 28px;
}
.own_agency_section .step_wrapper .steps_list .box_wrap .content .desc {
  color: #616161;
  margin-bottom: 0;
  line-height: 24px;
}
.own_agency_section .step_wrapper .steps_list.list_2 .box_wrap {
  flex-direction: row-reverse;
}
.own_agency_section .step_wrapper .steps_list.list_2 .box_wrap .content::before {
  display: none;
}
.own_agency_section .step_wrapper .steps_list.list_2 .box_wrap .content::after {
  content: url("/images/polygon_1.png");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: -moz-min-content;
  height: min-content;
  margin-right: -1.5rem;
}
.own_agency_section .step_wrapper .steps_list.list_2 .box_wrap.box_4 {
  border-bottom-right-radius: 15px;
}
.own_agency_section .mob_step_wrapper .box_wrap {
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .own_agency_section .mob_step_wrapper .box_wrap img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.own_agency_section .mob_step_wrapper .box_wrap .content {
  max-width: 286px;
  margin: 0 auto;
  padding: 28px;
  text-align: left;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .own_agency_section .mob_step_wrapper .box_wrap .content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .own_agency_section .mob_step_wrapper .box_wrap .content {
    margin: 0 auto 0 0;
  }
}
.own_agency_section .mob_step_wrapper .box_wrap .title {
  font-size: 23px;
  font-weight: 500;
  line-height: 27px;
  color: #000000;
  margin-bottom: 8px;
}
.own_agency_section .mob_step_wrapper .box_wrap .desc {
  color: #616161;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
}

.media_section {
  padding: 4rem 0 0rem;
}
.media_section .inner_wrap {
  max-width: 1100px;
  margin: 0 auto;
  align-items: baseline;
}
@media screen and (max-width: 576px) {
  .media_section .inner_wrap {
    text-align: center;
  }
}
.media_section .inner_wrap .heading {
  font-size: calc(28px + 44 * (100vw - 320px) / 1600);
  line-height: calc(34px + 53 * (100vw - 320px) / 1600);
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
.media_section .inner_wrap .desc {
  color: #616161;
}
.media_section .inner_wrap .social_icons {
  list-style: none;
  display: flex;
  gap: 30px;
  max-width: 320px;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .media_section .inner_wrap .social_icons {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .media_section .inner_wrap .social_icons {
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .media_section .inner_wrap .social_icons {
    margin: 15px auto 30px;
  }
}
.media_section .inner_wrap .social_icons li {
  width: -moz-max-content;
  width: max-content;
}
.media_section .inner_wrap .social_icons li .social-icon-img {
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}
@media screen and (max-width: 768) {
  .media_section .inner_wrap .social_icons li .social-icon-img {
    width: 70px;
  }
}
.media_section .inner_wrap .social_icons:hover {
  gap: 20px;
  transition: gap 0.3s ease-in-out;
}
.media_section .inner_wrap .social_icons:hover .social-icon-img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.media_section .inner_wrap .social_icons:hover .twitter img {
  transform: translate(-5px, 8px);
}
.media_section .social_img_wrapper {
  max-width: 1468px;
  margin: 2rem auto;
  display: flex;
  padding: 0 1rem;
}
@media screen and (max-width: 576px) {
  .media_section .social_img_wrapper {
    display: block;
    margin-top: 1rem;
    padding: 0;
    text-align: center;
  }
}
.media_section .sub_title {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 15px;
  color: #616161;
}

.pricing-plans {
  padding: 7rem 0 6rem;
}
.pricing-plans a.primary-btn {
  color: #fff;
  text-decoration: none;
}
.pricing-plans a.setcolor {
  color: #09041e;
}
@media screen and (max-width: 576px) {
  .pricing-plans {
    padding: 4rem 0 3rem 0;
  }
}
.pricing-plans .text-tag {
  border: 1px solid #ff438c;
  color: #ff438c;
}
.pricing-plans .pricing_data .heading {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #000000;
  max-width: 840px;
  margin: 0rem auto 8px;
}
.pricing-plans .pricing_data .try-free {
  font-weight: 700;
  color: #542cfa;
  margin: 2rem 0 0.5rem;
}
.pricing-plans .pricing_data .opt-text {
  color: #3a3969;
  opacity: 0.8;
  font-weight: 500;
}
.pricing-plans .pricing_data .offer {
  font-size: calc(20px + 12 * (100vw - 320px) / 1600);
  line-height: calc(34px + 24 * (100vw - 320px) / 1600);
  color: #616161;
}
.pricing-plans .pricing_data .offer .all-just {
  font-size: calc(20px + 12 * (100vw - 320px) / 1600);
  line-height: calc(30px + 10 * (100vw - 320px) / 1600);
  color: #616161;
}
.pricing-plans .pricing_data .offer .main-cost {
  font-size: calc(38px + 10 * (100vw - 320px) / 1600);
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -0.02em;
  color: #fa8f21;
}
.pricing-plans .pricing_data .offer .cost-after {
  color: #fa8f21;
  font-size: 24px;
  font-weight: 600;
}
.pricing-plans .pricing_data .offer .offer-cost,
.pricing-plans .pricing_data .offer .light-color {
  font-size: calc(22px + 16 * (100vw - 320px) / 1600);
  line-height: calc(30px + 10 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #616161;
}
.pricing-plans .pricing_data .shimmer_btn {
  margin-top: 2.7rem;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 576px) {
  .pricing-plans .pricing_data .shimmer_btn {
    display: block;
  }
}
.pricing-plans .pricing_data .shimmer_btn .shimmerGlobal {
  border-radius: 3rem;
  width: 280px;
  height: 60px;
  background: #fff;
  opacity: 0.1;
  display: inline-block;
  margin-bottom: 2rem;
}
.pricing-plans .pricing_data .shimmer_btn .shimmerGlobal::after {
  content: url(../images/shimmer_inner.png);
  opacity: 0.2;
  width: 60px;
  transform: skewX(-22deg);
}
.pricing-plans .pricing_data .shimmer_btn .shimmerGlobal.shimmer_1 {
  margin-right: 1rem;
}
@media screen and (max-width: 576px) {
  .pricing-plans .pricing_data .shimmer_btn .shimmerGlobal.shimmer_1 {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.pricing-plans .pricing_data .btn-grp {
  margin-top: 3rem;
}
@media screen and (max-width: 576px) {
  .pricing-plans .pricing_data .btn-grp {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.pricing-plans .pricing_data .btn-grp .primary-btn {
  padding: 1.3rem 2.5rem;
  font-size: 18px;
}
@media screen and (max-width: 375px) {
  .pricing-plans .pricing_data .btn-grp .primary-btn {
    padding: 1.3rem 1.5rem;
    width: 100%;
  }
}
.pricing-plans .pricing_data .btn-grp .primary-btn.wide-btn {
  padding: 20px 94px;
}
@media screen and (max-width: 576px) {
  .pricing-plans .pricing_data .btn-grp .primary-btn.wide-btn {
    padding: 20px 76px;
  }
}
.pricing-plans .pricing_data .btn-grp .primary-btn.start-trail-url:hover {
  background-color: #4625d2;
}
.pricing-plans .pricing_data .btn-grp .primary-btn.orange-btn {
  margin-left: 15px;
}
@media screen and (max-width: 576px) {
  .pricing-plans .pricing_data .btn-grp .primary-btn.orange-btn {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.pricing-plans .pricing_data .btn-grp .primary-btn.orange-btn span {
  font-weight: 900;
  font-style: italic;
}
.pricing-plans .pricing_data .btn-grp .primary-btn .offer-percentage {
  font-weight: 900;
  letter-spacing: -0.26px;
  font-style: italic;
}

footer {
  background-color: #0c032f;
  padding: 70px 0px 30px 0;
}
footer .footer-row .about {
  color: #fff;
  margin-top: 1rem;
}
footer .footer-row .post-footer {
  padding: 2rem 0 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  text-align: center;
}
footer .footer-row .footer-partners {
  float: right;
}
@media screen and (max-width: 768px) {
  footer .footer-row .footer-partners {
    float: left;
  }
}
footer .footer-row .footer-partners .settext {
  color: #fff;
  font-weight: 600;
}
footer .footer-row .footer-partners .partners-frame {
  margin: 16px 0;
}
footer .footer-row .copyright {
  text-align: center;
}
footer .footer-row .copyright .copyright_content {
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.slick-dots {
  justify-content: center;
  margin-top: 4rem;
}
.slick-dots li {
  background: #56555f;
  border: 1px solid #56555f;
}
.slick-dots li.slick-active {
  background: #babac2;
  border: 1px solid #babac2;
}/*# sourceMappingURL=style.css.map */