.beige-badge {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #cdda89;
  font-size: 12px;
  font-weight: 500;
  line-height: 12.46px;
  text-align: left;
  color: #00314d;
  border-radius: 40px;
  padding: 4px 9px;
}

.loader-wrapper {
  display: flex;
  gap: 20px;
}

.product-card-skeleton-loader,
.card-skeleton-loader,
.jobs-card-skeleton-loader,
.articles-card-skeleton-loader,
.events-card-skeleton-loader {
  width: 100%;
  min-height: 280px;
  margin-bottom: 0px;
  border-radius: 10px;
  background: linear-gradient(45deg, #f1f0f0, #c1c0c0, #f1f0f0);
  background-size: 200%;
  background-position: left;
  animation: skeleton 1s ease infinite alternate-reverse;
}

@keyframes skeleton {
  0% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.img-container {
  width: 100%;
  overflow: hidden;
}
.img-container img {
  transition: transform 0.35s ease;
}

.section-padding {
  padding: 50px 15px;
}
@media only screen and (min-width: 1200px) {
  .section-padding {
    padding: 100px 15px;
  }
}

.truncate1 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate2 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate3 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.h-line {
  border-top: 0.87px solid #efebff;
  height: 1px;
  width: 100%;
}

.main-section {
  padding-top: 20px;
}
.main-section .back-to-list {
  padding: 9px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  letter-spacing: 1.2000000477px;
  text-decoration: none;
  color: #000000;
  border-radius: 100px;
  transition: all 0.25s;
  text-transform: uppercase;
}
.main-section .back-to-list span {
  margin-bottom: 3px;
}
.main-section .back-to-list svg path {
  transition: all 0.25s;
}
.main-section .back-to-list:hover {
  color: rgb(74, 39, 113);
}
.main-section .back-to-list:hover svg path {
  stroke: rgb(74, 39, 113);
}

.company-container {
  flex-wrap: wrap;
  padding: 5px;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .company-container {
    gap: 50px;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .company-container .company-detail-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.company-container .commentCountContainer {
  color: #505050;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.12px;
}
.company-container .company-card {
  width: 100%;
  box-shadow: 3px 3px 22px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: all 0.3s ease;
  padding: 30px 30px;
}
@media screen and (min-width: 992px) {
  .company-container .company-card {
    flex-direction: row;
    min-width: 100%;
  }
}
.company-container .premium-company {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 46px;
  height: 32px;
}
.company-container .company-logo {
  justify-self: center;
  align-self: center;
  position: relative;
  align-items: center;
  justify-content: center;
  flex: 82px 0 0;
  border: 1px solid rgb(225, 225, 225);
  border-radius: 10px;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .company-container .company-logo {
    margin-bottom: 0;
  }
}
.company-container .review-number {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #103977;
}
.company-container .comp-name {
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 25px;
  font-weight: 500;
  line-height: 27.96px;
  text-align: left;
  color: #4a2771;
}
.company-container .company-about {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #858585;
}
.company-container .company-type-location {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .company-container .company-type-location {
    flex-direction: row;
    gap: 50px;
  }
}
.company-container .comp-type,
.company-container .comp-location {
  font-size: 13.98px;
  font-weight: 400;
  line-height: 27.96px;
  color: #3d589b;
  display: flex;
  align-items: center;
  gap: 9px;
}
.company-container .quotes-site-ctas {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .company-container .quotes-site-ctas {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 18px;
  }
}
.company-container .get-quotes {
  border: none;
  outline: none;
  padding: 12px 24px;
  font-size: 14.49px;
  font-weight: 400;
  line-height: 17.61px;
  color: white;
  gap: 7.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff5b23;
  border-radius: 88px;
  text-decoration: none;
}
.company-container .get-quotes svg {
  transition: all 0.25s ease;
}
.company-container .get-quotes:hover svg {
  transform: translateX(5px);
}
.company-container .common-cta {
  padding: 4px 5px;
  border-radius: 88px;
  background-color: rgba(139, 129, 208, 0.1490196078);
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-container .common-cta span {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.31px;
  text-align: left;
  color: rgba(74, 39, 113, 0.8509803922);
}
.company-container .common-cta svg path {
  transition: all 0.25s;
}
.company-container .common-cta:hover svg path {
  fill: #ff5b23;
}
@media (min-width: 992px) {
  .company-container .premium-company {
    top: 2px;
    left: 2px;
  }
}

.section-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 39.95px;
  text-align: left;
  color: #1d1d1d;
  border-left: 5px solid #ff5b23;
  padding-left: 8px;
  text-transform: uppercase;
}
.section-heading.white {
  color: white;
  border-left: 5px solid #ffffff;
}
@media screen and (min-width: 1200px) {
  .section-heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 39.95px;
  }
}

.feature-section-divider {
  background-color: #fff;
}

.stiky-tab .reference-tabs {
  display: inline-flex;
  flex-wrap: nowrap;
  margin-bottom: 0 !important;
  justify-content: flex-start;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  /*// IE 10+*/
  overflow: -moz-scrollbars-none;
  /*// Firefox*/
}
.stiky-tab .reference-tabs::-webkit-scrollbar {
  display: none;
}

.card-name-logo-wrapper {
  justify-content: space-between;
}

.stiky-tab {
  padding: 0;
  position: sticky;
  top: 117px;
  z-index: 10;
}
@media (min-width: 992px) {
  .stiky-tab {
    padding: 0;
    top: 113px;
  }
}

@media screen and (min-width: 992px) {
  .company-container .get-quotes {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.31px;
  }
  .company-container .common-cta {
    padding: 5px 14px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.31px;
  }
  .company-container .detail-container {
    width: 70%;
  }
  .company-container .company-logo {
    flex: 250px 0 0;
    height: 250px;
  }
}
.reference-tabs {
  padding: 10px 0px 15px 0px;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 10px;
  background-color: #ffffff;
}
.reference-tabs .nav-item {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.reference-tabs .nav-link {
  padding: 10px 30px;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.14px;
  border-radius: 100px;
  border-bottom: unset;
  border: 1px solid #8b81d0;
  color: #858585;
}
.reference-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
  background: #ff5b23;
  border: 1px solid #ff5b23;
}
.reference-tabs .nav-link.activate {
  color: #fff;
  background: #ff5b23;
  border: 1px solid #ff5b23;
}
@media screen and (min-width: 1200px) {
  .reference-tabs {
    padding: 25px 0px 20px 0px;
  }
}

.overview-section {
  padding: 40px 0;
}
.overview-section .content {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}
.overview-section p,
.overview-section span,
.overview-section li,
.overview-section ul,
.overview-section h2,
.overview-section h3,
.overview-section h4,
.overview-section b,
.overview-section i,
.overview-section a,
.overview-section div,
.overview-section pre {
  text-align: left !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  word-wrap: break-word;
  word-break: break-word;
  letter-spacing: 0.01em;
  color: #505050;
}
.overview-section h2 {
  font-weight: 700 !important;
}
.overview-section img {
  max-width: 100%;
}
.overview-section a {
  color: #1d9bf0;
  word-break: break-all;
  width: 100% !important;
}

.see-all-button {
  background: #ade6ed;
  color: #333333;
  padding: 12px 22px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  letter-spacing: 1px;
  text-align: left;
}
.see-all-button span {
  margin-left: 10px;
}
.see-all-button:hover {
  color: #333333;
  text-decoration: underline;
}

.load-btn {
  padding: 14px 22px;
  border: 1px solid #ff7546;
  background-color: #ffffff;
  border-radius: 110px;
  font-family: "Neue Montreal";
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  letter-spacing: 1.2000000477px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}
.load-btn svg path {
  transition: all 0.25s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .load-btn:hover {
    background-color: #ff7546;
    color: white;
  }
  .load-btn:hover svg path {
    fill: white;
    stroke: white;
  }
}

.product-load-btn {
  margin-top: 10px;
}

.heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.product-services-section img {
  max-width: 100%;
}

.product-services-section {
  padding: 20px 0 60px 0;
}
@media screen and (min-width: 1200px) {
  .product-services-section {
    padding: 40px 0 60px 0;
  }
}
.product-services-section .products-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-services-section .products-container::-webkit-scrollbar {
  display: none;
}
.product-services-section .products-container .product-card-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
}
.product-services-section .products-container .product-card-container::-webkit-scrollbar {
  display: none;
}
.product-services-section .products-container .gray-product-card {
  padding: 20px 18px;
  gap: 20px;
  background-color: #f2f2f2;
}
.product-services-section .products-container .gray-product-card .product-img-container img {
  max-height: 268px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 200px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .product-services-section .products-container .gray-product-card .product-img-container img:hover {
    transform: scale(1.01);
  }
}
.product-services-section .products-container .gray-product-card .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  height: 100%;
}
.product-services-section .products-container .gray-product-card .content .product-head {
  color: #2a2a2b;
  font-family: "Neue Montreal";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.25s ease;
  margin-bottom: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .product-services-section .products-container .gray-product-card .content .product-head:hover {
    color: #0a58ca;
  }
}
.product-services-section .products-container .gray-product-card .content .product-segment {
  font-family: "Neue Montreal";
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #4a2771;
  margin: 0;
}
.product-services-section .products-container .gray-product-card .content .products-orange-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: end;
  font-family: "Neue Montreal";
  font-size: 12px;
  font-weight: 400;
  line-height: 16.7px;
  color: #858585;
}
.product-services-section .products-container .gray-product-card .content .products-orange-btn span {
  vertical-align: middle;
}
.product-services-section .products-container .gray-product-card .content .products-orange-btn .arrow-logo {
  padding: 10px 13px;
  background-color: #ff5b23;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-services-section .products-container .gray-product-card .content .products-orange-btn svg {
  transition: all 0.25s ease-in-out;
  width: 14.68px;
  height: 12.23px;
}
.product-services-section .products-container .gray-product-card .content .products-orange-btn:hover svg {
  transform: translateX(4px);
}
.product-services-section .product-card {
  background: #ffffff;
  padding: 15px 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(125, 125, 125, 0.42);
}
.product-services-section .product-card .card-heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 21.29px;
  text-align: left;
}
.product-services-section .product-card .tag {
  margin-top: 9px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18.59px;
  text-align: left;
  border-bottom: 0.77px solid #000000;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.product-services-section .product-card .card-image {
  width: 100%;
  height: auto;
  margin-top: 20px;
  max-width: 270px;
  aspect-ratio: 1.25/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-services-section .product-card .explore-button {
  display: grid;
  place-content: center;
  background: #ff5b23;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: white;
  font-size: 14.41px;
  font-weight: 400;
  line-height: 16.01px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .product-services-section .product-card .explore-button {
    display: none;
  }
}
.product-services-section .product-card .explore-button.explore-with-text {
  aspect-ratio: unset;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  padding: 12px 22px;
  display: none;
  align-items: center;
  gap: 10px;
}
@media (min-width: 992px) {
  .product-services-section .product-card .explore-button.explore-with-text {
    display: flex;
  }
}
.product-services-section .product-card .read-more-btn,
.product-services-section .product-card .view-more-btn {
  display: flex;
  gap: 7.6px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 13px 30px;
  border-radius: 50px;
  border: 1px solid #103977;
}
.product-services-section .product-card .read-more-btn .anim-arrow,
.product-services-section .product-card .view-more-btn .anim-arrow {
  transition: all 0.3s ease;
}
.product-services-section .product-card .read-more-btn:hover .anim-arrow,
.product-services-section .product-card .view-more-btn:hover .anim-arrow {
  animation: arrowMovement 1s ease infinite;
}
.product-services-section .product-card .read-more-btn {
  color: #0f4482;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  margin-bottom: 10px;
}
.product-services-section .product-card .read-more-btn .anim-arrow {
  transition: all 0.3s ease;
}
.product-services-section .product-card .read-more-btn .anim-arrow path {
  fill: #103977;
}
.product-services-section .product-card .read-less-btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: unset;
  color: #0f4482;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  margin-bottom: 10px;
}
.product-services-section .product-card .read-less-btn .anim-arrow {
  display: none;
}
.product-services-section .product-card .read-less-btn:hover {
  text-decoration: underline;
}
.product-services-section .product-card .view-more-btn {
  background: #103977;
  color: #ffffff;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .product-services-section .product-card .view-more-btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px 10px;
  }
}
@keyframes arrowMovement {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(0);
  }
}
@keyframes arrowMovementLeft {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(-10px);
  }
  80% {
    transform: translateX(0);
  }
}
.product-services-section .service-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-services-section .service-container .service-card {
  display: flex;
  gap: 20px;
}
.product-services-section .service-container .service-card img {
  -o-object-fit: contain;
     object-fit: contain;
}
.product-services-section .service-container .service-card .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-services-section .service-container .service-card .content-wrapper .service-card-heading {
  font-family: "Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.product-services-section .service-container .service-card .content-wrapper .service-card-content {
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #505050;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease-in-out;
}
.product-services-section .service-container .service-card .content-wrapper .service-card-content > *:last-child {
  margin-bottom: 0;
}
.product-services-section .service-container .service-card .content-wrapper .service-card-content.expanded {
  interpolate-size: allow-keywords;
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}
.product-services-section .service-container .service-card .content-wrapper .service-see-more {
  display: none;
  outline: 0;
  border: 0;
  background: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Neue Montreal", sans-serif;
  color: #505050;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
.product-services-section .service-container .service-card .content-wrapper .service-see-more svg {
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}
.product-services-section .service-container .service-card .content-wrapper .service-see-more.visible {
  display: inline-block;
}
@media (min-width: 768px) {
  .product-services-section .products-container {
    gap: 20px;
  }
  .product-services-section .products-container .product-card {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .product-services-section .product-services-section .service-container .service-card {
    gap: 30px;
  }
  .product-services-section .products-container .gray-product-card {
    width: 25%;
  }
  .product-services-section .products-container .gray-product-card .grid-container {
    gap: 30px;
  }
  .product-services-section .products-container .gray-product-card .product-img-container img {
    max-height: 232px;
    width: 100%;
  }
  .product-services-section .products-container .gray-product-card .content .product-head {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .product-services-section .products-container .product-card {
    padding: 40px;
  }
  .product-services-section .products-container .product-card .card-heading {
    font-size: 20px;
    line-height: 24.01px;
  }
}

.video-section {
  padding: 40px 0 60px 0;
  background: #ece9ff;
}
.video-section .video-container iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}
.video-section .description {
  font-size: 15.94px;
  font-weight: 500;
  line-height: 19.16px;
  letter-spacing: 0.01em;
  text-align: left;
}
.video-section .companyVideoSlider {
  width: 100%;
  height: auto;
  padding: 10px 5px 50px 5px;
}
@media screen and (min-width: 992px) {
  .video-section .companyVideoSlider {
    padding: 30px 5px 50px 5px;
  }
}
.video-section .companyVideoSlider .swiper-pagination {
  margin-bottom: 0;
  text-align: left;
  padding-left: 10px;
}
.video-section .companyVideoSlider .swiper-pagination-bullet {
  height: 4px;
  border-radius: 3px;
  width: 10px;
  transition: all 0.3s ease;
  background: rgba(80, 80, 80, 0.9254901961);
}
.video-section .companyVideoSlider .swiper-pagination-bullet-active {
  background: #505050;
  height: 4px;
  width: 20px;
}
.video-section .swiper-slide {
  transition: all 1s ease;
}
.video-section .slide-change-buttons {
  position: absolute;
  right: 0;
  margin-top: 10px;
  z-index: 11;
}
.video-section .arrow-cirle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #505050;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.video-section .arrow-cirle svg path {
  fill: rgb(80, 80, 80);
}
.video-section .arrow-cirle:hover {
  background: #0f4482;
}
.video-section .arrow-cirle:hover svg {
  animation: arrowBtn 1.5s linear infinite;
}
.video-section .arrow-cirle:hover svg path {
  fill: white;
}
.video-section .arrow-cirle.video-swiper-button-prev svg {
  rotate: 180deg;
}
.video-section .arrow-cirle.swiper-button-disabled {
  border: 1px solid rgba(80, 80, 80, 0.1921568627);
}
.video-section .arrow-cirle.swiper-button-disabled svg path {
  fill: rgba(80, 80, 80, 0.288);
}
.video-section .arrow-cirle.swiper-button-disabled:hover {
  background: transparent;
}
.video-section .arrow-cirle.swiper-button-disabled:hover svg {
  animation: unset;
}
.video-section .arrow-cirle.swiper-button-disabled:hover svg path {
  fill: rgba(80, 80, 80, 0.288);
}
@media (min-width: 992px) {
  .video-section .description {
    font-size: 34px;
    line-height: 61px;
  }
}

.truncation3 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.company-contact-section {
  padding: 70px 0 70px 0;
  background-color: #2d203b;
}
@media screen and (min-width: 1200px) {
  .company-contact-section {
    padding: 40px 0 60px 0;
  }
}
.company-contact-section .contact-details-banner {
  flex-direction: column;
  gap: 30px;
  padding: 0px 10px;
}
@media screen and (min-width: 992px) {
  .company-contact-section .contact-details-banner {
    flex-direction: row;
    padding: 0 30px 30px 30px;
    background-color: #2d203b;
  }
}
.company-contact-section .company-logo {
  justify-self: center;
  align-self: center;
  height: 340px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .company-contact-section .company-logo {
    min-width: 240px;
    min-height: 240px;
    width: 240px;
    height: 240px;
  }
}
.company-contact-section .adress-details {
  color: #f4f4f4;
  gap: 15px;
  padding-top: 15px;
}
@media screen and (min-width: 1200px) {
  .company-contact-section .adress-details {
    gap: 10px;
  }
}
.company-contact-section .adress-details .contact-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 13px;
  text-align: left;
  color: #ff5b23;
}
@media screen and (min-width: 1200px) {
  .company-contact-section .adress-details .contact-title {
    font-size: 24px;
    line-height: 24.01px;
  }
}
.company-contact-section .adress-details .contact-text {
  color: #ffffff;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .company-contact-section .adress-details .contact-text {
    font-size: 16px;
    line-height: 25px;
  }
}
.company-contact-section .adress-details .contact-text span,
.company-contact-section .adress-details .contact-text p,
.company-contact-section .adress-details .contact-text p span,
.company-contact-section .adress-details .contact-text a {
  color: #ffffff !important;
}
.company-contact-section .adress-details .contact-text img {
  max-width: 100%;
}
.company-contact-section .adress-details .map-link {
  color: #f4f4f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.16px;
  margin-left: 13px;
}
.company-contact-section .adress-details .map-link:hover {
  color: #00aff7;
}

