* {
  margin: 0;
  padding: 0;
}

.toast:not(.showing):not(.show) {
  pointer-events: none;
}

.skeleton-loader {
  width: 100%;
  height: 355px;
  border-radius: 15px;
  background: linear-gradient(45deg, #f1f0f0, #c1c0c0, #f1f0f0);
  background-size: 200%;
  background-position: left;
  animation: skeleton 1s ease infinite alternate-reverse;
}

.loader-advertise {
  height: 350px;
}
@media screen and (min-width: 768px) {
  .loader-advertise {
    height: 100%;
  }
}

@keyframes skeleton {
  0% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.ad-button {
  height: 45px;
  padding: 4px 30px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: white;
  width: 95%;
  max-width: 220px;
  border-radius: 30px;
}
.ad-button i {
  vertical-align: middle;
  padding-left: 10px;
}
.ad-button .bi {
  font-size: 20px;
  margin-top: -12px;
}
.ad-button:hover {
  background-color: #4A2771;
  color: #FFFFFF;
}
.ad-button:focus {
  box-shadow: none;
}
.ad-button:active {
  box-shadow: none;
}

.animated-arrow-cta {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px;
  border-radius: 30px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background-color: #FF5B23;
}
.animated-arrow-cta .anim-arrow {
  transition: all 0.3s ease;
}
.animated-arrow-cta:hover .anim-arrow {
  animation: arrowAnimation 1.5s ease infinite;
}

@keyframes arrowAnimation {
  60%, 100%, 0% {
    transform: translateX(0);
  }
  50%, 65% {
    transform: translateX(10px);
  }
}
.cta-wrapper {
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}

.special-packages {
  display: flex;
  align-items: center;
}
.special-packages:hover {
  color: #FFF;
  cursor: pointer;
}

.yellow-cta {
  background: linear-gradient(180deg, #FFBE00 0%, #A1810D 100%);
}

.section-heading {
  color: #505050;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  /* 140% */
  letter-spacing: 0.25px;
  margin-bottom: 60px;
  margin-top: 20px;
}

.more-text {
  color: rgba(80, 80, 80, 0.8509803922);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.iti--allow-dropdown {
  width: 100%;
}

.advertise-success-popup .modal-content {
  padding: 35px;
  border-radius: 20px;
  position: relative;
  width: 85%;
  margin: auto;
}
.advertise-success-popup .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5px;
  max-width: 360px;
  margin: auto;
}
.advertise-success-popup .modal-body::after {
  content: "";
  position: absolute;
  width: 104.365px;
  height: 2.497px;
  background: #00ADEE;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.advertise-success-popup h3 {
  color: #505050;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.advertise-success-popup span {
  color: #505050;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.advertise-success-popup .view-media-pdf {
  margin: 0;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.advertise-success-popup a {
  color: #111581;
  font-weight: 500;
}
.advertise-success-popup .btn-cross {
  border: none;
  background: transparent;
  position: absolute;
  top: 18px;
  right: 18px;
  transition: all 0.3s ease;
}
.advertise-success-popup .btn-cross:hover {
  transform: rotate(90deg);
}
.advertise-success-popup img {
  width: 156px;
}

.ad-landing-container {
  width: 90%;
  margin: 6.5rem auto;
  margin-top: 4rem;
}
.ad-landing-container .ad-sub-heading {
  color: #4A2771;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 12.95px;
  letter-spacing: 0.092504181px;
}
.ad-landing-container .ad-main-heading {
  width: -moz-fit-content;
  width: fit-content;
  width: 90%;
  margin: auto;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #4A2771;
}
.ad-landing-container .ad-main-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  color: rgba(80, 80, 80, 0.7333333333);
  margin-top: 1rem;
  width: 75%;
  margin: auto;
}

.benefits-section {
  padding-bottom: 1rem;
}

.benefits-container {
  width: 90%;
  margin: auto;
  display: flex;
  padding-top: 3rem;
  padding-bottom: 2rem;
  flex-direction: column;
  row-gap: 2rem;
  letter-spacing: 0.01em;
  color: #4A2771;
  background-color: #F0EEFF;
  position: relative;
}
.benefits-container .n-svg {
  max-width: 60px;
  margin-top: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
.benefits-container .guidlines-background {
  height: 100%;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
}
.benefits-container .benefits-2 {
  width: 85%;
  margin: auto;
}
.benefits-container .benefits-1 {
  width: 83%;
  margin: auto;
}
.benefits-container .benefits-1 .benefits-heading {
  margin: auto;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.1400000006px;
  color: #4A2771;
}
.benefits-container .benefits-2 {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.benefits-container .benefits-2 .benefits-2-inner .benefits-2-inner-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.benefits-container .benefits-2 .benefits-2-inner .benefits-2-inner-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}

.package-cards-section .package-cards-container {
  margin: auto;
}
.package-cards-section .package-cards-container .package-cards {
  padding: 0 20px;
  display: flex;
  row-gap: 4rem;
}
.package-cards-section .package-cards-container .package-cards .package {
  background: white;
  border-radius: 0px;
  border: unset;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.package-cards-section .package-cards-container .package-cards .package .card-title {
  color: #505050;
  padding-top: 1rem;
  padding: 1rem;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 1px;
}
.package-cards-section .package-cards-container .package-cards .package .card-body {
  height: -moz-max-content;
  height: max-content;
}
.package-cards-section .package-cards-container .package-cards .package .card-body .list-heading,
.package-cards-section .package-cards-container .package-cards .package .card-body .card-text {
  font-weight: 400;
  font-size: 14px;
  color: #505050;
}
.package-cards-section .package-cards-container .package-cards .package .card-body .list-heading {
  margin-top: -1rem;
  line-height: 24px;
  letter-spacing: 1px;
}
.package-cards-section .package-cards-container .package-cards .package .card-body ul.card-text {
  line-height: 35px;
  list-style: none;
}
.package-cards-section .package-cards-container .package-cards .package .card-body ul.card-text li {
  clear: left;
}
.package-cards-section .package-cards-container .package-cards .package .card-body ul.card-text li::before {
  content: "";
  padding-top: 33px;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-left: -25px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3e%3crect x='4.5' y='4.37598' width='12.4975' height='12.4975' rx='1.76035' fill='%23FF5B23'/%3e%3cpath d='M7.5 9.99783L9.48824 13.0567L13.1807 7.37598' stroke='white' stroke-width='1.58432' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.package-cards-section .package-cards-container .package-cards .package .card-footer {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 1rem;
  border-top: unset;
  padding: 0;
  background: transparent;
  width: 100%;
  border: unset;
  background-color: #FFFFFF;
}
.package-cards-section .package-cards-container .package-cards .package .card-footer .ad-button {
  background-color: #FF5B23;
  border-radius: 100px;
}
.package-cards-section .package-cards-container .package-cards .package .card-footer .ad-button svg path {
  transition: all 0.3s ease;
}
.package-cards-section .package-cards-container .package-cards .package .card-footer .ad-button:hover {
  background-color: #4A2771;
}
.package-cards-section .package-cards-container .package-cards .card.popular {
  border: none;
  box-shadow: none;
  box-shadow: 0px 3.52px 8.8px 0px rgba(0, 0, 0, 0.0509803922);
}
.package-cards-section .package-cards-container .package-cards .popular {
  position: relative;
  padding: 0 !important;
  border: 1px solid;
  border-color: #4A2771;
}
.package-cards-section .package-cards-container .package-cards .popular::before {
  content: "";
  position: absolute;
  height: 97%;
  width: 100%;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  z-index: 1;
}
.package-cards-section .package-cards-container .package-cards .popular .inner-card {
  height: 100%;
  padding-top: 30px;
  position: relative;
  z-index: 2;
  background: white;
}
.package-cards-section .package-cards-container .package-cards .popular .card-header {
  text-align: center;
  padding: 8px 0;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #4A2771;
  z-index: 2;
}
.package-cards-section .package-cards-container .package-cards .popular .card-footer {
  padding: 0 15px;
}
.package-cards-section .package-btn {
  font-size: 20.48px;
  font-weight: 400;
  line-height: 20.49px;
}

.description-section .description-container {
  padding-top: 5rem;
  padding-bottom: 1rem;
}
.description-section .description-container .description-heading {
  width: 90%;
  margin: auto;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #505050;
  letter-spacing: 0.01em;
  padding-bottom: 3rem;
}
.description-section .description-container .description {
  width: 90%;
  margin: auto;
}
.description-section .description-container .description .table-responsive {
  overflow-x: auto;
}
.description-section .description-container .description .table > :not(caption) > * > * {
  padding: 1rem 2.2rem;
}
.description-section .description-container .description .package-table {
  width: 100%;
  border-radius: 10px;
}
.description-section .description-container .description .package-table .table-head {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  border-radius: 100px;
  background: linear-gradient(180deg, #4A2771 0%, #171352 100%);
}
.description-section .description-container .description .package-table .table-head .center {
  text-align: center;
}
.description-section .description-container .description .package-table .table-head .th-left-radius {
  border-radius: 10px 0px 0px 10px;
}
.description-section .description-container .description .package-table .table-head .th-right-radius {
  border-radius: 0px 10px 10px 0px;
}
.description-section .description-container .description .package-table tbody tr {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
}
.description-section .description-container .description .package-table tbody td {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.description-section .description-container .description table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.description-section .description-container .description table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, #4A2771 0%, #171352 100%);
}
.description-section .description-container .description table tbody th {
  position: relative;
}
.description-section .description-container .description table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.description-section .description-container .description table tbody th {
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
}
.description-section .description-container .description caption {
  position: sticky;
  left: 0;
}

.ad-cards-section .ad-cards-container {
  margin-top: 3rem;
}
.ad-cards-section .ad-cards-container .ad-cards {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin: auto;
}
.ad-cards-section .ad-cards-container .ad-cards .card {
  width: 100%;
  min-height: 200px;
  margin: auto;
  background: #FFFFFF;
  padding: 40px 30px;
  color: #505050;
  border: 0px;
  border-radius: 10px;
  transition: all 0.4s ease;
}
.ad-cards-section .ad-cards-container .ad-cards .card:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.ad-cards-section .ad-cards-container .ad-cards .card .card-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
}
.ad-cards-section .ad-cards-container .ad-cards .card .card-text {
  width: 98%;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  row-gap: 0rem;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: inherit;
  flex-wrap: wrap;
}
.ad-cards-section .ad-cards-container .ad-cards .card .card-text li {
  padding-left: 0;
}
.ad-cards-section .ad-cards-container .ad-cards .card .card-text li::marker {
  font-size: 10px;
}

.faqs-section .faqs {
  padding-top: 5rem;
  width: 100%;
  margin: auto;
}
.faqs-section .faqs .heading {
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
  color: #505050;
  font-size: 25px;
  line-height: 35px;
}
.faqs-section .faqs .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.493);
}
.faqs-section .faqs .accordion-item .accordion-button {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #151515;
}
.faqs-section .faqs .accordion-item .accordion-button:focus {
  color: #4A2771;
  border-color: white;
  box-shadow: none;
}
.faqs-section .faqs .accordion-item .accordion-button:not(.collapsed) {
  background-color: white;
}
.faqs-section .faqs .accordion-item .accordion-button:not(.collapsed)::after {
  font-weight: 600;
}
.faqs-section .faqs .accordion-item .accordion-body {
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #505050;
}

.ads-contact-btn {
  margin: 0;
}

.get-media-kit-section {
  background: #4A2771;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
.get-media-kit-section .bg-lines {
  position: absolute;
  display: block;
  max-height: 100%;
  z-index: 1;
  top: 48px;
}
.get-media-kit-section .bg-lines svg {
  height: 230px;
}
.get-media-kit-section .right-line {
  right: -104px;
  transform: rotate(333deg);
}
.get-media-kit-section .left-line {
  left: -90px;
  transform: rotate(26deg);
}
.get-media-kit-section .get-media-kit {
  position: relative;
  z-index: 2;
  background-color: #FF5B23;
  font-size: 24.56px;
  font-weight: 400;
  line-height: 24.57px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 18px 25px;
}
.get-media-kit-section .heading {
  position: relative;
  z-index: 2;
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.25px;
}

.benefits-1 .get-media-kit.yellow-cta {
  display: none;
}

.offer-main-heading {
  color: #103977;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.offer-sub-heading {
  color: #103977;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
}

.offer-table-section {
  padding: 30px 0;
}
.offer-table-section table {
  margin: 0px auto;
  width: 100%;
}
.offer-table-section th {
  color: #FFF;
  text-align: center;
  font-size: 8.788px;
  font-weight: 600;
  line-height: 13.182px;
  padding: 2.976px 7.439px;
  letter-spacing: 0.088px;
  border-right: 0.186px solid #FFF;
  border-bottom: 0.186px solid #FFF;
  border-left: 0.186px solid #FFF;
  background: #070053;
}
.offer-table-section td {
  color: #505050;
  text-align: center;
  font-size: 8.788px;
  font-weight: 400;
  line-height: 13.182px;
  letter-spacing: 0.088px;
  padding: 2.976px 7.439px 3px 7.439px;
  border-right: 0.186px solid #505050;
  border-bottom: 0.186px solid #505050;
  border-left: 0.186px solid #505050;
}
.offer-table-section .special-offer-text {
  font-weight: 600;
}
.offer-table-section .table-main-heading {
  color: #000;
  text-align: center;
  font-size: 9.07px;
  font-weight: 500;
  line-height: 13.145px;
  letter-spacing: 0.091px;
  padding-top: 20px;
}
.offer-table-section .offer-para {
  color: #505050;
  font-size: 7.925px;
  font-weight: 400;
  line-height: 11.888px;
  padding: 15px 0;
}
.offer-table-section .table-cta {
  color: #FFF;
  font-size: 7.258px;
  font-weight: 400;
  line-height: 7.258px;
  letter-spacing: -0.218px;
  padding: 6.653px 12.096px;
  border-radius: 9.072px;
  width: -moz-fit-content;
  width: fit-content;
}

.steps-section {
  padding: 30px 0;
}
.steps-section .steps-main-heading {
  color: #505050;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.26px;
}
.steps-section .steps-sub-heading {
  color: #505050;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.18px;
}
.steps-section .steps-img {
  padding: 20px;
}

.performance-section {
  background-color: #EFEBFF;
}
.performance-section .heading {
  width: 320px;
  margin: auto;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.5563915372px;
  color: #4A2771;
  text-wrap: nowrap;
}
.performance-section .heading span {
  display: block;
}
.performance-section .heading .orange-text {
  color: #FF5B23;
}
.performance-section .heading .h-line {
  display: inline-block;
  width: 48.5%;
  background-color: #FF5B23;
  height: 5px;
}
.performance-section .stats-box {
  width: 290px;
  padding: 20px;
  background-color: white;
  border-bottom: 6.16px solid #4A2771;
  box-shadow: 0px 0px 7.7px 0px rgba(0, 0, 0, 0.1019607843);
}
.performance-section .stats-head {
  font-size: 34.06px;
  font-weight: 500;
  line-height: 32.63px;
  letter-spacing: 0.233090654px;
  padding-left: 15px;
}
.performance-section .stats-info {
  font-size: 19.46px;
  font-weight: 400;
  line-height: 32.63px;
  letter-spacing: 0.233090654px;
}
.performance-section .stats-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .offer-main-heading {
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.45px;
  }
  .offer-sub-heading {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.25px;
  }
  .offer-table-section {
    padding: 70px 0;
  }
  .offer-table-section table {
    margin: 30px auto;
  }
  .offer-table-section th {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.22px;
    padding: 10.371px 25.927px;
    border-right: 0.648px solid #FFF;
    border-bottom: 0.648px solid #FFF;
    border-left: 0.648px solid #FFF;
  }
  .offer-table-section td {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.16px;
    padding: 10.371px 25.927px;
    border-right: 0.648px solid #505050;
    border-bottom: 0.648px solid #505050;
    border-left: 0.648px solid #505050;
  }
  .offer-table-section .table-main-heading {
    font-size: 32.199px;
    font-weight: 500;
    line-height: 46.668px;
    letter-spacing: 0.322px;
    padding-top: 40px;
  }
  .offer-table-section .special-offer-text {
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.19px;
  }
  .offer-table-section .offer-para {
    padding: 15px 0;
    font-size: 28.135px;
    font-weight: 400;
    line-height: 42.203px;
  }
  .offer-table-section .table-cta {
    font-size: 25.766px;
    font-weight: 400;
    line-height: 25.766px;
    letter-spacing: -0.773px;
    border-radius: 9.072px;
    padding: 23.619px 42.944px;
    border-radius: 32.208px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: unset;
  }
  .steps-section {
    padding: 70px 0;
  }
  .steps-section .steps-main-heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.3px;
  }
  .steps-section .steps-sub-heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 576px) {
  .ad-landing-container {
    width: 85%;
  }
  .benefits-section .benefits-container {
    width: 85%;
  }
}
@media (min-width: 576px) {
  .package-cards-section .package-cards-container .package-cards {
    padding: 0;
  }
  .ad-landing-container {
    width: 70%;
  }
  .description-section .description-container .description-heading {
    width: 85%;
  }
  .description-section .description-container .description {
    width: 100%;
  }
  .ad-cards-section .ad-cards-container {
    margin-top: 3rem;
  }
  .ad-cards-section .ad-cards-container .ad-cards {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .package-cards-section .package-cards-container .package-cards {
    padding-top: 30px;
    gap: 30px;
    justify-content: center;
  }
  .package-cards-section .package {
    width: 45%;
  }
  .package-cards-section .popular {
    margin-bottom: 0;
  }
  .ad-cards-section .ad-cards-container .ad-cards {
    width: 100%;
  }
  .ad-cards-section .ad-cards-container .ad-cards .card .card-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 0.01em;
  }
  .ad-cards-section .ad-cards-container .ad-cards .card .card-text {
    padding-bottom: 0.5rem;
    padding-top: 1rem;
    height: 246px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
  }
  .get-media-kit-section .bg-lines {
    top: 0;
  }
  .get-media-kit-section .bg-lines svg {
    height: unset;
  }
  .get-media-kit-section .right-line {
    right: -32px;
    transform: rotate(0);
  }
  .get-media-kit-section .left-line {
    left: -32px;
    transform: rotate(0);
  }
  .faqs-section .faqs {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .section-heading {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.35px;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .card {
    padding: 0;
  }
  .supernova {
    margin-top: 38px;
  }
  .package-cards-section .package-cards-container .package-cards .package {
    height: 620px;
    padding: 0 15px;
  }
  .ad-landing-container {
    width: 64%;
    margin: 7rem auto;
    margin-top: 4rem;
  }
  .ad-landing-container .ad-sub-heading {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.25px;
  }
  .ad-landing-container .ad-main-content {
    margin-top: 30px;
  }
  .ad-landing-container .ad-main-heading {
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
  }
  .benefits-section {
    padding-bottom: 5rem;
  }
  .benefits-section .benefits-container {
    width: 85%;
  }
  .package-cards-section {
    padding-bottom: 2rem;
  }
  .package-cards-section .package-cards-container .package-cards .card .card-title {
    font-size: 23px;
    line-height: 30px;
  }
  .package-cards-section .package-cards-container .package-cards .card .card-body {
    height: 290px;
  }
  .package-cards-section .package-cards-container .package-cards .card .card-body .card-text {
    line-height: 30px;
  }
  .package-cards-section .package-cards-container .package-cards .popular::before {
    height: 103%;
    top: 15px;
    left: 0;
    transform: translate(0, 0);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .package-cards-section .package-cards-container .package-cards .package .card-body ul.card-text {
    line-height: 30px;
    list-style: none;
  }
  .description-section .description-container .description-heading {
    width: 85%;
  }
  .description-section .description-container .description {
    width: 85%;
  }
  .ad-cards-section .ad-cards-container .ad-cards {
    width: 100%;
  }
  .ad-cards-section .ad-cards-container .ad-cards .card {
    padding: 2rem;
  }
  .ad-cards-section .ad-cards-container .ad-cards .card .ad-button {
    font-size: 20px;
    height: 55px;
  }
  .get-media-kit-section .heading {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    /* 142.857% */
    letter-spacing: 0.35px;
  }
  .advertise-success-popup h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
  }
  .advertise-success-popup .modal-content {
    width: 90%;
  }
  .advertise-success-popup .modal-body {
    max-width: 370px;
  }
  .advertise-success-popup .view-media-pdf {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
  }
  .performance-section {
    position: relative;
  }
  .performance-section .purple-curve {
    position: absolute;
    right: 0;
    top: 0;
  }
  .performance-section .heading {
    width: -moz-fit-content;
    width: fit-content;
    margin: unset;
    font-size: 53.38px;
    line-height: 61.39px;
    letter-spacing: 0.5563915372px;
  }
  .performance-section .heading .h-line {
    display: inline-block;
    width: 57%;
    background-color: #FF5B23;
    height: 12px;
  }
  .performance-section .stats-box {
    width: -moz-fit-content;
    width: fit-content;
    padding: 35px;
    border-bottom: 8px solid #4A2771;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .performance-section .stats-container {
    flex-direction: row;
    flex-wrap: wrap;
    width: 85%;
  }
  .performance-section .stats-head {
    font-size: 44.06px;
    line-height: 42px;
    letter-spacing: 0.233090654px;
    padding-left: 0;
  }
  .performance-section .stats-info {
    font-size: 25px;
    line-height: 42.63px;
    letter-spacing: 0.3px;
  }
}
@media only screen and (min-width: 1024px) {
  .faqs-section .faqs {
    width: 70%;
  }
  .faqs-section .faqs .heading {
    font-size: 30px;
    line-height: 40px;
  }
  .faqs-section .faqs .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 28px;
  }
  .faqs-section .faqs .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 28px;
  }
  .package {
    padding: 0;
  }
  .package-cards-section .package-cards-container .package-cards .package .card-footer {
    margin-top: 6em;
  }
}
@media only screen and (min-width: 1000px) {
  .benefits-1 .get-media-kit.yellow-cta {
    display: flex;
  }
  .benefits-2 .get-media-kit.yellow-cta {
    display: none;
  }
  .benefits-container {
    padding-top: 5rem;
    padding-bottom: 3rem;
    width: 85%;
    margin: auto;
    flex-direction: row;
  }
  .benefits-container .benefits-1 {
    margin: 0;
    padding-left: 3rem;
    width: 45%;
  }
  .benefits-container .benefits-1 .benefits-heading {
    font-size: 28px;
    line-height: 45px;
  }
  .benefits-container .benefits-2 {
    width: 70%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .benefits-container .benefits-2 .benefits-2-inner .benefits-2-inner-title {
    width: 90%;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
  .benefits-container .benefits-2 .benefits-2-inner .benefits-2-inner-content {
    width: 90%;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }
  .ad-cards-section .ad-cards-container .ad-cards {
    width: 90%;
  }
  .ad-cards-section .ad-cards-container .ad-cards .card .card-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 0.01em;
  }
  .ad-cards-section .ad-cards-container .ad-cards .card .card-text {
    padding-bottom: 0.5rem;
    padding-top: 1rem;
    height: 200px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
  }
  .package-cards-section .package-cards-container .package-cards .card .card-title {
    font-size: 24px;
    line-height: 30px;
  }
  .package-cards-section .package-cards-container .package-cards .card .card-body {
    height: 260px;
    padding: 0;
    padding-left: 15px;
  }
  .package-cards-section .package-cards-container .package-cards .package .card-body ul.card-text {
    line-height: 28px;
    list-style: none;
  }
  .description-section .description-container .description-heading {
    width: 85%;
  }
  .description-section .description-container .description {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .benefits-container .n-svg {
    margin-top: 30px;
    max-width: 300px;
  }
  .cta-wrapper {
    gap: 40px;
  }
  .get-media-kit {
    padding: 22px;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    border-radius: 50px;
  }
  .special-packages {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    padding: 22px;
    margin-top: 40px;
    border-radius: 50px;
  }
  .package-cards-section .package-cards-container .package-cards {
    gap: 15px;
    padding-top: 80px;
  }
  .package-cards-section .package-cards-container .package-cards .package {
    width: 24%;
    height: 650px;
  }
  .package-cards-section .package-cards-container .package-cards .package .card-footer {
    margin-top: 3em;
    text-align: center;
  }
  .package-cards-section .package-cards-container .package-cards .card.popular {
    margin-top: -70px;
    height: 683px;
  }
  .package-cards-section .package-cards-container .package-cards .card.popular .card-footer {
    margin-top: 16em;
  }
  .supernova {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1131px;
  }
  .package-cards-section .package-cards-container .package-cards .card.popular .card-footer {
    margin-top: 15.6em;
  }
  .ad-landing-container {
    margin: 5rem auto;
  }
  .ad-landing-container .ad-sub-heading {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
  }
  .ad-landing-container .ad-main-heading {
    font-size: 45px;
    line-height: 60px;
  }
  .ad-landing-container .ad-main-content {
    width: 60%;
    margin: auto;
    margin-top: 2rem;
  }
  .benefits-container {
    padding-top: 5rem;
    padding-bottom: 3rem;
    width: 80%;
    margin: auto;
    flex-direction: row;
  }
  .benefits-container .benefits-1 {
    margin: 0;
  }
  .benefits-container .benefits-1 .benefits-heading {
    font-size: 30px;
    line-height: 45px;
  }
  .benefits-container .benefits-2 .benefits-2-inner .benefits-2-inner-title {
    width: 90%;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
  .benefits-container .benefits-2 .benefits-2-inner .benefits-2-inner-content {
    width: 90%;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }
  .ad-cards-section .ad-cards-container {
    margin-bottom: 2rem;
  }
  .ad-cards-section .ad-cards-container .ad-cards {
    width: 100%;
    margin: auto;
  }
  .ad-cards-section .ad-cards-container .ad-cards .card {
    padding: 3rem 3rem;
    padding-left: 3rem;
    display: flex;
    flex-direction: column;
    align-content: space-between;
  }
  .ad-cards-section .ad-cards-container .ad-cards .card:hover .card-title,
  .ad-cards-section .ad-cards-container .ad-cards .card:hover li {
    color: #4A2771;
    cursor: default;
  }
  .package-cards-section {
    padding-top: 2rem;
  }
  .package-cards-section .package-cards-container .package-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
  }
  .package-cards-section .package-cards-container .package-cards .package {
    padding: 0 15px;
  }
  .package-cards-section .package-cards-container .package-cards .package .card-title {
    padding: 2rem 1rem;
    padding-bottom: 0.5rem;
  }
  .package-cards-section .package-cards-container .package-cards .package .card-footer .ad-button {
    width: 220px;
  }
  .package-cards-section .package-cards-container .package-cards .popular {
    border: 1px solid;
    border-color: #4A2771;
    z-index: 2;
    box-shadow: 2px 10px 20px rgba(78, 78, 78, 0.164);
  }
  .package-cards-section .package-cards-container .package-cards .popular .card-header {
    color: #FFFFFF;
    width: 100%;
  }
  .package-cards-section .package-cards-container .package-cards .popular .card-footer {
    margin-top: 14.3em;
  }
  .description-section .description-container {
    padding-top: 5rem;
    padding-bottom: 8rem;
    width: 85%;
  }
  .description-section .description-container .description-heading {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 5rem;
  }
  .description-section .description-container .description {
    width: 100%;
  }
  .description-section .description-container .description .table > :not(caption) > * > * {
    padding: 1.5rem 3rem;
  }
  .description-section .description-container .description .package-table {
    margin: auto;
  }
  .description-section .description-container .description .package-table .table-head {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: linear-gradient(180deg, #4A2771 0%, #171352 100%);
  }
  .description-section .description-container .description .package-table tbody tr {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
  }
  .description-section .description-container .description .package-table tbody td {
    font-size: 14px;
    line-height: 17px;
  }
  .faqs-section .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 28px;
  }
  .faqs-section .accordion-item .accordion-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
  }
}
