.bg-yellow {
  background-color: #ffc107;
}

.bg-red {
  background-color: #d70808;
}

.btn {
  min-width: 150px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 20px;
  border: 1px solid #E83132;
  border-radius: 10px;
  outline: none !important;
}
.btn--primary {
  background-color: #E83132;
  color: #fff;
}
.btn--primary:hover {
  color: #fff;
}
.btn--primary:focus, .btn--primary:active {
  outline: none !important;
  box-shadow: none !important;
}
.btn--secondary {
  color: #E83132;
  background-color: #fff;
}
.btn--secondary:hover {
  background-color: #E83132;
  color: #fff;
}
.btn--secondary:focus, .btn--secondary:active {
  outline: none !important;
  box-shadow: none !important;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
}

img {
  max-width: 100%;
}

.wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-content {
  margin-top: 120px;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vector, .image {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.pre--title {
  font-size: 14px;
  color: #AFAFAF;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 590px) {
  .pre--title {
    font-size: 14px;
  }
}

.headline--h1 {
  font-size: 53px;
  color: #030303;
  line-height: 110%;
  font-weight: 600;
}
@media (max-width: 792px) {
  .headline--h1 {
    font-size: 40px;
  }
}
.headline--h1 span {
  color: #E83132;
}

.headline--h2 {
  font-size: 36px;
  line-height: 130%;
  font-weight: 600;
  color: #030303;
}
@media (max-width: 590px) {
  .headline--h2 {
    font-size: 28px;
  }
}
.headline--h2 span {
  color: #E83132;
}

.headline--h3 {
  font-size: 28px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 0;
  color: #030303;
}
@media (max-width: 590px) {
  .headline--h3 {
    font-size: 24px;
  }
}

.box--txt {
  font-size: 16px;
  color: #030303;
  line-height: 120%;
  margin-bottom: 1px;
}
@media (max-width: 590px) {
  .box--txt {
    font-size: 14px;
  }
}

.paragraph--txt {
  font-size: 16px;
  color: #030303;
  line-height: 150%;
}
@media (max-width: 590px) {
  .paragraph--txt {
    font-size: 14px;
  }
}

.button--sides {
  display: flex;
  gap: 1rem;
  margin-top: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
}
.button--sides a {
  font-size: 14px;
}
@media (max-width: 590px) {
  .button--sides {
    gap: 0.7rem;
  }
}
@media (max-width: 490px) {
  .button--sides {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}

.button--centered {
  width: 100%;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.button--centered a {
  font-size: 14px;
}
@media (max-width: 490px) {
  .button--centered {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
}

.testimonial-box {
  display: flex;
  gap: 15px;
  margin-top: 1.5rem;
}
.testimonial-box .testimonial-img-quote img {
  min-width: 32px;
}
.testimonial-box .testimonial-detail {
  display: flex;
  flex-direction: column;
}
.testimonial-box .testimonial-detail .testimonial-text {
  font-size: 14px;
  max-width: 480px;
  color: rgba(3, 3, 3, 0.5803921569);
}
@media (max-width: 992px) {
  .testimonial-box .testimonial-detail .testimonial-text {
    max-width: 990px;
  }
}
.testimonial-box .testimonial-detail .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.testimonial-box .testimonial-detail .testimonial-profile img {
  min-width: 50px;
  min-height: 50px;
}
.testimonial-box .testimonial-detail .testimonial-profile div {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
}
.testimonial-box .testimonial-detail .testimonial-profile div h4 {
  color: #030303;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.testimonial-box .testimonial-detail .testimonial-profile div p {
  color: #E83132;
  margin: 0;
  font-size: 12px;
  margin-left: 1px;
}

@media (max-width: 590px) {
  .dt-vc-2, .dt-vc {
    display: none !important;
  }
}

.hero--dot {
  position: absolute;
  left: -15em;
  bottom: 7rem;
  z-index: -1;
  height: 20rem;
  opacity: 0.3;
}
@media (max-width: 490px) {
  .hero--dot {
    display: none !important;
  }
}

.btn--plan {
  background-color: #030303;
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  padding: 15px 12px;
  text-align: center;
  text-decoration: none !important;
  border-radius: 5px;
}
.btn--plan:hover {
  color: #fff;
}

.call-to-action {
  width: 100%;
  padding-block: 110px;
  background-image: url("../../images/cta-bg.png");
  background-position: center;
  background-size: cover;
  position: relative;
  padding-inline: 1rem;
}
.call-to-action::before {
  content: "";
  position: absolute;
  background-color: hsla(0, 0%, 0%, 0.55);
  inset: 0;
}
.call-to-action .main-cta {
  max-width: 1320px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.call-to-action .main-cta h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  max-width: 730px;
  margin-bottom: 1rem;
  line-height: 130%;
}
@media (max-width: 992px) {
  .call-to-action .main-cta h2 {
    font-size: 38px;
  }
}
.call-to-action .main-cta p {
  color: #fff;
  font-size: 16px;
  max-width: 750px;
  margin-bottom: 1rem;
}
.call-to-action .main-cta div {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}
.call-to-action .main-cta div a {
  font-size: 14px;
}
@media (max-width: 440px) {
  .call-to-action .main-cta div {
    flex-direction: column;
  }
}
.call-to-action .main-cta div .btn--secondary {
  background-color: #fff;
  border-color: #FFF;
}
.call-to-action .main-cta div .btn--secondary:hover {
  background-color: #E83132;
  color: #FFF;
  border-color: #E83132;
}

.modal {
  display: none; /* hidden by default */
  position: fixed;
  z-index: 999;
  padding-top: 160px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
}
.modal .modal-content {
  background: #fff;
  margin: auto;
  padding: 35px;
  border-radius: 8px;
  width: 90%;
  max-width: 580px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.modal .modal-content input[type=text] {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #808080;
  padding: 13px;
  font-size: 14px;
}
.modal .modal-content input[type=file] {
  border: 1px solid #808080;
  overflow: hidden;
  border-radius: 8px;
  height: 50px;
}
.modal .modal-content input[type=file]::file-selector-button {
  margin-right: 1rem;
  border: none;
  padding: 10px 18px;
  height: 100%;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s ease;
}
.modal .modal-content input[type=file]::file-selector-button:hover {
  background: #b71c1c;
}
.modal .modal-content label {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  color: #030303;
  margin-bottom: 5px;
}
.modal .modal-content label span {
  font-size: 11px;
  color: #C8C8C8;
}
.modal .modal-content .form--cont {
  display: flex;
  gap: 1.3rem;
}
.modal .modal-content .form--cont div {
  width: 50%;
}
@media (max-width: 790px) {
  .modal .modal-content .form--cont div {
    width: 100%;
  }
}
@media (max-width: 790px) {
  .modal .modal-content .form--cont {
    flex-direction: column;
  }
}
.modal .modal-content .file--inp {
  display: flex;
  flex-direction: column;
}
.modal .modal-content .btn-submit {
  font-size: 14px;
  margin-top: 15px;
}

.heading-top {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 26px;
}

h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 75px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
h2 span {
  color: #7702FF;
}

.global--form {
  background-color: #fff;
  padding: 50px 40px 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.global--form h2 {
  font-weight: 500;
  font-size: 30px;
}
.global--form .form-group label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}
.global--form .form-group .form-control {
  height: 50px;
  background: #FFFFFF;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.global--form .form-group textarea.form-control {
  height: 150px;
  padding-top: 10px;
}
.global--form .form-group .btn--primary {
  width: 100%;
  display: block;
  margin-top: 35px;
}

.testimonial-profile img {
  width: 50px;
  height: 50px;
  border-radius: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}

.wcs-cw-text {
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.wcs-cw-text p {
  text-align: left !important;
  color: rgba(3, 3, 3, 0.5803921569) !important;
  font-size: 16px !important;
}

header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 899;
}
header .top-details {
  width: 100%;
  background-color: #FDF3F3;
  z-index: 901;
  position: relative;
  padding: 0 20px;
}
header .top-details .wrapper-top {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
}
header .top-details .wrapper-top .left-h-d-con {
  display: flex;
  align-items: center;
  gap: 25px;
}
header .top-details .wrapper-top .left-h-d-con li {
  align-items: center;
}
header .top-details .wrapper-top .left-h-d-con li a {
  font-size: 12px;
  color: #070707;
  font-weight: 400;
}
header .top-details .wrapper-top .left-h-d-con li a img {
  width: 2px;
}
header .top-details .wrapper-top .left-h-d-con li::marker {
  font-size: 8px;
}
header .top-details .wrapper-top .right-h-d-con {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 420px) {
  header .top-details .wrapper-top {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-block: 13px;
    gap: 10px;
  }
}
header .desktop-nav {
  width: 100%;
  background-color: #fff;
  padding-inline: 1rem;
}
header .desktop-nav .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  gap: 20px;
  padding-inline: 0px;
}
header .desktop-nav .wrapper .image-logo {
  height: 100%;
}
header .desktop-nav .wrapper .image-logo img {
  width: 125px !important;
}
header .desktop-nav .wrapper .header-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
header .desktop-nav .wrapper .header-links .ul-grp {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 0 !important;
  gap: 35px !important;
  margin-right: 1rem !important;
}
header .desktop-nav .wrapper .header-links .ul-grp li a {
  color: #070707;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}
header .desktop-nav .wrapper .header-links .ul-grp li .dropdown-menu-ctm {
  position: relative;
}
header .desktop-nav .wrapper .header-links .ul-grp li .dropdown-menu-ctm:hover .dropdown-menu-ctm-con {
  display: flex;
}
header .desktop-nav .wrapper .header-links .ul-grp li .dropdown-menu-ctm .dropdown-menu-ctm-con {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 1.6rem;
  left: -5.7rem;
  width: 250px;
  background-color: #fff;
  box-shadow: 0px 4px 12px rgba(135, 135, 135, 0.25);
  border-radius: 8px;
  height: -moz-fit-content !important;
  height: fit-content !important;
  overflow: hidden;
}
header .desktop-nav .wrapper .header-links .ul-grp li .dropdown-menu-ctm .dropdown-menu-ctm-con li {
  width: 250px;
  height: -moz-fit-content;
  height: fit-content;
}
header .desktop-nav .wrapper .header-links .ul-grp li .dropdown-menu-ctm .dropdown-menu-ctm-con a {
  text-align: left;
  width: 100%;
  padding: 8px 12px !important;
  margin: 0;
  font-size: 12px;
  color: #070707;
}
header .desktop-nav .wrapper .header-links .ul-grp li .dropdown-menu-ctm .dropdown-menu-ctm-con a:hover {
  background-color: rgba(249, 140, 140, 0.3647058824);
}
header .desktop-nav .wrapper .header-links .btn:hover, header .desktop-nav .wrapper .header-links .btn:focus, header .desktop-nav .wrapper .header-links .btn:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #E83132; /* keep your color */
  border-color: #E83132;
}
@media (max-width: 1120px) {
  header .desktop-nav .wrapper {
    display: none;
  }
}

.header--mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  background-color: #fff;
  gap: 20px;
  padding-inline: 30px;
}
.header--mobile .image-logo {
  height: 100%;
}
.header--mobile .image-logo img {
  height: 73%;
  min-width: 145px !important;
}
.header--mobile .hamburger {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: flex;
  background-color: transparent;
  flex-direction: column;
  gap: 8px;
  outline: none;
  z-index: 900;
}
.header--mobile .hamburger span {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #E83132;
}
.header--mobile .hamburger .hm-1 {
  transition: all 300ms !important;
}
.header--mobile .hamburger .hm-3 {
  transition: all 300ms !important;
}
.header--mobile .active .hm-1 {
  transform: rotate(40deg) translateY(7.5px) !important;
}
.header--mobile .active .hm-2 {
  display: none;
}
.header--mobile .active .hm-3 {
  transform: rotate(-40deg) translateY(-7.5px) !important;
}
.header--mobile .mobile-nav {
  position: fixed;
  width: 300px;
  height: 100vh;
  top: 0;
  right: -450px;
  background-color: #0C0A0A;
  box-shadow: -4px 0 6px -2px rgba(0, 0, 0, 0.06);
  transition: all 300ms;
  padding-top: 10rem;
  padding-inline: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header--mobile .mobile-nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header--mobile .mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.header--mobile .mobile-nav .btn:focus, .header--mobile .mobile-nav .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 450px) {
  .header--mobile .mobile-nav {
    width: 100% !important;
    right: -450px;
  }
}
.header--mobile .nav-active {
  right: 0px !important;
}
@media (max-width: 1120px) {
  .header--mobile {
    display: flex;
  }
}

footer {
  width: 100%;
  padding-block: 5rem;
  padding-inline: 1rem;
  background-color: #FFF;
  background-image: url("../../images/footer.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 1100px auto;
}
@media (max-width: 990px) {
  footer {
    background-size: 112vw auto;
  }
}
footer .main-footer {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .main-footer .foo-informations {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 4rem;
}
footer .main-footer .foo-informations .foo-logo {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  footer .main-footer .foo-informations .foo-logo {
    margin-bottom: 2.2rem;
  }
}
footer .main-footer .foo-informations .foo-address,
footer .main-footer .foo-informations .foo-num,
footer .main-footer .foo-informations .foo-email {
  max-width: 230px;
  font-size: 14px;
  color: #000;
  line-height: 140%;
  margin-bottom: 10px;
  text-decoration: none;
}
footer .main-footer .foo-informations .foo-address:hover,
footer .main-footer .foo-informations .foo-num:hover,
footer .main-footer .foo-informations .foo-email:hover {
  color: #E83132;
}
@media (max-width: 992px) {
  footer .main-footer .foo-informations .foo-address,
  footer .main-footer .foo-informations .foo-num,
  footer .main-footer .foo-informations .foo-email {
    text-align: center;
    word-break: break-all;
    max-width: 250px;
  }
}
footer .main-footer .foo-informations .socials {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.6rem;
}
@media (max-width: 992px) {
  footer .main-footer .foo-informations .socials {
    margin-bottom: 1.8rem;
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  footer .main-footer .foo-informations {
    align-items: center;
    margin-right: 0;
  }
}
footer .main-footer .foo-right {
  display: flex;
  gap: 1.2rem;
}
footer .main-footer .foo-right .foo-links {
  display: flex;
  gap: 4rem;
}
footer .main-footer .foo-right .foo-links .foo-links-general {
  display: flex;
  flex-direction: column;
  padding-top: 1.8rem;
}
footer .main-footer .foo-right .foo-links .foo-links-general .flg-title {
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 150%;
  font-size: 16px;
  color: #E83132;
}
footer .main-footer .foo-right .foo-links .foo-links-general li {
  margin-bottom: 12px;
}
footer .main-footer .foo-right .foo-links .foo-links-general li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 992px) {
  footer .main-footer .foo-right .foo-links .foo-links-general {
    padding-top: 1.1rem;
    align-items: center;
  }
}
footer .main-footer .foo-right .foo-links .foo-links-serviced {
  display: flex;
  flex-direction: column;
  padding-top: 1.8rem;
}
footer .main-footer .foo-right .foo-links .foo-links-serviced .fls-title {
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 150%;
  font-size: 16px;
  color: #E83132;
  max-width: 140px;
}
@media (max-width: 992px) {
  footer .main-footer .foo-right .foo-links .foo-links-serviced .fls-title {
    text-align: center;
  }
}
footer .main-footer .foo-right .foo-links .foo-links-serviced li {
  margin-bottom: 12px;
}
footer .main-footer .foo-right .foo-links .foo-links-serviced li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 992px) {
  footer .main-footer .foo-right .foo-links .foo-links-serviced li a {
    text-align: center;
  }
}
@media (max-width: 992px) {
  footer .main-footer .foo-right .foo-links .foo-links-serviced {
    padding-top: 1.1rem;
    align-items: center;
  }
}
footer .main-footer .foo-right .foo-links .foo-links-blogs {
  display: flex;
  flex-direction: column;
  padding-top: 1.8rem;
}
footer .main-footer .foo-right .foo-links .foo-links-blogs .flb-title {
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 150%;
  font-size: 16px;
  color: #E83132;
  max-width: 140px;
}
@media (max-width: 992px) {
  footer .main-footer .foo-right .foo-links .foo-links-blogs .flb-title {
    text-align: center;
  }
}
footer .main-footer .foo-right .foo-links .foo-links-blogs li {
  margin-bottom: 12px;
  max-width: 140px !important;
  line-height: 130%;
}
@media (max-width: 992px) {
  footer .main-footer .foo-right .foo-links .foo-links-blogs li {
    text-align: center;
  }
}
footer .main-footer .foo-right .foo-links .foo-links-blogs li a {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 992px) {
  footer .main-footer .foo-right .foo-links .foo-links-blogs li a {
    text-align: center;
  }
}
@media (max-width: 992px) {
  footer .main-footer .foo-right .foo-links .foo-links-blogs {
    padding-top: 1.1rem;
    align-items: center;
  }
}
@media (max-width: 992px) {
  footer .main-footer .foo-right .foo-links {
    flex-direction: column;
    gap: 0.9rem;
  }
}
footer .main-footer .foo-right .foo-form {
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
}
footer .main-footer .foo-right .foo-form h3 {
  color: #030303;
  max-width: 366px;
  font-size: 30px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  footer .main-footer .foo-right .foo-form h3 {
    text-align: center;
    margin-bottom: 18px;
    font-size: 24px;
  }
}
footer .main-footer .foo-right .foo-form p {
  max-width: 366px;
  font-size: 14px;
  color: #030303;
  line-height: 150%;
  letter-spacing: 1%;
}
@media (max-width: 992px) {
  footer .main-footer .foo-right .foo-form p {
    text-align: center;
  }
}
footer .main-footer .foo-right .foo-form form {
  max-width: 366px;
  height: 50px;
  position: relative;
  background-color: #E83132;
  overflow: hidden;
  border-radius: 10px;
  padding: 2px;
  display: flex;
  margin-top: 1.2rem;
  justify-content: space-between;
  align-items: center;
}
footer .main-footer .foo-right .foo-form form input {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  height: 100%;
  border-radius: 8px;
  padding-inline: 11px;
}
footer .main-footer .foo-right .foo-form form input::-moz-placeholder {
  color: #A8A8A8;
}
footer .main-footer .foo-right .foo-form form input::placeholder {
  color: #A8A8A8;
}
footer .main-footer .foo-right .foo-form form button {
  color: #fff;
  background-color: transparent;
  font-size: 14px;
  width: 40%;
  height: 100%;
  outline: none;
}
@media (max-width: 992px) {
  footer .main-footer .foo-right .foo-form {
    margin-left: 0rem;
    margin-top: 1.2rem;
  }
}
@media (max-width: 992px) {
  footer .main-footer .foo-right {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  footer .main-footer {
    flex-direction: column;
    align-items: center;
  }
}
footer .foo-bot {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
footer .foo-bot p {
  color: #030303;
  font-size: 14px;
}
@media (max-width: 492px) {
  footer .foo-bot p {
    margin-top: 1.6rem;
  }
}
footer .foo-bot div {
  display: flex;
  gap: 20px;
}
footer .foo-bot div a {
  font-size: 14px;
  color: #030303;
  text-decoration: none;
}
@media (max-width: 492px) {
  footer .foo-bot div {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  footer .foo-bot {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 492px) {
  footer .foo-bot {
    flex-direction: column-reverse;
  }
}

.page-home .section__hero {
  width: 100%;
  height: 670px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-inline: 1rem;
}
.page-home .section__hero .main-home-hero {
  max-width: 1320px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: flex;
  gap: 20px;
}
.page-home .section__hero .main-home-hero .vector-hero-1 {
  position: absolute;
  left: -26vw;
  top: -14.9vw;
  height: 1100px;
  opacity: 0.35;
}
@media (max-width: 990px) {
  .page-home .section__hero .main-home-hero .vector-hero-1 {
    height: 85vw;
    left: -17vw;
    top: 4rem;
    bottom: -6rem;
  }
}
@media (max-width: 490px) {
  .page-home .section__hero .main-home-hero .vector-hero-1 {
    top: auto;
    height: 500px;
    bottom: -10rem !important;
  }
}
.page-home .section__hero .main-home-hero .vector-hero-2 {
  position: absolute;
  right: -5rem;
  top: -13rem;
  height: 450px;
  rotate: 120deg;
  opacity: 0.35;
}
@media (max-width: 590px) {
  .page-home .section__hero .main-home-hero .vector-hero-2 {
    display: none;
  }
}
.page-home .section__hero .main-home-hero .content-hero {
  width: 65%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  gap: 10px;
}
.page-home .section__hero .main-home-hero .content-hero p {
  color: #030303;
  font-size: 16px;
}
.page-home .section__hero .main-home-hero .content-hero h1 {
  color: #030303;
  font-size: 55px;
  line-height: 110%;
  font-weight: 600;
  max-width: 780px;
}
@media (max-width: 690px) {
  .page-home .section__hero .main-home-hero .content-hero h1 {
    font-size: 40px;
  }
}
.page-home .section__hero .main-home-hero .content-hero .pre-title {
  position: relative;
  margin-bottom: 0;
  align-items: center;
  display: flex;
  gap: 5px;
}
.page-home .section__hero .main-home-hero .content-hero .headline-label {
  max-width: 707px;
  font-weight: 400;
}
.page-home .section__hero .main-home-hero .content-hero a {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #E83132;
  outline: none !important;
  font-size: 14px;
}
.page-home .section__hero .main-home-hero .content-hero a:hover, .page-home .section__hero .main-home-hero .content-hero a:focus, .page-home .section__hero .main-home-hero .content-hero a:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #E83132; /* keep your color */
  border-color: #E83132;
}
@media (max-width: 1380px) {
  .page-home .section__hero .main-home-hero .content-hero {
    padding-top: 5rem;
  }
}
@media (max-width: 1000px) {
  .page-home .section__hero .main-home-hero .content-hero {
    width: 100%;
  }
}
.page-home .section__hero .main-home-hero .image-hero {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 10;
}
.page-home .section__hero .main-home-hero .image-hero img {
  height: 32rem;
}
@media (max-width: 1440px) {
  .page-home .section__hero .main-home-hero .image-hero img {
    height: 35.5vw;
  }
}
@media (max-width: 1000px) {
  .page-home .section__hero .main-home-hero .image-hero {
    display: none;
  }
}
.page-home .section__hero .bottom-vector {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 75px;
  background-position: center;
  background-size: cover;
  background-image: url(/images/dvd-hm.png);
}
@media (max-width: 1000px) {
  .page-home .section__hero {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 15rem;
  }
}
.page-home .section__companies {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 5rem;
  padding-inline: 1rem;
}
.page-home .section__companies p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.page-home .section__companies .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
  row-gap: 2rem;
  width: 1200px;
}
@media (max-width: 1250px) {
  .page-home .section__companies .partnership-list {
    width: 100%;
  }
}
.page-home .section__companies .partnership-list .logo-com {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home .section__companies .partnership-list .logo-com img {
  width: 150px;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.page-home .section__companies .partnership-list .fade-out {
  opacity: 0;
}
.page-home .section__what-we-do {
  max-width: 1320px;
  padding-inline: 1rem;
  padding-top: 170px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.page-home .section__what-we-do h2 {
  font-size: 32px;
  color: #030303;
  text-align: center;
}
.page-home .section__what-we-do .headline-label {
  font-size: 16px;
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  max-width: 1000px;
  text-align: center;
}
.page-home .section__what-we-do .wwd-services-con {
  width: 100%;
  display: flex;
  margin-top: 3rem;
  gap: 1rem;
}
.page-home .section__what-we-do .wwd-services-con .serv-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 500px;
  padding: 1rem;
}
.page-home .section__what-we-do .wwd-services-con .serv-box .serv-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 280px;
  position: relative;
  transition: all 300ms !important;
}
.page-home .section__what-we-do .wwd-services-con .serv-box .serv-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  background: url("../../images/hover.png") no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.3s ease-in-out;
}
.page-home .section__what-we-do .wwd-services-con .serv-box .serv-img:has(a:hover)::before {
  opacity: 1;
  visibility: visible;
}
.page-home .section__what-we-do .wwd-services-con .serv-box .serv-detail {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  height: 45%;
}
.page-home .section__what-we-do .wwd-services-con .serv-box .serv-detail h3 {
  font-size: 28px;
  color: #030303;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
}
.page-home .section__what-we-do .wwd-services-con .serv-box .serv-detail p {
  max-width: 410px;
  text-align: center;
  font-size: 16px;
  color: #030303;
  line-height: 150%;
}
.page-home .section__what-we-do .wwd-services-con .serv-box .serv-detail .serv-link {
  color: #E83132;
  text-decoration: none;
  font-size: 14px;
  margin-top: auto;
}
@media (max-width: 992px) {
  .page-home .section__what-we-do .wwd-services-con .serv-box {
    width: auto;
  }
}
@media (max-width: 992px) {
  .page-home .section__what-we-do .wwd-services-con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
    gap: 1rem;
  }
  .page-home .section__what-we-do .wwd-services-con .serv-box:last-child:nth-child(odd) {
    grid-column: span 2;
  }
}
@media (max-width: 690px) {
  .page-home .section__what-we-do .wwd-services-con {
    grid-template-columns: 1fr;
  }
  .page-home .section__what-we-do .wwd-services-con .serv-box:last-child:nth-child(odd) {
    grid-column: auto;
  }
}
.page-home .section__what-we-do .buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}
.page-home .section__what-we-do .buttons a {
  font-size: 14px;
}
@media (max-width: 490px) {
  .page-home .section__what-we-do .buttons {
    flex-direction: column;
  }
}
.page-home .section__features {
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 120px;
  padding-inline: 1rem;
  display: flex;
  gap: 1.5rem;
}
.page-home .section__features .features-section-left {
  width: 50%;
  height: 100%;
}
@media (max-width: 992px) {
  .page-home .section__features .features-section-left {
    width: 100%;
  }
}
.page-home .section__features .features-section-left .pre-title {
  font-size: 14px;
  font-weight: 600;
  color: #AFAFAF;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.page-home .section__features .features-section-left .feature-headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  max-width: 530px;
  color: #030303;
}
@media (max-width: 992px) {
  .page-home .section__features .features-section-left .feature-headline {
    max-width: 990px;
  }
}
.page-home .section__features .features-section-left .feature-text {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  max-width: 603px;
}
@media (max-width: 992px) {
  .page-home .section__features .features-section-left .feature-text {
    max-width: 990px;
  }
}
.page-home .section__features .features-section-left .feature-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.page-home .section__features .features-section-left .feature-buttons a {
  font-size: 14px;
}
@media (max-width: 490px) {
  .page-home .section__features .features-section-left .feature-buttons {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.page-home .section__features .features-section-left .testimonial-box {
  display: flex;
  gap: 15px;
  margin-top: 1.5rem;
}
.page-home .section__features .features-section-left .testimonial-box .testimonial-img-quote img {
  min-width: 32px;
}
.page-home .section__features .features-section-left .testimonial-box .testimonial-detail {
  display: flex;
  flex-direction: column;
}
.page-home .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
  font-size: 14px;
  max-width: 480px;
  color: rgba(3, 3, 3, 0.5803921569);
}
@media (max-width: 992px) {
  .page-home .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
    max-width: 990px;
  }
}
.page-home .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.page-home .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile img {
  min-width: 50px;
  min-height: 50px;
}
.page-home .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
}
.page-home .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div h4 {
  color: #030303;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.page-home .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div p {
  color: #E83132;
  margin: 0;
  font-size: 12px;
  margin-left: 1px;
}
.page-home .section__features .features-section-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  row-gap: 1.3rem;
  width: 50%;
}
.page-home .section__features .features-section-right .feature-box {
  background-color: #FCE9E9;
  border-radius: 20px;
  padding: 1.8rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.9rem;
}
.page-home .section__features .features-section-right .feature-box .feature-box-icon {
  min-width: 50px;
  min-height: 50px;
  margin-bottom: 1rem;
}
.page-home .section__features .features-section-right .feature-box .feature-box-title {
  font-size: 28px;
  font-weight: 600;
  color: #030303;
  line-height: 100%;
}
.page-home .section__features .features-section-right .feature-box .feature-box-text {
  color: #030303;
  font-size: 16px;
  line-height: 150%;
  max-width: 280px;
}
@media (max-width: 590px) {
  .page-home .section__features .features-section-right .feature-box .feature-box-text {
    max-width: 580px;
  }
}
@media (max-width: 590px) {
  .page-home .section__features .features-section-right {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .page-home .section__features .features-section-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-home .section__features {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.page-home .section__testimonials {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
}
.page-home .section__testimonials h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #030303;
  max-width: 622px;
}
.page-home .section__testimonials p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  max-width: 803px;
}
.page-home .section__testimonials .wcs-clients-word {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.page-home .section__testimonials .wcs-clients-word .wcs-cw-box {
  width: 100%;
  border-radius: 10px;
  background-color: #FDF3F3;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 790px) {
  .page-home .section__testimonials .wcs-clients-word .wcs-cw-box {
    width: 100%;
  }
}
.page-home .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-quote {
  min-width: 50px;
  min-height: 37px;
  margin-bottom: 1rem;
}
.page-home .section__testimonials .wcs-clients-word .wcs-cw-box p {
  text-align: left;
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
}
.page-home .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-text {
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.page-home .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.page-home .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof {
  display: flex;
}
.page-home .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
}
.page-home .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  justify-content: flex-end;
}
.page-home .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div h4 {
  font-size: 16px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 0px;
}
.page-home .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div p {
  font-size: 14px;
  color: #E83132;
  margin-bottom: 0;
}
@media (max-width: 790px) {
  .page-home .section__testimonials .wcs-clients-word {
    flex-direction: column;
  }
}
.page-home .section__testimonials .wcs-buttons {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}
.page-home .section__testimonials .wcs-buttons .btn--slider--prev,
.page-home .section__testimonials .wcs-buttons .btn--slider--next {
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
.page-home .section__awards {
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 120px;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: 1rem;
}
.page-home .section__awards .awards-left {
  padding-top: 3.7rem;
}
.page-home .section__awards .awards-left .awards-headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  color: #030303;
  max-width: 622px;
}
@media (max-width: 1120px) {
  .page-home .section__awards .awards-left .awards-headline {
    max-width: 1120px;
  }
}
.page-home .section__awards .awards-left p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  max-width: 703px;
}
@media (max-width: 1120px) {
  .page-home .section__awards .awards-left p {
    max-width: 1120px;
  }
}
.page-home .section__awards .awards-left li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}
.page-home .section__awards .awards-left li p {
  margin-bottom: 0;
}
.page-home .section__awards .awards-left .awards-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.9rem;
}
.page-home .section__awards .awards-left .awards-buttons a {
  font-size: 14px;
}
@media (max-width: 490px) {
  .page-home .section__awards .awards-left .awards-buttons {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.page-home .section__awards .awards-right {
  width: 38%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  row-gap: 1rem;
  align-items: flex-end;
}
@media (max-width: 790px) {
  .page-home .section__awards .awards-right img {
    height: 55vw !important;
  }
}
@media (max-width: 1120px) {
  .page-home .section__awards .awards-right {
    width: 100%;
    margin-top: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 790px) {
  .page-home .section__awards .awards-right {
    grid-template-columns: 1fr 1fr;
    align-content: center;
  }
}
@media (max-width: 1120px) {
  .page-home .section__awards {
    flex-direction: column;
  }
}
.page-home .section__blogs {
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 100px;
  padding-inline: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-home .section__blogs h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #030303;
  margin-bottom: 5rem;
}
.page-home .section__blogs .blogs-con {
  display: flex;
  gap: 2rem;
}
.page-home .section__blogs .blogs-con .blog-box {
  max-width: 444px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.page-home .section__blogs .blogs-con .blog-box h3 {
  font-size: 28px;
  font-weight: 600;
  color: #030303;
  line-height: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-home .section__blogs .blogs-con .blog-box p {
  color: #030303;
  font-size: 16px;
  line-height: 150%;
  max-width: 435px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-home .section__blogs .blogs-con .blog-box .div-blog div {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.page-home .section__blogs .blogs-con .blog-box .div-blog div img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.page-home .section__blogs .blogs-con .blog-box a {
  font-size: 14px;
}
@media (max-width: 990px) {
  .page-home .section__blogs .blogs-con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
    gap: 1rem;
    row-gap: 2rem;
  }
  .page-home .section__blogs .blogs-con .blog-box:last-child:nth-child(odd) {
    grid-column: span 2;
    margin: 0 auto;
  }
}
@media (max-width: 690px) {
  .page-home .section__blogs .blogs-con {
    grid-template-columns: 1fr;
  }
  .page-home .section__blogs .blogs-con .blog-box:last-child:nth-child(odd) {
    grid-column: auto;
  }
}
.page-home .section__blogs a {
  margin-top: 6rem;
}

.page-seo .section {
  overflow-x: hidden;
}
.page-seo .section__hero {
  width: 100%;
  border-bottom: 1px solid #263238;
  padding-inline: 1rem;
}
.page-seo .section__hero .main_seo_hero {
  max-width: 1320px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-seo .section__hero .main_seo_hero .seo-vector {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
}
@media (max-width: 742px) {
  .page-seo .section__hero .main_seo_hero .seo-vector {
    max-width: 100%;
  }
}
.page-seo .section__hero .main_seo_hero h1 {
  font-size: 55px;
  color: #030303;
  line-height: 110%;
  font-weight: 600;
  text-align: center;
  max-width: 1180px;
  margin-bottom: 12px;
  margin-top: 3.6rem;
  z-index: 2;
}
@media (max-width: 792px) {
  .page-seo .section__hero .main_seo_hero h1 {
    font-size: 40px;
  }
}
.page-seo .section__hero .main_seo_hero h1 span {
  color: #E83132 !important;
}
.page-seo .section__hero .main_seo_hero p {
  font-size: 16px;
  line-height: 150%;
  color: #030303;
  max-width: 690px;
  text-align: center;
  font-weight: 500;
  z-index: 2;
}
@media (max-width: 992px) {
  .page-seo .section__hero .main_seo_hero p {
    font-size: 14px;
    max-width: 580px;
    margin-inline: 1.2rem;
  }
}
.page-seo .section__hero .main_seo_hero a {
  z-index: 2;
  font-size: 14px;
}
.page-seo .section__customer-stories {
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 145px;
  margin-bottom: 140px;
  padding-inline: 1rem;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
.page-seo .section__customer-stories .pseo-cs-left {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-seo .section__customer-stories .pseo-cs-left img {
  margin-top: 4rem;
}
@media (max-width: 992px) {
  .page-seo .section__customer-stories .pseo-cs-left {
    display: none;
  }
}
.page-seo .section__customer-stories .pseo-cs-right {
  width: 55%;
  height: 100%;
}
.page-seo .section__customer-stories .pseo-cs-right h2 {
  max-width: 612px;
}
.page-seo .section__customer-stories .pseo-cs-right .seo-cs-btns {
  margin-top: 2.3rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .page-seo .section__customer-stories .pseo-cs-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-seo .section__customer-stories {
    flex-direction: column;
  }
}
.page-seo .section__companies {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 11rem;
  padding-inline: 1rem;
  margin-bottom: 4rem;
}
.page-seo .section__companies p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.page-seo .section__companies .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
  row-gap: 2rem;
  width: 1200px;
}
@media (max-width: 1250px) {
  .page-seo .section__companies .partnership-list {
    width: 100%;
  }
}
.page-seo .section__companies .partnership-list .logo-com {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-seo .section__companies .partnership-list .logo-com img {
  width: 150px;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.page-seo .section__companies .partnership-list .fade-out {
  opacity: 0;
}
.page-seo .section__benefits {
  max-width: 1320px;
  padding-inline: 1rem;
  margin: 0 auto;
  padding-block: 130px;
  position: relative;
}
.page-seo .section__benefits .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: 5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-seo .section__benefits h2 {
  max-width: 662px;
  margin: 0 auto;
  text-align: center;
}
.page-seo .section__benefits .benefit-label {
  max-width: 909px;
  text-align: center;
  margin-top: 1.4rem !important;
  margin: 0 auto;
}
.page-seo .section__benefits .benefits-con {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 6rem;
}
.page-seo .section__benefits .benefits-con .benefits-box {
  padding: 1.9rem;
  padding-block: 3.2rem;
  border-radius: 25px;
  background-color: #FCE9E9;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 592px) {
  .page-seo .section__benefits .benefits-con .benefits-box {
    padding-block: 2.2rem;
  }
}
@media (max-width: 992px) {
  .page-seo .section__benefits .benefits-con {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 592px) {
  .page-seo .section__benefits .benefits-con {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-seo .section__key-features {
  max-width: 1320px;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-block: 140px;
  padding-top: 120px !important;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
}
.page-seo .section__key-features .dt-vc {
  position: absolute;
  left: -12rem;
  bottom: 18rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-seo .section__key-features .ps-kf-left h2 {
  max-width: 591px;
}
@media (max-width: 992px) {
  .page-seo .section__key-features .ps-kf-left h2 {
    max-width: 992px;
  }
}
.page-seo .section__key-features .ps-kf-left .paragraph-txt {
  max-width: 541px;
}
@media (max-width: 992px) {
  .page-seo .section__key-features .ps-kf-left .paragraph-txt {
    max-width: 992px;
  }
}
.page-seo .section__key-features .ps-kf-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-seo .section__key-features .ps-kf-right .ps-kf-feature-box {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.page-seo .section__key-features .ps-kf-right .ps-kf-feature-box p {
  font-size: 16px;
  color: #030303;
  max-width: 620px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 992px) {
  .page-seo .section__key-features .ps-kf-right .ps-kf-feature-box p {
    max-width: 992px;
  }
}
.page-seo .section__key-features .ps-kf-right .ps-kf-feature-box p span {
  background-color: #F9C9CA;
  color: #E83132;
  font-weight: 600;
  padding-inline: 5px;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .page-seo .section__key-features .ps-kf-right {
    margin-top: 3rem;
  }
}
@media (max-width: 992px) {
  .page-seo .section__key-features {
    flex-direction: column;
    padding-bottom: 100px;
  }
}
.page-seo .section__overview {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
  padding-inline: 1rem;
}
.page-seo .section__overview .main-overview {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 5rem;
}
.page-seo .section__overview .main-overview .seo-ov-vector {
  left: -32rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  width: 90%;
}
@media (max-width: 992px) {
  .page-seo .section__overview .main-overview .seo-ov-vector {
    display: none;
  }
}
.page-seo .section__overview .main-overview .ps-o-left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 992px) {
  .page-seo .section__overview .main-overview .ps-o-left {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.page-seo .section__overview .main-overview .ps-o-left .ps-o-l-image {
  width: 580px;
  height: 537px;
  border-radius: 10px;
  overflow: hidden;
}
.page-seo .section__overview .main-overview .ps-o-left .ps-o-l-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1210px) {
  .page-seo .section__overview .main-overview .ps-o-left .ps-o-l-image {
    width: 47.5vw;
    height: auto;
    aspect-ratio: 1;
  }
}
@media (max-width: 992px) {
  .page-seo .section__overview .main-overview .ps-o-left .ps-o-l-image {
    width: 100% !important;
  }
}
.page-seo .section__overview .main-overview .ps-o-right {
  width: 50%;
}
@media (max-width: 992px) {
  .page-seo .section__overview .main-overview .ps-o-right {
    width: 100%;
  }
}
.page-seo .section__overview .main-overview .ps-o-right h2 {
  max-width: 621px;
}
@media (max-width: 992px) {
  .page-seo .section__overview .main-overview .ps-o-right h2 {
    max-width: 992px;
  }
}
.page-seo .section__overview .main-overview .ps-o-right p {
  max-width: 621px;
}
@media (max-width: 992px) {
  .page-seo .section__overview .main-overview .ps-o-right p {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .page-seo .section__overview .main-overview {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .page-seo .section__overview {
    margin-bottom: 30px;
  }
}
.page-seo .section__testimonials {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
  padding-top: 100px;
  position: relative;
}
.page-seo .section__testimonials .dt-vc-2, .page-seo .section__testimonials .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-seo .section__testimonials .dt-vc-2 {
  left: -12rem !important;
  bottom: 38rem !important;
}
@media (max-width: 992px) {
  .page-seo .section__testimonials {
    padding-block: 90px !important;
  }
}
.page-seo .section__testimonials h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #030303;
  max-width: 622px;
}
.page-seo .section__testimonials p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  max-width: 803px;
}
.page-seo .section__testimonials .wcs-clients-word {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.page-seo .section__testimonials .wcs-clients-word .wcs-cw-box {
  width: 100%;
  border-radius: 10px;
  background-color: #FDF3F3;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 790px) {
  .page-seo .section__testimonials .wcs-clients-word .wcs-cw-box {
    width: 100%;
  }
}
.page-seo .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-quote {
  min-width: 50px;
  min-height: 37px;
  margin-bottom: 1rem;
}
.page-seo .section__testimonials .wcs-clients-word .wcs-cw-box p {
  text-align: left;
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
}
.page-seo .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-text {
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.page-seo .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.page-seo .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof {
  display: flex;
}
.page-seo .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
}
.page-seo .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  justify-content: flex-end;
}
.page-seo .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div h4 {
  font-size: 16px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 0px;
}
.page-seo .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div p {
  font-size: 14px !important;
  color: #E83132 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 790px) {
  .page-seo .section__testimonials .wcs-clients-word {
    flex-direction: column;
  }
}
.page-seo .section__testimonials .wcs-buttons {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}
.page-seo .section__testimonials .wcs-buttons .btn--slider--prev,
.page-seo .section__testimonials .wcs-buttons .btn--slider--next {
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
.page-seo .section__awards {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding-block: 100px;
  flex-direction: column;
  align-items: center;
  padding-inline: 1rem;
  position: relative;
}
.page-seo .section__awards .dt-vc {
  position: absolute;
  left: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-seo .section__awards h2 {
  text-align: center;
  margin-bottom: 1.3rem;
}
.page-seo .section__awards .paragraph--txt {
  max-width: 830px;
  text-align: center;
}
.page-seo .section__awards .aw-v2-bennefits {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-seo .section__awards .aw-v2-bennefits .aw-v2-b-box {
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #E83132;
  border-radius: 9px;
}
.page-seo .section__awards .aw-v2-bennefits .aw-v2-b-box p {
  margin: 0;
}
.page-seo .section__awards .aw-v2-awards-box {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.56rem;
  margin-bottom: 4rem;
}
.page-seo .section__awards .aw-v2-awards-box img {
  height: auto;
}
@media (max-width: 792px) {
  .page-seo .section__awards .aw-v2-awards-box img {
    width: 100%;
  }
}
@media (max-width: 792px) {
  .page-seo .section__awards .aw-v2-awards-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-seo .section__awards a {
  font-size: 14px;
}
.page-seo .section__closing {
  display: flex;
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 80px;
  padding-inline: 1rem;
  padding-bottom: 120px;
  position: relative;
}
.page-seo .section__closing .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-seo .section__closing .cls-s-left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-seo .section__closing .cls-s-left img {
  max-width: 450px;
}
@media (max-width: 992px) {
  .page-seo .section__closing .cls-s-left {
    display: none;
  }
}
.page-seo .section__closing .cls-s-right {
  width: 50%;
}
.page-seo .section__closing .cls-s-right .cls-text, .page-seo .section__closing .cls-s-right h2 {
  max-width: 665px;
}
@media (max-width: 992px) {
  .page-seo .section__closing .cls-s-right .cls-text, .page-seo .section__closing .cls-s-right h2 {
    max-width: 990px;
  }
}
.page-seo .section__closing .cls-s-right a {
  font-size: 14px;
}
@media (max-width: 992px) {
  .page-seo .section__closing .cls-s-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-seo .section__closing {
    padding-bottom: 90px;
  }
}

.page-ai-automation .section__hero {
  display: flex;
  gap: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 8rem;
  max-width: 1320px;
  padding-inline: 1rem;
  margin: 0 auto;
  position: relative;
}
.page-ai-automation .section__hero .dt-vc {
  position: absolute;
  left: -12rem;
  bottom: 5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-ai-automation .section__hero--details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-ai-automation .section__hero--details h1 {
  max-width: 777px;
  margin-bottom: 1.2rem;
}
.page-ai-automation .section__hero--details p {
  max-width: 690px;
  margin-bottom: 5px;
}
.page-ai-automation .section__hero--image {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-ai-automation .section__hero--image img {
  width: 90%;
}
@media (max-width: 992px) {
  .page-ai-automation .section__hero--image {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-ai-automation .section__hero {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.page-ai-automation .section__companies {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 1rem;
  padding-inline: 1rem;
  margin-bottom: 6rem;
}
.page-ai-automation .section__companies p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.page-ai-automation .section__companies .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
  row-gap: 2rem;
  width: 1200px;
}
@media (max-width: 1250px) {
  .page-ai-automation .section__companies .partnership-list {
    width: 100%;
  }
}
.page-ai-automation .section__companies .partnership-list .logo-com {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-ai-automation .section__companies .partnership-list .logo-com img {
  width: 150px;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.page-ai-automation .section__companies .partnership-list .fade-out {
  opacity: 0;
}
.page-ai-automation .section__customer-stories {
  max-width: 1320px;
  display: flex;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-top: 80px;
  margin-bottom: 50px;
}
.page-ai-automation .section__customer-stories--image {
  width: 40%;
}
.page-ai-automation .section__customer-stories--image img {
  max-width: 70%;
}
@media (max-width: 992px) {
  .page-ai-automation .section__customer-stories--image img {
    max-width: 70%;
  }
}
@media (max-width: 592px) {
  .page-ai-automation .section__customer-stories--image img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page-ai-automation .section__customer-stories--image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-ai-automation .section__customer-stories--details {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-ai-automation .section__customer-stories--details h2 {
  max-width: 621px;
}
@media (max-width: 992px) {
  .page-ai-automation .section__customer-stories--details h2 {
    max-width: 992px;
  }
}
.page-ai-automation .section__customer-stories--details .paragraph-txt {
  max-width: 755px;
}
@media (max-width: 992px) {
  .page-ai-automation .section__customer-stories--details .paragraph-txt {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .page-ai-automation .section__customer-stories--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-ai-automation .section__customer-stories {
    flex-direction: column;
  }
}
.page-ai-automation .section__features {
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 120px;
  padding-inline: 1rem;
  display: flex;
  gap: 1.5rem;
  padding-bottom: 80px;
}
.page-ai-automation .section__features .features-section-left {
  width: 45%;
  height: 100%;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .page-ai-automation .section__features .features-section-left {
    width: 100%;
  }
}
.page-ai-automation .section__features .features-section-left .pre-title {
  font-size: 14px;
  font-weight: 600;
  color: #AFAFAF;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.page-ai-automation .section__features .features-section-left .feature-headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  max-width: 530px;
  color: #030303;
}
@media (max-width: 992px) {
  .page-ai-automation .section__features .features-section-left .feature-headline {
    max-width: 990px;
  }
}
.page-ai-automation .section__features .features-section-left .feature-text {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  max-width: 543px;
}
@media (max-width: 992px) {
  .page-ai-automation .section__features .features-section-left .feature-text {
    max-width: 990px;
  }
}
.page-ai-automation .section__features .features-section-left .feature-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.page-ai-automation .section__features .features-section-left .feature-buttons a {
  font-size: 14px;
}
@media (max-width: 490px) {
  .page-ai-automation .section__features .features-section-left .feature-buttons {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.page-ai-automation .section__features .features-section-left .testimonial-box {
  display: flex;
  gap: 15px;
  margin-top: 1.5rem;
}
.page-ai-automation .section__features .features-section-left .testimonial-box .testimonial-img-quote img {
  min-width: 32px;
}
.page-ai-automation .section__features .features-section-left .testimonial-box .testimonial-detail {
  display: flex;
  flex-direction: column;
}
.page-ai-automation .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
  font-size: 14px;
  max-width: 480px;
  color: rgba(3, 3, 3, 0.5803921569);
}
@media (max-width: 992px) {
  .page-ai-automation .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
    max-width: 990px;
  }
}
.page-ai-automation .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.page-ai-automation .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile img {
  min-width: 50px;
  min-height: 50px;
}
.page-ai-automation .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
}
.page-ai-automation .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div h4 {
  color: #030303;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.page-ai-automation .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div p {
  color: #E83132;
  margin: 0;
  font-size: 12px;
  margin-left: 1px;
}
.page-ai-automation .section__features .features-section-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  row-gap: 1.3rem;
  width: 55%;
}
.page-ai-automation .section__features .features-section-right .feature-box {
  background-color: #FCE9E9;
  border-radius: 20px;
  padding: 1.8rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.9rem;
}
.page-ai-automation .section__features .features-section-right .feature-box .feature-box-icon {
  min-width: 50px;
  min-height: 50px;
  margin-bottom: 1rem;
}
.page-ai-automation .section__features .features-section-right .feature-box .feature-box-title {
  font-size: 28px;
  font-weight: 600;
  color: #030303;
  line-height: 100%;
}
.page-ai-automation .section__features .features-section-right .feature-box .feature-box-text {
  color: #030303;
  font-size: 16px;
  line-height: 150%;
  max-width: 280px;
}
@media (max-width: 590px) {
  .page-ai-automation .section__features .features-section-right .feature-box .feature-box-text {
    max-width: 580px;
  }
}
@media (max-width: 590px) {
  .page-ai-automation .section__features .features-section-right {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .page-ai-automation .section__features .features-section-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-ai-automation .section__features {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.page-ai-automation .section__growth-highlights {
  max-width: 1320px;
  margin: 120px auto;
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-block: 4rem;
  padding-inline: 1rem;
}
.page-ai-automation .section__growth-highlights .bg-grw-ai {
  width: 60rem;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1320px) {
  .page-ai-automation .section__growth-highlights .bg-grw-ai {
    width: 60vw;
  }
}
@media (max-width: 992px) {
  .page-ai-automation .section__growth-highlights .bg-grw-ai {
    display: none;
  }
}
.page-ai-automation .section__growth-highlights h2 {
  text-align: center;
  max-width: 674px;
}
.page-ai-automation .section__growth-highlights .paragraph--txt {
  max-width: 840px;
  text-align: center;
}
.page-ai-automation .section__growth-highlights--growths {
  display: flex;
  gap: 4rem;
  margin-top: 4rem;
}
.page-ai-automation .section__growth-highlights--growths .grw-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.page-ai-automation .section__growth-highlights--growths .grw-box h3 {
  max-width: 220px;
  text-align: center;
}
.page-ai-automation .section__growth-highlights--growths .grw-box .grw-txt {
  font-size: 16px;
  color: #030303;
  text-align: center;
  max-width: 305px;
}
@media (max-width: 692px) {
  .page-ai-automation .section__growth-highlights--growths {
    flex-direction: column;
  }
}
.page-ai-automation .section__overview {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
  padding-inline: 1rem;
}
.page-ai-automation .section__overview .main-overview {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 5rem;
}
.page-ai-automation .section__overview .main-overview .ai-ov-vector {
  left: -32rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  width: 90%;
}
@media (max-width: 992px) {
  .page-ai-automation .section__overview .main-overview .ai-ov-vector {
    display: none;
  }
}
.page-ai-automation .section__overview .main-overview .ps-o-left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 992px) {
  .page-ai-automation .section__overview .main-overview .ps-o-left {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.page-ai-automation .section__overview .main-overview .ps-o-left .ps-o-l-image {
  width: 580px;
  height: 537px;
  border-radius: 10px;
  overflow: hidden;
}
.page-ai-automation .section__overview .main-overview .ps-o-left .ps-o-l-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1210px) {
  .page-ai-automation .section__overview .main-overview .ps-o-left .ps-o-l-image {
    width: 47.5vw;
    height: auto;
    aspect-ratio: 1;
  }
}
@media (max-width: 992px) {
  .page-ai-automation .section__overview .main-overview .ps-o-left .ps-o-l-image {
    width: 100% !important;
  }
}
.page-ai-automation .section__overview .main-overview .ps-o-right {
  width: 50%;
}
@media (max-width: 992px) {
  .page-ai-automation .section__overview .main-overview .ps-o-right {
    width: 100%;
  }
}
.page-ai-automation .section__overview .main-overview .ps-o-right h2 {
  max-width: 621px;
}
@media (max-width: 992px) {
  .page-ai-automation .section__overview .main-overview .ps-o-right h2 {
    max-width: 992px;
  }
}
.page-ai-automation .section__overview .main-overview .ps-o-right p {
  max-width: 621px;
}
@media (max-width: 992px) {
  .page-ai-automation .section__overview .main-overview .ps-o-right p {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .page-ai-automation .section__overview .main-overview {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .page-ai-automation .section__overview {
    margin-bottom: 30px;
  }
}
.page-ai-automation .section__testimonials {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
  padding-top: 100px;
  position: relative;
}
.page-ai-automation .section__testimonials .dt-vc-2, .page-ai-automation .section__testimonials .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-ai-automation .section__testimonials .dt-vc-2 {
  left: -12rem !important;
  bottom: 38rem !important;
}
@media (max-width: 992px) {
  .page-ai-automation .section__testimonials {
    padding-block: 90px !important;
  }
}
.page-ai-automation .section__testimonials h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #030303;
  max-width: 622px;
}
.page-ai-automation .section__testimonials p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  max-width: 803px;
}
.page-ai-automation .section__testimonials .wcs-clients-word {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.page-ai-automation .section__testimonials .wcs-clients-word .wcs-cw-box {
  width: 100%;
  border-radius: 10px;
  background-color: #FDF3F3;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 790px) {
  .page-ai-automation .section__testimonials .wcs-clients-word .wcs-cw-box {
    width: 100%;
  }
}
.page-ai-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-quote {
  min-width: 50px;
  min-height: 37px;
  margin-bottom: 1rem;
}
.page-ai-automation .section__testimonials .wcs-clients-word .wcs-cw-box p {
  text-align: left;
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  max-width: 990px;
}
.page-ai-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-text {
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.page-ai-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.page-ai-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof {
  display: flex;
}
.page-ai-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
}
.page-ai-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  justify-content: flex-end;
}
.page-ai-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div h4 {
  font-size: 16px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 0px;
}
.page-ai-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div p {
  font-size: 14px;
  color: #E83132;
  margin-bottom: 0;
}
@media (max-width: 790px) {
  .page-ai-automation .section__testimonials .wcs-clients-word {
    flex-direction: column;
  }
}
.page-ai-automation .section__testimonials .wcs-buttons {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}
.page-ai-automation .section__testimonials .wcs-buttons .btn--slider--prev,
.page-ai-automation .section__testimonials .wcs-buttons .btn--slider--next {
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
.page-ai-automation .section__awards {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding-block: 100px;
  flex-direction: column;
  align-items: center;
  padding-inline: 1rem;
  position: relative;
}
.page-ai-automation .section__awards .dt-vc {
  position: absolute;
  left: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-ai-automation .section__awards h2 {
  text-align: center;
  margin-bottom: 1.3rem;
}
.page-ai-automation .section__awards .paragraph--txt {
  max-width: 830px;
  text-align: center;
}
.page-ai-automation .section__awards .aw-v2-bennefits {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-ai-automation .section__awards .aw-v2-bennefits .aw-v2-b-box {
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #E83132;
  border-radius: 9px;
}
.page-ai-automation .section__awards .aw-v2-bennefits .aw-v2-b-box p {
  margin: 0;
}
.page-ai-automation .section__awards .aw-v2-awards-box {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.56rem;
  margin-bottom: 4rem;
}
.page-ai-automation .section__awards .aw-v2-awards-box img {
  height: auto;
}
@media (max-width: 792px) {
  .page-ai-automation .section__awards .aw-v2-awards-box img {
    width: 100%;
  }
}
@media (max-width: 792px) {
  .page-ai-automation .section__awards .aw-v2-awards-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-ai-automation .section__awards a {
  font-size: 14px;
}
.page-ai-automation .section__closing {
  display: flex;
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 80px;
  padding-inline: 1rem;
  padding-bottom: 120px;
  position: relative;
}
.page-ai-automation .section__closing .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-ai-automation .section__closing .cls-s-left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-ai-automation .section__closing .cls-s-left img {
  max-width: 450px;
}
@media (max-width: 992px) {
  .page-ai-automation .section__closing .cls-s-left {
    display: none;
  }
}
.page-ai-automation .section__closing .cls-s-right {
  width: 50%;
}
.page-ai-automation .section__closing .cls-s-right .cls-text, .page-ai-automation .section__closing .cls-s-right h2 {
  max-width: 665px;
}
@media (max-width: 992px) {
  .page-ai-automation .section__closing .cls-s-right .cls-text, .page-ai-automation .section__closing .cls-s-right h2 {
    max-width: 990px;
  }
}
.page-ai-automation .section__closing .cls-s-right .testimonial-profile img {
  width: 50px;
  height: 50px;
  border-radius: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}
.page-ai-automation .section__closing .cls-s-right a {
  font-size: 14px;
}
@media (max-width: 992px) {
  .page-ai-automation .section__closing .cls-s-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-ai-automation .section__closing {
    padding-bottom: 90px;
  }
}

.page-web-dev .section__hero {
  max-width: 1320px;
  display: flex;
  gap: 1rem;
  padding-inline: 1rem;
  margin: 0 auto;
  padding-top: 4rem;
}
.page-web-dev .section__hero .dt-vc {
  position: absolute;
  left: -12rem;
  bottom: -2rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-web-dev .section__hero--details {
  width: 55%;
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
.page-web-dev .section__hero--details h1 {
  max-width: 730px;
}
.page-web-dev .section__hero--details p {
  max-width: 697px;
}
.page-web-dev .section__hero--details a {
  font-size: 14px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1192px) {
  .page-web-dev .section__hero--details {
    margin-top: 0rem;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .page-web-dev .section__hero--details {
    width: 100%;
  }
}
.page-web-dev .section__hero--image {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .page-web-dev .section__hero--image {
    width: 100%;
    margin-top: 2rem;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .page-web-dev .section__hero {
    flex-direction: column;
  }
}
.page-web-dev .section__projects {
  width: 100%;
  background: linear-gradient(0deg, #FA9E9E, #E83132);
  padding: 1rem 1rem;
  margin-bottom: 5rem;
}
.page-web-dev .section__projects--main-con {
  max-width: 1620px;
  margin: 0 auto;
  height: auto;
  max-height: 550px;
}
.page-web-dev .section__projects--main-con .swiper {
  width: 100%;
  max-width: 1620px;
  margin: 2rem auto;
}
.page-web-dev .section__projects--main-con .swiper:active {
  cursor: grabbing;
}
.page-web-dev .section__projects--main-con .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background: #000000;
  border-radius: 12px;
  overflow: hidden;
  height: 500px;
  position: relative;
  background-position: center;
  background-size: cover;
}
.page-web-dev .section__projects--main-con .swiper .swiper-slide:active {
  cursor: grabbing;
}
.page-web-dev .section__projects--main-con .swiper .swiper-slide::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9450980392), rgba(0, 0, 0, 0.27) 60%);
}
.page-web-dev .section__projects--main-con .swiper .swiper-slide .details-pro {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 2.5rem;
  z-index: 2;
}
.page-web-dev .section__projects--main-con .swiper .swiper-slide .details-pro h3 {
  max-width: 400px;
  color: #f4f4f4;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-web-dev .section__projects--main-con .swiper .swiper-slide .details-pro p {
  max-width: 400px;
  color: #f4f4f4;
}
@media (max-width: 992px) {
  .page-web-dev .section__projects--main-con .swiper .swiper-slide .details-pro {
    margin: 1.7rem 1.5rem;
  }
}
@media (max-width: 1320px) {
  .page-web-dev .section__projects--main-con .swiper .swiper-slide {
    aspect-ratio: 1;
    height: auto;
  }
}
@media (max-width: 490px) {
  .page-web-dev .section__projects--main-con .swiper {
    margin-block: 1rem;
  }
}
.page-web-dev .section__customer-stories {
  max-width: 1320px;
  display: flex;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-top: 100px;
  margin-bottom: 140px;
  position: relative;
}
.page-web-dev .section__customer-stories .dt-vc {
  position: absolute;
  left: -12rem;
  top: -12rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-web-dev .section__customer-stories .dt-vc-2 {
  position: absolute;
  right: -12rem !important;
  bottom: -9rem !important;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-web-dev .section__customer-stories--image {
  width: 45%;
}
.page-web-dev .section__customer-stories--image img {
  max-width: 80%;
}
@media (max-width: 992px) {
  .page-web-dev .section__customer-stories--image img {
    max-width: 70%;
  }
}
@media (max-width: 592px) {
  .page-web-dev .section__customer-stories--image img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page-web-dev .section__customer-stories--image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-web-dev .section__customer-stories--details {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-web-dev .section__customer-stories--details h2 {
  max-width: 651px;
}
@media (max-width: 992px) {
  .page-web-dev .section__customer-stories--details h2 {
    max-width: 992px;
  }
}
.page-web-dev .section__customer-stories--details .paragraph-txt {
  max-width: 755px;
}
@media (max-width: 992px) {
  .page-web-dev .section__customer-stories--details .paragraph-txt {
    max-width: 992px;
  }
}
.page-web-dev .section__customer-stories--details .wc-cs-list {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  width: 90%;
  justify-content: space-between;
}
.page-web-dev .section__customer-stories--details .wc-cs-list .wc-cs-box {
  display: flex;
  flex-direction: column;
}
.page-web-dev .section__customer-stories--details .wc-cs-list .wc-cs-box .wc-cs-num {
  font-size: 34px;
  color: #030303;
  font-weight: 400;
  margin-bottom: 0;
}
.page-web-dev .section__customer-stories--details .wc-cs-list .wc-cs-box .wc-cs-txt {
  max-width: 157px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #030303;
}
@media (max-width: 992px) {
  .page-web-dev .section__customer-stories--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-web-dev .section__customer-stories {
    flex-direction: column;
    padding-top: 90px;
    margin-bottom: 110px;
  }
}
.page-web-dev .section__features {
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 120px;
  padding-inline: 1rem;
  display: flex;
  gap: 1.5rem;
}
.page-web-dev .section__features .features-section-left {
  width: 45%;
  height: 100%;
}
@media (max-width: 992px) {
  .page-web-dev .section__features .features-section-left {
    width: 100%;
  }
}
.page-web-dev .section__features .features-section-left .feature-headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  max-width: 540px;
  color: #030303;
}
@media (max-width: 992px) {
  .page-web-dev .section__features .features-section-left .feature-headline {
    max-width: 990px;
  }
}
.page-web-dev .section__features .features-section-left .feature-text {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  max-width: 541px;
}
@media (max-width: 992px) {
  .page-web-dev .section__features .features-section-left .feature-text {
    max-width: 990px;
  }
}
.page-web-dev .section__features .features-section-left .feature-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.page-web-dev .section__features .features-section-left .feature-buttons a {
  font-size: 14px;
}
@media (max-width: 490px) {
  .page-web-dev .section__features .features-section-left .feature-buttons {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.page-web-dev .section__features .features-section-left .testimonial-box {
  display: flex;
  gap: 15px;
  margin-top: 1.5rem;
}
.page-web-dev .section__features .features-section-left .testimonial-box .testimonial-img-quote img {
  min-width: 32px;
}
.page-web-dev .section__features .features-section-left .testimonial-box .testimonial-detail {
  display: flex;
  flex-direction: column;
}
.page-web-dev .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
  font-size: 14px;
  max-width: 480px;
  color: rgba(3, 3, 3, 0.5803921569);
}
@media (max-width: 992px) {
  .page-web-dev .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
    max-width: 990px;
  }
}
.page-web-dev .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.page-web-dev .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile img {
  min-width: 50px;
  min-height: 50px;
}
.page-web-dev .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
}
.page-web-dev .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div h4 {
  color: #030303;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.page-web-dev .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div p {
  color: #E83132;
  margin: 0;
  font-size: 12px;
  margin-left: 1px;
}
.page-web-dev .section__features .features-section-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  row-gap: 1.3rem;
  width: 55%;
}
.page-web-dev .section__features .features-section-right .feature-box {
  background-color: #FCE9E9;
  border-radius: 20px;
  padding: 1.8rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.9rem;
}
.page-web-dev .section__features .features-section-right .feature-box .feature-box-icon {
  min-width: 50px;
  min-height: 50px;
  margin-bottom: 1rem;
}
.page-web-dev .section__features .features-section-right .feature-box .feature-box-title {
  font-size: 28px;
  font-weight: 600;
  color: #030303;
  line-height: 100%;
}
.page-web-dev .section__features .features-section-right .feature-box .feature-box-text {
  color: #030303;
  font-size: 16px;
  line-height: 150%;
  max-width: 280px;
}
@media (max-width: 590px) {
  .page-web-dev .section__features .features-section-right .feature-box .feature-box-text {
    max-width: 580px;
  }
}
@media (max-width: 590px) {
  .page-web-dev .section__features .features-section-right {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .page-web-dev .section__features .features-section-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-web-dev .section__features {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.page-web-dev .section__overview {
  width: 100%;
  margin-bottom: 120px;
  position: relative;
  overflow: hidden;
  padding-inline: 1rem;
  margin-top: 90px;
}
.page-web-dev .section__overview .main-overview {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 5rem;
}
.page-web-dev .section__overview .main-overview .web-ov-vector {
  left: -32rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  width: 90%;
}
@media (max-width: 992px) {
  .page-web-dev .section__overview .main-overview .web-ov-vector {
    display: none;
  }
}
.page-web-dev .section__overview .main-overview .ps-o-left {
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}
.page-web-dev .section__overview .main-overview .ps-o-left .ps-o-l-image {
  width: 630px;
  height: 670px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  bottom: -24rem;
}
@media (max-width: 1320px) {
  .page-web-dev .section__overview .main-overview .ps-o-left .ps-o-l-image {
    position: static !important;
    bottom: auto;
    width: 580px;
    height: 537px;
  }
}
.page-web-dev .section__overview .main-overview .ps-o-left .ps-o-l-image img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1210px) {
  .page-web-dev .section__overview .main-overview .ps-o-left .ps-o-l-image {
    width: 47.5vw;
    height: auto;
    aspect-ratio: 1;
  }
}
@media (max-width: 992px) {
  .page-web-dev .section__overview .main-overview .ps-o-left .ps-o-l-image {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .page-web-dev .section__overview .main-overview .ps-o-left {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.page-web-dev .section__overview .main-overview .ps-o-right {
  width: 45%;
}
@media (max-width: 992px) {
  .page-web-dev .section__overview .main-overview .ps-o-right {
    width: 100%;
  }
}
.page-web-dev .section__overview .main-overview .ps-o-right h2 {
  max-width: 541px;
}
@media (max-width: 992px) {
  .page-web-dev .section__overview .main-overview .ps-o-right h2 {
    max-width: 992px;
  }
}
.page-web-dev .section__overview .main-overview .ps-o-right p {
  max-width: 621px;
}
@media (max-width: 992px) {
  .page-web-dev .section__overview .main-overview .ps-o-right p {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .page-web-dev .section__overview .main-overview {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .page-web-dev .section__overview {
    margin-bottom: 30px;
  }
}
@media (max-width: 692px) {
  .page-web-dev .section__overview {
    margin-top: 30px;
  }
}
.page-web-dev .section__testimonials {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
  padding-top: 80px;
  position: relative;
}
.page-web-dev .section__testimonials .dt-vc-2, .page-web-dev .section__testimonials .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-web-dev .section__testimonials .dt-vc-2 {
  left: -12rem !important;
  bottom: 38rem !important;
}
@media (max-width: 992px) {
  .page-web-dev .section__testimonials {
    padding-block: 90px !important;
  }
}
.page-web-dev .section__testimonials h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #030303;
  max-width: 622px;
}
.page-web-dev .section__testimonials p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  max-width: 803px;
}
.page-web-dev .section__testimonials .wcs-clients-word {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.page-web-dev .section__testimonials .wcs-clients-word .wcs-cw-box {
  width: 100%;
  border-radius: 10px;
  background-color: #FDF3F3;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 790px) {
  .page-web-dev .section__testimonials .wcs-clients-word .wcs-cw-box {
    width: 100%;
  }
}
.page-web-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-quote {
  min-width: 50px;
  min-height: 37px;
  margin-bottom: 1rem;
}
.page-web-dev .section__testimonials .wcs-clients-word .wcs-cw-box p {
  text-align: left;
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  max-width: 1803px !important;
}
.page-web-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-text {
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  max-width: 1803px !important;
  text-align: left;
}
.page-web-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.page-web-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof {
  display: flex;
}
.page-web-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
}
.page-web-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  justify-content: flex-end;
}
.page-web-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div h4 {
  font-size: 16px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 0px;
}
.page-web-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div p {
  font-size: 14px !important;
  color: #E83132 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 790px) {
  .page-web-dev .section__testimonials .wcs-clients-word {
    flex-direction: column;
  }
}
.page-web-dev .section__testimonials .wcs-buttons {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}
.page-web-dev .section__testimonials .wcs-buttons .btn--slider--prev,
.page-web-dev .section__testimonials .wcs-buttons .btn--slider--next {
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
.page-web-dev .section__awards {
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 120px;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: 1rem;
}
.page-web-dev .section__awards .awards-left {
  padding-top: 3.7rem;
}
.page-web-dev .section__awards .awards-left .awards-headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  color: #030303;
  max-width: 622px;
}
@media (max-width: 1120px) {
  .page-web-dev .section__awards .awards-left .awards-headline {
    max-width: 1120px;
  }
}
.page-web-dev .section__awards .awards-left p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  max-width: 703px;
}
@media (max-width: 1120px) {
  .page-web-dev .section__awards .awards-left p {
    max-width: 1120px;
  }
}
.page-web-dev .section__awards .awards-left li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}
.page-web-dev .section__awards .awards-left li p {
  margin-bottom: 0;
}
.page-web-dev .section__awards .awards-left .awards-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.9rem;
}
.page-web-dev .section__awards .awards-left .awards-buttons a {
  font-size: 14px;
}
@media (max-width: 490px) {
  .page-web-dev .section__awards .awards-left .awards-buttons {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.page-web-dev .section__awards .awards-right {
  width: 38%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  row-gap: 1rem;
  align-items: flex-end;
}
@media (max-width: 790px) {
  .page-web-dev .section__awards .awards-right img {
    height: 55vw !important;
  }
}
@media (max-width: 1120px) {
  .page-web-dev .section__awards .awards-right {
    width: 100%;
    margin-top: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 790px) {
  .page-web-dev .section__awards .awards-right {
    grid-template-columns: 1fr 1fr;
    align-content: center;
  }
}
@media (max-width: 490px) {
  .page-web-dev .section__awards .awards-right {
    gap: 0.5rem;
    row-gap: 0.5rem;
  }
}
@media (max-width: 1120px) {
  .page-web-dev .section__awards {
    flex-direction: column;
  }
}
.page-web-dev .section__faqs {
  margin: 40px auto;
  max-width: 1320px;
  padding: 90px 1rem;
  display: flex;
  gap: 1.5rem;
  margin-top: 10px;
  justify-content: space-between;
}
.page-web-dev .section__faqs--info {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-web-dev .section__faqs--info h2, .page-web-dev .section__faqs--info p {
  max-width: 551px;
}
@media (max-width: 992px) {
  .page-web-dev .section__faqs--info h2, .page-web-dev .section__faqs--info p {
    max-width: 992px;
  }
}
.page-web-dev .section__faqs--info img {
  width: 80%;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .page-web-dev .section__faqs--info img {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-web-dev .section__faqs--info {
    width: 100%;
  }
}
.page-web-dev .section__faqs--questions {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-web-dev .section__faqs--questions .faq-box {
  background: #fff4f4;
  border-radius: 8px;
  padding: 2rem 2.6rem;
  transition: all 0.3s ease;
  padding-bottom: 1rem;
}
.page-web-dev .section__faqs--questions .faq-box .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
}
.page-web-dev .section__faqs--questions .faq-box .faq-header .faq-question {
  font-weight: 500;
  color: #101010;
  margin: 0;
  font-size: 16px;
  color: #030303;
  line-height: 150%;
}
.page-web-dev .section__faqs--questions .faq-box .faq-header .faq-toggle {
  background: #fff;
  box-shadow: 0px 2px 2px #afafaf;
  border-radius: 6px;
  color: #111111;
  min-width: 48px;
  min-height: 48px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
}
.page-web-dev .section__faqs--questions .faq-box .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0s ease;
  opacity: 0;
  padding-top: 1rem;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
}
.page-web-dev .section__faqs--questions .faq-box.active .faq-answer {
  max-height: 200px; /* adjust depending on content */
  opacity: 1;
  margin-top: 10px;
}
@media (max-width: 592px) {
  .page-web-dev .section__faqs--questions .faq-box {
    padding: 1rem 1.6rem;
  }
}
@media (max-width: 992px) {
  .page-web-dev .section__faqs--questions {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-web-dev .section__faqs {
    flex-direction: column;
  }
}

.page-custom-app-dev .section__hero {
  max-width: 1320px;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-block: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 140px;
  background: url("../../images/cad-hero.png");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.page-custom-app-dev .section__hero h1 {
  max-width: 1010px;
  text-align: center;
  margin-bottom: 1.5rem;
}
.page-custom-app-dev .section__hero .paragraph--txt {
  max-width: 690px;
  text-align: center;
  margin-bottom: 0;
}
.page-custom-app-dev .section__hero a {
  margin-top: 2rem;
  font-size: 14px;
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__hero .testimonial-text {
    max-width: 490px;
  }
}
@media (max-width: 690px) {
  .page-custom-app-dev .section__hero {
    background-size: 100%;
  }
}
@media (max-width: 490px) {
  .page-custom-app-dev .section__hero {
    background: none;
  }
}
.page-custom-app-dev .section__companies {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 5rem;
  padding-bottom: 120px;
  padding-inline: 1rem;
}
.page-custom-app-dev .section__companies p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.page-custom-app-dev .section__companies .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
  row-gap: 2rem;
  width: 1200px;
}
@media (max-width: 1250px) {
  .page-custom-app-dev .section__companies .partnership-list {
    width: 100%;
  }
}
.page-custom-app-dev .section__companies .partnership-list .logo-com {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-custom-app-dev .section__companies .partnership-list .logo-com img {
  width: 150px;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.page-custom-app-dev .section__companies .partnership-list .fade-out {
  opacity: 0;
}
.page-custom-app-dev .section__customer-stories {
  max-width: 1320px;
  display: flex;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-top: 80px;
  margin-bottom: 50px;
  padding-bottom: 80px;
}
.page-custom-app-dev .section__customer-stories--image {
  width: 40%;
}
.page-custom-app-dev .section__customer-stories--image img {
  max-width: 70%;
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__customer-stories--image img {
    max-width: 70%;
  }
}
@media (max-width: 592px) {
  .page-custom-app-dev .section__customer-stories--image img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__customer-stories--image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-custom-app-dev .section__customer-stories--details {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-custom-app-dev .section__customer-stories--details h2 {
  max-width: 691px;
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__customer-stories--details h2 {
    max-width: 992px;
  }
}
.page-custom-app-dev .section__customer-stories--details .paragraph-txt {
  max-width: 710px;
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__customer-stories--details .paragraph-txt {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__customer-stories--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__customer-stories {
    flex-direction: column;
  }
}
.page-custom-app-dev .section__features {
  width: 100%;
  background-color: #FDF3F3;
  margin-bottom: 80px;
  margin-top: 40px;
  padding-block: 100px;
  padding-inline: 1rem;
}
.page-custom-app-dev .section__features--main-features {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
}
.page-custom-app-dev .section__features--main-features .cad-fmf--details {
  width: 45%;
  height: 100%;
}
.page-custom-app-dev .section__features--main-features .cad-fmf--details .paragraph--txt,
.page-custom-app-dev .section__features--main-features .cad-fmf--details h2 {
  max-width: 541px;
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__features--main-features .cad-fmf--details .paragraph--txt,
  .page-custom-app-dev .section__features--main-features .cad-fmf--details h2 {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__features--main-features .cad-fmf--details {
    width: 100%;
  }
}
.page-custom-app-dev .section__features--main-features .cad-fmf--feature {
  width: 55%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.page-custom-app-dev .section__features--main-features .cad-fmf--feature .cad-f-box {
  padding: 1.9rem;
  background-color: #FCE9E9;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.page-custom-app-dev .section__features--main-features .cad-fmf--feature .cad-f-box:nth-child(3):last-child {
  grid-column: span 2;
}
.page-custom-app-dev .section__features--main-features .cad-fmf--feature .cad-f-box:nth-child(3):last-child p {
  max-width: 100%;
}
.page-custom-app-dev .section__features--main-features .cad-fmf--feature .cad-f-box h3 {
  max-width: 261px;
}
.page-custom-app-dev .section__features--main-features .cad-fmf--feature .cad-f-box p {
  max-width: 279px;
}
@media (max-width: 792px) {
  .page-custom-app-dev .section__features--main-features .cad-fmf--feature .cad-f-box p {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__features--main-features .cad-fmf--feature {
    width: 100%;
  }
}
@media (max-width: 792px) {
  .page-custom-app-dev .section__features--main-features .cad-fmf--feature {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__features--main-features {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.page-custom-app-dev .section__overview {
  max-width: 1320px;
  margin: 80px auto;
  padding: 0 1rem;
  display: flex;
  gap: 1rem;
  height: 35rem;
  padding-block: 40px;
}
.page-custom-app-dev .section__overview--image {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../images/cad-vec.png");
  background-repeat: no-repeat;
  background-position: center; /* or left / right / top etc. */
  background-size: 80%;
}
.page-custom-app-dev .section__overview--image img {
  width: 65%;
}
@media (max-width: 592px) {
  .page-custom-app-dev .section__overview--image img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__overview--image {
    width: 100%;
  }
}
.page-custom-app-dev .section__overview--details {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-custom-app-dev .section__overview--details h2 {
  max-width: 541px;
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__overview--details h2 {
    max-width: 990px;
  }
}
.page-custom-app-dev .section__overview--details .paragraph--txt {
  max-width: 640px;
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__overview--details .paragraph--txt {
    max-width: 990px;
  }
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__overview--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__overview {
    flex-direction: column;
    height: auto;
    row-gap: 2rem;
    padding-block: 100px;
  }
}
.page-custom-app-dev .section__testimonials {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
  padding-top: 40px;
  position: relative;
}
.page-custom-app-dev .section__testimonials .dt-vc-2, .page-custom-app-dev .section__testimonials .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-custom-app-dev .section__testimonials .dt-vc-2 {
  left: -12rem !important;
  bottom: 38rem !important;
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__testimonials {
    padding-block: 90px !important;
  }
}
.page-custom-app-dev .section__testimonials h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #030303;
  max-width: 622px;
}
.page-custom-app-dev .section__testimonials p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  max-width: 803px;
}
.page-custom-app-dev .section__testimonials .wcs-clients-word {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.page-custom-app-dev .section__testimonials .wcs-clients-word .wcs-cw-box {
  width: 100%;
  border-radius: 10px;
  background-color: #FDF3F3;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 790px) {
  .page-custom-app-dev .section__testimonials .wcs-clients-word .wcs-cw-box {
    width: 100%;
  }
}
.page-custom-app-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-quote {
  min-width: 50px;
  min-height: 37px;
  margin-bottom: 1rem;
}
.page-custom-app-dev .section__testimonials .wcs-clients-word .wcs-cw-box p {
  text-align: left;
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
}
.page-custom-app-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-text {
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.page-custom-app-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.page-custom-app-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof {
  display: flex;
}
.page-custom-app-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
}
.page-custom-app-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  justify-content: flex-end;
}
.page-custom-app-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div h4 {
  font-size: 16px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 0px;
}
.page-custom-app-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div p {
  font-size: 14px !important;
  color: #E83132 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 790px) {
  .page-custom-app-dev .section__testimonials .wcs-clients-word {
    flex-direction: column;
  }
}
.page-custom-app-dev .section__testimonials .wcs-buttons {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}
.page-custom-app-dev .section__testimonials .wcs-buttons .btn--slider--prev,
.page-custom-app-dev .section__testimonials .wcs-buttons .btn--slider--next {
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
.page-custom-app-dev .section__awards {
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 120px;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: 1rem;
}
.page-custom-app-dev .section__awards .awards-left {
  padding-top: 3.7rem;
}
.page-custom-app-dev .section__awards .awards-left .awards-headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  color: #030303;
  max-width: 622px;
}
@media (max-width: 1120px) {
  .page-custom-app-dev .section__awards .awards-left .awards-headline {
    max-width: 1120px;
  }
}
.page-custom-app-dev .section__awards .awards-left p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  max-width: 703px;
}
@media (max-width: 1120px) {
  .page-custom-app-dev .section__awards .awards-left p {
    max-width: 1120px;
  }
}
.page-custom-app-dev .section__awards .awards-left li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}
.page-custom-app-dev .section__awards .awards-left li p {
  margin-bottom: 0;
}
.page-custom-app-dev .section__awards .awards-left .awards-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.9rem;
}
.page-custom-app-dev .section__awards .awards-left .awards-buttons a {
  font-size: 14px;
}
@media (max-width: 490px) {
  .page-custom-app-dev .section__awards .awards-left .awards-buttons {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.page-custom-app-dev .section__awards .awards-right {
  width: 38%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  row-gap: 1rem;
  align-items: flex-end;
}
@media (max-width: 790px) {
  .page-custom-app-dev .section__awards .awards-right img {
    height: 55vw !important;
  }
}
@media (max-width: 1120px) {
  .page-custom-app-dev .section__awards .awards-right {
    width: 100%;
    margin-top: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 790px) {
  .page-custom-app-dev .section__awards .awards-right {
    grid-template-columns: 1fr 1fr;
    align-content: center;
  }
}
@media (max-width: 1120px) {
  .page-custom-app-dev .section__awards {
    flex-direction: column;
  }
}
.page-custom-app-dev .section__faqs {
  margin: 40px auto;
  max-width: 1320px;
  padding: 90px 1rem;
  display: flex;
  gap: 1.5rem;
  margin-top: 10px;
  justify-content: space-between;
}
.page-custom-app-dev .section__faqs--info {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-custom-app-dev .section__faqs--info h2, .page-custom-app-dev .section__faqs--info p {
  max-width: 551px;
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__faqs--info h2, .page-custom-app-dev .section__faqs--info p {
    max-width: 992px;
  }
}
.page-custom-app-dev .section__faqs--info img {
  width: 80%;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__faqs--info img {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__faqs--info {
    width: 100%;
  }
}
.page-custom-app-dev .section__faqs--questions {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-custom-app-dev .section__faqs--questions .faq-box {
  background: #fff4f4;
  border-radius: 8px;
  padding: 2rem 2.6rem;
  transition: all 0.3s ease;
  padding-bottom: 1rem;
}
.page-custom-app-dev .section__faqs--questions .faq-box .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
}
.page-custom-app-dev .section__faqs--questions .faq-box .faq-header .faq-question {
  font-weight: 500;
  color: #101010;
  margin: 0;
  font-size: 16px;
  color: #030303;
  line-height: 150%;
}
.page-custom-app-dev .section__faqs--questions .faq-box .faq-header .faq-toggle {
  background: #fff;
  box-shadow: 0px 2px 2px #afafaf;
  border-radius: 6px;
  color: #111111;
  min-width: 48px;
  min-height: 48px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
}
.page-custom-app-dev .section__faqs--questions .faq-box .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0s ease;
  opacity: 0;
  padding-top: 1rem;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
}
.page-custom-app-dev .section__faqs--questions .faq-box.active .faq-answer {
  max-height: 200px; /* adjust depending on content */
  opacity: 1;
  margin-top: 10px;
}
@media (max-width: 592px) {
  .page-custom-app-dev .section__faqs--questions .faq-box {
    padding: 1rem 1.6rem;
  }
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__faqs--questions {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-custom-app-dev .section__faqs {
    flex-direction: column;
  }
}

.page-web-maintenance .section__hero {
  max-width: 1320px;
  height: 43rem;
  display: flex;
  gap: 1rem;
  padding-inline: 1rem;
  margin: 0 auto;
  padding-block: 6rem;
  padding-top: 1rem;
}
.page-web-maintenance .section__hero .dt-vc {
  position: absolute;
  left: -12rem;
  bottom: 2rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-web-maintenance .section__hero--details {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-web-maintenance .section__hero--details h1 {
  max-width: 730px;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__hero--details h1 {
    max-width: 100%;
  }
}
.page-web-maintenance .section__hero--details .paragraph--txt {
  max-width: 697px;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__hero--details .paragraph--txt {
    max-width: 100%;
  }
}
.page-web-maintenance .section__hero--details a {
  font-size: 14px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page-web-maintenance .section__hero--details .benefits-wm {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  row-gap: 1rem;
  gap: 1rem;
  margin-bottom: 0.85rem;
}
.page-web-maintenance .section__hero--details .benefits-wm .bwm-box {
  display: flex;
  align-items: center;
  gap: 13px;
}
.page-web-maintenance .section__hero--details .benefits-wm .bwm-box p {
  margin-bottom: 0;
}
@media (max-width: 592px) {
  .page-web-maintenance .section__hero--details .benefits-wm {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .page-web-maintenance .section__hero--details {
    width: 100%;
  }
}
.page-web-maintenance .section__hero--image {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__hero--image {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-web-maintenance .section__hero {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 490px) {
  .page-web-maintenance .section__hero {
    height: auto;
    padding-block: 7rem;
  }
}
.page-web-maintenance .section__projects {
  width: 100%;
  background: linear-gradient(0deg, #FA9E9E, #E83132);
  padding: 1rem 1rem;
  margin-bottom: 5rem;
}
.page-web-maintenance .section__projects--main-con {
  max-width: 1620px;
  margin: 0 auto;
  height: auto;
  max-height: 550px;
}
.page-web-maintenance .section__projects--main-con .swiper {
  width: 100%;
  max-width: 1620px;
  margin: 2rem auto;
}
.page-web-maintenance .section__projects--main-con .swiper:active {
  cursor: grabbing;
}
.page-web-maintenance .section__projects--main-con .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background: #000000;
  border-radius: 12px;
  overflow: hidden;
  height: 500px;
  position: relative;
  background-position: center;
  background-size: cover;
}
.page-web-maintenance .section__projects--main-con .swiper .swiper-slide:active {
  cursor: grabbing;
}
.page-web-maintenance .section__projects--main-con .swiper .swiper-slide::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9450980392), rgba(0, 0, 0, 0.27) 60%);
}
.page-web-maintenance .section__projects--main-con .swiper .swiper-slide .details-pro {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 2.5rem;
  z-index: 2;
}
.page-web-maintenance .section__projects--main-con .swiper .swiper-slide .details-pro h3 {
  max-width: 400px;
  color: #f4f4f4;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-web-maintenance .section__projects--main-con .swiper .swiper-slide .details-pro p {
  max-width: 400px;
  color: #f4f4f4;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__projects--main-con .swiper .swiper-slide .details-pro {
    margin: 1.7rem 1.5rem;
  }
}
@media (max-width: 1320px) {
  .page-web-maintenance .section__projects--main-con .swiper .swiper-slide {
    aspect-ratio: 1;
    height: auto;
  }
}
@media (max-width: 490px) {
  .page-web-maintenance .section__projects--main-con .swiper {
    margin-block: 1rem;
  }
}
.page-web-maintenance .section__companies {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 5rem;
  padding-inline: 1rem;
  padding-top: 90px;
  padding-bottom: 40px;
}
.page-web-maintenance .section__companies p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.page-web-maintenance .section__companies .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
  row-gap: 2rem;
  width: 1200px;
}
@media (max-width: 1250px) {
  .page-web-maintenance .section__companies .partnership-list {
    width: 100%;
  }
}
.page-web-maintenance .section__companies .partnership-list .logo-com {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-web-maintenance .section__companies .partnership-list .logo-com img {
  width: 150px;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.page-web-maintenance .section__companies .partnership-list .fade-out {
  opacity: 0;
}
.page-web-maintenance .section__pain-points {
  max-width: 1320px;
  margin: 120px auto;
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-block: 4rem;
  padding-inline: 1rem;
}
.page-web-maintenance .section__pain-points .bg-grw-ai {
  width: 60rem;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1320px) {
  .page-web-maintenance .section__pain-points .bg-grw-ai {
    width: 60vw;
  }
}
@media (max-width: 992px) {
  .page-web-maintenance .section__pain-points .bg-grw-ai {
    display: none;
  }
}
.page-web-maintenance .section__pain-points h2 {
  text-align: center;
  max-width: 764px;
}
.page-web-maintenance .section__pain-points .paragraph--txt {
  max-width: 620px;
  text-align: center;
}
.page-web-maintenance .section__pain-points .problem-con {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.56rem;
  flex-wrap: wrap;
}
.page-web-maintenance .section__pain-points .problem-con .prbox {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 16px;
  border: 1px solid #E83132;
  color: #E83132;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  gap: 12px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__pain-points .problem-con .prbox {
    font-size: 14px;
  }
}
.page-web-maintenance .section__customer-stories {
  max-width: 1320px;
  display: flex;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-top: 100px;
  margin-bottom: 140px;
  position: relative;
}
.page-web-maintenance .section__customer-stories .dt-vc {
  position: absolute;
  left: -12rem;
  top: -12rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-web-maintenance .section__customer-stories .dt-vc-2 {
  position: absolute;
  right: -12rem !important;
  bottom: -9rem !important;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-web-maintenance .section__customer-stories--image {
  width: 45%;
}
.page-web-maintenance .section__customer-stories--image img {
  max-width: 80%;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__customer-stories--image img {
    max-width: 70%;
  }
}
@media (max-width: 592px) {
  .page-web-maintenance .section__customer-stories--image img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page-web-maintenance .section__customer-stories--image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-web-maintenance .section__customer-stories--details {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-web-maintenance .section__customer-stories--details h2 {
  max-width: 621px;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__customer-stories--details h2 {
    max-width: 992px;
  }
}
.page-web-maintenance .section__customer-stories--details .paragraph-txt {
  max-width: 755px;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__customer-stories--details .paragraph-txt {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .page-web-maintenance .section__customer-stories--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-web-maintenance .section__customer-stories {
    flex-direction: column;
    padding-top: 90px;
    margin-bottom: 110px;
  }
}
.page-web-maintenance .section__features {
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 120px;
  padding-inline: 1rem;
  padding-bottom: 60px;
  display: flex;
  gap: 1.5rem;
}
.page-web-maintenance .section__features .features-section-left {
  width: 45%;
  height: 100%;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__features .features-section-left {
    width: 100%;
  }
}
.page-web-maintenance .section__features .features-section-left .feature-headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  max-width: 540px;
  color: #030303;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__features .features-section-left .feature-headline {
    max-width: 990px;
  }
}
.page-web-maintenance .section__features .features-section-left .feature-text {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  max-width: 541px;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__features .features-section-left .feature-text {
    max-width: 990px;
  }
}
.page-web-maintenance .section__features .features-section-left .feature-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.page-web-maintenance .section__features .features-section-left .feature-buttons a {
  font-size: 14px;
}
@media (max-width: 490px) {
  .page-web-maintenance .section__features .features-section-left .feature-buttons {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.page-web-maintenance .section__features .features-section-left .testimonial-box {
  display: flex;
  gap: 15px;
  margin-top: 1.5rem;
}
.page-web-maintenance .section__features .features-section-left .testimonial-box .testimonial-img-quote img {
  min-width: 32px;
}
.page-web-maintenance .section__features .features-section-left .testimonial-box .testimonial-detail {
  display: flex;
  flex-direction: column;
}
.page-web-maintenance .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
  font-size: 14px;
  max-width: 480px;
  color: rgba(3, 3, 3, 0.5803921569);
}
@media (max-width: 992px) {
  .page-web-maintenance .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
    max-width: 990px;
  }
}
.page-web-maintenance .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.page-web-maintenance .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile img {
  width: 50px;
  height: 50px;
}
.page-web-maintenance .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
}
.page-web-maintenance .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div h4 {
  color: #030303;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.page-web-maintenance .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div p {
  color: #E83132;
  margin: 0;
  font-size: 12px;
  margin-left: 1px;
}
.page-web-maintenance .section__features .features-section-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  row-gap: 1.3rem;
  width: 55%;
}
.page-web-maintenance .section__features .features-section-right .feature-box {
  background-color: #FCE9E9;
  border-radius: 20px;
  padding: 1.8rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.9rem;
}
.page-web-maintenance .section__features .features-section-right .feature-box .feature-box-icon {
  min-width: 50px;
  min-height: 50px;
  margin-bottom: 1rem;
}
.page-web-maintenance .section__features .features-section-right .feature-box .feature-box-title {
  font-size: 28px;
  font-weight: 600;
  color: #030303;
  line-height: 100%;
}
.page-web-maintenance .section__features .features-section-right .feature-box .feature-box-text {
  color: #030303;
  font-size: 16px;
  line-height: 150%;
  max-width: 280px;
}
@media (max-width: 590px) {
  .page-web-maintenance .section__features .features-section-right .feature-box .feature-box-text {
    max-width: 580px;
  }
}
@media (max-width: 590px) {
  .page-web-maintenance .section__features .features-section-right {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .page-web-maintenance .section__features .features-section-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-web-maintenance .section__features {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.page-web-maintenance .section__overview {
  max-width: 1320px;
  margin: 80px auto;
  padding: 0 1rem;
  display: flex;
  gap: 1rem;
  height: 35rem;
  padding-block: 40px;
}
.page-web-maintenance .section__overview--image {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../images/cad-vec.png");
  background-repeat: no-repeat;
  background-position: center; /* or left / right / top etc. */
  background-size: 80%;
}
.page-web-maintenance .section__overview--image img {
  width: 65%;
}
@media (max-width: 592px) {
  .page-web-maintenance .section__overview--image img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-web-maintenance .section__overview--image {
    width: 100%;
  }
}
.page-web-maintenance .section__overview--details {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-web-maintenance .section__overview--details h2 {
  max-width: 541px;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__overview--details h2 {
    max-width: 990px;
  }
}
.page-web-maintenance .section__overview--details .paragraph--txt {
  max-width: 640px;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__overview--details .paragraph--txt {
    max-width: 990px;
  }
}
@media (max-width: 992px) {
  .page-web-maintenance .section__overview--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-web-maintenance .section__overview {
    flex-direction: column;
    height: auto;
    row-gap: 2rem;
    padding-block: 100px;
  }
}
.page-web-maintenance .section__customer-stories {
  max-width: 1320px;
  display: flex;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-top: 100px;
  margin-bottom: 140px;
  position: relative;
}
.page-web-maintenance .section__customer-stories .dt-vc {
  position: absolute;
  left: -12rem;
  top: -12rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-web-maintenance .section__customer-stories .dt-vc-2 {
  position: absolute;
  right: -12rem !important;
  bottom: -9rem !important;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-web-maintenance .section__customer-stories--image {
  width: 45%;
}
.page-web-maintenance .section__customer-stories--image img {
  max-width: 80%;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__customer-stories--image img {
    max-width: 70%;
  }
}
@media (max-width: 592px) {
  .page-web-maintenance .section__customer-stories--image img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page-web-maintenance .section__customer-stories--image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-web-maintenance .section__customer-stories--details {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-web-maintenance .section__customer-stories--details h2 {
  max-width: 651px;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__customer-stories--details h2 {
    max-width: 992px;
  }
}
.page-web-maintenance .section__customer-stories--details .paragraph-txt {
  max-width: 755px;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__customer-stories--details .paragraph-txt {
    max-width: 992px;
  }
}
.page-web-maintenance .section__customer-stories--details .wc-cs-list {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  width: 90%;
  justify-content: space-between;
}
.page-web-maintenance .section__customer-stories--details .wc-cs-list .wc-cs-box {
  display: flex;
  flex-direction: column;
}
.page-web-maintenance .section__customer-stories--details .wc-cs-list .wc-cs-box .wc-cs-num {
  font-size: 34px;
  color: #030303;
  font-weight: 400;
  margin-bottom: 0;
}
.page-web-maintenance .section__customer-stories--details .wc-cs-list .wc-cs-box .wc-cs-txt {
  max-width: 157px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #030303;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__customer-stories--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-web-maintenance .section__customer-stories {
    flex-direction: column;
    padding-top: 90px;
    margin-bottom: 110px;
  }
}
.page-web-maintenance .section__testimonials {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
  padding-top: 80px;
  position: relative;
}
.page-web-maintenance .section__testimonials .dt-vc-2, .page-web-maintenance .section__testimonials .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-web-maintenance .section__testimonials .dt-vc-2 {
  left: -12rem !important;
  bottom: 38rem !important;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__testimonials {
    padding-block: 90px !important;
  }
}
.page-web-maintenance .section__testimonials h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #030303;
  max-width: 622px;
}
.page-web-maintenance .section__testimonials p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  max-width: 803px;
}
.page-web-maintenance .section__testimonials .wcs-clients-word {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.page-web-maintenance .section__testimonials .wcs-clients-word .wcs-cw-box {
  width: 100%;
  border-radius: 10px;
  background-color: #FDF3F3;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 790px) {
  .page-web-maintenance .section__testimonials .wcs-clients-word .wcs-cw-box {
    width: 100%;
  }
}
.page-web-maintenance .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-quote {
  min-width: 50px;
  min-height: 37px;
  margin-bottom: 1rem;
}
.page-web-maintenance .section__testimonials .wcs-clients-word .wcs-cw-box p {
  text-align: left;
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
}
.page-web-maintenance .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-text {
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.page-web-maintenance .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.page-web-maintenance .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof {
  display: flex;
}
.page-web-maintenance .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
}
.page-web-maintenance .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  justify-content: flex-end;
}
.page-web-maintenance .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div h4 {
  font-size: 16px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 0px;
}
.page-web-maintenance .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div p {
  font-size: 14px !important;
  color: #E83132 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 790px) {
  .page-web-maintenance .section__testimonials .wcs-clients-word {
    flex-direction: column;
  }
}
.page-web-maintenance .section__testimonials .wcs-buttons {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}
.page-web-maintenance .section__testimonials .wcs-buttons .btn--slider--prev,
.page-web-maintenance .section__testimonials .wcs-buttons .btn--slider--next {
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
.page-web-maintenance .section__awards {
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 120px;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: 1rem;
}
.page-web-maintenance .section__awards .awards-left {
  padding-top: 3.7rem;
}
.page-web-maintenance .section__awards .awards-left .awards-headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  color: #030303;
  max-width: 622px;
}
@media (max-width: 1120px) {
  .page-web-maintenance .section__awards .awards-left .awards-headline {
    max-width: 1120px;
  }
}
.page-web-maintenance .section__awards .awards-left p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  max-width: 703px;
}
@media (max-width: 1120px) {
  .page-web-maintenance .section__awards .awards-left p {
    max-width: 1120px;
  }
}
.page-web-maintenance .section__awards .awards-left li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}
.page-web-maintenance .section__awards .awards-left li p {
  margin-bottom: 0;
}
.page-web-maintenance .section__awards .awards-left .awards-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.9rem;
}
.page-web-maintenance .section__awards .awards-left .awards-buttons a {
  font-size: 14px;
}
@media (max-width: 490px) {
  .page-web-maintenance .section__awards .awards-left .awards-buttons {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.page-web-maintenance .section__awards .awards-right {
  width: 38%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  row-gap: 1rem;
  align-items: flex-end;
}
@media (max-width: 790px) {
  .page-web-maintenance .section__awards .awards-right img {
    height: 55vw !important;
  }
}
@media (max-width: 1120px) {
  .page-web-maintenance .section__awards .awards-right {
    width: 100%;
    margin-top: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 790px) {
  .page-web-maintenance .section__awards .awards-right {
    grid-template-columns: 1fr 1fr;
    align-content: center;
  }
}
@media (max-width: 490px) {
  .page-web-maintenance .section__awards .awards-right {
    gap: 0.5rem;
    row-gap: 0.5rem;
  }
}
@media (max-width: 1120px) {
  .page-web-maintenance .section__awards {
    flex-direction: column;
  }
}
.page-web-maintenance .section__closing {
  display: flex;
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 80px;
  padding-inline: 1rem;
  padding-bottom: 150px;
  position: relative;
}
.page-web-maintenance .section__closing .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-web-maintenance .section__closing .cls-s-left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-web-maintenance .section__closing .cls-s-left img {
  max-width: 450px;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__closing .cls-s-left {
    display: none;
  }
}
.page-web-maintenance .section__closing .cls-s-right {
  width: 50%;
}
.page-web-maintenance .section__closing .cls-s-right .cls-text, .page-web-maintenance .section__closing .cls-s-right h2 {
  max-width: 665px;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__closing .cls-s-right .cls-text, .page-web-maintenance .section__closing .cls-s-right h2 {
    max-width: 990px;
  }
}
.page-web-maintenance .section__closing .cls-s-right a {
  font-size: 14px;
}
@media (max-width: 992px) {
  .page-web-maintenance .section__closing .cls-s-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-web-maintenance .section__closing {
    padding-bottom: 90px;
  }
}

.page-consulting-strategy .section__hero {
  max-width: 1320px;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-block: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 140px;
  position: relative;
}
.page-consulting-strategy .section__hero h1 {
  max-width: 929px;
  text-align: center;
  margin-bottom: 1.5rem;
}
.page-consulting-strategy .section__hero .paragraph--txt {
  max-width: 749px;
  text-align: center;
  margin-bottom: 0;
}
.page-consulting-strategy .section__hero a {
  margin-top: 2rem;
  font-size: 14px;
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__hero .testimonial-text {
    max-width: 490px;
  }
}
@media (max-width: 690px) {
  .page-consulting-strategy .section__hero {
    background-size: 100%;
  }
}
@media (max-width: 490px) {
  .page-consulting-strategy .section__hero {
    background: none;
  }
}
.page-consulting-strategy .section__companies {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 5rem;
  padding-bottom: 120px;
  padding-inline: 1rem;
}
.page-consulting-strategy .section__companies p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.page-consulting-strategy .section__companies .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
  row-gap: 2rem;
  width: 1200px;
}
@media (max-width: 1250px) {
  .page-consulting-strategy .section__companies .partnership-list {
    width: 100%;
  }
}
.page-consulting-strategy .section__companies .partnership-list .logo-com {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-consulting-strategy .section__companies .partnership-list .logo-com img {
  width: 150px;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.page-consulting-strategy .section__companies .partnership-list .fade-out {
  opacity: 0;
}
.page-consulting-strategy .section__customer-stories {
  max-width: 1320px;
  display: flex;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-top: 80px;
  margin-bottom: 50px;
  padding-bottom: 80px;
}
.page-consulting-strategy .section__customer-stories--image {
  width: 50%;
}
.page-consulting-strategy .section__customer-stories--image img {
  max-width: 75%;
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__customer-stories--image img {
    max-width: 70%;
  }
}
@media (max-width: 592px) {
  .page-consulting-strategy .section__customer-stories--image img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__customer-stories--image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-consulting-strategy .section__customer-stories--details {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-consulting-strategy .section__customer-stories--details h2 {
  max-width: 691px;
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__customer-stories--details h2 {
    max-width: 992px;
  }
}
.page-consulting-strategy .section__customer-stories--details .paragraph-txt {
  max-width: 710px;
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__customer-stories--details .paragraph-txt {
    max-width: 992px;
  }
}
.page-consulting-strategy .section__customer-stories--details span {
  background-color: #F9C9CA;
  color: #E83132;
  font-weight: 600;
  padding-inline: 5px;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__customer-stories--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__customer-stories {
    flex-direction: column;
  }
}
.page-consulting-strategy .section__features {
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 120px;
  padding-inline: 1rem;
  display: flex;
  gap: 1.5rem;
  padding-bottom: 80px;
}
.page-consulting-strategy .section__features .features-section-left {
  width: 45%;
  height: 100%;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__features .features-section-left {
    width: 100%;
  }
}
.page-consulting-strategy .section__features .features-section-left .pre-title {
  font-size: 14px;
  font-weight: 600;
  color: #AFAFAF;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.page-consulting-strategy .section__features .features-section-left .feature-headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  max-width: 530px;
  color: #030303;
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__features .features-section-left .feature-headline {
    max-width: 990px;
  }
}
.page-consulting-strategy .section__features .features-section-left .feature-text {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  max-width: 543px;
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__features .features-section-left .feature-text {
    max-width: 990px;
  }
}
.page-consulting-strategy .section__features .features-section-left .feature-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.page-consulting-strategy .section__features .features-section-left .feature-buttons a {
  font-size: 14px;
}
@media (max-width: 490px) {
  .page-consulting-strategy .section__features .features-section-left .feature-buttons {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.page-consulting-strategy .section__features .features-section-left .testimonial-box {
  display: flex;
  gap: 15px;
  margin-top: 1.5rem;
}
.page-consulting-strategy .section__features .features-section-left .testimonial-box .testimonial-img-quote img {
  min-width: 32px;
}
.page-consulting-strategy .section__features .features-section-left .testimonial-box .testimonial-detail {
  display: flex;
  flex-direction: column;
}
.page-consulting-strategy .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
  font-size: 14px;
  max-width: 480px;
  color: rgba(3, 3, 3, 0.5803921569);
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
    max-width: 990px;
  }
}
.page-consulting-strategy .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.page-consulting-strategy .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile img {
  min-width: 50px;
  min-height: 50px;
}
.page-consulting-strategy .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
}
.page-consulting-strategy .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div h4 {
  color: #030303;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.page-consulting-strategy .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div p {
  color: #E83132;
  margin: 0;
  font-size: 12px;
  margin-left: 1px;
}
.page-consulting-strategy .section__features .features-section-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  row-gap: 1.3rem;
  width: 55%;
}
.page-consulting-strategy .section__features .features-section-right .feature-box {
  background-color: #FCE9E9;
  border-radius: 20px;
  padding: 1.8rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.9rem;
}
.page-consulting-strategy .section__features .features-section-right .feature-box .feature-box-icon {
  min-width: 50px;
  min-height: 50px;
  margin-bottom: 1rem;
}
.page-consulting-strategy .section__features .features-section-right .feature-box .feature-box-title {
  font-size: 28px;
  font-weight: 600;
  color: #030303;
  line-height: 100%;
}
.page-consulting-strategy .section__features .features-section-right .feature-box .feature-box-text {
  color: #030303;
  font-size: 16px;
  line-height: 150%;
  max-width: 280px;
}
@media (max-width: 590px) {
  .page-consulting-strategy .section__features .features-section-right .feature-box .feature-box-text {
    max-width: 580px;
  }
}
@media (max-width: 590px) {
  .page-consulting-strategy .section__features .features-section-right {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__features .features-section-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__features {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.page-consulting-strategy .section__overview {
  max-width: 1320px;
  margin: 80px auto;
  padding: 0 1rem;
  display: flex;
  gap: 1rem;
  height: 35rem;
  padding-block: 40px;
}
.page-consulting-strategy .section__overview--image {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../images/cad-vec.png");
  background-repeat: no-repeat;
  background-position: center; /* or left / right / top etc. */
  background-size: 80%;
}
.page-consulting-strategy .section__overview--image img {
  width: 65%;
}
@media (max-width: 592px) {
  .page-consulting-strategy .section__overview--image img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__overview--image {
    width: 100%;
  }
}
.page-consulting-strategy .section__overview--details {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-consulting-strategy .section__overview--details h2 {
  max-width: 541px;
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__overview--details h2 {
    max-width: 990px;
  }
}
.page-consulting-strategy .section__overview--details .paragraph--txt {
  max-width: 640px;
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__overview--details .paragraph--txt {
    max-width: 990px;
  }
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__overview--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__overview {
    flex-direction: column;
    height: auto;
    row-gap: 2rem;
    padding-block: 100px;
  }
}
.page-consulting-strategy .section__testimonials {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
  padding-top: 40px;
  position: relative;
}
.page-consulting-strategy .section__testimonials .dt-vc-2, .page-consulting-strategy .section__testimonials .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-consulting-strategy .section__testimonials .dt-vc-2 {
  left: -12rem !important;
  bottom: 38rem !important;
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__testimonials {
    padding-block: 90px !important;
  }
}
.page-consulting-strategy .section__testimonials h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #030303;
  max-width: 622px;
}
.page-consulting-strategy .section__testimonials p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  max-width: 803px;
}
.page-consulting-strategy .section__testimonials .wcs-clients-word {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.page-consulting-strategy .section__testimonials .wcs-clients-word .wcs-cw-box {
  width: 100%;
  border-radius: 10px;
  background-color: #FDF3F3;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 790px) {
  .page-consulting-strategy .section__testimonials .wcs-clients-word .wcs-cw-box {
    width: 100%;
  }
}
.page-consulting-strategy .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-quote {
  min-width: 50px;
  min-height: 37px;
  margin-bottom: 1rem;
}
.page-consulting-strategy .section__testimonials .wcs-clients-word .wcs-cw-box p {
  text-align: left;
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
}
.page-consulting-strategy .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-text {
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.page-consulting-strategy .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.page-consulting-strategy .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof {
  display: flex;
}
.page-consulting-strategy .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
}
.page-consulting-strategy .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  justify-content: flex-end;
}
.page-consulting-strategy .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div h4 {
  font-size: 16px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 0px;
}
.page-consulting-strategy .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div p {
  font-size: 14px !important;
  color: #E83132 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 790px) {
  .page-consulting-strategy .section__testimonials .wcs-clients-word {
    flex-direction: column;
  }
}
.page-consulting-strategy .section__testimonials .wcs-buttons {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}
.page-consulting-strategy .section__testimonials .wcs-buttons .btn--slider--prev,
.page-consulting-strategy .section__testimonials .wcs-buttons .btn--slider--next {
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
.page-consulting-strategy .section__awards {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding-block: 100px;
  flex-direction: column;
  align-items: center;
  padding-inline: 1rem;
  position: relative;
}
.page-consulting-strategy .section__awards .dt-vc {
  position: absolute;
  left: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-consulting-strategy .section__awards h2 {
  text-align: center;
  margin-bottom: 1.3rem;
}
.page-consulting-strategy .section__awards .paragraph--txt {
  max-width: 830px;
  text-align: center;
}
.page-consulting-strategy .section__awards .aw-v2-bennefits {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-consulting-strategy .section__awards .aw-v2-bennefits .aw-v2-b-box {
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #E83132;
  border-radius: 9px;
}
.page-consulting-strategy .section__awards .aw-v2-bennefits .aw-v2-b-box p {
  margin: 0;
}
.page-consulting-strategy .section__awards .aw-v2-awards-box {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.56rem;
  margin-bottom: 4rem;
}
.page-consulting-strategy .section__awards .aw-v2-awards-box img {
  height: auto;
}
@media (max-width: 792px) {
  .page-consulting-strategy .section__awards .aw-v2-awards-box img {
    width: 100%;
  }
}
@media (max-width: 792px) {
  .page-consulting-strategy .section__awards .aw-v2-awards-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-consulting-strategy .section__awards a {
  font-size: 14px;
}
.page-consulting-strategy .section__faqs {
  margin: 40px auto;
  max-width: 1320px;
  padding: 90px 1rem;
  display: flex;
  gap: 1.5rem;
  margin-top: 10px;
  justify-content: space-between;
}
.page-consulting-strategy .section__faqs--info {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-consulting-strategy .section__faqs--info h2, .page-consulting-strategy .section__faqs--info p {
  max-width: 551px;
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__faqs--info h2, .page-consulting-strategy .section__faqs--info p {
    max-width: 992px;
  }
}
.page-consulting-strategy .section__faqs--info img {
  width: 80%;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__faqs--info img {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__faqs--info {
    width: 100%;
  }
}
.page-consulting-strategy .section__faqs--questions {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-consulting-strategy .section__faqs--questions .faq-box {
  background: #fff4f4;
  border-radius: 8px;
  padding: 2rem 2.6rem;
  transition: all 0.3s ease;
  padding-bottom: 1rem;
}
.page-consulting-strategy .section__faqs--questions .faq-box .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
}
.page-consulting-strategy .section__faqs--questions .faq-box .faq-header .faq-question {
  font-weight: 500;
  color: #101010;
  margin: 0;
  font-size: 16px;
  color: #030303;
  line-height: 150%;
}
.page-consulting-strategy .section__faqs--questions .faq-box .faq-header .faq-toggle {
  background: #fff;
  box-shadow: 0px 2px 2px #afafaf;
  border-radius: 6px;
  color: #111111;
  min-width: 48px;
  min-height: 48px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
}
.page-consulting-strategy .section__faqs--questions .faq-box .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0s ease;
  opacity: 0;
  padding-top: 1rem;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
}
.page-consulting-strategy .section__faqs--questions .faq-box.active .faq-answer {
  max-height: 200px; /* adjust depending on content */
  opacity: 1;
  margin-top: 10px;
}
@media (max-width: 592px) {
  .page-consulting-strategy .section__faqs--questions .faq-box {
    padding: 1rem 1.6rem;
  }
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__faqs--questions {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-consulting-strategy .section__faqs {
    flex-direction: column;
  }
}

.page-uix .section__hero {
  max-width: 1320px;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-block: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 140px;
  position: relative;
}
.page-uix .section__hero h1 {
  max-width: 807px;
  text-align: center;
  margin-bottom: 1.5rem;
}
.page-uix .section__hero .paragraph--txt {
  max-width: 749px;
  text-align: center;
  margin-bottom: 0;
}
.page-uix .section__hero a {
  margin-top: 2rem;
  font-size: 14px;
}
@media (max-width: 992px) {
  .page-uix .section__hero .testimonial-text {
    max-width: 490px;
  }
}
.page-uix .section__hero .testimonial-profile img {
  width: 50px;
  height: 50px;
  border-radius: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}
@media (max-width: 690px) {
  .page-uix .section__hero {
    background-size: 100%;
  }
}
@media (max-width: 490px) {
  .page-uix .section__hero {
    background: none;
  }
}
.page-uix .section__companies {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 5rem;
  padding-bottom: 120px;
  padding-inline: 1rem;
}
.page-uix .section__companies p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.page-uix .section__companies .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
  row-gap: 2rem;
  width: 1200px;
}
@media (max-width: 1250px) {
  .page-uix .section__companies .partnership-list {
    width: 100%;
  }
}
.page-uix .section__companies .partnership-list .logo-com {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-uix .section__companies .partnership-list .logo-com img {
  width: 150px;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.page-uix .section__companies .partnership-list .fade-out {
  opacity: 0;
}
.page-uix .section__customer-stories {
  max-width: 1320px;
  display: flex;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-top: 80px;
  margin-bottom: 80px;
  padding-bottom: 10px;
}
.page-uix .section__customer-stories--image-ui {
  width: 45%;
}
.page-uix .section__customer-stories--image-ui img {
  max-width: 75%;
}
@media (max-width: 992px) {
  .page-uix .section__customer-stories--image-ui img {
    max-width: 70%;
  }
}
@media (max-width: 592px) {
  .page-uix .section__customer-stories--image-ui img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page-uix .section__customer-stories--image-ui {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-uix .section__customer-stories--details {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-uix .section__customer-stories--details h2 {
  max-width: 691px;
}
@media (max-width: 992px) {
  .page-uix .section__customer-stories--details h2 {
    max-width: 992px;
  }
}
.page-uix .section__customer-stories--details .paragraph-txt {
  max-width: 710px;
}
@media (max-width: 992px) {
  .page-uix .section__customer-stories--details .paragraph-txt {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .page-uix .section__customer-stories--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-uix .section__customer-stories {
    flex-direction: column;
  }
}
.page-uix .section__uix-benefits {
  max-width: 1320px;
  padding-inline: 1rem;
  margin: 0 auto;
  padding-block: 130px;
  position: relative;
}
.page-uix .section__uix-benefits .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: 5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-uix .section__uix-benefits h2 {
  max-width: 662px;
  margin: 0 auto;
  text-align: center;
}
.page-uix .section__uix-benefits .benefit-label {
  max-width: 909px;
  text-align: center;
  margin-top: 1.4rem !important;
  margin: 0 auto;
}
.page-uix .section__uix-benefits .benefits-con {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 6rem;
}
.page-uix .section__uix-benefits .benefits-con .benefits-box {
  padding: 1.9rem;
  padding-block: 3.2rem;
  border-radius: 25px;
  background-color: #FCE9E9;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 592px) {
  .page-uix .section__uix-benefits .benefits-con .benefits-box {
    padding-block: 2.2rem;
  }
}
@media (max-width: 992px) {
  .page-uix .section__uix-benefits .benefits-con {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 592px) {
  .page-uix .section__uix-benefits .benefits-con {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-uix .section__overview {
  max-width: 1320px;
  margin: 80px auto;
  padding: 0 1rem;
  display: flex;
  gap: 1rem;
  height: 35rem;
  padding-block: 40px;
}
.page-uix .section__overview--image {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/images/cad-vec.png);
  background-repeat: no-repeat;
  background-position: center; /* or left / right / top etc. */
  background-size: 80%;
}
.page-uix .section__overview--image img {
  width: 65%;
}
@media (max-width: 592px) {
  .page-uix .section__overview--image img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-uix .section__overview--image {
    width: 100%;
  }
}
.page-uix .section__overview--details {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-uix .section__overview--details h2 {
  max-width: 541px;
}
@media (max-width: 992px) {
  .page-uix .section__overview--details h2 {
    max-width: 990px;
  }
}
.page-uix .section__overview--details .paragraph--txt {
  max-width: 640px;
}
@media (max-width: 992px) {
  .page-uix .section__overview--details .paragraph--txt {
    max-width: 990px;
  }
}
@media (max-width: 992px) {
  .page-uix .section__overview--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-uix .section__overview {
    flex-direction: column;
    height: auto;
    row-gap: 2rem;
    padding-block: 100px;
  }
}
.page-uix .section__customer-stories {
  max-width: 1320px;
  display: flex;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-top: 100px;
  margin-bottom: 140px;
  position: relative;
}
.page-uix .section__customer-stories .dt-vc {
  position: absolute;
  left: -12rem;
  top: -12rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-uix .section__customer-stories .dt-vc-2 {
  position: absolute;
  right: -12rem !important;
  bottom: -9rem !important;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-uix .section__customer-stories--image {
  width: 45%;
}
.page-uix .section__customer-stories--image img {
  max-width: 80%;
}
@media (max-width: 992px) {
  .page-uix .section__customer-stories--image img {
    max-width: 70%;
  }
}
@media (max-width: 592px) {
  .page-uix .section__customer-stories--image img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page-uix .section__customer-stories--image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-uix .section__customer-stories--details {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-uix .section__customer-stories--details h2 {
  max-width: 651px;
}
@media (max-width: 992px) {
  .page-uix .section__customer-stories--details h2 {
    max-width: 992px;
  }
}
.page-uix .section__customer-stories--details .paragraph-txt {
  max-width: 755px;
}
@media (max-width: 992px) {
  .page-uix .section__customer-stories--details .paragraph-txt {
    max-width: 992px;
  }
}
.page-uix .section__customer-stories--details .wc-cs-list {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  width: 90%;
  justify-content: space-between;
}
.page-uix .section__customer-stories--details .wc-cs-list .wc-cs-box {
  display: flex;
  flex-direction: column;
}
.page-uix .section__customer-stories--details .wc-cs-list .wc-cs-box .wc-cs-num {
  font-size: 34px;
  color: #030303;
  font-weight: 400;
  margin-bottom: 0;
}
.page-uix .section__customer-stories--details .wc-cs-list .wc-cs-box .wc-cs-txt {
  max-width: 157px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #030303;
}
@media (max-width: 992px) {
  .page-uix .section__customer-stories--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-uix .section__customer-stories {
    flex-direction: column;
    padding-top: 90px;
    margin-bottom: 110px;
  }
}
.page-uix .section__testimonials {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
  padding-top: 80px;
  position: relative;
}
.page-uix .section__testimonials .dt-vc-2, .page-uix .section__testimonials .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-uix .section__testimonials .dt-vc-2 {
  left: -12rem !important;
  bottom: 38rem !important;
}
@media (max-width: 992px) {
  .page-uix .section__testimonials {
    padding-block: 90px !important;
  }
}
.page-uix .section__testimonials h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #030303;
  max-width: 622px;
}
.page-uix .section__testimonials p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  max-width: 803px;
}
.page-uix .section__testimonials .wcs-clients-word {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.page-uix .section__testimonials .wcs-clients-word .wcs-cw-box {
  width: 100%;
  border-radius: 10px;
  background-color: #FDF3F3;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 790px) {
  .page-uix .section__testimonials .wcs-clients-word .wcs-cw-box {
    width: 100%;
  }
}
.page-uix .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-quote {
  min-width: 50px;
  min-height: 37px;
  margin-bottom: 1rem;
}
.page-uix .section__testimonials .wcs-clients-word .wcs-cw-box p {
  text-align: left;
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
}
.page-uix .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-text {
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.page-uix .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.page-uix .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof {
  display: flex;
}
.page-uix .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
}
.page-uix .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  justify-content: flex-end;
}
.page-uix .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div h4 {
  font-size: 16px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 0px;
}
.page-uix .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div p {
  font-size: 14px !important;
  color: #E83132 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 790px) {
  .page-uix .section__testimonials .wcs-clients-word {
    flex-direction: column;
  }
}
.page-uix .section__testimonials .wcs-buttons {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}
.page-uix .section__testimonials .wcs-buttons .btn--slider--prev,
.page-uix .section__testimonials .wcs-buttons .btn--slider--next {
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
.page-uix .section__awards {
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 120px;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: 1rem;
}
.page-uix .section__awards .awards-left {
  padding-top: 3.7rem;
}
.page-uix .section__awards .awards-left .awards-headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  color: #030303;
  max-width: 622px;
}
@media (max-width: 1120px) {
  .page-uix .section__awards .awards-left .awards-headline {
    max-width: 1120px;
  }
}
.page-uix .section__awards .awards-left p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  max-width: 703px;
}
@media (max-width: 1120px) {
  .page-uix .section__awards .awards-left p {
    max-width: 1120px;
  }
}
.page-uix .section__awards .awards-left li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}
.page-uix .section__awards .awards-left li p {
  margin-bottom: 0;
}
.page-uix .section__awards .awards-left .awards-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.9rem;
}
.page-uix .section__awards .awards-left .awards-buttons a {
  font-size: 14px;
}
@media (max-width: 490px) {
  .page-uix .section__awards .awards-left .awards-buttons {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.page-uix .section__awards .awards-right {
  width: 38%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  row-gap: 1rem;
  align-items: flex-end;
}
@media (max-width: 790px) {
  .page-uix .section__awards .awards-right img {
    height: 55vw !important;
  }
}
@media (max-width: 1120px) {
  .page-uix .section__awards .awards-right {
    width: 100%;
    margin-top: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 790px) {
  .page-uix .section__awards .awards-right {
    grid-template-columns: 1fr 1fr;
    align-content: center;
  }
}
@media (max-width: 490px) {
  .page-uix .section__awards .awards-right {
    gap: 0.5rem;
    row-gap: 0.5rem;
  }
}
@media (max-width: 1120px) {
  .page-uix .section__awards {
    flex-direction: column;
  }
}
.page-uix .section__closing {
  display: flex;
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 80px;
  padding-inline: 1rem;
  padding-bottom: 150px;
  position: relative;
}
.page-uix .section__closing .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-uix .section__closing .cls-s-left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-uix .section__closing .cls-s-left img {
  max-width: 450px;
}
@media (max-width: 992px) {
  .page-uix .section__closing .cls-s-left {
    display: none;
  }
}
.page-uix .section__closing .cls-s-right {
  width: 50%;
}
.page-uix .section__closing .cls-s-right .cls-text, .page-uix .section__closing .cls-s-right h2 {
  max-width: 665px;
}
@media (max-width: 992px) {
  .page-uix .section__closing .cls-s-right .cls-text, .page-uix .section__closing .cls-s-right h2 {
    max-width: 990px;
  }
}
.page-uix .section__closing .cls-s-right .testimonial-profile img {
  width: 50px;
  height: 50px;
  border-radius: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}
.page-uix .section__closing .cls-s-right a {
  font-size: 14px;
}
@media (max-width: 992px) {
  .page-uix .section__closing .cls-s-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-uix .section__closing {
    padding-bottom: 90px;
  }
}

.page-logo-branding .section__hero {
  max-width: 1320px;
  height: 43rem;
  display: flex;
  gap: 1rem;
  padding-inline: 1rem;
  margin: 0 auto;
  padding-block: 6rem;
  padding-top: 1rem;
  justify-content: space-between;
}
.page-logo-branding .section__hero .dt-vc {
  position: absolute;
  left: -12rem;
  bottom: 2rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-logo-branding .section__hero--details-lb {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-logo-branding .section__hero--details-lb h1 {
  max-width: 820px;
}
@media (max-width: 992px) {
  .page-logo-branding .section__hero--details-lb h1 {
    max-width: 100%;
  }
}
.page-logo-branding .section__hero--details-lb .paragraph--txt {
  max-width: 697px;
}
@media (max-width: 992px) {
  .page-logo-branding .section__hero--details-lb .paragraph--txt {
    max-width: 100%;
  }
}
.page-logo-branding .section__hero--details-lb a {
  font-size: 14px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page-logo-branding .section__hero--details-lb .benefits-wm {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  row-gap: 1rem;
  gap: 1rem;
  margin-bottom: 0.85rem;
}
.page-logo-branding .section__hero--details-lb .benefits-wm .bwm-box {
  display: flex;
  align-items: center;
  gap: 13px;
}
.page-logo-branding .section__hero--details-lb .benefits-wm .bwm-box p {
  margin-bottom: 0;
}
@media (max-width: 592px) {
  .page-logo-branding .section__hero--details-lb .benefits-wm {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .page-logo-branding .section__hero--details-lb {
    width: 100%;
  }
}
.page-logo-branding .section__hero--image-lb {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-logo-branding .section__hero--image-lb img {
  width: 80%;
}
@media (max-width: 992px) {
  .page-logo-branding .section__hero--image-lb {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-logo-branding .section__hero {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 490px) {
  .page-logo-branding .section__hero {
    height: auto;
    padding-block: 7rem;
  }
}
.page-logo-branding .section__companies {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 2rem;
  padding-bottom: 110px;
  padding-inline: 1rem;
}
.page-logo-branding .section__companies p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.page-logo-branding .section__companies .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
  row-gap: 2rem;
  width: 1200px;
}
@media (max-width: 1250px) {
  .page-logo-branding .section__companies .partnership-list {
    width: 100%;
  }
}
.page-logo-branding .section__companies .partnership-list .logo-com {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-logo-branding .section__companies .partnership-list .logo-com img {
  width: 150px;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.page-logo-branding .section__companies .partnership-list .fade-out {
  opacity: 0;
}
.page-logo-branding .section__customer-stories {
  max-width: 1320px;
  display: flex;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-top: 90px;
  margin-bottom: 80px;
}
.page-logo-branding .section__customer-stories--image {
  width: 45%;
}
.page-logo-branding .section__customer-stories--image img {
  max-width: 70%;
}
@media (max-width: 992px) {
  .page-logo-branding .section__customer-stories--image img {
    max-width: 70%;
  }
}
@media (max-width: 592px) {
  .page-logo-branding .section__customer-stories--image img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page-logo-branding .section__customer-stories--image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-logo-branding .section__customer-stories--details {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-logo-branding .section__customer-stories--details h2 {
  max-width: 621px;
}
@media (max-width: 992px) {
  .page-logo-branding .section__customer-stories--details h2 {
    max-width: 992px;
  }
}
.page-logo-branding .section__customer-stories--details .paragraph-txt {
  max-width: 755px;
}
@media (max-width: 992px) {
  .page-logo-branding .section__customer-stories--details .paragraph-txt {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .page-logo-branding .section__customer-stories--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-logo-branding .section__customer-stories {
    flex-direction: column;
  }
}
.page-logo-branding .section__features {
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 120px;
  padding-inline: 1rem;
  display: flex;
  gap: 1.5rem;
  padding-bottom: 140px;
}
.page-logo-branding .section__features .features-section-left {
  width: 45%;
  height: 100%;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .page-logo-branding .section__features .features-section-left {
    width: 100%;
  }
}
.page-logo-branding .section__features .features-section-left .pre-title {
  font-size: 14px;
  font-weight: 600;
  color: #AFAFAF;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.page-logo-branding .section__features .features-section-left .feature-headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  max-width: 530px;
  color: #030303;
}
@media (max-width: 992px) {
  .page-logo-branding .section__features .features-section-left .feature-headline {
    max-width: 990px;
  }
}
.page-logo-branding .section__features .features-section-left .feature-text {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  max-width: 543px;
}
@media (max-width: 992px) {
  .page-logo-branding .section__features .features-section-left .feature-text {
    max-width: 990px;
  }
}
.page-logo-branding .section__features .features-section-left .feature-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.page-logo-branding .section__features .features-section-left .feature-buttons a {
  font-size: 14px;
}
@media (max-width: 490px) {
  .page-logo-branding .section__features .features-section-left .feature-buttons {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.page-logo-branding .section__features .features-section-left .testimonial-box {
  display: flex;
  gap: 15px;
  margin-top: 1.5rem;
}
.page-logo-branding .section__features .features-section-left .testimonial-box .testimonial-img-quote img {
  min-width: 32px;
}
.page-logo-branding .section__features .features-section-left .testimonial-box .testimonial-detail {
  display: flex;
  flex-direction: column;
}
.page-logo-branding .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
  font-size: 14px;
  max-width: 480px;
  color: rgba(3, 3, 3, 0.5803921569);
}
@media (max-width: 992px) {
  .page-logo-branding .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
    max-width: 990px;
  }
}
.page-logo-branding .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.page-logo-branding .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile img {
  min-width: 50px;
  min-height: 50px;
}
.page-logo-branding .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
}
.page-logo-branding .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div h4 {
  color: #030303;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.page-logo-branding .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div p {
  color: #E83132;
  margin: 0;
  font-size: 12px;
  margin-left: 1px;
}
.page-logo-branding .section__features .features-section-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  row-gap: 1.3rem;
  width: 55%;
}
.page-logo-branding .section__features .features-section-right .feature-box {
  background-color: #FCE9E9;
  border-radius: 20px;
  padding: 1.8rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.9rem;
}
.page-logo-branding .section__features .features-section-right .feature-box .feature-box-icon {
  min-width: 50px;
  min-height: 50px;
  margin-bottom: 1rem;
}
.page-logo-branding .section__features .features-section-right .feature-box .feature-box-title {
  font-size: 28px;
  font-weight: 600;
  color: #030303;
  line-height: 100%;
}
.page-logo-branding .section__features .features-section-right .feature-box .feature-box-text {
  color: #030303;
  font-size: 16px;
  line-height: 150%;
  max-width: 280px;
}
@media (max-width: 590px) {
  .page-logo-branding .section__features .features-section-right .feature-box .feature-box-text {
    max-width: 580px;
  }
}
@media (max-width: 590px) {
  .page-logo-branding .section__features .features-section-right {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .page-logo-branding .section__features .features-section-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-logo-branding .section__features {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.page-logo-branding .section__overview {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
  padding-inline: 1rem;
  background-color: #FCE9E9;
}
.page-logo-branding .section__overview .ov-lb-v1 {
  position: absolute;
  left: -1rem;
  bottom: -1rem;
  width: 20vw;
}
@media (max-width: 592px) {
  .page-logo-branding .section__overview .ov-lb-v1 {
    display: none;
  }
}
.page-logo-branding .section__overview .ov-lb-v2 {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  transform: scaleX(-1);
  width: 20vw;
}
@media (max-width: 592px) {
  .page-logo-branding .section__overview .ov-lb-v2 {
    display: none;
  }
}
.page-logo-branding .section__overview .main-overview {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 5rem;
}
.page-logo-branding .section__overview .main-overview .ps-o-left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 992px) {
  .page-logo-branding .section__overview .main-overview .ps-o-left {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.page-logo-branding .section__overview .main-overview .ps-o-left .ps-o-l-image {
  width: 580px;
  height: 537px;
  border-radius: 10px;
  overflow: hidden;
}
.page-logo-branding .section__overview .main-overview .ps-o-left .ps-o-l-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1210px) {
  .page-logo-branding .section__overview .main-overview .ps-o-left .ps-o-l-image {
    width: 47.5vw;
    height: auto;
    aspect-ratio: 1;
  }
}
@media (max-width: 992px) {
  .page-logo-branding .section__overview .main-overview .ps-o-left .ps-o-l-image {
    width: 100% !important;
  }
}
.page-logo-branding .section__overview .main-overview .ps-o-right {
  width: 50%;
}
@media (max-width: 992px) {
  .page-logo-branding .section__overview .main-overview .ps-o-right {
    width: 100%;
  }
}
.page-logo-branding .section__overview .main-overview .ps-o-right h2 {
  max-width: 621px;
}
@media (max-width: 992px) {
  .page-logo-branding .section__overview .main-overview .ps-o-right h2 {
    max-width: 992px;
  }
}
.page-logo-branding .section__overview .main-overview .ps-o-right p {
  max-width: 621px;
}
@media (max-width: 992px) {
  .page-logo-branding .section__overview .main-overview .ps-o-right p {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .page-logo-branding .section__overview .main-overview {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .page-logo-branding .section__overview {
    margin-bottom: 30px;
  }
}
.page-logo-branding .section__testimonials {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
  padding-top: 40px;
  position: relative;
}
.page-logo-branding .section__testimonials .dt-vc-2, .page-logo-branding .section__testimonials .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-logo-branding .section__testimonials .dt-vc-2 {
  left: -12rem !important;
  bottom: 38rem !important;
}
@media (max-width: 992px) {
  .page-logo-branding .section__testimonials {
    padding-block: 90px !important;
  }
}
.page-logo-branding .section__testimonials h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #030303;
  max-width: 622px;
}
.page-logo-branding .section__testimonials p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  max-width: 803px;
}
.page-logo-branding .section__testimonials .wcs-clients-word {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.page-logo-branding .section__testimonials .wcs-clients-word .wcs-cw-box {
  width: 100%;
  border-radius: 10px;
  background-color: #FDF3F3;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 790px) {
  .page-logo-branding .section__testimonials .wcs-clients-word .wcs-cw-box {
    width: 100%;
  }
}
.page-logo-branding .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-quote {
  min-width: 50px;
  min-height: 37px;
  margin-bottom: 1rem;
}
.page-logo-branding .section__testimonials .wcs-clients-word .wcs-cw-box p {
  text-align: left;
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
}
.page-logo-branding .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-text {
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.page-logo-branding .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.page-logo-branding .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof {
  display: flex;
}
.page-logo-branding .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
}
.page-logo-branding .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  justify-content: flex-end;
}
.page-logo-branding .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div h4 {
  font-size: 16px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 0px;
}
.page-logo-branding .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div p {
  font-size: 14px !important;
  color: #E83132 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 790px) {
  .page-logo-branding .section__testimonials .wcs-clients-word {
    flex-direction: column;
  }
}
.page-logo-branding .section__testimonials .wcs-buttons {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}
.page-logo-branding .section__testimonials .wcs-buttons .btn--slider--prev,
.page-logo-branding .section__testimonials .wcs-buttons .btn--slider--next {
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
.page-logo-branding .section__awards {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding-block: 100px;
  flex-direction: column;
  align-items: center;
  padding-inline: 1rem;
  position: relative;
}
.page-logo-branding .section__awards .dt-vc {
  position: absolute;
  left: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-logo-branding .section__awards h2 {
  text-align: center;
  margin-bottom: 1.3rem;
}
.page-logo-branding .section__awards .paragraph--txt {
  max-width: 830px;
  text-align: center;
}
.page-logo-branding .section__awards .aw-v2-bennefits {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-logo-branding .section__awards .aw-v2-bennefits .aw-v2-b-box {
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #E83132;
  border-radius: 9px;
}
.page-logo-branding .section__awards .aw-v2-bennefits .aw-v2-b-box p {
  margin: 0;
}
.page-logo-branding .section__awards .aw-v2-awards-box {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.56rem;
  margin-bottom: 4rem;
}
.page-logo-branding .section__awards .aw-v2-awards-box img {
  height: auto;
}
@media (max-width: 792px) {
  .page-logo-branding .section__awards .aw-v2-awards-box img {
    width: 100%;
  }
}
@media (max-width: 792px) {
  .page-logo-branding .section__awards .aw-v2-awards-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-logo-branding .section__awards a {
  font-size: 14px;
}
.page-logo-branding .section__closing {
  display: flex;
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 80px;
  padding-inline: 1rem;
  padding-bottom: 150px;
  position: relative;
}
.page-logo-branding .section__closing .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-logo-branding .section__closing .cls-s-left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-logo-branding .section__closing .cls-s-left img {
  max-width: 450px;
}
@media (max-width: 992px) {
  .page-logo-branding .section__closing .cls-s-left {
    display: none;
  }
}
.page-logo-branding .section__closing .cls-s-right {
  width: 50%;
}
.page-logo-branding .section__closing .cls-s-right .cls-text, .page-logo-branding .section__closing .cls-s-right h2 {
  max-width: 665px;
}
@media (max-width: 992px) {
  .page-logo-branding .section__closing .cls-s-right .cls-text, .page-logo-branding .section__closing .cls-s-right h2 {
    max-width: 990px;
  }
}
.page-logo-branding .section__closing .cls-s-right a {
  font-size: 14px;
}
@media (max-width: 992px) {
  .page-logo-branding .section__closing .cls-s-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-logo-branding .section__closing {
    padding-bottom: 90px;
  }
}

.page-landing-page-funnels .section__hero {
  max-width: 1320px;
  height: 43rem;
  display: flex;
  gap: 1rem;
  padding-inline: 1rem;
  margin: 0 auto;
  padding-block: 6rem;
  padding-top: 1rem;
  justify-content: space-between;
}
.page-landing-page-funnels .section__hero .dt-vc {
  position: absolute;
  left: -12rem;
  bottom: 2rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-landing-page-funnels .section__hero--details-lb {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-landing-page-funnels .section__hero--details-lb h1 {
  max-width: 820px;
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__hero--details-lb h1 {
    max-width: 100%;
  }
}
.page-landing-page-funnels .section__hero--details-lb .paragraph--txt {
  max-width: 527px;
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__hero--details-lb .paragraph--txt {
    max-width: 100%;
  }
}
.page-landing-page-funnels .section__hero--details-lb a {
  font-size: 14px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page-landing-page-funnels .section__hero--details-lb .benefits-wm {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  row-gap: 1rem;
  gap: 1rem;
  margin-bottom: 0.85rem;
}
.page-landing-page-funnels .section__hero--details-lb .benefits-wm .bwm-box {
  display: flex;
  align-items: center;
  gap: 13px;
}
.page-landing-page-funnels .section__hero--details-lb .benefits-wm .bwm-box p {
  margin-bottom: 0;
}
@media (max-width: 592px) {
  .page-landing-page-funnels .section__hero--details-lb .benefits-wm {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__hero--details-lb {
    width: 100%;
  }
}
.page-landing-page-funnels .section__hero--image-lb {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-landing-page-funnels .section__hero--image-lb img {
  width: 80%;
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__hero--image-lb {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__hero {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 490px) {
  .page-landing-page-funnels .section__hero {
    height: auto;
    padding-block: 7rem;
  }
}
.page-landing-page-funnels .section__companies {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 2rem;
  padding-bottom: 110px;
  padding-inline: 1rem;
}
.page-landing-page-funnels .section__companies p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.page-landing-page-funnels .section__companies .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
  row-gap: 2rem;
  width: 1200px;
}
@media (max-width: 1250px) {
  .page-landing-page-funnels .section__companies .partnership-list {
    width: 100%;
  }
}
.page-landing-page-funnels .section__companies .partnership-list .logo-com {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-landing-page-funnels .section__companies .partnership-list .logo-com img {
  width: 150px;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.page-landing-page-funnels .section__companies .partnership-list .fade-out {
  opacity: 0;
}
.page-landing-page-funnels .section__customer-stories {
  max-width: 1320px;
  display: flex;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-top: 90px;
  margin-bottom: 80px;
}
.page-landing-page-funnels .section__customer-stories--image-lsf {
  width: 50%;
}
.page-landing-page-funnels .section__customer-stories--image-lsf img {
  max-width: 75%;
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__customer-stories--image-lsf img {
    max-width: 70%;
  }
}
@media (max-width: 592px) {
  .page-landing-page-funnels .section__customer-stories--image-lsf img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__customer-stories--image-lsf {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-landing-page-funnels .section__customer-stories--details {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-landing-page-funnels .section__customer-stories--details h2 {
  max-width: 621px;
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__customer-stories--details h2 {
    max-width: 992px;
  }
}
.page-landing-page-funnels .section__customer-stories--details .paragraph-txt {
  max-width: 755px;
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__customer-stories--details .paragraph-txt {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__customer-stories--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__customer-stories {
    flex-direction: column;
  }
}
.page-landing-page-funnels .section__features {
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 120px;
  padding-inline: 1rem;
  display: flex;
  gap: 1.5rem;
  padding-bottom: 80px;
}
.page-landing-page-funnels .section__features .features-section-left {
  width: 45%;
  height: 100%;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__features .features-section-left {
    width: 100%;
  }
}
.page-landing-page-funnels .section__features .features-section-left .pre-title {
  font-size: 14px;
  font-weight: 600;
  color: #AFAFAF;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.page-landing-page-funnels .section__features .features-section-left .feature-headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  max-width: 530px;
  color: #030303;
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__features .features-section-left .feature-headline {
    max-width: 990px;
  }
}
.page-landing-page-funnels .section__features .features-section-left .feature-text {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  max-width: 543px;
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__features .features-section-left .feature-text {
    max-width: 990px;
  }
}
.page-landing-page-funnels .section__features .features-section-left .feature-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.page-landing-page-funnels .section__features .features-section-left .feature-buttons a {
  font-size: 14px;
}
@media (max-width: 490px) {
  .page-landing-page-funnels .section__features .features-section-left .feature-buttons {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.page-landing-page-funnels .section__features .features-section-left .testimonial-box {
  display: flex;
  gap: 15px;
  margin-top: 1.5rem;
}
.page-landing-page-funnels .section__features .features-section-left .testimonial-box .testimonial-img-quote img {
  min-width: 32px;
}
.page-landing-page-funnels .section__features .features-section-left .testimonial-box .testimonial-detail {
  display: flex;
  flex-direction: column;
}
.page-landing-page-funnels .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
  font-size: 14px;
  max-width: 480px;
  color: rgba(3, 3, 3, 0.5803921569);
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
    max-width: 990px;
  }
}
.page-landing-page-funnels .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.page-landing-page-funnels .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile img {
  min-width: 50px;
  min-height: 50px;
}
.page-landing-page-funnels .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
}
.page-landing-page-funnels .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div h4 {
  color: #030303;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.page-landing-page-funnels .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div p {
  color: #E83132;
  margin: 0;
  font-size: 12px;
  margin-left: 1px;
}
.page-landing-page-funnels .section__features .features-section-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  row-gap: 1.3rem;
  width: 55%;
}
.page-landing-page-funnels .section__features .features-section-right .feature-box {
  background-color: #FCE9E9;
  border-radius: 20px;
  padding: 1.8rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.9rem;
}
.page-landing-page-funnels .section__features .features-section-right .feature-box .feature-box-icon {
  min-width: 50px;
  min-height: 50px;
  margin-bottom: 1rem;
}
.page-landing-page-funnels .section__features .features-section-right .feature-box .feature-box-title {
  font-size: 28px;
  font-weight: 600;
  color: #030303;
  line-height: 100%;
}
.page-landing-page-funnels .section__features .features-section-right .feature-box .feature-box-text {
  color: #030303;
  font-size: 16px;
  line-height: 150%;
  max-width: 280px;
}
@media (max-width: 590px) {
  .page-landing-page-funnels .section__features .features-section-right .feature-box .feature-box-text {
    max-width: 580px;
  }
}
@media (max-width: 590px) {
  .page-landing-page-funnels .section__features .features-section-right {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__features .features-section-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__features {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.page-landing-page-funnels .section__overview {
  max-width: 1320px;
  margin: 80px auto;
  padding: 0 1rem;
  display: flex;
  gap: 1rem;
  height: 35rem;
  padding-block: 40px;
}
.page-landing-page-funnels .section__overview--image {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../images/cad-vec.png");
  background-repeat: no-repeat;
  background-position: center; /* or left / right / top etc. */
  background-size: 80%;
}
.page-landing-page-funnels .section__overview--image img {
  width: 65%;
}
@media (max-width: 592px) {
  .page-landing-page-funnels .section__overview--image img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__overview--image {
    width: 100%;
  }
}
.page-landing-page-funnels .section__overview--details {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-landing-page-funnels .section__overview--details h2 {
  max-width: 541px;
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__overview--details h2 {
    max-width: 990px;
  }
}
.page-landing-page-funnels .section__overview--details .paragraph--txt {
  max-width: 640px;
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__overview--details .paragraph--txt {
    max-width: 990px;
  }
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__overview--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__overview {
    flex-direction: column;
    height: auto;
    row-gap: 2rem;
    padding-block: 100px;
  }
}
.page-landing-page-funnels .section__testimonials {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
  padding-top: 40px;
  position: relative;
}
.page-landing-page-funnels .section__testimonials .dt-vc-2, .page-landing-page-funnels .section__testimonials .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-landing-page-funnels .section__testimonials .dt-vc-2 {
  left: -12rem !important;
  bottom: 38rem !important;
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__testimonials {
    padding-block: 90px !important;
  }
}
.page-landing-page-funnels .section__testimonials h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #030303;
  max-width: 622px;
}
.page-landing-page-funnels .section__testimonials p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  max-width: 803px;
}
.page-landing-page-funnels .section__testimonials .wcs-clients-word {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.page-landing-page-funnels .section__testimonials .wcs-clients-word .wcs-cw-box {
  width: 100%;
  border-radius: 10px;
  background-color: #FDF3F3;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 790px) {
  .page-landing-page-funnels .section__testimonials .wcs-clients-word .wcs-cw-box {
    width: 100%;
  }
}
.page-landing-page-funnels .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-quote {
  min-width: 50px;
  min-height: 37px;
  margin-bottom: 1rem;
}
.page-landing-page-funnels .section__testimonials .wcs-clients-word .wcs-cw-box p {
  text-align: left;
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
}
.page-landing-page-funnels .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-text {
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.page-landing-page-funnels .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.page-landing-page-funnels .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof {
  display: flex;
}
.page-landing-page-funnels .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
}
.page-landing-page-funnels .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  justify-content: flex-end;
}
.page-landing-page-funnels .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div h4 {
  font-size: 16px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 0px;
}
.page-landing-page-funnels .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div p {
  font-size: 14px;
  color: #E83132;
  margin-bottom: 0;
}
@media (max-width: 790px) {
  .page-landing-page-funnels .section__testimonials .wcs-clients-word {
    flex-direction: column;
  }
}
.page-landing-page-funnels .section__testimonials .wcs-buttons {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}
.page-landing-page-funnels .section__testimonials .wcs-buttons .btn--slider--prev,
.page-landing-page-funnels .section__testimonials .wcs-buttons .btn--slider--next {
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
.page-landing-page-funnels .section__awards {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding-block: 100px;
  flex-direction: column;
  align-items: center;
  padding-inline: 1rem;
  position: relative;
}
.page-landing-page-funnels .section__awards .dt-vc {
  position: absolute;
  left: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-landing-page-funnels .section__awards h2 {
  text-align: center;
  margin-bottom: 1.3rem;
}
.page-landing-page-funnels .section__awards .paragraph--txt {
  max-width: 830px;
  text-align: center;
}
.page-landing-page-funnels .section__awards .aw-v2-bennefits {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-landing-page-funnels .section__awards .aw-v2-bennefits .aw-v2-b-box {
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #E83132;
  border-radius: 9px;
}
.page-landing-page-funnels .section__awards .aw-v2-bennefits .aw-v2-b-box p {
  margin: 0;
}
.page-landing-page-funnels .section__awards .aw-v2-awards-box {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.56rem;
  margin-bottom: 4rem;
}
.page-landing-page-funnels .section__awards .aw-v2-awards-box img {
  height: auto;
}
@media (max-width: 792px) {
  .page-landing-page-funnels .section__awards .aw-v2-awards-box img {
    width: 100%;
  }
}
@media (max-width: 792px) {
  .page-landing-page-funnels .section__awards .aw-v2-awards-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-landing-page-funnels .section__awards a {
  font-size: 14px;
}
.page-landing-page-funnels .section__closing {
  display: flex;
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 80px;
  padding-inline: 1rem;
  padding-bottom: 150px;
  position: relative;
}
.page-landing-page-funnels .section__closing .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-landing-page-funnels .section__closing .cls-s-left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-landing-page-funnels .section__closing .cls-s-left img {
  max-width: 450px;
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__closing .cls-s-left {
    display: none;
  }
}
.page-landing-page-funnels .section__closing .cls-s-right {
  width: 50%;
}
.page-landing-page-funnels .section__closing .cls-s-right .cls-text, .page-landing-page-funnels .section__closing .cls-s-right h2 {
  max-width: 665px;
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__closing .cls-s-right .cls-text, .page-landing-page-funnels .section__closing .cls-s-right h2 {
    max-width: 990px;
  }
}
.page-landing-page-funnels .section__closing .cls-s-right a {
  font-size: 14px;
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__closing .cls-s-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-landing-page-funnels .section__closing {
    padding-bottom: 90px;
  }
}

.page-email-automation .section__hero {
  max-width: 1320px;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-block: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 140px;
  position: relative;
}
.page-email-automation .section__hero h1 {
  max-width: 807px;
  text-align: center;
  margin-bottom: 1.5rem;
}
.page-email-automation .section__hero .paragraph--txt {
  max-width: 749px;
  text-align: center;
  margin-bottom: 0;
}
.page-email-automation .section__hero a {
  margin-top: 2rem;
  font-size: 14px;
}
@media (max-width: 992px) {
  .page-email-automation .section__hero .testimonial-text {
    max-width: 490px;
  }
}
@media (max-width: 690px) {
  .page-email-automation .section__hero {
    background-size: 100%;
  }
}
@media (max-width: 490px) {
  .page-email-automation .section__hero {
    background: none;
  }
}
.page-email-automation .section__companies {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 2rem;
  padding-bottom: 110px;
  padding-inline: 1rem;
}
.page-email-automation .section__companies p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.page-email-automation .section__companies .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
  row-gap: 2rem;
  width: 1200px;
}
@media (max-width: 1250px) {
  .page-email-automation .section__companies .partnership-list {
    width: 100%;
  }
}
.page-email-automation .section__companies .partnership-list .logo-com {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-email-automation .section__companies .partnership-list .logo-com img {
  width: 150px;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.page-email-automation .section__companies .partnership-list .fade-out {
  opacity: 0;
}
.page-email-automation .section__customer-stories {
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 145px;
  margin-bottom: 110px;
  padding-inline: 1rem;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
.page-email-automation .section__customer-stories .pseo-cs-left-ema {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-email-automation .section__customer-stories .pseo-cs-left-ema img {
  margin-top: 4rem;
  width: 90%;
}
@media (max-width: 992px) {
  .page-email-automation .section__customer-stories .pseo-cs-left-ema {
    display: none;
  }
}
.page-email-automation .section__customer-stories .pseo-cs-right-ema {
  width: 55%;
  height: 100%;
}
.page-email-automation .section__customer-stories .pseo-cs-right-ema h2 {
  max-width: 612px;
}
.page-email-automation .section__customer-stories .pseo-cs-right-ema .seo-cs-btns {
  margin-top: 1.7rem;
  margin-bottom: 1.3rem;
}
@media (max-width: 992px) {
  .page-email-automation .section__customer-stories .pseo-cs-right-ema {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-email-automation .section__customer-stories {
    flex-direction: column;
  }
}
.page-email-automation .section__benefits {
  max-width: 1320px;
  padding-inline: 1rem;
  margin: 0 auto;
  padding-block: 130px;
  position: relative;
  padding-bottom: 160px;
}
.page-email-automation .section__benefits .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: 5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-email-automation .section__benefits h2 {
  max-width: 662px;
  margin: 0 auto;
  text-align: center;
}
.page-email-automation .section__benefits .benefit-label {
  max-width: 909px;
  text-align: center;
  margin-top: 1.4rem !important;
  margin: 0 auto;
}
.page-email-automation .section__benefits .benefits-con {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 6rem;
}
.page-email-automation .section__benefits .benefits-con .benefits-box {
  padding: 1.9rem;
  padding-block: 3.2rem;
  border-radius: 25px;
  background-color: #FCE9E9;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 592px) {
  .page-email-automation .section__benefits .benefits-con .benefits-box {
    padding-block: 2.2rem;
  }
}
@media (max-width: 992px) {
  .page-email-automation .section__benefits .benefits-con {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 592px) {
  .page-email-automation .section__benefits .benefits-con {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-email-automation .section__overview {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
  padding-inline: 1rem;
  background-color: #FCE9E9;
}
.page-email-automation .section__overview .ov-lb-v1 {
  position: absolute;
  left: -1rem;
  bottom: -1rem;
  width: 20vw;
}
@media (max-width: 592px) {
  .page-email-automation .section__overview .ov-lb-v1 {
    display: none;
  }
}
.page-email-automation .section__overview .ov-lb-v2 {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  transform: scaleX(-1);
  width: 20vw;
}
@media (max-width: 592px) {
  .page-email-automation .section__overview .ov-lb-v2 {
    display: none;
  }
}
.page-email-automation .section__overview .main-overview {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 5rem;
}
.page-email-automation .section__overview .main-overview .ps-o-left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 992px) {
  .page-email-automation .section__overview .main-overview .ps-o-left {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.page-email-automation .section__overview .main-overview .ps-o-left .ps-o-l-image {
  width: 580px;
  height: 537px;
  border-radius: 10px;
  overflow: hidden;
}
.page-email-automation .section__overview .main-overview .ps-o-left .ps-o-l-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1210px) {
  .page-email-automation .section__overview .main-overview .ps-o-left .ps-o-l-image {
    width: 47.5vw;
    height: auto;
    aspect-ratio: 1;
  }
}
@media (max-width: 992px) {
  .page-email-automation .section__overview .main-overview .ps-o-left .ps-o-l-image {
    width: 100% !important;
  }
}
.page-email-automation .section__overview .main-overview .ps-o-right {
  width: 50%;
}
@media (max-width: 992px) {
  .page-email-automation .section__overview .main-overview .ps-o-right {
    width: 100%;
  }
}
.page-email-automation .section__overview .main-overview .ps-o-right h2 {
  max-width: 621px;
}
@media (max-width: 992px) {
  .page-email-automation .section__overview .main-overview .ps-o-right h2 {
    max-width: 992px;
  }
}
.page-email-automation .section__overview .main-overview .ps-o-right p {
  max-width: 621px;
}
@media (max-width: 992px) {
  .page-email-automation .section__overview .main-overview .ps-o-right p {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .page-email-automation .section__overview .main-overview {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .page-email-automation .section__overview {
    margin-bottom: 30px;
  }
}
.page-email-automation .section__testimonials {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
  padding-top: 40px;
  position: relative;
}
.page-email-automation .section__testimonials .dt-vc-2, .page-email-automation .section__testimonials .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-email-automation .section__testimonials .dt-vc-2 {
  left: -12rem !important;
  bottom: 38rem !important;
}
@media (max-width: 992px) {
  .page-email-automation .section__testimonials {
    padding-block: 90px !important;
  }
}
.page-email-automation .section__testimonials h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #030303;
  max-width: 622px;
}
.page-email-automation .section__testimonials p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  max-width: 803px;
}
.page-email-automation .section__testimonials .wcs-clients-word {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.page-email-automation .section__testimonials .wcs-clients-word .wcs-cw-box {
  width: 100%;
  border-radius: 10px;
  background-color: #FDF3F3;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 790px) {
  .page-email-automation .section__testimonials .wcs-clients-word .wcs-cw-box {
    width: 100%;
  }
}
.page-email-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-quote {
  min-width: 50px;
  min-height: 37px;
  margin-bottom: 1rem;
}
.page-email-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-text {
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.page-email-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.page-email-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof {
  display: flex;
}
.page-email-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
}
.page-email-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  justify-content: flex-end;
}
.page-email-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div h4 {
  font-size: 16px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 0px;
}
.page-email-automation .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div p {
  font-size: 14px;
  color: #E83132;
  margin-bottom: 0;
}
@media (max-width: 790px) {
  .page-email-automation .section__testimonials .wcs-clients-word {
    flex-direction: column;
  }
}
.page-email-automation .section__testimonials .wcs-buttons {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}
.page-email-automation .section__testimonials .wcs-buttons .btn--slider--prev,
.page-email-automation .section__testimonials .wcs-buttons .btn--slider--next {
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
.page-email-automation .section__awards {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding-block: 100px;
  flex-direction: column;
  align-items: center;
  padding-inline: 1rem;
  position: relative;
}
.page-email-automation .section__awards .dt-vc {
  position: absolute;
  left: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-email-automation .section__awards h2 {
  text-align: center;
  margin-bottom: 1.3rem;
}
.page-email-automation .section__awards .paragraph--txt {
  max-width: 830px;
  text-align: center;
}
.page-email-automation .section__awards .aw-v2-bennefits {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-email-automation .section__awards .aw-v2-bennefits .aw-v2-b-box {
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #E83132;
  border-radius: 9px;
}
.page-email-automation .section__awards .aw-v2-bennefits .aw-v2-b-box p {
  margin: 0;
}
.page-email-automation .section__awards .aw-v2-awards-box {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.56rem;
  margin-bottom: 4rem;
}
.page-email-automation .section__awards .aw-v2-awards-box img {
  height: auto;
}
@media (max-width: 792px) {
  .page-email-automation .section__awards .aw-v2-awards-box img {
    width: 100%;
  }
}
@media (max-width: 792px) {
  .page-email-automation .section__awards .aw-v2-awards-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-email-automation .section__awards a {
  font-size: 14px;
}
.page-email-automation .section__closing {
  display: flex;
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 80px;
  padding-inline: 1rem;
  padding-bottom: 150px;
  position: relative;
}
.page-email-automation .section__closing .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-email-automation .section__closing .cls-s-left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-email-automation .section__closing .cls-s-left img {
  max-width: 450px;
}
@media (max-width: 992px) {
  .page-email-automation .section__closing .cls-s-left {
    display: none;
  }
}
.page-email-automation .section__closing .cls-s-right {
  width: 50%;
}
.page-email-automation .section__closing .cls-s-right .cls-text, .page-email-automation .section__closing .cls-s-right h2 {
  max-width: 665px;
}
@media (max-width: 992px) {
  .page-email-automation .section__closing .cls-s-right .cls-text, .page-email-automation .section__closing .cls-s-right h2 {
    max-width: 990px;
  }
}
.page-email-automation .section__closing .cls-s-right a {
  font-size: 14px;
}
@media (max-width: 992px) {
  .page-email-automation .section__closing .cls-s-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-email-automation .section__closing {
    padding-bottom: 90px;
  }
}

.page-on-call-dev .section__hero {
  max-width: 1320px;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-block: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 140px;
  position: relative;
}
.page-on-call-dev .section__hero h1 {
  max-width: 807px;
  text-align: center;
  margin-bottom: 1.5rem;
}
.page-on-call-dev .section__hero .paragraph--txt {
  max-width: 749px;
  text-align: center;
  margin-bottom: 0;
}
.page-on-call-dev .section__hero a {
  margin-top: 2rem;
  font-size: 14px;
}
@media (max-width: 992px) {
  .page-on-call-dev .section__hero .testimonial-text {
    max-width: 490px;
  }
}
@media (max-width: 690px) {
  .page-on-call-dev .section__hero {
    background-size: 100%;
  }
}
@media (max-width: 490px) {
  .page-on-call-dev .section__hero {
    background: none;
  }
}
.page-on-call-dev .section__companies {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 2rem;
  padding-bottom: 110px;
  padding-inline: 1rem;
}
.page-on-call-dev .section__companies p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.page-on-call-dev .section__companies .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
  row-gap: 2rem;
  width: 1200px;
}
@media (max-width: 1250px) {
  .page-on-call-dev .section__companies .partnership-list {
    width: 100%;
  }
}
.page-on-call-dev .section__companies .partnership-list .logo-com {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-on-call-dev .section__companies .partnership-list .logo-com img {
  width: 150px;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.page-on-call-dev .section__companies .partnership-list .fade-out {
  opacity: 0;
}
.page-on-call-dev .section__customer-stories {
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 145px;
  margin-bottom: 110px;
  padding-inline: 1rem;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
.page-on-call-dev .section__customer-stories .pseo-cs-left-ema {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-on-call-dev .section__customer-stories .pseo-cs-left-ema img {
  width: 90%;
}
@media (max-width: 992px) {
  .page-on-call-dev .section__customer-stories .pseo-cs-left-ema {
    display: none;
  }
}
.page-on-call-dev .section__customer-stories .pseo-cs-right-ema {
  width: 55%;
  height: 100%;
}
.page-on-call-dev .section__customer-stories .pseo-cs-right-ema h2 {
  max-width: 612px;
}
.page-on-call-dev .section__customer-stories .pseo-cs-right-ema .seo-cs-btns {
  margin-top: 1.7rem;
  margin-bottom: 1.3rem;
}
@media (max-width: 992px) {
  .page-on-call-dev .section__customer-stories .pseo-cs-right-ema {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-on-call-dev .section__customer-stories {
    flex-direction: column;
  }
}
.page-on-call-dev .section__features {
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 120px;
  padding-inline: 1rem;
  display: flex;
  gap: 1.5rem;
  padding-bottom: 80px;
}
.page-on-call-dev .section__features .features-section-left {
  width: 45%;
  height: 100%;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .page-on-call-dev .section__features .features-section-left {
    width: 100%;
  }
}
.page-on-call-dev .section__features .features-section-left .pre-title {
  font-size: 14px;
  font-weight: 600;
  color: #AFAFAF;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.page-on-call-dev .section__features .features-section-left .feature-headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  max-width: 530px;
  color: #030303;
}
@media (max-width: 992px) {
  .page-on-call-dev .section__features .features-section-left .feature-headline {
    max-width: 990px;
  }
}
.page-on-call-dev .section__features .features-section-left .feature-text {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  max-width: 543px;
}
@media (max-width: 992px) {
  .page-on-call-dev .section__features .features-section-left .feature-text {
    max-width: 990px;
  }
}
.page-on-call-dev .section__features .features-section-left .feature-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.page-on-call-dev .section__features .features-section-left .feature-buttons a {
  font-size: 14px;
}
@media (max-width: 490px) {
  .page-on-call-dev .section__features .features-section-left .feature-buttons {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.page-on-call-dev .section__features .features-section-left .testimonial-box {
  display: flex;
  gap: 15px;
  margin-top: 1.5rem;
}
.page-on-call-dev .section__features .features-section-left .testimonial-box .testimonial-img-quote img {
  min-width: 32px;
}
.page-on-call-dev .section__features .features-section-left .testimonial-box .testimonial-detail {
  display: flex;
  flex-direction: column;
}
.page-on-call-dev .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
  font-size: 14px;
  max-width: 480px;
  color: rgba(3, 3, 3, 0.5803921569);
}
@media (max-width: 992px) {
  .page-on-call-dev .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-text {
    max-width: 990px;
  }
}
.page-on-call-dev .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.page-on-call-dev .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile img {
  min-width: 50px;
  min-height: 50px;
}
.page-on-call-dev .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
}
.page-on-call-dev .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div h4 {
  color: #030303;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.page-on-call-dev .section__features .features-section-left .testimonial-box .testimonial-detail .testimonial-profile div p {
  color: #E83132;
  margin: 0;
  font-size: 12px;
  margin-left: 1px;
}
.page-on-call-dev .section__features .features-section-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  row-gap: 1.3rem;
  width: 55%;
}
.page-on-call-dev .section__features .features-section-right .feature-box {
  background-color: #FCE9E9;
  border-radius: 20px;
  padding: 1.8rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.9rem;
}
.page-on-call-dev .section__features .features-section-right .feature-box .feature-box-icon {
  min-width: 50px;
  min-height: 50px;
  margin-bottom: 1rem;
}
.page-on-call-dev .section__features .features-section-right .feature-box .feature-box-title {
  font-size: 28px;
  font-weight: 600;
  color: #030303;
  line-height: 100%;
}
.page-on-call-dev .section__features .features-section-right .feature-box .feature-box-text {
  color: #030303;
  font-size: 16px;
  line-height: 150%;
  max-width: 280px;
}
@media (max-width: 590px) {
  .page-on-call-dev .section__features .features-section-right .feature-box .feature-box-text {
    max-width: 580px;
  }
}
@media (max-width: 590px) {
  .page-on-call-dev .section__features .features-section-right {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .page-on-call-dev .section__features .features-section-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-on-call-dev .section__features {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.page-on-call-dev .section__overview {
  max-width: 1320px;
  margin: 80px auto;
  padding: 0 1rem;
  display: flex;
  gap: 1rem;
  height: 35rem;
  padding-block: 40px;
}
.page-on-call-dev .section__overview--image {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../images/cad-vec.png");
  background-repeat: no-repeat;
  background-position: center; /* or left / right / top etc. */
  background-size: 80%;
}
.page-on-call-dev .section__overview--image img {
  width: 65%;
}
@media (max-width: 592px) {
  .page-on-call-dev .section__overview--image img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-on-call-dev .section__overview--image {
    width: 100%;
  }
}
.page-on-call-dev .section__overview--details {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-on-call-dev .section__overview--details h2 {
  max-width: 541px;
}
@media (max-width: 992px) {
  .page-on-call-dev .section__overview--details h2 {
    max-width: 990px;
  }
}
.page-on-call-dev .section__overview--details .paragraph--txt {
  max-width: 640px;
}
@media (max-width: 992px) {
  .page-on-call-dev .section__overview--details .paragraph--txt {
    max-width: 990px;
  }
}
@media (max-width: 992px) {
  .page-on-call-dev .section__overview--details {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-on-call-dev .section__overview {
    flex-direction: column;
    height: auto;
    row-gap: 2rem;
    padding-block: 100px;
  }
}
.page-on-call-dev .section__testimonials {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
  padding-top: 40px;
  position: relative;
}
.page-on-call-dev .section__testimonials .dt-vc-2, .page-on-call-dev .section__testimonials .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-on-call-dev .section__testimonials .dt-vc-2 {
  left: -12rem !important;
  bottom: 38rem !important;
}
@media (max-width: 992px) {
  .page-on-call-dev .section__testimonials {
    padding-block: 90px !important;
  }
}
.page-on-call-dev .section__testimonials h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #030303;
  max-width: 622px;
}
.page-on-call-dev .section__testimonials p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  max-width: 803px;
}
.page-on-call-dev .section__testimonials .wcs-clients-word {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.page-on-call-dev .section__testimonials .wcs-clients-word .wcs-cw-box {
  width: 100%;
  border-radius: 10px;
  background-color: #FDF3F3;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 790px) {
  .page-on-call-dev .section__testimonials .wcs-clients-word .wcs-cw-box {
    width: 100%;
  }
}
.page-on-call-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-quote {
  min-width: 50px;
  min-height: 37px;
  margin-bottom: 1rem;
}
.page-on-call-dev .section__testimonials .wcs-clients-word .wcs-cw-box p {
  text-align: left;
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
}
.page-on-call-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-text {
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.page-on-call-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.page-on-call-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof {
  display: flex;
}
.page-on-call-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
}
.page-on-call-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  justify-content: flex-end;
}
.page-on-call-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div h4 {
  font-size: 16px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 0px;
}
.page-on-call-dev .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div p {
  font-size: 14px !important;
  color: #E83132 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 790px) {
  .page-on-call-dev .section__testimonials .wcs-clients-word {
    flex-direction: column;
  }
}
.page-on-call-dev .section__testimonials .wcs-buttons {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}
.page-on-call-dev .section__testimonials .wcs-buttons .btn--slider--prev,
.page-on-call-dev .section__testimonials .wcs-buttons .btn--slider--next {
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
.page-on-call-dev .section__awards {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding-block: 100px;
  flex-direction: column;
  align-items: center;
  padding-inline: 1rem;
  position: relative;
}
.page-on-call-dev .section__awards .dt-vc {
  position: absolute;
  left: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-on-call-dev .section__awards h2 {
  text-align: center;
  margin-bottom: 1.3rem;
}
.page-on-call-dev .section__awards .paragraph--txt {
  max-width: 830px;
  text-align: center;
}
.page-on-call-dev .section__awards .aw-v2-bennefits {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-on-call-dev .section__awards .aw-v2-bennefits .aw-v2-b-box {
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #E83132;
  border-radius: 9px;
}
.page-on-call-dev .section__awards .aw-v2-bennefits .aw-v2-b-box p {
  margin: 0;
}
.page-on-call-dev .section__awards .aw-v2-awards-box {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.56rem;
  margin-bottom: 4rem;
}
.page-on-call-dev .section__awards .aw-v2-awards-box img {
  height: auto;
}
@media (max-width: 792px) {
  .page-on-call-dev .section__awards .aw-v2-awards-box img {
    width: 100%;
  }
}
@media (max-width: 792px) {
  .page-on-call-dev .section__awards .aw-v2-awards-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-on-call-dev .section__awards a {
  font-size: 14px;
}
.page-on-call-dev .section__closing {
  display: flex;
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 80px;
  padding-inline: 1rem;
  padding-bottom: 150px;
  position: relative;
}
.page-on-call-dev .section__closing .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-on-call-dev .section__closing .cls-s-left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-on-call-dev .section__closing .cls-s-left img {
  max-width: 450px;
}
@media (max-width: 992px) {
  .page-on-call-dev .section__closing .cls-s-left {
    display: none;
  }
}
.page-on-call-dev .section__closing .cls-s-right {
  width: 50%;
}
.page-on-call-dev .section__closing .cls-s-right .cls-text, .page-on-call-dev .section__closing .cls-s-right h2 {
  max-width: 665px;
}
@media (max-width: 992px) {
  .page-on-call-dev .section__closing .cls-s-right .cls-text, .page-on-call-dev .section__closing .cls-s-right h2 {
    max-width: 990px;
  }
}
.page-on-call-dev .section__closing .cls-s-right a {
  font-size: 14px;
}
@media (max-width: 992px) {
  .page-on-call-dev .section__closing .cls-s-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-on-call-dev .section__closing {
    padding-bottom: 90px;
  }
}

.page-blogs .section__hero {
  width: 100%;
  position: relative;
  height: 500px;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  background-color: #FDF3F3;
  overflow: hidden;
  padding-inline: 1rem;
}
.page-blogs .section__hero .bv1 {
  position: absolute;
  left: -25rem;
  top: 50%;
  transform: translateY(-50%);
  height: 31rem;
}
@media (max-width: 1300px) {
  .page-blogs .section__hero .bv1 {
    height: 38vw;
    left: -25rem;
  }
}
.page-blogs .section__hero .bv2 {
  position: absolute;
  right: -34rem;
  top: 0;
  height: 31.5rem;
}
@media (max-width: 1300px) {
  .page-blogs .section__hero .bv2 {
    height: 38.5vw;
    right: -34rem;
  }
}
.page-blogs .section__hero h1 {
  max-width: 652px;
  text-align: center;
  z-index: 2;
}
.page-blogs .section__hero p {
  max-width: 797px;
  text-align: center;
  z-index: 2;
}
.page-blogs .section__hero a {
  font-size: 14px;
  z-index: 2;
}
.page-blogs .section__blog-list {
  max-width: 1320px;
  padding-inline: 1rem;
  padding-block: 1rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.9rem;
  row-gap: 2.8rem;
  margin-bottom: 8rem;
}
.page-blogs .section__blog-list .box {
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.page-blogs .section__blog-list .box img {
  width: 100%;
  height: 17rem;
  display: block;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 1.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 692px) {
  .page-blogs .section__blog-list .box img {
    height: 65vw;
  }
}
.page-blogs .section__blog-list .box h3 {
  margin-bottom: 0.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-blogs .section__blog-list .box p {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-blogs .section__blog-list .box a {
  font-size: 14px;
}
.page-blogs .section__blog-list .box-active {
  grid-column: span 3;
  height: 33rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  padding: 2.3rem;
  overflow: hidden;
  background-image: url(/images/blog-b1.png);
  background-position: center;
  background-size: cover;
  border-radius: 1rem;
}
.page-blogs .section__blog-list .box-active .b1-blg-h2 {
  max-width: 670px;
  color: #fff !important;
  z-index: 2;
}
.page-blogs .section__blog-list .box-active .b1-blg-p {
  max-width: 697px;
  color: #fff !important;
  z-index: 2;
}
.page-blogs .section__blog-list .box-active a {
  z-index: 2;
  font-size: 14px;
}
.page-blogs .section__blog-list .box-active::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.337254902);
}
@media (max-width: 492px) {
  .page-blogs .section__blog-list .box-active {
    padding: 1.3rem;
  }
}
@media (max-width: 992px) {
  .page-blogs .section__blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-blogs .section__blog-list .box-active {
    grid-column: span 2;
  }
}
@media (max-width: 692px) {
  .page-blogs .section__blog-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-blogs .section__blog-list .box-active {
    grid-column: span 1;
  }
}

.page-blog-details .section__hero {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.page-blog-details .section__hero::before {
  content: "";
  inset: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5921568627);
}
.page-blog-details .section__hero img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
.page-blog-details .section__details {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
}
.page-blog-details .section__details h1 {
  max-width: 1000px;
  text-align: center;
  line-height: 100%;
  margin: 2.5rem auto;
}
@media (max-width: 492px) {
  .page-blog-details .section__details h1 {
    font-size: 35px !important;
  }
}
.page-blog-details .section__details .date--bd {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.page-blog-details .section__details .date--bd span {
  display: block;
  width: 1px;
  height: 2rem;
  background-color: #000;
  opacity: 0.5;
}
.page-blog-details .section__details .date--bd p {
  margin: 0;
  color: #E83132;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
.page-blog-details .section__details .main--content-bd {
  margin-top: 4rem;
}
.page-blog-details .section__details .main--content-bd p {
  color: #030303;
  line-height: 150%;
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
}
.page-blog-details .section__details .main--content-bd h2 {
  font-size: 40px;
  color: #030303;
  line-height: 120%;
  max-width: 890px;
}
.page-blog-details .section__details .main--content-bd h2 span {
  color: #E83132;
}
.page-blog-details .section__details .main--content-bd h2 b, .page-blog-details .section__details .main--content-bd h2 strong {
  color: #E83132 !important;
  font-weight: 600 !important;
}
@media (max-width: 992px) {
  .page-blog-details .section__details .main--content-bd h2 {
    font-size: 33px;
  }
}
@media (max-width: 492px) {
  .page-blog-details .section__details .main--content-bd h2 {
    font-size: 25px;
  }
}
.page-blog-details .section__details .main--content-bd li {
  font-size: 16px;
  font-weight: 400;
  color: #030303;
  line-height: 120%;
  max-width: 1150px;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  list-style: disc !important;
}
.page-blog-details .section__details .main--content-bd b {
  color: #000;
}
.page-blog-details .section__blogs {
  max-width: 1320px;
  margin: 0 auto;
  padding-block: 100px;
  padding-inline: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-blog-details .section__blogs h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #030303;
  margin-bottom: 5rem;
}
.page-blog-details .section__blogs .blogs-con {
  display: flex;
  gap: 2rem;
}
.page-blog-details .section__blogs .blogs-con .blog-box {
  max-width: 444px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.page-blog-details .section__blogs .blogs-con .blog-box h3 {
  font-size: 28px;
  font-weight: 600;
  color: #030303;
  line-height: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-blog-details .section__blogs .blogs-con .blog-box p {
  color: #030303;
  font-size: 16px;
  line-height: 150%;
  max-width: 435px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-blog-details .section__blogs .blogs-con .blog-box .div-blog div {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.page-blog-details .section__blogs .blogs-con .blog-box .div-blog div img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.page-blog-details .section__blogs .blogs-con .blog-box a {
  font-size: 14px;
}
@media (max-width: 990px) {
  .page-blog-details .section__blogs .blogs-con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
    gap: 1rem;
    row-gap: 2rem;
  }
  .page-blog-details .section__blogs .blogs-con .blog-box:last-child:nth-child(odd) {
    grid-column: span 2;
    margin: 0 auto;
  }
}
@media (max-width: 690px) {
  .page-blog-details .section__blogs .blogs-con {
    grid-template-columns: 1fr;
  }
  .page-blog-details .section__blogs .blogs-con .blog-box:last-child:nth-child(odd) {
    grid-column: auto;
  }
}
.page-blog-details .section__blogs a {
  margin-top: 6rem;
}

.page-services-loc .section__hero {
  width: 100%;
  position: relative;
  height: 500px;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  background-color: #FDF3F3;
  overflow: hidden;
  padding-inline: 1rem;
}
.page-services-loc .section__hero .sv1 {
  position: absolute;
  left: -12rem;
  bottom: -10rem;
  height: 41rem;
}
@media (max-width: 1300px) {
  .page-services-loc .section__hero .sv1 {
    height: 50vw;
    left: -12rem;
  }
}
@media (max-width: 790px) {
  .page-services-loc .section__hero .sv1 {
    height: 69vw;
  }
}
.page-services-loc .section__hero .sv2 {
  position: absolute;
  right: -8rem;
  top: -9rem;
  rotate: 90deg;
  height: 31.5rem;
}
@media (max-width: 1300px) {
  .page-services-loc .section__hero .sv2 {
    height: 39vw;
    right: -8rem;
  }
}
@media (max-width: 790px) {
  .page-services-loc .section__hero .sv2 {
    height: 69vw;
    right: -8rem;
  }
}
.page-services-loc .section__hero h1 {
  max-width: 652px;
  text-align: center;
  z-index: 2;
}
.page-services-loc .section__hero p {
  max-width: 797px;
  text-align: center;
  z-index: 2;
}
.page-services-loc .section__hero a {
  font-size: 14px;
  z-index: 2;
}
.page-services-loc .section__serv-loc-list {
  max-width: 1320px;
  margin: 0 auto;
  margin-block: 7rem;
  padding-inline: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem;
  row-gap: 6.8rem;
}
.page-services-loc .section__serv-loc-list .serv-loc-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-services-loc .section__serv-loc-list .serv-loc-box--info div {
  border-top: 4px solid #9b1010;
  margin-bottom: 1rem;
  padding-top: 20px;
}
.page-services-loc .section__serv-loc-list .serv-loc-box--info div h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-services-loc .section__serv-loc-list .serv-loc-box--info p {
  font-size: 16px;
  color: #000;
  max-width: 377px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-services-loc .section__serv-loc-list .serv-loc-box--btns {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 13px;
}
.page-services-loc .section__serv-loc-list .serv-loc-box--btns .btn--primary-serv {
  padding: 12px 1.5rem;
  border-radius: 5px;
  background-color: #E83132;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 992px) {
  .page-services-loc .section__serv-loc-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 692px) {
  .page-services-loc .section__serv-loc-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
    row-gap: 3.8rem;
  }
}

.page-service-loc-details .section__hero {
  width: 100%;
  background-color: #FDF3F3;
  margin-bottom: 4rem;
}
.page-service-loc-details .section__hero .main-sds {
  max-width: 1320px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  gap: 1rem;
  padding: 3rem 1rem;
}
.page-service-loc-details .section__hero .main-sds--details {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .page-service-loc-details .section__hero .main-sds--details {
    width: 100%;
  }
}
.page-service-loc-details .section__hero .main-sds--image {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-service-loc-details .section__hero .main-sds--image img {
  width: 70%;
}
@media (max-width: 992px) {
  .page-service-loc-details .section__hero .main-sds--image {
    display: none;
  }
}
.page-service-loc-details .section__service-details {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 1rem;
  margin-top: 6rem;
  padding-bottom: 60px;
}
.page-service-loc-details .section__service-details p {
  color: #030303;
  line-height: 150%;
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
}
.page-service-loc-details .section__service-details h2 {
  font-size: 40px;
  color: #030303;
  line-height: 120%;
  max-width: 890px;
}
.page-service-loc-details .section__service-details h2 span {
  color: #E83132;
}
.page-service-loc-details .section__service-details li {
  font-size: 16px;
  font-weight: 400;
  color: #030303;
  line-height: 120%;
  max-width: 1150px;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}
.page-service-loc-details .section__service-details b {
  color: #000;
}

.page-pricing-detail .section__hero {
  width: 100%;
  height: 35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 5rem;
  padding-inline: 1rem;
}
.page-pricing-detail .section__hero h1 {
  max-width: 750px;
  text-align: center;
}
.page-pricing-detail .section__hero p {
  max-width: 700px;
  text-align: center;
}
.page-pricing-detail .section__hero .reate-pd {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.page-pricing-detail .section__hero .btn--pd {
  display: flex;
  gap: 1rem;
  margin-top: 1.3rem;
}
.page-pricing-detail .section__hero .btn--pd a {
  font-size: 14px;
}
.page-pricing-detail .section__hero .pd-vec {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-pricing-detail .section__companies {
  width: 100%;
  padding: 3rem;
  background: linear-gradient(0deg, #BF3535, #AA2C2C);
  margin-bottom: 6rem;
}
.page-pricing-detail .section__companies .main-cpy {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 5rem;
  padding-inline: 1rem;
}
.page-pricing-detail .section__companies .main-cpy p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.page-pricing-detail .section__companies .main-cpy .partnership-list {
  align-items: center;
  text-align: center;
  padding: 30px 0;
  row-gap: 2rem;
  width: 1200px;
}
@media (max-width: 1250px) {
  .page-pricing-detail .section__companies .main-cpy .partnership-list {
    width: 100%;
  }
}
.page-pricing-detail .section__companies .main-cpy .partnership-list .logo-com {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-pricing-detail .section__companies .main-cpy .partnership-list .logo-com img {
  width: 150px;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.page-pricing-detail .section__companies .main-cpy .partnership-list .fade-out {
  opacity: 0;
}
.page-pricing-detail .section__our-plans {
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 4rem;
  padding-inline: 1rem;
}
.page-pricing-detail .section__our-plans h2 {
  margin-bottom: 10px !important;
}
.page-pricing-detail .section__our-plans .paragraph--txt {
  max-width: 717px;
}
.page-pricing-detail .section__our-plans .plans-list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.page-pricing-detail .section__our-plans .plans-list .box-pln {
  border: 1px solid #FCE9E9;
  border-radius: 10px;
  overflow: hidden;
}
.page-pricing-detail .section__our-plans .plans-list .box-pln .bx-head {
  display: flex;
  gap: 1.2rem;
  background-color: #FCE9E9;
  padding: 1.5rem 1.5rem;
  align-items: center;
}
.page-pricing-detail .section__our-plans .plans-list .box-pln .bx-head img {
  min-width: 45px;
  min-height: 45px;
}
.page-pricing-detail .section__our-plans .plans-list .box-pln .bx-head h3 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  color: #030303;
}
.page-pricing-detail .section__our-plans .plans-list .box-pln .bc-features {
  padding: 2rem;
}
.page-pricing-detail .section__our-plans .plans-list .box-pln .bc-features p {
  font-size: 16px;
  font-weight: 600;
  color: #030303;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-pricing-detail .section__our-plans .plans-list .box-pln .bc-features ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-pricing-detail .section__our-plans .plans-list .box-pln .bc-features ul li {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
}
.page-pricing-detail .section__our-plans .plans-list .box-pln .bc-features ul li div {
  width: 22px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-pricing-detail .section__our-plans .plans-list .box-pln .bc-features ul li div svg {
  margin-right: 0.5rem;
}
.page-pricing-detail .section__our-plans .plans-list .box-pln .bc-features ul li p {
  font-size: 14px;
  font-weight: 400;
  -moz-column-rule: #030303;
       column-rule: #030303;
  line-height: 130%;
  margin-bottom: 0;
  text-transform: none !important;
}
@media (max-width: 992px) {
  .page-pricing-detail .section__our-plans .plans-list .box-pln {
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .page-pricing-detail .section__our-plans .plans-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-pricing-detail .section__benefits {
  max-width: 1320px;
  padding-inline: 1rem;
  margin: 0 auto;
  padding-block: 130px;
  position: relative;
  padding-bottom: 160px;
}
.page-pricing-detail .section__benefits .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: 5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.3;
}
.page-pricing-detail .section__benefits h2 {
  max-width: 762px;
  margin: 0 auto;
  text-align: center;
}
.page-pricing-detail .section__benefits .benefit-label {
  max-width: 909px;
  text-align: center;
  margin-top: 1.4rem !important;
  margin: 0 auto;
}
.page-pricing-detail .section__benefits .benefits-con {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 6rem;
}
.page-pricing-detail .section__benefits .benefits-con .benefits-box {
  padding: 1rem;
  padding-block: 2.3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.page-pricing-detail .section__benefits .benefits-con .benefits-box h3 {
  text-align: center;
}
.page-pricing-detail .section__benefits .benefits-con .benefits-box p {
  text-align: center;
}
@media (max-width: 592px) {
  .page-pricing-detail .section__benefits .benefits-con .benefits-box {
    padding-block: 2.2rem;
  }
}
@media (max-width: 992px) {
  .page-pricing-detail .section__benefits .benefits-con {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 592px) {
  .page-pricing-detail .section__benefits .benefits-con {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-pricing-detail .section__testimonials {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
  padding-top: 40px;
  position: relative;
}
.page-pricing-detail .section__testimonials .dt-vc-2, .page-pricing-detail .section__testimonials .dt-vc {
  position: absolute;
  right: -12rem;
  bottom: -5rem;
  height: 20rem;
  z-index: -1;
  opacity: 0.4;
}
.page-pricing-detail .section__testimonials .dt-vc-2 {
  left: -12rem !important;
  bottom: 38rem !important;
}
@media (max-width: 992px) {
  .page-pricing-detail .section__testimonials {
    padding-block: 90px !important;
  }
}
.page-pricing-detail .section__testimonials h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #030303;
  max-width: 622px;
}
.page-pricing-detail .section__testimonials p {
  color: #030303;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  max-width: 803px;
}
.page-pricing-detail .section__testimonials .wcs-clients-word {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.page-pricing-detail .section__testimonials .wcs-clients-word .wcs-cw-box {
  width: 100%;
  border-radius: 10px;
  background-color: #FDF3F3;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 790px) {
  .page-pricing-detail .section__testimonials .wcs-clients-word .wcs-cw-box {
    width: 100%;
  }
}
.page-pricing-detail .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-quote {
  min-width: 50px;
  min-height: 37px;
  margin-bottom: 1rem;
}
.page-pricing-detail .section__testimonials .wcs-clients-word .wcs-cw-box p {
  text-align: left;
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
}
.page-pricing-detail .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-cw-text {
  color: rgba(3, 3, 3, 0.5803921569);
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.page-pricing-detail .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.page-pricing-detail .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof {
  display: flex;
}
.page-pricing-detail .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
}
.page-pricing-detail .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  justify-content: flex-end;
}
.page-pricing-detail .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div h4 {
  font-size: 16px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 0px;
}
.page-pricing-detail .section__testimonials .wcs-clients-word .wcs-cw-box .wcs-bot .wcs-bot-prof div p {
  font-size: 14px !important;
  color: #E83132 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 790px) {
  .page-pricing-detail .section__testimonials .wcs-clients-word {
    flex-direction: column;
  }
}
.page-pricing-detail .section__testimonials .wcs-buttons {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}
.page-pricing-detail .section__testimonials .wcs-buttons .btn--slider--prev,
.page-pricing-detail .section__testimonials .wcs-buttons .btn--slider--next {
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
.page-pricing-detail .section__faqs {
  margin: 40px auto;
  max-width: 1320px;
  padding: 90px 1rem;
  display: flex;
  gap: 1.5rem;
  margin-top: 10px;
  justify-content: space-between;
}
.page-pricing-detail .section__faqs--info {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-pricing-detail .section__faqs--info h2, .page-pricing-detail .section__faqs--info p {
  max-width: 551px;
}
@media (max-width: 992px) {
  .page-pricing-detail .section__faqs--info h2, .page-pricing-detail .section__faqs--info p {
    max-width: 992px;
  }
}
.page-pricing-detail .section__faqs--info img {
  width: 80%;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .page-pricing-detail .section__faqs--info img {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-pricing-detail .section__faqs--info {
    width: 100%;
  }
}
.page-pricing-detail .section__faqs--questions {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-pricing-detail .section__faqs--questions .faq-box {
  background: #fff4f4;
  border-radius: 8px;
  padding: 2rem 2.6rem;
  transition: all 0.3s ease;
  padding-bottom: 1rem;
}
.page-pricing-detail .section__faqs--questions .faq-box .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
}
.page-pricing-detail .section__faqs--questions .faq-box .faq-header .faq-question {
  font-weight: 500;
  color: #101010;
  margin: 0;
  font-size: 16px;
  color: #030303;
  line-height: 150%;
}
.page-pricing-detail .section__faqs--questions .faq-box .faq-header .faq-toggle {
  background: #fff;
  box-shadow: 0px 2px 2px #afafaf;
  border-radius: 6px;
  color: #111111;
  min-width: 48px;
  min-height: 48px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
}
.page-pricing-detail .section__faqs--questions .faq-box .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0s ease;
  opacity: 0;
  padding-top: 1rem;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
}
.page-pricing-detail .section__faqs--questions .faq-box.active .faq-answer {
  max-height: 200px; /* adjust depending on content */
  opacity: 1;
  margin-top: 10px;
}
@media (max-width: 592px) {
  .page-pricing-detail .section__faqs--questions .faq-box {
    padding: 1rem 1.6rem;
  }
}
@media (max-width: 992px) {
  .page-pricing-detail .section__faqs--questions {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-pricing-detail .section__faqs {
    flex-direction: column;
  }
}

.page-pricing .vector-price {
  position: absolute;
  right: 0;
  height: 50vw;
  z-index: -1;
  top: 18rem;
}
@media (min-width: 1500px) {
  .page-pricing .vector-price {
    height: 47rem;
  }
}
.page-pricing .section__hero {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.page-pricing .section__hero--pricing-content {
  display: flex;
  gap: 1rem;
  margin-inline: 1rem;
  justify-content: space-between;
}
.page-pricing .section__hero--pricing-content .sh-pc-info h1 {
  max-width: 630px;
}
.page-pricing .section__hero--pricing-content .sh-pc-info .paragraph--txt {
  max-width: 587px;
}
.page-pricing .section__hero--pricing-content .sh-pc-info .main-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  gap: 5px;
  border-radius: 8px;
  background-color: #E83132;
  margin-top: 20px;
}
.page-pricing .section__hero--pricing-content .sh-pc-info .main-btn button {
  padding: 1rem 1rem;
  font-size: 14px;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  line-height: 100%;
  outline: none;
}
.page-pricing .section__hero--pricing-content .sh-pc-info .main-btn .active-plan {
  color: #000;
  background-color: #fff;
}
.page-pricing .section__hero--pricing-content .sh-pc-testimonial {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.page-pricing .section__hero--pricing-content .sh-pc-testimonial--main {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.page-pricing .section__hero--pricing-content .sh-pc-testimonial--main .sh-pc-tm-imgs {
  display: flex;
}
.page-pricing .section__hero--pricing-content .sh-pc-testimonial--main .sh-pc-tm-imgs img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50px;
  overflow: hidden;
  margin-left: -1.2rem;
}
@media (max-width: 1092px) {
  .page-pricing .section__hero--pricing-content .sh-pc-testimonial--main {
    padding-left: 1.4rem;
  }
}
@media (max-width: 1092px) {
  .page-pricing .section__hero--pricing-content {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.page-pricing .section__hero--pricing-details {
  margin-inline: 1rem;
  padding-top: 5rem;
}
.page-pricing .section__hero--pricing-details .website-packages-plan .wpp-headline {
  font-size: 26px;
  color: #030303;
  line-height: 130%;
  font-weight: 400;
}
.page-pricing .section__hero--pricing-details .website-packages-plan .wpp-headline span {
  color: #333333;
  font-size: 14px;
}
.page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan .main-wpp-plan-box {
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  background-color: #fff;
}
.page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan .main-wpp-plan-box--head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.9rem 1.9rem 1rem 1.9rem;
  border-bottom: 1px solid #C1C1C1;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 290px;
}
.page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan .main-wpp-plan-box--head .m-wwp-p-bh-top {
  margin-bottom: 1rem;
}
.page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan .main-wpp-plan-box--head .m-wwp-p-bh-top h3 {
  font-size: 40px;
  font-weight: 600;
  color: #030303;
}
.page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan .main-wpp-plan-box--head .m-wwp-p-bh-top .p-bh-t-text {
  font-size: 14px;
}
.page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan .main-wpp-plan-box--head .badge {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  background-color: #E83132;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  top: -0.5rem;
  right: 2rem;
  rotate: 16deg;
}
@media (max-width: 1092px) {
  .page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan .main-wpp-plan-box--head {
    height: auto;
  }
}
.page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan .main-wpp-plan-box--features .bc-features {
  padding: 2rem;
}
.page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan .main-wpp-plan-box--features .bc-features p {
  font-size: 16px;
  font-weight: 600;
  color: #030303;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan .main-wpp-plan-box--features .bc-features ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan .main-wpp-plan-box--features .bc-features ul li {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
}
.page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan .main-wpp-plan-box--features .bc-features ul li div {
  width: 22px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan .main-wpp-plan-box--features .bc-features ul li div svg {
  margin-right: 0.5rem;
}
.page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan .main-wpp-plan-box--features .bc-features ul li p {
  font-size: 14px;
  font-weight: 400;
  -moz-column-rule: #030303;
       column-rule: #030303;
  line-height: 130%;
  margin-bottom: 0;
  text-transform: none !important;
}
@media (max-width: 992px) {
  .page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 752px) {
  .page-pricing .section__hero--pricing-details .website-packages-plan .main-wpp-plan {
    grid-template-columns: 1fr;
  }
}
.page-pricing .section__hero--pricing-details .website-monthly-care .wmc-headline {
  font-size: 26px;
  color: #030303;
  line-height: 130%;
  font-weight: 400;
}
.page-pricing .section__hero--pricing-details .website-monthly-care .wmc-headline span {
  color: #333333;
  font-size: 14px;
}
.page-pricing .section__hero--pricing-details .website-monthly-care .main-wmc-plan {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.page-pricing .section__hero--pricing-details .website-monthly-care .main-wmc-plan .main-wmc-plan-box {
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  background: linear-gradient(0deg, #FDF3F3, #fff);
}
.page-pricing .section__hero--pricing-details .website-monthly-care .main-wmc-plan .main-wmc-plan-box--head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.9rem 1.9rem 1.5rem 1.9rem;
  border-bottom: 1px solid #C1C1C1;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page-pricing .section__hero--pricing-details .website-monthly-care .main-wmc-plan .main-wmc-plan-box--head .m-wmc-p-bh-top {
  margin-bottom: 1rem;
}
.page-pricing .section__hero--pricing-details .website-monthly-care .main-wmc-plan .main-wmc-plan-box--head .m-wmc-p-bh-top h3 {
  font-size: 40px;
  font-weight: 600;
  color: #030303;
  margin-bottom: 1rem;
}
.page-pricing .section__hero--pricing-details .website-monthly-care .main-wmc-plan .main-wmc-plan-box--head .m-wmc-p-bh-top h3 span {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
.page-pricing .section__hero--pricing-details .website-monthly-care .main-wmc-plan .main-wmc-plan-box--features {
  padding: 1.9rem;
}
.page-pricing .section__hero--pricing-details .website-monthly-care .main-wmc-plan .main-wmc-plan-box--features ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-left: 1.4rem;
}
.page-pricing .section__hero--pricing-details .website-monthly-care .main-wmc-plan .main-wmc-plan-box--features ul li {
  list-style: disc;
  font-size: 14px;
  color: #030303;
}
.page-pricing .section__hero--pricing-details .website-monthly-care .main-wmc-plan .main-wmc-plan-box--features .perks-wmc {
  font-size: 14px;
  line-height: 130%;
  color: #030303;
}
.page-pricing .section__hero--pricing-details .website-monthly-care .main-wmc-plan .main-wmc-plan-box--features .perks-wmc span {
  background-color: #F8C1C2;
  color: #E83132;
  padding: 3px 5px;
  border-radius: 7px;
}
@media (max-width: 992px) {
  .page-pricing .section__hero--pricing-details .website-monthly-care .main-wmc-plan {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 752px) {
  .page-pricing .section__hero--pricing-details .website-monthly-care .main-wmc-plan {
    grid-template-columns: 1fr;
  }
}
.page-pricing .section__hero .ph-price--bottom-txt {
  margin-inline: 1rem;
  margin-bottom: 0;
  font-size: 16px;
  max-width: 870px;
  color: #030303;
}
.page-pricing .section__details {
  max-width: 1320px;
  margin: 0 auto;
  margin-bottom: 10rem;
  margin-top: 2rem;
  padding-inline: 1.5rem;
}
.page-pricing .section__details .details-pricing-label {
  max-width: 775px;
}
.page-pricing .section__details .sd-price--table {
  margin-top: 4rem;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-1 {
  display: grid;
  grid-template-columns: 30% 20% 20% 20%;
  justify-content: space-between;
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #CCCCCC;
  gap: 1rem;
  padding-right: 1rem;
}
@media (max-width: 892px) {
  .page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-1 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-1 p {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 120%;
  margin-bottom: 0;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-1 .price-plan-title {
  text-align: center;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-1 label {
  color: hsla(0, 0%, 0%, 0.5);
  font-size: 14px;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-2 {
  display: grid;
  grid-template-columns: 30% 20% 20% 20%;
  justify-content: space-between;
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #CCCCCC;
  gap: 1rem;
  padding-right: 1rem;
}
@media (max-width: 892px) {
  .page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-2 p {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 120%;
  margin-bottom: 0;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-3 {
  display: grid;
  grid-template-columns: 30% 20% 20% 20%;
  justify-content: space-between;
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #CCCCCC;
  gap: 1rem;
  padding-right: 1rem;
}
@media (max-width: 892px) {
  .page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-3 p {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 120%;
  margin-bottom: 0;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-3 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 1rem;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-3 ul li {
  list-style: disc;
  font-size: 14px;
  color: #808080;
  line-height: 110%;
  font-weight: 400;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-3 ul li::marker {
  font-size: 10px;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-3 .ds--pt-ot-pay-perks {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 0;
  color: #808080;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-3 .ds--pt-ot-pay-perks span {
  color: #E83132;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-4,
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-5 {
  display: grid;
  grid-template-columns: 30% 20% 20% 20%;
  justify-content: space-between;
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #CCCCCC;
  gap: 1rem;
  padding-right: 1rem;
}
@media (max-width: 892px) {
  .page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-4,
  .page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-4 p,
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-5 p {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 120%;
  margin-bottom: 0;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-4 ul,
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-5 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 1rem;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-4 ul li,
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-5 ul li {
  list-style: disc;
  font-size: 14px;
  color: #808080;
  line-height: 110%;
  font-weight: 400;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-4 ul li::marker,
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-5 ul li::marker {
  font-size: 10px;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-4 .ds--pt-ot-pay-perks,
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-5 .ds--pt-ot-pay-perks {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 0;
  color: #808080;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-4 .ds--pt-ot-pay-perks span,
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-5 .ds--pt-ot-pay-perks span {
  color: #E83132;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-6 {
  display: grid;
  grid-template-columns: 30% 20% 20% 20%;
  justify-content: space-between;
  padding-bottom: 1.7rem;
  gap: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 892px) {
  .page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop .ds--pt-ot-pay-des-6 a {
  width: 66%;
}
@media (max-width: 692px) {
  .page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-desktop {
    display: none;
  }
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-mobile {
  width: 100%;
  display: none;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-mobile .otp-payment--mobile-box {
  border-bottom: 1px solid #CCCCCC;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-mobile .otp-payment--mobile-box--title {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 120%;
  margin-bottom: 0;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-mobile .otp-payment--mobile-box label {
  color: hsla(0, 0%, 0%, 0.5);
  font-size: 14px;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-mobile .otp-payment--mobile-box--perks {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 0;
  color: #808080;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-mobile .otp-payment--mobile-box--perks span {
  color: #E83132;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-mobile .otp-payment--mobile-box ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 1rem;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-mobile .otp-payment--mobile-box ul li {
  list-style: disc;
  font-size: 14px;
  color: #808080;
  line-height: 110%;
  font-weight: 400;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-mobile .otp-payment--mobile-box ul li::marker {
  font-size: 10px;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-mobile .otp-payment--mobile-box .btn-mb-plan {
  background-color: #030303;
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  padding: 15px 22px;
  text-align: center;
  text-decoration: none !important;
  border-radius: 5px;
  margin-top: 4rem;
}
.page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-mobile .otp-payment--mobile-box .btn-mb-plan:hover {
  color: #fff;
}
@media (max-width: 692px) {
  .page-pricing .section__details .sd-price--table .sd--pt-one-time-payment-mobile {
    display: block;
  }
}

.page-career-overview .section__hero {
  width: 100%;
  background-color: #FDF3F3;
  padding: 5rem 1rem 6rem 1rem;
  margin-bottom: 5rem;
}
.page-career-overview .section__hero .career-overview--main-hero {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
}
.page-career-overview .section__hero .career-overview--main-hero--details {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-career-overview .section__hero .career-overview--main-hero--details a {
  font-size: 14px;
}
@media (max-width: 992px) {
  .page-career-overview .section__hero .career-overview--main-hero--details h1 {
    max-width: 992px;
  }
}
.page-career-overview .section__hero .career-overview--main-hero--details li {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .page-career-overview .section__hero .career-overview--main-hero--details {
    width: 100%;
  }
}
.page-career-overview .section__hero .career-overview--main-hero--image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-career-overview .section__hero .career-overview--main-hero--image img {
  width: 90%;
}
@media (max-width: 992px) {
  .page-career-overview .section__hero .career-overview--main-hero--image {
    display: none;
  }
}
.page-career-overview .section__career-lists {
  max-width: 1320px;
  margin: 0 auto;
  margin-bottom: 7rem;
  padding-inline: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  row-gap: 4.5rem;
}
.page-career-overview .section__career-lists .career-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.page-career-overview .section__career-lists .career-box--image {
  width: 100%;
  height: 15rem;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.4rem;
}
.page-career-overview .section__career-lists .career-box--image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
.page-career-overview .section__career-lists .career-box--image label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 4px 18px;
  border-radius: 40px;
  font-size: 12px;
  color: #E83132;
  background-color: #FDF3F3;
  font-weight: 500;
}
.page-career-overview .section__career-lists .career-box h3 {
  margin-bottom: 15px;
  display: -webkit-box;
  padding-bottom: 1px;
  -webkit-line-clamp: 1; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-career-overview .section__career-lists .career-box p {
  font-size: 16px;
  margin-bottom: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-career-overview .section__career-lists .career-box a {
  font-size: 14px;
}
@media (max-width: 992px) {
  .page-career-overview .section__career-lists {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 692px) {
  .page-career-overview .section__career-lists {
    grid-template-columns: 1fr;
  }
}

.page-career-detail .section__hero {
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.page-career-detail .section__hero::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: hsla(0, 0%, 0%, 0.542);
}
.page-career-detail .section__hero--main {
  max-width: 1320px;
  padding: 1rem;
  padding-top: 13rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.page-career-detail .section__hero--main .career-detail-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3rem;
}
.page-career-detail .section__hero--main .career-detail-head__info {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 10px;
}
.page-career-detail .section__hero--main .career-detail-head__info h1 {
  color: #fff;
  max-width: 800px;
  line-height: 100%;
  margin-bottom: 1px;
  font-weight: 600;
  font-size: 50px;
}
.page-career-detail .section__hero--main .career-detail-head__info--date {
  display: flex;
  gap: 0.8rem;
}
.page-career-detail .section__hero--main .career-detail-head__info--date .cd-hi-d-txt {
  padding: 4px 18px;
  border-radius: 40px;
  font-size: 12px;
  color: #E83132;
  background-color: #FDF3F3;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 792px) {
  .page-career-detail .section__hero--main .career-detail-head__info {
    margin-bottom: 0px;
  }
}
.page-career-detail .section__hero--main .career-detail-head button {
  width: 135px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  background-color: #E83132;
  margin-bottom: 10px;
}
@media (max-width: 792px) {
  .page-career-detail .section__hero--main .career-detail-head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.page-career-detail .section__details {
  max-width: 1320px;
  margin: 0 auto;
  padding: 3rem 1rem;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
  display: flex;
  gap: 2rem;
}
.page-career-detail .section__details--main-details {
  width: 100%;
  padding-right: 2rem;
}
.page-career-detail .section__details--main-details h3 {
  font-size: 25px;
  color: #030303;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 16px;
}
.page-career-detail .section__details--main-details .paragrap--txt {
  text-align: justify;
  margin-bottom: 16px;
}
.page-career-detail .section__details--main-details ul {
  padding-left: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 2rem;
}
.page-career-detail .section__details--main-details ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 150%;
  color: #030303;
}
@media (max-width: 992px) {
  .page-career-detail .section__details--main-details {
    padding-right: 0rem;
  }
}
.page-career-detail .section__details--about {
  border-left: 1px solid #cccccc;
  padding-left: 3rem;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 2rem;
  padding-top: 0.8rem;
}
.page-career-detail .section__details--about h3 {
  color: #030303;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 10px;
}
.page-career-detail .section__details--about .s__d-a-label {
  font-size: 14px;
  line-height: 150%;
  color: #030303;
  max-width: 360px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .page-career-detail .section__details--about .s__d-a-label {
    text-align: center;
  }
}
.page-career-detail .section__details--about .s__d-a-icons {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .page-career-detail .section__details--about .s__d-a-icons {
    text-align: center;
  }
}
.page-career-detail .section__details--about .s__d-a-icons div {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}
@media (max-width: 992px) {
  .page-career-detail .section__details--about {
    border: none;
    padding: 2rem 0rem;
    width: 100%;
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .page-career-detail .section__details {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}