.events-section {
  padding: 40px 0 20px 0;
}
@media (min-width: 1200px) {
  .events-section {
    padding: 60px 0 40px 0;
  }
}
.events-section .events-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.events-section .events-card-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}
@media (min-width: 768px) {
  .events-section .events-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .events-section .events-card-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.events-section .card-container {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .events-section .card-container {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    align-items: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .events-section .card-container {
    gap: 30px;
    justify-content: flex-start;
  }
}
.events-section .swiper-pagination {
  margin-bottom: 0;
  text-align: left;
  padding-left: 10px;
}
.events-section .swiper-pagination-bullet {
  height: 4px;
  border-radius: 3px;
  width: 10px;
  transition: all 0.3s ease;
  background: rgba(80, 80, 80, 0.9254901961);
}
.events-section .swiper-pagination-bullet-active {
  background: #505050;
  height: 4px;
  width: 20px;
}
.events-section .swiper-slide-active .related-blog-slide {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
.events-section .swiper-slide {
  transition: all 1s ease;
}
@media screen and (min-width: 992px) {
  .events-section .swiper-pagination {
    display: none;
  }
  .events-section .swiper-slide-active .related-blog-slide {
    box-shadow: none;
  }
  .events-section .swiper-slide:hover .related-blog-slide {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  }
  .events-section .related-blog-slide:hover .related-blog-img {
    scale: 1.1;
  }
  .events-section .related-blog-slide {
    width: 370px;
    height: 200px;
  }
  .events-section .related-blog-slide .related-img-box .text-box {
    padding: 30px;
  }
}
.events-section .card-box {
  border-radius: 10px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  background: white;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.events-section .card-box:hover {
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}
.events-section .card-box:hover .card-title {
  color: #103977;
}
@media screen and (min-width: 1200px) {
  .events-section .card-box {
    max-width: 350px;
    width: auto;
    margin-bottom: 10px;
    position: relative;
  }
  .events-section .card-box:hover .img-box {
    position: relative;
  }
  .events-section .card-box:hover .img-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.433);
  }
  .events-section .card-box:hover .card-btn-container {
    opacity: 1;
    transform: translateY(0);
  }
}
.events-section .img-box {
  min-height: 200px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .events-section .img-box {
    min-height: 240px;
  }
}
.events-section .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.events-section .card-body {
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
}
.events-section .card-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #505050;
  transition: all 0.3s ease;
}
.events-section .publisher-name {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #828282;
}
.events-section .release-date {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #505050;
}
.events-section .card-btn-container {
  display: flex;
}
.events-section .card-btn-container .apply-btn {
  border-radius: 0;
  width: 50%;
}
.events-section .card-btn-container .register-btn {
  background: #f2b504;
  min-width: 150px;
}
.events-section .card-btn-container .register-btn:hover {
  color: white;
}
.events-section .card-btn-container .visit-btn {
  font-size: 14px;
  min-width: 150px;
  background: #103977;
}
.events-section .card-btn-container .visit-btn:hover {
  color: white;
}
@media screen and (min-width: 1200px) {
  .events-section .card-btn-container {
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-30px);
    width: 100%;
    position: absolute;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    top: 64px;
    left: 0;
  }
  .events-section .card-btn-container .apply-btn {
    border-radius: 50px;
    width: 60%;
  }
}

.jobs-loader-wrapper,
.events-loader-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}
@media (min-width: 768px) {
  .jobs-loader-wrapper,
  .events-loader-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .jobs-loader-wrapper,
  .events-loader-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.articles-section {
  padding: 40px 0 20px 0;
}
@media (min-width: 1200px) {
  .articles-section {
    padding: 60px 0 40px 0;
  }
}
.articles-section .articles-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.articles-section .related-articles-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}
@media (min-width: 768px) {
  .articles-section .related-articles-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .articles-section .related-articles-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.articles-section .articles-loader-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}
@media (min-width: 768px) {
  .articles-section .articles-loader-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .articles-section .articles-loader-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.articles-section .read-time {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #4a2771;
}
.articles-section .card-container:hover .img-container img {
  transform: scale(1.1);
}
.articles-section .card-container:hover .interviews-head {
  color: #0056b3 !important;
}
.articles-section .interviews-head {
  font-size: 16px;
  font-weight: 500;
  line-height: 24.55px;
  text-align: left;
  color: #151515;
}
.articles-section .img-container {
  width: 370px;
  height: 240px;
  overflow: hidden;
}
.articles-section .info-container {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #151515;
}
.articles-section .info-container.article {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #505050;
}

.truncation2 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jobs-section {
  padding: 40px 0 60px 0;
  background: #ece9ff;
}
@media screen and (min-width: 1200px) {
  .jobs-section {
    padding: 80px 0;
  }
}
.jobs-section .job-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 0 5px;
}
@media screen and (min-width: 992px) {
  .jobs-section .job-container {
    padding: 0;
  }
}
.jobs-section .job-card-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}
@media (min-width: 768px) {
  .jobs-section .job-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .jobs-section .job-card-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.jobs-section .swiper-pagination {
  margin-bottom: 0;
  text-align: left;
  padding-left: 10px;
}
.jobs-section .swiper-pagination-bullet {
  height: 4px;
  border-radius: 3px;
  width: 10px;
  transition: all 0.3s ease;
  background: rgba(80, 80, 80, 0.9254901961);
}
.jobs-section .swiper-pagination-bullet-active {
  background: #505050;
  height: 4px;
  width: 20px;
}
.jobs-section .swiper-slide-active .related-blog-slide {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
.jobs-section .swiper-slide {
  transition: all 1s ease;
  height: auto;
}
.jobs-section .related-blog-slide {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.jobs-section .related-blog-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
.jobs-section .truncation2 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .jobs-section .swiper-pagination {
    display: none;
  }
  .jobs-section .swiper-slide-active .related-blog-slide {
    box-shadow: none;
  }
  .jobs-section .swiper-slide:hover .related-blog-slide {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  }
}
.jobs-section .job-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  background: white;
}
.jobs-section .job-card:hover .job-position {
  color: #103977;
}
@media screen and (min-width: 1200px) {
  .jobs-section .job-card {
    max-width: 350px;
  }
}
.jobs-section .detail {
  gap: 15px;
}
.jobs-section .new {
  background: #5dc178;
  border-radius: 5px;
  padding: 3px 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #ffffff;
  width: 59px;
}
.jobs-section .job-position {
  text-decoration: none;
  width: 78%;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.01em;
  color: #585858;
}
.jobs-section .company-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #6f6f6f;
}
.jobs-section .type-main-wrapper {
  display: flex;
}
.jobs-section .image-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .jobs-section .image-title-wrapper {
    flex-direction: row;
  }
}
.jobs-section .job-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #0b2b82;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .jobs-section .job-title {
    font-size: 20px;
    line-height: 27px;
    text-align: left;
  }
}
.jobs-section .job-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #3d589b;
}
@media (min-width: 992px) {
  .jobs-section .job-description {
    text-align: left;
  }
}
.jobs-section .company-image {
  width: 83px;
}
.jobs-section .job-type {
  padding: 0 22px;
  gap: 20px;
}
.jobs-section .job-type.right-border {
  border-right: 0.87px solid #efebff;
  padding-left: 0;
}
.jobs-section .job-type p {
  text-transform: uppercase;
}
.jobs-section .job-type .type-heading,
.jobs-section .job-type .content {
  font-size: 12px;
  font-weight: 400;
  line-height: 13.98px;
  text-align: left;
  color: #8b81d0;
}
.jobs-section .job-type .content {
  margin-top: 5px;
  color: #0c2e82;
  font-weight: 500;
}
.jobs-section .more-detail-wrapper {
  padding-top: 20px;
  border-top: 0.87px solid #efebff;
  display: flex;
  justify-content: space-between;
}
.jobs-section .more-detail-wrapper .detail-page {
  font-size: 16px;
  font-weight: 500;
  line-height: 27.96px;
  text-align: left;
  color: #ff5b23;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 5px;
}
.jobs-section .more-detail-wrapper .location {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #3d589b;
  align-items: center;
}
.jobs-section .location-candidate {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.jobs-section .location,
.jobs-section p {
  display: flex;
  align-items: flex-start;
  margin: 0;
  gap: 7.5px;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #505050;
}
.jobs-section .job-desc {
  display: flex;
  align-items: flex-start;
}
.jobs-section .premium-box div {
  gap: 7.6px;
}
.jobs-section .premium-box .posted-date {
  color: #858585;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.jobs-section .premium-box p {
  padding: 2px 10px;
  height: 26px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
}
.jobs-section .premium-box .prem {
  background: #00adee;
  width: 106px;
}
.jobs-section .premium-box .urgent {
  width: 65px;
  background: rgba(231, 86, 54, 0.9);
}
.jobs-section .cta {
  gap: 20px;
}
.jobs-section .save-btn {
  display: grid;
  place-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 0.5px solid #103977;
  background: transparent;
  transition: all 0.3s ease;
  z-index: 2;
}
.jobs-section .save-btn svg path {
  transition: all 0.3s ease;
}
.jobs-section .save-btn:hover {
  background: #00adee;
  border: 0.5px solid #00adee;
}
.jobs-section .save-btn:hover svg path {
  fill: white;
}
.jobs-section .save-btn[data-saved=true] {
  background: #00adee;
  border: 0.5px solid #00adee;
}
.jobs-section .save-btn[data-saved=true] svg path {
  fill: white;
}
.jobs-section .save-btn-non-user {
  place-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 0.5px solid #909090;
  background: transparent;
}
.jobs-section .save-btn-non-user svg path {
  fill: rgb(137, 137, 137);
}
.jobs-section .apply-btn {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  gap: 7.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 50px;
  background: #f2b504;
  border-radius: 30px;
  text-decoration: none;
  z-index: 2;
}
.jobs-section .yellow-cta-btn .anim-arrow {
  transition: all 0.3s ease;
}
.jobs-section .yellow-cta-btn:hover .anim-arrow {
  transform: translateX(20px);
  animation: arrowMovement 1.5s ease infinite;
}
.jobs-section .job-applied {
  background: rgb(0, 173, 238);
}
@keyframes arrowMovement {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrowMovementLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

.user-review .review-heading,
.user-review .relatedSectionHeading {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #505050;
  padding-bottom: 40px;
}
.user-review .relatedSectionHeading {
  padding-bottom: 25px;
}
.user-review .profile-rating {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
.user-review .profile {
  background: rgb(40, 72, 250);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  display: grid;
  place-content: center;
  box-shadow: 2px 2px 0 black;
}
.user-review .recent-reviews-box:nth-child(3n-2) .profile {
  background-color: #28a745;
}
.user-review .recent-reviews-box:nth-child(4n-1) .profile {
  background-color: #223471;
}
.user-review .recent-reviews-box:nth-child(3n-3) .profile {
  background-color: #199fbc;
}
.user-review .recent-reviews-box:nth-child(5n-3) .profile {
  background-color: #8adff2;
}
.user-review .rating p {
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}
.user-review .rating .user-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #505050;
}
.user-review .input-box {
  padding: 15px 18px;
  border-radius: 50px;
  border: 0.5px solid #4a2771;
  display: flex;
  justify-content: space-between;
}
.user-review .input-box input[type=text] {
  flex: 1;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgb(31, 31, 31);
}
.user-review .input-box button {
  background: transparent;
  border: none;
}
.user-review .input-box button svg path {
  fill: #4a2771;
}
.user-review .recent-reviews-container {
  padding: 40px 0 60px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.user-review .show-more-review {
  transition: all 0.3s ease;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4a2771;
  border: 0.5px solid #4a2771;
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 60px;
  border-radius: 25px;
  transition: all 0.3s ease;
  letter-spacing: 0.32px;
}
.user-review .show-more-review:hover svg path {
  fill: #ffffff;
}
.user-review .show-more-review:hover {
  color: #ffffff;
  background: #4a2771;
}
.user-review .review-detail-box {
  border-top: 1px solid rgba(80, 80, 80, 0.333);
  padding-top: 10px;
}
.user-review .review-text-body {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #505050;
}
@media screen and (min-width: 992px) {
  .user-review .user-review .social-icons-group {
    padding-top: 20px !important;
    padding-bottom: 0;
  }
  .user-review .input-box {
    margin-left: 70px;
  }
  .user-review .main-section .main-heading {
    font-size: 30px;
  }
  .user-review .sub-text {
    text-align: left;
  }
  .user-review .review-heading,
  .user-review .relatedSectionHeading {
    font-size: 30px;
    padding-top: 40px;
  }
}
.user-review .line {
  margin: 10px 0;
  background-color: #858585;
  display: none;
}
@media screen and (min-width: 992px) {
  .user-review .line {
    display: block;
    opacity: 1;
  }
}
.user-review .review-heading {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.16px;
  font-style: normal;
  padding: 0px 0 30px 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .user-review .review-heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.3px;
    padding: 30px 0 30px 0;
  }
}
.user-review .relatedSectionHeading {
  color: #505050;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 992px) {
  .user-review .relatedSectionHeading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.6px;
  }
}
.user-review .review-detail-box {
  border-top: unset;
  padding-top: 10px;
}
.user-review .course.recent-reviews-box {
  border-bottom: 1px solid rgba(80, 80, 80, 0.1882352941);
}
.user-review .course.recent-reviews-box .profile-rating {
  gap: 10px;
  align-items: center;
  padding-bottom: 0;
}
.user-review .course.recent-reviews-box .user-name,
.user-review .course.recent-reviews-box .profile {
  margin-bottom: 0px;
  color: #505050;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}
.user-review .course.recent-reviews-box .user-name span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
}
.user-review .course.recent-reviews-box .profile {
  color: white;
}
.user-review .course.recent-reviews-box .stars {
  margin-bottom: 10px;
}
.user-review .course.recent-reviews-box .review-text-body {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.user-review .addRating {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
}
.user-review .placeholderColor::-moz-placeholder {
  color: rgba(130, 130, 130, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
}
.user-review .placeholderColor::placeholder {
  color: rgba(130, 130, 130, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
}
.user-review .star-rating input {
  display: none;
}
.user-review .star-rating label {
  cursor: pointer;
}
.user-review .star-rating label svg {
  fill: #ffffff;
  transition: all 0.3s ease;
}
.user-review .star-rating label svg:hover {
  scale: 1.15;
}
.user-review .star-rating .selected-review + label svg {
  fill: #f2b504;
}

.sign-in-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}

.sign-in-banner-img {
  width: 100%;
  filter: blur(16px);
}
@media screen and (min-width: 1200px) {
  .sign-in-banner-img {
    width: 839px;
  }
}

.banner-btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.banner-btn-box .yellow-cta-btn {
  background: rgb(255, 91, 35);
  width: 270px;
}

.banner-heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: rgb(74, 39, 113);
}

.advertise {
  padding: 70px 0;
}
.advertise .addText-box {
  height: 350px;
}
.advertise .addText-box .add-text {
  text-align: right;
  padding-right: 20px;
}
.advertise .addFirst .swiper-wrapper .swiper-slide {
  display: grid;
  place-content: center;
}
.advertise .addFirst .swiper-wrapper .swiper-slide .swiper-slide-shadow-left {
  background-image: none;
}
.advertise .addFirst .swiper-wrapper .swiper-slide .swiper-slide-shadow-right {
  background-image: none;
}
.advertise .addFirst .swiper-wrapper .swiper-slide .swiper-slide-shadow-top {
  background-image: none;
}
.advertise .addFirst .swiper-wrapper .swiper-slide .swiper-slide-shadow-bottom {
  background-image: none;
}

.bottom-adv {
  padding: 0;
}

.promos-first {
  padding-bottom: 0;
}
