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

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

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

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

.main-section {
  max-width: 1350px;
  margin: 0 auto;
}

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

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

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

.section-tag {
  padding-inline: 1rem;
  height: 34px;
  background-color: #EECD5C;
  color: #151515;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50px;
  text-transform: uppercase;
  line-height: 100%;
}

p {
  font-size: 16px;
  font-weight: 500;
  font-family: "DM sans", sans-serif;
  line-height: 150%;
  letter-spacing: 1%;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  font-family: "DM sans", sans-serif;
}
@media (max-width: 492px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 25px;
  letter-spacing: 1%;
  font-family: "DM sans", sans-serif;
}
@media (max-width: 492px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1%;
}

.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;
}

.mobile-modal {
  display: flex;
  visibility: hidden;
  position: absolute;
  top: 140px;
  right: 1rem;
  width: 300px;
  border-radius: 10px;
  z-index: 9998;
  background-color: #151515;
  padding: 1rem 1rem;
  padding-top: 1.7rem;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  transition: 0.2s;
  opacity: 0;
}
.mobile-modal a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.mobile-modal .mb-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}
.mobile-modal .mb-btns .btn-head-primary,
.mobile-modal .mb-btns .btn-head-secondary {
  border: 1px solid #fff;
  width: 100% !important;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
}
.mobile-modal .mb-btns .btn-head-primary {
  width: 160px;
  color: #ffffff;
}
.mobile-modal .mb-btns .btn-head-secondary {
  width: 102px;
  background-color: #fff;
  color: #151515;
}

@media (max-width: 992px) {
  .active-modal {
    transition: 0.2s all;
    opacity: 1;
    visibility: visible !important;
  }
}
@media (max-width: 692px) {
  .mobile-modal {
    width: 95%;
  }
}
@media (max-width: 592px) {
  .mobile-modal {
    top: 180px;
  }
}
@media (max-width: 492px) {
  .mobile-modal {
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.btn {
  min-width: 120px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 5px;
  border: 1px solid #151515;
  border-radius: 10px;
}
.btn--primary {
  background-color: #151515;
  color: #fff;
}
.btn--primary:hover {
  background-color: #151515;
  color: #fff;
}
.btn--secondary {
  color: #151515;
}
.btn--secondary:hover {
  background-color: #151515;
  color: #fff;
}

header {
  width: 100%;
  position: relative;
  z-index: 9999;
}
header .nav-banner {
  width: 100%;
  background-color: #151515;
  padding: 0 1rem;
}
header .nav-banner--main {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  height: 64px;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
header .nav-banner--main p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}
header .nav-banner--main div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
header .nav-banner--main div svg {
  color: #fff;
}
header .nav-banner--main div svg:hover {
  color: #B07918;
}
@media (max-width: 592px) {
  header .nav-banner--main {
    height: auto;
    gap: 0.8rem;
    flex-direction: column;
    padding: 15px 0;
  }
  header .nav-banner--main p {
    text-align: center;
  }
}
header .nav-menu {
  position: absolute;
  width: 100%;
  bottom: -77px;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0 1rem;
}
header .nav-menu--main {
  max-width: 1350px;
  margin: 0 auto;
  height: 77px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .nav-menu--main ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
header .nav-menu--main ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1%;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
}
header .nav-menu--main .menu-btns {
  display: flex;
  gap: 10px;
  align-items: center;
}
header .nav-menu--main .menu-btns .btn-head-primary,
header .nav-menu--main .menu-btns .btn-head-secondary {
  border: 1px solid #fff;
  font-weight: 500;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
}
header .nav-menu--main .menu-btns .btn-head-primary {
  padding: 0 1.4rem;
  color: #ffffff;
}
header .nav-menu--main .menu-btns .btn-head-secondary {
  width: 102px;
  background-color: #fff;
  color: #151515;
  font-weight: 500;
}
header .nav-menu-dark {
  background-color: #ffffff !important;
}
header .nav-menu-dark a {
  color: #151515 !important;
}
header .nav-menu-dark .btn-head-primary,
header .nav-menu-dark .btn-head-secondary {
  border: 1px solid #151515 !important;
}
header .nav-menu-dark .btn-dark-primary {
  color: #151515 !important;
}
header .nav-menu-dark .btn-dark-secondary {
  background-color: #151515 !important;
  color: #ffffff !important;
}
header .nav-menu--other {
  background-color: #ffffff;
}
header .nav-menu--other .nav-menu--main ul li a {
  color: #151515;
}
header .nav-menu--other .nav-menu--main .menu-btns .btn-head-primary,
header .nav-menu--other .nav-menu--main .menu-btns .btn-head-secondary {
  border: 1px solid #151515;
}
header .nav-menu--other .nav-menu--main .menu-btns .btn-head-primary {
  color: #151515;
}
header .nav-menu--other .nav-menu--main .menu-btns .btn-head-secondary {
  background-color: #151515;
  color: #ffffff;
}
header .nav-mobile {
  position: absolute;
  width: 100%;
  bottom: -77px;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0 1rem;
  display: none;
  /* When active (turns into X) */
}
header .nav-mobile--main {
  max-width: 1350px;
  margin: 0 auto;
  height: 77px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .nav-mobile .hamburger-menu {
  position: relative;
  width: 30px;
  height: 20px;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  transition: all 0.2s ease;
  outline: none;
}
header .nav-mobile .hamburger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background: #B07918;
  border-radius: 3px;
  transition: all 0.1s ease;
}
header .nav-mobile .hamburger-menu.active span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}
header .nav-mobile .hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}
header .nav-mobile .hamburger-menu.active span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}
header .nav-mobile-dark {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  header .nav-menu {
    display: none;
  }
  header .nav-mobile {
    display: block;
  }
}

@media (max-width: 1080px) {
  .header--desktop {
    display: none;
  }
}

.header--mobile {
  display: none;
  background-color: #ffffff;
  box-shadow: 1px 0 5px 1px rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}
.header--mobile .logo {
  max-width: 150px;
}
.header--mobile .mobile-menu {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  background-color: #ffffff;
  padding: 70px 30px;
  transform: translate(240px, 0);
  transition: transform 0.5s cubic-bezier(0, 0.52, 0, 1);
  overflow: auto;
}
.header--mobile .mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header--mobile .mobile-menu ul li {
  display: block;
  padding-bottom: 11px;
  margin-bottom: 13px;
  border-bottom: 1px solid #f1f1f1;
}
.header--mobile .mobile-menu ul li a {
  z-index: 12;
  position: relative;
  font-size: 14px;
  color: #000;
  transition: all 300ms ease;
}
.header--mobile .mobile-menu ul li a:hover {
  color: #151515;
}
.header--mobile .mobile-menu ul li a.btn {
  width: 100%;
}
.header--mobile .mobile-menu ul li a.btn--primary {
  color: #fff;
}
.header--mobile .mobile-menu ul li a.btn--primary:hover {
  color: #151515;
}
.header--mobile .mobile-menu ul li a.btn--secondary:hover {
  color: #fff;
}
.header--mobile .mobile-menu ul li.has-dropdown a.has-collapse {
  position: relative;
  display: block;
}
.header--mobile .mobile-menu ul li.has-dropdown a.has-collapse:before {
  content: "\F078";
  position: absolute;
  top: 2px;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 14px;
}
.header--mobile .mobile-menu ul li.has-dropdown a.has-collapse:after {
  display: none;
  content: initial;
}
.header--mobile .mobile-menu ul li.has-dropdown ul li {
  padding: 0;
  border: 0;
}

.hamburger {
  z-index: 1234;
  position: relative;
  top: 0;
  display: inline-block;
  width: 28px;
  height: 21px;
  margin: -5px 0;
  cursor: pointer;
}
.hamburger div {
  z-index: 12;
  position: relative;
  margin-top: 9px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #151515;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.hamburger div:before {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #151515;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
}
.hamburger div:after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #151515;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
}

.nav-open .mobile-menu {
  transform: translate(0, 0) !important;
  box-shadow: 8px 79px 60px 0px rgba(22, 22, 22, 0.17);
}
.nav-open .hamburger div {
  background-color: transparent;
}
.nav-open .hamburger div:after {
  top: 1px;
  transform: rotate(45deg);
}
.nav-open .hamburger div:before {
  top: 1px;
  transform: rotate(-45deg);
}
.nav-open .main-header.fixed .hamburger div {
  background-color: transparent;
}

@media (max-width: 1080px) {
  .header--mobile {
    display: block;
  }
}
@media (max-width: 1440px) {
  .header--mobile .mobile-navigation--top-nav {
    padding: 4px 0;
  }
  .header--mobile .mobile-navigation--top-nav ul li a {
    font-size: 18px;
    padding: 8px 20px;
  }
}
@media (max-width: 576px) {
  .header--mobile .mobile-navigation--top-nav {
    padding: 0;
  }
}
@media (max-width: 680px) {
  .header--mobile .mobile-navigation--top-nav ul {
    align-items: center;
  }
  .header--mobile .mobile-navigation--top-nav ul li a {
    display: block;
    padding: 8px 10px;
  }
}
@media (max-width: 540px) {
  .header--mobile .mobile-navigation--top-nav ul {
    flex-wrap: wrap;
  }
  .header--mobile .mobile-navigation--top-nav ul li {
    flex: 0 0 33.33%;
    width: 33%;
  }
  .header--mobile .mobile-navigation--top-nav ul li a {
    font-size: 16px;
    text-align: center;
    padding: 4px 10px;
    max-width: 130px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .header--mobile .mobile-navigation--top-nav ul li a {
    font-size: 16px;
    padding: 8px 15px;
  }
}
footer {
  width: 100%;
  background-color: #151515;
  padding: 64px 1rem 24px 1rem;
}
footer .footer-cta {
  max-width: 1350px;
  margin: 0 auto;
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
footer .footer-cta--txt__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  color: #fff;
  margin-bottom: 4px;
}
footer .footer-cta--txt__title svg {
  margin-bottom: 3px;
}
footer .footer-cta--txt__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1%;
  color: #fff;
  max-width: 500px;
}
footer .footer-cta--fields {
  display: flex;
  gap: 16px;
}
footer .footer-cta--fields input {
  width: 250px;
  height: 53px;
  border-radius: 12px;
  padding: 16px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  border: none;
}
footer .footer-cta--fields input::-moz-placeholder {
  color: #BABABA;
}
footer .footer-cta--fields input::placeholder {
  color: #BABABA;
}
footer .footer-cta--fields__btn {
  width: 102px;
  height: 53px;
  background-color: #fff;
  border-radius: 10px;
  color: #151515;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1%;
}
footer .footer-main {
  display: flex;
  justify-content: space-between;
  max-width: 1350px;
  margin: 0 auto;
  gap: 1.5rem;
}
footer .footer-main--info {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
footer .footer-main--info img {
  width: 174px;
}
footer .footer-main--info h4 {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1%;
  font-weight: 500;
  color: #fff;
}
footer .footer-main--links {
  display: flex;
  gap: 64px;
  padding-right: 1.8rem;
}
footer .footer-main--links .footer-main--links-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer-main--links .footer-main--links-box p {
  color: #fff;
  margin: 0;
  font-weight: 600;
}
footer .footer-main--links .footer-main--links-box ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
footer .footer-main--links .footer-main--links-box ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
footer .footer-main--links .footer-main--links-box ul li a:hover {
  color: #B07918;
}
footer .footer-sub {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  max-width: 1350px;
  margin: 0 auto;
  margin-top: 64px;
}
footer .footer-sub p {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
footer .footer-sub ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
footer .footer-sub ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 100% !important;
  text-align: center !important;
}
footer .footer-sub ul li a:hover {
  color: #B07918;
}
footer .footer-sub div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
footer .footer-sub div svg {
  color: #fff;
}
footer .footer-sub div svg:hover {
  color: #B07918;
}
@media (max-width: 992px) {
  footer .footer-cta {
    flex-direction: column-reverse;
    align-items: center;
  }
  footer .footer-cta--txt__title {
    text-align: center;
  }
  footer .footer-cta--txt__label {
    text-align: center;
  }
  footer .footer-main {
    flex-direction: column;
    row-gap: 3rem;
    justify-content: center;
    align-items: center;
  }
  footer .footer-main--info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
  }
  footer .footer-main--info h4 {
    text-align: center;
  }
  footer .footer-main--links {
    display: flex;
    gap: 64px;
    padding-right: 1.8rem;
  }
  footer .footer-main--links .footer-main--links-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  footer .footer-main--links .footer-main--links-box p {
    text-align: center;
  }
  footer .footer-main--links .footer-main--links-box ul {
    align-items: center;
  }
  footer .footer-main--links .footer-main--links-box ul li {
    text-align: center;
  }
  footer .footer-sub {
    flex-direction: column-reverse;
    gap: 10px;
  }
  footer .footer-sub p {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  footer .footer-sub ul {
    flex-wrap: wrap;
    gap: 18px;
    row-gap: 10px;
    align-items: center;
  }
}
@media (max-width: 592px) {
  footer .footer-cta--fields {
    flex-direction: column;
  }
  footer .footer-cta--fields--txt__label {
    max-width: 200px !important;
  }
  footer .footer-cta--fields__btn {
    width: 250px;
  }
  footer .footer-main--info h4 {
    max-width: 400px;
  }
  footer .footer-main--links {
    gap: 54px;
    flex-direction: column;
  }
}

.page--home .section--hero {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 30px 30px;
  position: relative;
  padding-top: 15.6rem;
  padding-bottom: 4rem;
  background-image: url("../../images/home-hero-min.jpg");
  background-position: center;
  background-size: cover;
  padding-inline: 1rem;
}
.page--home .section--hero__main {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.1rem;
}
.page--home .section--hero__main h1 {
  max-width: 650px;
  color: #ffffff;
}
.page--home .section--hero__main p {
  color: #ffffff;
  line-height: 150% !important;
  max-width: 560px;
}
.page--home .section--hero__main .hero-hm-btn {
  display: flex;
  gap: 10px;
  align-items: center;
}
.page--home .section--hero__main .hero-hm-btn .btn-head-primary,
.page--home .section--hero__main .hero-hm-btn .btn-head-secondary {
  border: 1px solid #fff;
  font-weight: 500;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
}
.page--home .section--hero__main .hero-hm-btn .btn-head-primary {
  width: 119px;
  color: #ffffff;
}
.page--home .section--hero__main .hero-hm-btn .btn-head-secondary {
  width: 123px;
  background-color: #fff;
  color: #151515;
  font-weight: 500;
}
.page--home .section--hero__main .hero-hm-collaboration {
  width: 100%;
  height: 104px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  gap: 2.5rem;
  padding-inline: 1rem;
}
.page--home .section--hero__main .hero-hm-collaboration div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--home .section--hero__main .hero-hm-collaboration div img {
  width: 140px;
}
.page--home .section--hero__main .hero-hm-collaboration--center {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  grid-template-columns: unset;
  padding-inline: 2rem;
}
@media (max-width: 692px) {
  .page--home .section--hero__main .hero-hm-collaboration {
    height: auto;
    min-height: 80px;
    padding: 1rem;
    margin-top: 2rem;
  }
  .page--home .section--hero__main .hero-hm-collaboration div img {
    width: 100px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .page--home .section--hero__main .hero-hm-collaboration--center {
    gap: 1.25rem;
    padding-inline: 1rem;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .page--home .section--hero__main .hero-hm-collaboration div img {
    width: 80px;
  }
  .page--home .section--hero__main .hero-hm-collaboration--center {
    gap: 1rem;
  }
}
@media (max-width: 892px) {
  .page--home .section--hero__main .hero-hm-collaboration {
    grid-template-columns: repeat(5, 1fr);
  }
  .page--home .section--hero__main .hero-hm-collaboration div:nth-child(1) {
    display: none;
  }
  .page--home .section--hero__main .hero-hm-collaboration--center div:nth-child(1) {
    display: flex;
  }
}
@media (max-width: 792px) {
  .page--home .section--hero__main .hero-hm-collaboration {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
  .page--home .section--hero__main .hero-hm-collaboration div:nth-child(2) {
    display: none;
  }
  .page--home .section--hero__main .hero-hm-collaboration--center div:nth-child(2) {
    display: flex;
  }
}
@media (max-width: 692px) {
  .page--home .section--hero__main .hero-hm-collaboration {
    grid-template-columns: repeat(3, 1fr);
  }
  .page--home .section--hero__main .hero-hm-collaboration div:nth-child(3) {
    display: none;
  }
  .page--home .section--hero__main .hero-hm-collaboration--center div:nth-child(3) {
    display: flex;
  }
}
@media (max-width: 692px) {
  .page--home .section--hero {
    padding-bottom: 2.5rem;
    border-radius: 0 0 20px 20px;
  }
}
.page--home .section--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(0, 0, 0, 0.7529411765), rgba(0, 0, 0, 0.168627451));
  border-radius: 0 0 30px 30px;
}
@media (max-width: 692px) {
  .page--home .section--hero::before {
    border-radius: 0 0 20px 20px;
  }
}
.page--home .section--what-we-do {
  max-width: 1350px;
  margin: 0 auto;
  padding: 120px 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page--home .section--what-we-do .hm-section-wwd-key-point {
  width: 100%;
  margin-top: 4.5rem;
  display: flex;
  gap: 2rem;
}
.page--home .section--what-we-do .hm-section-wwd-key-point__img {
  width: 50%;
}
.page--home .section--what-we-do .hm-section-wwd-key-point__con {
  width: 50%;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.page--home .section--what-we-do .hm-section-wwd-key-point__con .hm-section-wwd-key-point-box {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.page--home .section--what-we-do .hm-section-wwd-key-point__con .hm-section-wwd-key-point-box img {
  min-width: 47px;
  min-height: 47px;
  margin-top: 5px;
}
.page--home .section--what-we-do .hm-section-wwd-key-point__con .hm-section-wwd-key-point-box--texts p {
  max-width: 584px;
}
@media (max-width: 992px) {
  .page--home .section--what-we-do .hm-section-wwd-key-point {
    flex-direction: column;
    margin-top: 3rem;
  }
  .page--home .section--what-we-do .hm-section-wwd-key-point__img {
    width: 100%;
    padding: 1rem;
  }
  .page--home .section--what-we-do .hm-section-wwd-key-point__img img {
    width: 100%;
  }
  .page--home .section--what-we-do .hm-section-wwd-key-point__con {
    width: 100%;
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
  .page--home .section--what-we-do .hm-section-wwd-key-point__con .hm-section-wwd-key-point-box {
    display: flex;
    gap: 1.5rem;
  }
  .page--home .section--what-we-do .hm-section-wwd-key-point__con .hm-section-wwd-key-point-box--texts p {
    max-width: 684px;
  }
}
.page--home .section--features {
  width: 100%;
  background-color: #151515;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
  padding-bottom: 40px;
  position: relative;
  border-radius: 0 0 30px 30px;
}
.page--home .section--features .hm-sf-details {
  position: sticky;
  top: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6rem;
}
.page--home .section--features .hm-sf-details h2 {
  text-align: center;
  color: #ffffff;
}
.page--home .section--features .hm-sf-details .head-label {
  text-align: center;
  max-width: 840px;
  color: #ffffff;
}
@media (max-width: 792px) {
  .page--home .section--features .hm-sf-details {
    position: static;
    margin-bottom: 4rem;
  }
}
.page--home .section--features .hm-sf-box {
  padding: 2rem;
  max-width: 1090px;
  margin: 0 auto;
  height: 420px;
  display: flex;
  gap: 1rem;
  background-color: #242424;
  border-radius: 30px;
  margin-top: 2.4rem;
  position: sticky;
  top: 20rem;
  margin-bottom: 5rem;
}
.page--home .section--features .hm-sf-box div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.page--home .section--features .hm-sf-box div h3, .page--home .section--features .hm-sf-box div p {
  color: #ffffff;
}
.page--home .section--features .hm-sf-box div h3 {
  font-size: 32px !important;
  margin-bottom: 1.7rem !important;
}
.page--home .section--features .hm-sf-box img {
  max-width: 365px;
  aspect-ratio: 1;
}
@media (max-width: 792px) {
  .page--home .section--features .hm-sf-box {
    flex-direction: column;
    height: auto;
    top: 1.5rem;
  }
  .page--home .section--features .hm-sf-box img {
    max-width: 100%;
  }
}
@media (max-width: 592px) {
  .page--home .section--features .hm-sf-box {
    padding: 1rem;
  }
}
.page--home .section--features .hm-sf-box-sec {
  padding: 2rem;
  max-width: 1090px;
  margin: 0 auto;
  height: 420px;
  display: flex;
  gap: 3rem;
  background-color: #151515;
  border-radius: 30px;
  margin-top: 2.4rem;
  position: sticky;
  top: 20rem;
  margin-bottom: 5rem;
}
.page--home .section--features .hm-sf-box-sec div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.page--home .section--features .hm-sf-box-sec div h3, .page--home .section--features .hm-sf-box-sec div p {
  color: #ffffff;
}
.page--home .section--features .hm-sf-box-sec div h3 {
  font-size: 32px !important;
  margin-bottom: 1.7rem !important;
  max-width: 505px;
}
.page--home .section--features .hm-sf-box-sec img {
  max-width: 365px;
  aspect-ratio: 1;
}
@media (max-width: 792px) {
  .page--home .section--features .hm-sf-box-sec {
    flex-direction: column-reverse;
    height: auto;
    top: 2rem;
    gap: 1rem;
  }
  .page--home .section--features .hm-sf-box-sec img {
    max-width: 100%;
  }
}
@media (max-width: 592px) {
  .page--home .section--features .hm-sf-box-sec {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .page--home .section--features {
    border-radius: 0 0 20px 20px;
  }
}
.page--home .section--how-it-works {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
}
.page--home .section--how-it-works h2 {
  text-align: center;
  color: #151515;
}
.page--home .section--how-it-works .head-label {
  text-align: center;
  max-width: 840px;
  color: #151515;
}
.page--home .section--how-it-works .section--how-it-works-con {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 320px 1fr 320px;
  gap: 1.7rem;
}
.page--home .section--how-it-works .section--how-it-works-con__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--home .section--how-it-works .section--how-it-works-con__img img {
  transform: scaleX(-1);
}
@media (max-width: 1100px) {
  .page--home .section--how-it-works .section--how-it-works-con__img {
    display: none;
  }
}
.page--home .section--how-it-works .section--how-it-works-con__side {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.page--home .section--how-it-works .section--how-it-works-con__side .hp-shw-cs-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--home .section--how-it-works .section--how-it-works-con__side .hp-shw-cs-box h3, .page--home .section--how-it-works .section--how-it-works-con__side .hp-shw-cs-box p {
  text-align: center;
}
.page--home .section--how-it-works .section--how-it-works-con__side .hp-shw-cs-box h3 {
  margin-top: 1.4rem;
  margin-bottom: 1.3rem;
  max-width: 283px;
}
@media (max-width: 692px) {
  .page--home .section--how-it-works .section--how-it-works-con__side .hp-shw-cs-box h3 {
    max-width: 350px;
  }
}
.page--home .section--how-it-works .section--how-it-works-con__side .hp-shw-cs-box p {
  max-width: 303px;
}
@media (max-width: 692px) {
  .page--home .section--how-it-works .section--how-it-works-con__side .hp-shw-cs-box p {
    max-width: 350px;
  }
}
@media (max-width: 1100px) {
  .page--home .section--how-it-works .section--how-it-works-con {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 692px) {
  .page--home .section--how-it-works .section--how-it-works-con {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.page--home .section--testimonials {
  max-width: 1350px;
  margin: 0 auto;
  padding: 120px 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--home .section--testimonials h3 {
  margin-bottom: 5rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}
.page--home .section--testimonials .testimonials-con {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.page--home .section--testimonials .testimonials-con .testimonial-card {
  background-color: #F9F5EC;
  border-radius: 25px;
  padding: 4.5rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.page--home .section--testimonials .testimonials-con .testimonial-card--quote {
  margin-bottom: 1.3rem;
  width: 50px;
  position: relative;
  z-index: 2;
}
.page--home .section--testimonials .testimonials-con .testimonial-card p {
  max-width: 560px;
  position: relative;
  z-index: 2;
}
.page--home .section--testimonials .testimonials-con .testimonial-card--author {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
  z-index: 2;
}
.page--home .section--testimonials .testimonials-con .testimonial-card--author img {
  width: 56px;
  height: 56px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 56px;
}
.page--home .section--testimonials .testimonials-con .testimonial-card--author div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 3px;
}
.page--home .section--testimonials .testimonials-con .testimonial-card--author div h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 1px;
  line-height: 100%;
}
.page--home .section--testimonials .testimonials-con .testimonial-card--author div span {
  font-size: 14px;
}
.page--home .section--testimonials .testimonials-con .testimonial-card .tvec {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 692px) {
  .page--home .section--testimonials .testimonials-con .testimonial-card {
    padding: 3rem;
  }
}
@media (max-width: 992px) {
  .page--home .section--testimonials .testimonials-con {
    flex-direction: column;
  }
}
.page--home .section--testimonials__foo {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page--home .section--testimonials__foo .btn-actions {
  display: flex;
  gap: 1.5rem;
  padding-right: 1.2rem;
}
.page--home .section--testimonials__foo .btn-actions button {
  background-color: transparent;
  border: none;
  outline: none;
}
.page--home .section--cta {
  width: 100%;
  background-color: #242424;
  background-image: url("../../images/cta-image.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 1rem;
  position: relative;
}
.page--home .section--cta__main {
  position: relative;
  z-index: 2;
  width: 1090px;
  height: 304px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 32px 64px;
}
.page--home .section--cta__main .hm-scta-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4705882353);
  border-style: dashed;
}
.page--home .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
  color: #fff;
  max-width: 615px;
  font-size: 32px;
}
.page--home .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
  color: #fff;
  max-width: 615px;
  font-size: 20px !important;
  line-height: 130%;
}
.page--home .section--cta__main .hm-scta-detail--btn-cta {
  min-width: 118px;
  padding: 5px 1rem;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  color: #151515;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .page--home .section--cta__main .hm-scta-detail {
    flex-direction: column;
    padding-bottom: 1rem;
    gap: 0.3rem;
  }
  .page--home .section--cta__main .hm-scta-detail .hm-scta-detail-txt {
    width: 100%;
  }
  .page--home .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
    color: #fff;
    max-width: 615px;
    font-size: 32px;
  }
  .page--home .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
    color: #fff;
    max-width: 615px;
    font-size: 20px !important;
    line-height: 130%;
  }
  .page--home .section--cta__main .hm-scta-detail--btn-cta {
    min-width: 100% !important;
  }
}
.page--home .section--cta__main .hm-scta-testimonial {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.page--home .section--cta__main .hm-scta-testimonial--img {
  min-width: 65px;
}
.page--home .section--cta__main .hm-scta-testimonial--img img {
  width: 64px;
  height: 64px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 56px;
}
.page--home .section--cta__main .hm-scta-testimonial--txt h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4%;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0;
  color: #fff;
  margin-bottom: 6px;
}
.page--home .section--cta__main .hm-scta-testimonial--txt p {
  font-size: 13px;
  max-width: 463px;
  line-height: 110%;
  font-weight: 500;
  color: #fff;
  font-family: "DM sans", sans-serif;
}
@media (max-width: 992px) {
  .page--home .section--cta__main {
    height: auto;
  }
}
@media (max-width: 592px) {
  .page--home .section--cta__main {
    padding: 22px 44px;
  }
}
@media (max-width: 492px) {
  .page--home .section--cta__main {
    padding: 22px 34px;
  }
}
.page--home .section--cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: hsla(0, 0%, 0%, 0.2);
}

.page--about .section--hero {
  padding-top: 189px;
  width: 100%;
  overflow: hidden;
}
.page--about .section--hero__detail {
  position: relative;
  z-index: 2;
}
.page--about .section--hero__detail h1 {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.page--about .section--hero__detail p {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .page--about .section--hero__detail {
    padding-inline: 1rem;
  }
}
.page--about .section--hero__images {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 80px;
  display: flex;
  gap: 1.3rem;
}
.page--about .section--hero__images img {
  border-radius: 20px;
}
.page--about .section--hero__images div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1rem;
}
@media (max-width: 892px) {
  .page--about .section--hero__images div {
    gap: 1.3rem;
    width: 100%;
  }
}
@media (max-width: 892px) {
  .page--about .section--hero__images {
    flex-direction: column;
    padding: 0 1rem;
  }
}
.page--about .section--hero .vector-abt {
  position: absolute;
  right: -3.1rem;
  top: 6rem;
}
@media (max-width: 1400px) {
  .page--about .section--hero .vector-abt {
    width: 27vw;
  }
}
@media (max-width: 992px) {
  .page--about .section--hero .vector-abt {
    width: 40vw;
  }
}
.page--about .section--partners {
  max-width: 1350px;
  height: 286px;
  margin: 0 auto;
  padding: 74px 64px 24px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--about .section--partners p {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.page--about .section--partners .logos {
  padding: 10px 1.5rem;
  gap: 3rem;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.page--about .section--partners .logos div {
  max-width: 150px;
}
@media (max-width: 992px) {
  .page--about .section--partners .logos div:nth-child(1) {
    display: none;
  }
}
@media (max-width: 892px) {
  .page--about .section--partners .logos div:nth-child(2) {
    display: none;
  }
}
@media (max-width: 692px) {
  .page--about .section--partners .logos div:nth-child(3) {
    display: none;
  }
}
@media (max-width: 492px) {
  .page--about .section--partners .logos {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .page--about .section--partners {
    padding: 24px;
    padding-block: 64px;
  }
}
@media (max-width: 492px) {
  .page--about .section--partners {
    height: auto;
  }
}
.page--about .section--about-us {
  width: 100%;
  padding: 6rem 1rem;
  background-color: #151515;
}
.page--about .section--about-us__main {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
  align-items: center;
}
.page--about .section--about-us__main__detail p {
  max-width: 600px;
  font-size: 16px;
  color: #fff;
}
.page--about .section--about-us__main__detail h2 {
  color: #fff;
}
@media (max-width: 992px) {
  .page--about .section--about-us__main {
    flex-direction: column;
  }
}
.page--about .section--our-offer {
  display: flex;
  max-width: 1350px;
  margin: 0 auto;
  padding: 112px 1rem;
  gap: 80px;
}
.page--about .section--our-offer__image {
  max-width: 577px;
}
.page--about .section--our-offer__detail {
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
}
.page--about .section--our-offer__detail h2 {
  font-weight: 600;
  color: #000;
  margin-bottom: 3rem;
}
.page--about .section--our-offer__detail .section--our-offer__detail-box {
  display: flex;
  gap: 1.3rem;
  align-items: flex-start;
}
.page--about .section--our-offer__detail .section--our-offer__detail-box h3 {
  color: #000;
  margin-bottom: 1rem;
}
.page--about .section--our-offer__detail .section--our-offer__detail-box p {
  max-width: 544px;
  color: #000;
}
@media (max-width: 992px) {
  .page--about .section--our-offer {
    flex-direction: column;
    padding: 80px 1rem;
  }
  .page--about .section--our-offer__image {
    display: none;
  }
  .page--about .section--our-offer__detail {
    display: flex;
    flex-direction: column;
    padding-top: 4rem;
  }
  .page--about .section--our-offer__detail .section--our-offer__detail-box p {
    max-width: 944px;
  }
}
.page--about .section--testimonial {
  width: 100%;
  padding: 112px 1rem;
  position: relative;
}
.page--about .section--testimonial .pabt-st-main {
  height: 239px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--about .section--testimonial .pabt-st-main--stars {
  display: flex;
  margin-bottom: 32px;
  gap: 1px;
}
.page--about .section--testimonial .pabt-st-main--quote {
  max-width: 790px !important;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.page--about .section--testimonial .pabt-st-main--testi {
  display: flex;
  gap: 1.2rem;
  margin-top: 18px;
}
.page--about .section--testimonial .pabt-st-main--testi img {
  width: 54px;
  height: 54px;
  border-radius: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--about .section--testimonial .pabt-st-main--testi__txt p, .page--about .section--testimonial .pabt-st-main--testi__txt span {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #151515;
}
@media (max-width: 592px) {
  .page--about .section--testimonial .pabt-st-main {
    height: auto !important;
  }
}
.page--about .section--testimonial__vector {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.page--about .section--closing {
  width: 100%;
  padding: 112px 1rem;
  background-color: #151515;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--about .section--closing h2 {
  font-weight: 600;
  color: #fff;
}
.page--about .section--closing__label {
  max-width: 768px;
  text-align: center;
  color: #fff;
}
.page--about .section--closing__con {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  gap: 35px;
}
.page--about .section--closing__con .abt-scls-c-box {
  padding: 24px;
  border-radius: 20px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
  background-color: #242424;
}
.page--about .section--closing__con .abt-scls-c-box h3 {
  text-align: center;
  color: #fff;
}
.page--about .section--closing__con .abt-scls-c-box p {
  color: #fff;
  max-width: 357px;
  text-align: center;
}
@media (max-width: 992px) {
  .page--about .section--closing__con {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.page--about .section--cta {
  width: 100%;
  background-color: #242424;
  background-image: url("../../images/cta-image.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 1rem;
  position: relative;
}
.page--about .section--cta__main {
  position: relative;
  z-index: 2;
  width: 1090px;
  height: 304px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 32px 64px;
}
.page--about .section--cta__main .hm-scta-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4705882353);
  border-style: dashed;
}
.page--about .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
  color: #fff;
  max-width: 615px;
  font-size: 32px;
}
.page--about .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
  color: #fff;
  max-width: 615px;
  font-size: 20px !important;
  line-height: 130%;
}
.page--about .section--cta__main .hm-scta-detail--btn-cta {
  min-width: 118px;
  padding: 5px 1rem;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  color: #151515;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .page--about .section--cta__main .hm-scta-detail {
    flex-direction: column;
    padding-bottom: 1rem;
    gap: 0.3rem;
  }
  .page--about .section--cta__main .hm-scta-detail .hm-scta-detail-txt {
    width: 100%;
  }
  .page--about .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
    color: #fff;
    max-width: 615px;
    font-size: 32px;
  }
  .page--about .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
    color: #fff;
    max-width: 615px;
    font-size: 20px !important;
    line-height: 130%;
  }
  .page--about .section--cta__main .hm-scta-detail--btn-cta {
    min-width: 100% !important;
  }
}
.page--about .section--cta__main .hm-scta-testimonial {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.page--about .section--cta__main .hm-scta-testimonial--img {
  min-width: 65px;
}
.page--about .section--cta__main .hm-scta-testimonial--img img {
  width: 64px;
  height: 64px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 56px;
}
.page--about .section--cta__main .hm-scta-testimonial--txt h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4%;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0;
  color: #fff;
  margin-bottom: 6px;
}
.page--about .section--cta__main .hm-scta-testimonial--txt p {
  font-size: 13px;
  max-width: 463px;
  line-height: 110%;
  font-weight: 500;
  color: #fff;
  font-family: "DM sans", sans-serif;
}
@media (max-width: 992px) {
  .page--about .section--cta__main {
    height: auto;
  }
}
@media (max-width: 592px) {
  .page--about .section--cta__main {
    padding: 22px 44px;
  }
}
@media (max-width: 492px) {
  .page--about .section--cta__main {
    padding: 22px 34px;
  }
}
.page--about .section--cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: hsla(0, 0%, 0%, 0.2);
}

.page--service .section--hero {
  width: 100%;
  background-color: #F9F5EC;
  position: relative;
}
.page--service .section--hero__main {
  max-width: 1350px;
  height: 435px;
  margin: 0 auto;
  position: relative;
  display: flex;
  gap: 2rem;
  overflow: hidden;
  z-index: 2;
}
.page--service .section--hero__main .img-hero-pserv {
  position: absolute;
  left: -1.3rem;
  bottom: 0;
  max-width: 500px;
}
.page--service .section--hero__main .blck {
  min-width: 450px;
}
@media (max-width: 992px) {
  .page--service .section--hero__main .blck {
    display: none;
  }
}
.page--service .section--hero__main div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 122px 1rem;
}
.page--service .section--hero__main div h1, .page--service .section--hero__main div p {
  max-width: 760px;
}
.page--service .section--hero__main div h1 {
  margin-top: 5rem;
}
@media (max-width: 492px) {
  .page--service .section--hero__main div h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .page--service .section--hero__main {
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
  }
  .page--service .section--hero__main .img-hero-pserv {
    position: static;
  }
  .page--service .section--hero__main div {
    padding-bottom: 10px;
  }
  .page--service .section--hero__main div h1, .page--service .section--hero__main div p {
    text-align: center;
  }
  .page--service .section--hero__main div h1 {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 522px) {
  .page--service .section--hero__main .img-hero-pserv {
    width: 100%;
  }
}
.page--service .section--hero .serv-vec {
  position: absolute;
  left: -1rem;
  bottom: 0;
}
.page--service .section--services-list {
  max-width: 1350px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 112px 1rem;
}
.page--service .section--services-list__header {
  max-width: 610px;
}
.page--service .section--services-list__label {
  max-width: 760px;
}
.page--service .section--services-list .ps-ss-lb-con {
  width: 100%;
  gap: 48px;
  margin-top: 4rem;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.page--service .section--services-list .ps-ss-lb-con--box {
  padding: 32px 24px;
  background-color: #F9F5EC;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #151515;
  text-decoration: none;
}
.page--service .section--services-list .ps-ss-lb-con--box img {
  border-radius: 20px;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 992px) {
  .page--service .section--services-list .ps-ss-lb-con {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 692px) {
  .page--service .section--services-list .ps-ss-lb-con {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page--service .section--services-list .ps-ss-lb-con--box img {
    max-width: 692px;
  }
}
.page--service .section--sub {
  width: 100%;
  padding: 112px 1rem;
  background-color: #151515;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--service .section--sub h2 {
  text-align: center;
  margin-bottom: 1.4rem;
  background: linear-gradient(180deg, #FFFFFF, #EECD5C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page--service .section--sub p {
  max-width: 750px;
  color: #fff;
  text-align: center;
}
.page--service .section--tools {
  max-width: 1350px;
  margin: 0 auto;
  padding: 112px 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--service .section--tools h2 {
  text-align: center;
  max-width: 550px;
}
.page--service .section--tools__label {
  max-width: 550px;
  text-align: center;
}
.page--service .section--tools__navigations {
  background-color: #E2E2E2;
  border-radius: 12px;
  padding: 7px;
  margin-top: 2.3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--service .section--tools__navigations button {
  background-color: transparent;
  outline: none;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--service .section--tools__navigations .active-tool {
  background-color: #F9F5EC !important;
}
.page--service .section--tools__prev {
  background-color: #F9F5EC;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  gap: 80px;
  margin-top: 64px;
}
.page--service .section--tools__prev--detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page--service .section--tools__prev--detail h3 {
  max-width: 645px;
  font-weight: 600;
  font-size: 32px !important;
  margin-bottom: 20px;
}
.page--service .section--tools__prev--detail p {
  max-width: 615px;
}
.page--service .section--tools__prev--image img {
  height: 510px;
  width: 568px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .page--service .section--tools__prev--image img {
    width: 43vw;
    height: auto;
    aspect-ratio: 1;
  }
}
@media (max-width: 992px) {
  .page--service .section--tools__prev--image img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page--service .section--tools__prev {
    flex-direction: column;
    gap: 50px;
  }
}
.page--service .section--cta {
  width: 100%;
  background-color: #242424;
  background-image: url("../../images/cta-image.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 1rem;
  position: relative;
}
.page--service .section--cta__main {
  position: relative;
  z-index: 2;
  width: 1090px;
  height: 304px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 32px 64px;
}
.page--service .section--cta__main .hm-scta-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4705882353);
  border-style: dashed;
}
.page--service .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
  color: #fff;
  max-width: 615px;
  font-size: 32px;
}
.page--service .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
  color: #fff;
  max-width: 615px;
  font-size: 20px !important;
  line-height: 130%;
}
.page--service .section--cta__main .hm-scta-detail--btn-cta {
  min-width: 118px;
  padding: 5px 1rem;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  color: #151515;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .page--service .section--cta__main .hm-scta-detail {
    flex-direction: column;
    padding-bottom: 1rem;
    gap: 0.3rem;
  }
  .page--service .section--cta__main .hm-scta-detail .hm-scta-detail-txt {
    width: 100%;
  }
  .page--service .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
    color: #fff;
    max-width: 615px;
    font-size: 32px;
  }
  .page--service .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
    color: #fff;
    max-width: 615px;
    font-size: 20px !important;
    line-height: 130%;
  }
  .page--service .section--cta__main .hm-scta-detail--btn-cta {
    min-width: 100% !important;
  }
}
.page--service .section--cta__main .hm-scta-testimonial {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.page--service .section--cta__main .hm-scta-testimonial--img {
  min-width: 65px;
}
.page--service .section--cta__main .hm-scta-testimonial--img img {
  width: 64px;
  height: 64px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 56px;
}
.page--service .section--cta__main .hm-scta-testimonial--txt h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4%;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0;
  color: #fff;
  margin-bottom: 6px;
}
.page--service .section--cta__main .hm-scta-testimonial--txt p {
  font-size: 13px;
  max-width: 463px;
  line-height: 110%;
  font-weight: 500;
  color: #fff;
  font-family: "DM sans", sans-serif;
}
@media (max-width: 992px) {
  .page--service .section--cta__main {
    height: auto;
  }
}
@media (max-width: 592px) {
  .page--service .section--cta__main {
    padding: 22px 44px;
  }
}
@media (max-width: 492px) {
  .page--service .section--cta__main {
    padding: 22px 34px;
  }
}
.page--service .section--cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: hsla(0, 0%, 0%, 0.2);
}

.page--service-detail .section--hero {
  width: 100%;
  padding: 112px 1rem;
  padding-top: 189px !important;
  background-image: url("../../images/serv-det-hero-min.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}
.page--service-detail .section--hero--main {
  padding: 32px 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--service-detail .section--hero--main h1, .page--service-detail .section--hero--main p {
  text-align: center;
  color: #fff;
}
.page--service-detail .section--hero--main h1 {
  max-width: 658px;
  margin-bottom: 24px;
}
.page--service-detail .section--hero--main p {
  max-width: 738px;
}
.page--service-detail .section--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: hsla(0, 0%, 0%, 0.6);
}
.page--service-detail .section--serv-1 {
  max-width: 1350px;
  margin: 0 auto;
  padding: 112px 1rem;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.page--service-detail .section--serv-1__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page--service-detail .section--serv-1__txt h2 {
  max-width: 616px;
}
.page--service-detail .section--serv-1__txt p {
  max-width: 616px;
}
.page--service-detail .section--serv-1__txt--btns {
  display: flex;
  gap: 14px;
  margin-top: 1rem;
}
.page--service-detail .section--serv-1__txt--btns a {
  padding-inline: 1rem !important;
  font-size: 16px;
}
.page--service-detail .section--serv-1__txt--testi {
  display: flex;
  gap: 1.2rem;
  margin-top: 28px;
}
.page--service-detail .section--serv-1__txt--testi__pfp {
  min-width: 55px;
}
.page--service-detail .section--serv-1__txt--testi__pfp img {
  width: 54px;
  height: 54px;
  display: block;
  border-radius: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--service-detail .section--serv-1__txt--testi__text p, .page--service-detail .section--serv-1__txt--testi__text span {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #151515;
}
.page--service-detail .section--serv-1__txt--testi__text span {
  opacity: 0.5;
  display: block;
  margin-top: -4px !important;
}
.page--service-detail .section--serv-1__txt--testi__text .psd-ss-tt-t-name {
  font-weight: 600 !important;
}
.page--service-detail .section--serv-1__txt--testi__text .psd-ss-tt-t-quote {
  margin-top: 4px;
  max-width: 500px;
}
.page--service-detail .section--serv-1__image {
  max-width: 600px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.page--service-detail .section--serv-1__image img {
  width: 90%;
  border-radius: 20px;
  aspect-ratio: 1;
}
@media (max-width: 1400px) {
  .page--service-detail .section--serv-1__image img {
    width: 40vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 992px) {
  .page--service-detail .section--serv-1 {
    flex-direction: column-reverse;
  }
  .page--service-detail .section--serv-1__txt h2 {
    max-width: 916px;
  }
  .page--service-detail .section--serv-1__txt p {
    max-width: 916px;
  }
  .page--service-detail .section--serv-1__txt--testi__text .psd-ss-tt-t-quote {
    margin-top: 4px;
    max-width: 992px;
  }
  .page--service-detail .section--serv-1__image {
    max-width: 992px;
    justify-content: center;
    align-items: center;
  }
  .page--service-detail .section--serv-1__image img {
    width: 100% !important;
  }
}
.page--service-detail .section--serv-2 {
  max-width: 1350px;
  margin: 0 auto;
  padding: 112px 1rem;
  display: flex;
  gap: 80px;
}
.page--service-detail .section--serv-2__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page--service-detail .section--serv-2__txt h2 {
  max-width: 616px;
}
.page--service-detail .section--serv-2__txt p {
  max-width: 616px;
}
.page--service-detail .section--serv-2__txt--btns {
  display: flex;
  gap: 14px;
  margin-top: 1rem;
}
.page--service-detail .section--serv-2__txt--btns a {
  padding-inline: 1rem !important;
  font-size: 16px;
}
.page--service-detail .section--serv-2__txt--testi {
  display: flex;
  gap: 1.2rem;
  margin-top: 28px;
}
.page--service-detail .section--serv-2__txt--testi__pfp {
  min-width: 55px;
}
.page--service-detail .section--serv-2__txt--testi__pfp img {
  width: 54px;
  height: 54px;
  display: block;
  border-radius: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--service-detail .section--serv-2__txt--testi__text p, .page--service-detail .section--serv-2__txt--testi__text span {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #151515;
}
.page--service-detail .section--serv-2__txt--testi__text span {
  opacity: 0.5;
  display: block;
  margin-top: -4px !important;
}
.page--service-detail .section--serv-2__txt--testi__text .psd-ss-tt-t-name {
  font-weight: 600 !important;
}
.page--service-detail .section--serv-2__txt--testi__text .psd-ss-tt-t-quote {
  margin-top: 4px;
  max-width: 500px;
}
.page--service-detail .section--serv-2__image {
  max-width: 600px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.page--service-detail .section--serv-2__image img {
  width: 90%;
  border-radius: 20px;
  aspect-ratio: 1;
}
@media (max-width: 1400px) {
  .page--service-detail .section--serv-2__image img {
    width: 40vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 992px) {
  .page--service-detail .section--serv-2 {
    flex-direction: column;
    padding-top: 20px !important;
    gap: 40px;
  }
  .page--service-detail .section--serv-2__txt h2 {
    max-width: 916px;
  }
  .page--service-detail .section--serv-2__txt p {
    max-width: 916px;
  }
  .page--service-detail .section--serv-2__txt--testi__text .psd-ss-tt-t-quote {
    margin-top: 4px;
    max-width: 992px;
  }
  .page--service-detail .section--serv-2__image {
    max-width: 992px;
    justify-content: center;
    align-items: center;
  }
  .page--service-detail .section--serv-2__image img {
    width: 100% !important;
  }
}
.page--service-detail .section--cta {
  width: 100%;
  background-color: #242424;
  background-image: url("../../images/cta-image.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 1rem;
  position: relative;
}
.page--service-detail .section--cta__main {
  position: relative;
  z-index: 2;
  width: 1090px;
  height: 304px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 32px 64px;
}
.page--service-detail .section--cta__main .hm-scta-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4705882353);
  border-style: dashed;
}
.page--service-detail .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
  color: #fff;
  max-width: 615px;
  font-size: 32px;
}
.page--service-detail .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
  color: #fff;
  max-width: 615px;
  font-size: 20px !important;
  line-height: 130%;
}
.page--service-detail .section--cta__main .hm-scta-detail--btn-cta {
  min-width: 118px;
  padding: 5px 1rem;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  color: #151515;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .page--service-detail .section--cta__main .hm-scta-detail {
    flex-direction: column;
    padding-bottom: 1rem;
    gap: 0.3rem;
  }
  .page--service-detail .section--cta__main .hm-scta-detail .hm-scta-detail-txt {
    width: 100%;
  }
  .page--service-detail .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
    color: #fff;
    max-width: 615px;
    font-size: 32px;
  }
  .page--service-detail .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
    color: #fff;
    max-width: 615px;
    font-size: 20px !important;
    line-height: 130%;
  }
  .page--service-detail .section--cta__main .hm-scta-detail--btn-cta {
    min-width: 100% !important;
  }
}
.page--service-detail .section--cta__main .hm-scta-testimonial {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.page--service-detail .section--cta__main .hm-scta-testimonial--img {
  min-width: 65px;
}
.page--service-detail .section--cta__main .hm-scta-testimonial--img img {
  width: 64px;
  height: 64px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 56px;
}
.page--service-detail .section--cta__main .hm-scta-testimonial--txt h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4%;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0;
  color: #fff;
  margin-bottom: 6px;
}
.page--service-detail .section--cta__main .hm-scta-testimonial--txt p {
  font-size: 13px;
  max-width: 463px;
  line-height: 110%;
  font-weight: 500;
  color: #fff;
  font-family: "DM sans", sans-serif;
}
@media (max-width: 992px) {
  .page--service-detail .section--cta__main {
    height: auto;
  }
}
@media (max-width: 592px) {
  .page--service-detail .section--cta__main {
    padding: 22px 44px;
  }
}
@media (max-width: 492px) {
  .page--service-detail .section--cta__main {
    padding: 22px 34px;
  }
}
.page--service-detail .section--cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: hsla(0, 0%, 0%, 0.2);
}

.page--contact .section--hero {
  width: 100%;
  padding: 112px 1rem;
  padding-top: 189px !important;
  background-color: #F9F5EC;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--contact .section--hero p, .page--contact .section--hero h1 {
  color: #000000;
  max-width: 768px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.page--contact .section--hero h1 {
  font-weight: 700;
  margin-bottom: 24px;
}
.page--contact .section--hero img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page--contact .section--main-from {
  padding: 112px 1rem;
  background-image: url("../../images/main-form-bg-min.jpg");
  background-position: center;
  background-size: cover;
}
.page--contact .section--main-from .pc-smf-form-box {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 4px 30px rgba(0, 0, 0, 0.2);
  padding: 32px;
  max-width: 664px;
  margin: 0 auto;
}
.page--contact .section--main-from .pc-smf-form-box h2, .page--contact .section--main-from .pc-smf-form-box p {
  color: #151515;
  margin-bottom: 24px;
  max-width: 590px !important;
}
.page--contact .section--main-from .pc-smf-form-box span {
  background: linear-gradient(135deg, #d2a63c 0%, #B07918 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-shadow: 0 2px 10px rgba(210, 166, 60, 0.3);
}
.page--contact .section--main-from .pc-smf-form-box--fbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page--contact .section--main-from .pc-smf-form-box--fbox input[type=text], .page--contact .section--main-from .pc-smf-form-box--fbox textarea {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(9px);
  border-radius: 6px;
  border: none;
  font-size: 14px;
  font-weight: 600;
}
.page--contact .section--main-from .pc-smf-form-box--fbox input[type=text]::-moz-placeholder, .page--contact .section--main-from .pc-smf-form-box--fbox textarea::-moz-placeholder {
  font-weight: 500;
}
.page--contact .section--main-from .pc-smf-form-box--fbox input[type=text]::placeholder, .page--contact .section--main-from .pc-smf-form-box--fbox textarea::placeholder {
  font-weight: 500;
}
.page--contact .section--main-from .pc-smf-form-box--fbox textarea {
  resize: none;
}
.page--contact .section--main-from .pc-smf-form-box--fbox input[type=text].filled {
  background: rgba(255, 255, 255, 0.8) !important;
}
.page--contact .section--main-from .pc-smf-form-box--fbox__group-one {
  display: flex;
  gap: 16px;
}
.page--contact .section--main-from .pc-smf-form-box--fbox__group-one input {
  width: 100%;
}
@media (max-width: 592px) {
  .page--contact .section--main-from .pc-smf-form-box--fbox__group-one {
    flex-direction: column;
  }
}
.page--contact .section--main-from .pc-smf-form-box--fbox__group-two {
  display: flex;
  gap: 16px;
}
.page--contact .section--main-from .pc-smf-form-box--fbox__group-two input {
  width: 100%;
}
@media (max-width: 592px) {
  .page--contact .section--main-from .pc-smf-form-box--fbox__group-two {
    flex-direction: column;
  }
}
.page--contact .section--main-from .pc-smf-form-box--fbox button {
  background-color: #151515;
  color: #fff;
  font-weight: 600;
  padding: 16px 1rem;
  border-radius: 6px;
}

.page--blog .section--lists {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 112px 1rem;
  padding-top: 189px;
}
.page--blog .section--lists h1 {
  max-width: 600px;
  text-align: center;
}
.page--blog .section--lists__navigations {
  background-color: #E2E2E2;
  border-radius: 12px;
  padding: 7px;
  margin-top: 80px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--blog .section--lists__navigations button {
  background-color: transparent;
  outline: none;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--blog .section--lists__navigations .active-tool {
  background-color: #F9F5EC !important;
}
@media (max-width: 492px) {
  .page--blog .section--lists__navigations {
    display: flex;
    flex-direction: column;
  }
}
.page--blog .section--lists__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 64px;
}
.page--blog .section--lists__container .pb-s-l-c-box {
  border-radius: 20px;
  padding: 24px;
  color: #242424;
  text-decoration: none;
}
.page--blog .section--lists__container .pb-s-l-c-box img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--blog .section--lists__container .pb-s-l-c-box h3 {
  margin-top: 24px;
  margin-bottom: 8px;
}
.page--blog .section--lists__container .pb-s-l-c-box:hover {
  background-color: #F9F5EC;
}
@media (max-width: 992px) {
  .page--blog .section--lists__container {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 692px) {
  .page--blog .section--lists__container {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.page--blog .section--cta {
  width: 100%;
  background-color: #242424;
  background-image: url("../../images/cta-image.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 1rem;
  position: relative;
}
.page--blog .section--cta__main {
  position: relative;
  z-index: 2;
  width: 1090px;
  height: 304px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 32px 64px;
}
.page--blog .section--cta__main .hm-scta-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4705882353);
  border-style: dashed;
}
.page--blog .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
  color: #fff;
  max-width: 615px;
  font-size: 32px;
}
.page--blog .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
  color: #fff;
  max-width: 615px;
  font-size: 20px !important;
  line-height: 130%;
}
.page--blog .section--cta__main .hm-scta-detail--btn-cta {
  min-width: 118px;
  padding: 5px 1rem;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  color: #151515;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .page--blog .section--cta__main .hm-scta-detail {
    flex-direction: column;
    padding-bottom: 1rem;
    gap: 0.3rem;
  }
  .page--blog .section--cta__main .hm-scta-detail .hm-scta-detail-txt {
    width: 100%;
  }
  .page--blog .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
    color: #fff;
    max-width: 615px;
    font-size: 32px;
  }
  .page--blog .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
    color: #fff;
    max-width: 615px;
    font-size: 20px !important;
    line-height: 130%;
  }
  .page--blog .section--cta__main .hm-scta-detail--btn-cta {
    min-width: 100% !important;
  }
}
.page--blog .section--cta__main .hm-scta-testimonial {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.page--blog .section--cta__main .hm-scta-testimonial--img {
  min-width: 65px;
}
.page--blog .section--cta__main .hm-scta-testimonial--img img {
  width: 64px;
  height: 64px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 56px;
}
.page--blog .section--cta__main .hm-scta-testimonial--txt h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4%;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0;
  color: #fff;
  margin-bottom: 6px;
}
.page--blog .section--cta__main .hm-scta-testimonial--txt p {
  font-size: 13px;
  max-width: 463px;
  line-height: 110%;
  font-weight: 500;
  color: #fff;
  font-family: "DM sans", sans-serif;
}
@media (max-width: 992px) {
  .page--blog .section--cta__main {
    height: auto;
  }
}
@media (max-width: 592px) {
  .page--blog .section--cta__main {
    padding: 22px 44px;
  }
}
@media (max-width: 492px) {
  .page--blog .section--cta__main {
    padding: 22px 34px;
  }
}
.page--blog .section--cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: hsla(0, 0%, 0%, 0.2);
}

.page--blog-post .section--hero {
  padding: 112px 1rem;
  padding-top: 189px;
  max-width: 920px;
  margin: 0 auto;
}
.page--blog-post .section--hero .back-blog-list {
  display: block;
  color: #151515;
  margin-bottom: 48px;
  text-decoration: none;
}
.page--blog-post .section--hero h1 {
  color: #000;
}
.page--blog-post .section--hero__nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.page--blog-post .section--hero__nav .pbl-s-h-n-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.page--blog-post .section--hero__nav .pbl-s-h-n-info p {
  margin: 0;
  color: #000;
  font-size: 14px;
}
.page--blog-post .section--hero__nav .pbl-s-h-n-info span {
  margin: 0;
  min-width: 5px;
  min-height: 5px;
  display: block;
  border-radius: 10px;
  background-color: #151515;
}
.page--blog-post .section--hero__nav .pbl-s-h-n-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page--blog-post .section--hero__nav .pbl-s-h-n-links a {
  min-width: 35px;
  min-height: 35px;
  border-radius: 50px;
  background-color: #F9F5EC;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--blog-post .section--hero__nav .pbl-s-h-n-links a svg {
  color: #000;
}
.page--blog-post .section--hero__nav .pbl-s-h-n-links a:hover svg {
  color: #B07918;
}
@media (max-width: 692px) {
  .page--blog-post .section--hero__nav {
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
  }
}
.page--blog-post .section--hero img {
  width: 100%;
  max-height: 487px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .page--blog-post .section--hero {
    padding-top: 140px;
  }
  .page--blog-post .section--hero .back-blog-list {
    margin-bottom: 28px;
  }
}
.page--blog-post .section--content {
  padding: 0 1rem 112px 1rem;
  max-width: 920px;
  margin: 0 auto;
}
.page--blog-post .section--content img {
  width: 100%;
  max-height: 487px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.page--blog-post .section--content h2 {
  font-size: 32px;
}
.page--blog-post .section--related {
  max-width: 1350px;
  margin: 0 auto;
  padding: 112px 1rem;
}
.page--blog-post .section--related h2 {
  color: #000;
  font-size: 40px;
}
.page--blog-post .section--related__con {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.page--blog-post .section--related__con--box {
  border-radius: 20px;
  padding: 24px;
  color: #242424;
  text-decoration: none;
}
.page--blog-post .section--related__con--box img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--blog-post .section--related__con--box h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-weight: 600;
}
.page--blog-post .section--related__con--box:hover {
  background-color: #F9F5EC;
}
@media (max-width: 992px) {
  .page--blog-post .section--related__con {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 692px) {
  .page--blog-post .section--related__con {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
@media (max-width: 992px) {
  .page--blog-post .section--related {
    padding-top: 20px;
  }
}

.page--faqs .section--hero {
  width: 100%;
  background-color: #F9F5EC;
  position: relative;
}
.page--faqs .section--hero__main {
  max-width: 1350px;
  height: 445px;
  margin: 0 auto;
  position: relative;
  display: flex;
  gap: 2rem;
  overflow: hidden;
  z-index: 2;
}
.page--faqs .section--hero__main .img-hero-pfaq {
  position: absolute;
  left: -1.3rem;
  bottom: 0;
  max-width: 500px;
}
.page--faqs .section--hero__main .blck {
  min-width: 450px;
}
@media (max-width: 992px) {
  .page--faqs .section--hero__main .blck {
    display: none;
  }
}
.page--faqs .section--hero__main div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 122px 1rem;
}
.page--faqs .section--hero__main div h1, .page--faqs .section--hero__main div p {
  max-width: 760px;
}
.page--faqs .section--hero__main div h1 {
  margin-top: 5rem;
}
@media (max-width: 492px) {
  .page--faqs .section--hero__main div h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .page--faqs .section--hero__main {
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
  }
  .page--faqs .section--hero__main .img-hero-pfaq {
    position: static;
  }
  .page--faqs .section--hero__main div {
    padding-bottom: 10px;
  }
  .page--faqs .section--hero__main div h1, .page--faqs .section--hero__main div p {
    text-align: center;
  }
  .page--faqs .section--hero__main div h1 {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 522px) {
  .page--faqs .section--hero__main .img-hero-pserv {
    width: 100%;
  }
}
.page--faqs .section--hero .faq-vec {
  position: absolute;
  left: -1rem;
  bottom: 0;
}
.page--faqs .section--faqlist {
  padding: 112px 1rem;
  padding-bottom: 20px;
  max-width: 1350px;
  margin: 0 auto;
}
.page--faqs .section--faqlist__main {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 80px;
}
.page--faqs .section--faqlist__main__info {
  width: 40%;
  max-width: 500px;
  color: #000;
}
.page--faqs .section--faqlist__main__info h2 {
  margin-bottom: 24px;
}
.page--faqs .section--faqlist__main__qa-con {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.page--faqs .section--faqlist__main__qa-con .sf-qa-c-box {
  display: flex;
  width: 100%;
  padding: 27px;
  background-color: #F3F3F3;
  border-radius: 12px;
  flex-direction: column;
}
.page--faqs .section--faqlist__main__qa-con .sf-qa-c-box__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.page--faqs .section--faqlist__main__qa-con .sf-qa-c-box__question h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.page--faqs .section--faqlist__main__qa-con .sf-qa-c-box__question .show-ans {
  outline: none;
  background-color: transparent;
}
.page--faqs .section--faqlist__main__qa-con .sf-qa-c-box__question .minus-icon {
  display: none;
}
.page--faqs .section--faqlist__main__qa-con .sf-qa-c-box__answer {
  margin-top: 1rem;
  padding-right: 1.5rem;
  display: none;
}
.page--faqs .section--faqlist__main__qa-con .sf-qa-c-box__answer p {
  max-width: 660px;
  font-weight: 500;
}
.page--faqs .section--faqlist__main__qa-con .active-faq {
  background-color: #F9F5EC !important;
}
.page--faqs .section--faqlist__main__qa-con .active-faq .sf-qa-c-box__answer {
  display: block !important;
}
@media (max-width: 992px) {
  .page--faqs .section--faqlist__main {
    flex-direction: column;
    gap: 40px;
  }
  .page--faqs .section--faqlist__main__info, .page--faqs .section--faqlist__main__qa-con {
    width: 100%;
  }
}
.page--faqs .section--cta {
  width: 100%;
  background-color: #242424;
  background-image: url("../../images/cta-image.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 1rem;
  position: relative;
}
.page--faqs .section--cta__main {
  position: relative;
  z-index: 2;
  width: 1090px;
  height: 304px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 32px 64px;
}
.page--faqs .section--cta__main .hm-scta-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4705882353);
  border-style: dashed;
}
.page--faqs .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
  color: #fff;
  max-width: 615px;
  font-size: 32px;
}
.page--faqs .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
  color: #fff;
  max-width: 615px;
  font-size: 20px !important;
  line-height: 130%;
}
.page--faqs .section--cta__main .hm-scta-detail--btn-cta {
  min-width: 118px;
  padding: 5px 1rem;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  color: #151515;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .page--faqs .section--cta__main .hm-scta-detail {
    flex-direction: column;
    padding-bottom: 1rem;
    gap: 0.3rem;
  }
  .page--faqs .section--cta__main .hm-scta-detail .hm-scta-detail-txt {
    width: 100%;
  }
  .page--faqs .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
    color: #fff;
    max-width: 615px;
    font-size: 32px;
  }
  .page--faqs .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
    color: #fff;
    max-width: 615px;
    font-size: 20px !important;
    line-height: 130%;
  }
  .page--faqs .section--cta__main .hm-scta-detail--btn-cta {
    min-width: 100% !important;
  }
}
.page--faqs .section--cta__main .hm-scta-testimonial {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.page--faqs .section--cta__main .hm-scta-testimonial--img {
  min-width: 65px;
}
.page--faqs .section--cta__main .hm-scta-testimonial--img img {
  width: 64px;
  height: 64px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 56px;
}
.page--faqs .section--cta__main .hm-scta-testimonial--txt h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4%;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0;
  color: #fff;
  margin-bottom: 6px;
}
.page--faqs .section--cta__main .hm-scta-testimonial--txt p {
  font-size: 13px;
  max-width: 463px;
  line-height: 110%;
  font-weight: 500;
  color: #fff;
  font-family: "DM sans", sans-serif;
}
@media (max-width: 992px) {
  .page--faqs .section--cta__main {
    height: auto;
  }
}
@media (max-width: 592px) {
  .page--faqs .section--cta__main {
    padding: 22px 44px;
  }
}
@media (max-width: 492px) {
  .page--faqs .section--cta__main {
    padding: 22px 34px;
  }
}
.page--faqs .section--cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: hsla(0, 0%, 0%, 0.2);
}

.page--legal .section--hero {
  width: 100%;
  background-color: #F9F5EC;
  position: relative;
}
.page--legal .section--hero__main {
  max-width: 1350px;
  height: 365px;
  margin: 0 auto;
  position: relative;
  display: flex;
  gap: 2rem;
  overflow: hidden;
  z-index: 2;
}
.page--legal .section--hero__main .img-hero-plegal {
  position: absolute;
  left: -1.3rem;
  bottom: 0;
  max-width: 500px;
}
.page--legal .section--hero__main .blck {
  min-width: 450px;
}
@media (max-width: 992px) {
  .page--legal .section--hero__main .blck {
    display: none;
  }
}
.page--legal .section--hero__main div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 122px 1rem;
}
.page--legal .section--hero__main div h1, .page--legal .section--hero__main div p {
  max-width: 760px;
}
.page--legal .section--hero__main div h1 {
  margin-top: 5rem;
}
@media (max-width: 492px) {
  .page--legal .section--hero__main div h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .page--legal .section--hero__main {
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
  }
  .page--legal .section--hero__main .img-hero-plegal {
    position: static;
  }
  .page--legal .section--hero__main div {
    padding-bottom: 10px;
  }
  .page--legal .section--hero__main div h1, .page--legal .section--hero__main div p {
    text-align: center;
  }
  .page--legal .section--hero__main div h1 {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 522px) {
  .page--legal .section--hero__main .img-hero-plegal {
    width: 100%;
  }
}
.page--legal .section--hero .legal-vec {
  position: absolute;
  left: -1rem;
  bottom: 0;
}
.page--legal .section--content {
  max-width: 1350px;
  margin: 0 auto;
  padding: 112px 1rem;
  display: flex;
  gap: 80px;
}
.page--legal .section--content--side {
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page--legal .section--content--side button {
  width: 320px;
  padding: 12px 16px;
  padding-right: 2rem;
  text-align: start;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  background-color: transparent;
}
.page--legal .section--content--side .active-legal {
  background-color: #F9F5EC !important;
}
@media (max-width: 992px) {
  .page--legal .section--content--side {
    width: 100%;
  }
  .page--legal .section--content--side button {
    width: 100%;
  }
}
.page--legal .section--content--main-con {
  width: 100%;
}
.page--legal .section--content--main-con .legal-sub-title {
  text-transform: uppercase;
  color: #979797;
  font-size: 14px;
  letter-spacing: 4%;
  font-weight: 600;
  margin-bottom: 24px;
}
.page--legal .section--content--main-con h2 {
  margin-bottom: 14px;
  color: #000;
}
.page--legal .section--content--main-con p {
  margin-bottom: 14px;
  color: #000;
}
.page--legal .section--content--main-con ul li {
  list-style: disc;
  margin-left: 1.2rem;
  color: #000;
}
.page--legal .section--content--main-con h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 14px;
  color: #000;
}
.page--legal .section--content--main-con h3 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 992px) {
  .page--legal .section--content {
    flex-direction: column;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.page--pricing .section--pricing {
  max-width: 1350px;
  margin: 0 auto;
  padding: 80px 1rem;
}
.page--pricing .section--pricing .pricing-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 60px;
  border: 2px solid #151515;
  border-radius: 12px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.page--pricing .section--pricing .pricing-tabs .pricing-tab {
  flex: 1;
  padding: 14px 24px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #151515;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
}
.page--pricing .section--pricing .pricing-tabs .pricing-tab:first-child {
  border-right: 2px solid #151515;
}
.page--pricing .section--pricing .pricing-tabs .pricing-tab.active {
  background-color: #151515;
  color: #fff;
  transform: scale(1.02);
}
.page--pricing .section--pricing .pricing-tabs .pricing-tab:hover:not(.active) {
  background-color: #F9F5EC;
  transform: translateY(-2px);
}
.page--pricing .section--pricing .pricing-tabs .pricing-tab:focus {
  outline: 2px solid #B07918;
  outline-offset: 2px;
}
@media (max-width: 576px) {
  .page--pricing .section--pricing .pricing-tabs {
    max-width: 100%;
  }
}
.page--pricing .section--pricing .pricing-content {
  position: relative;
  min-height: 700px;
}
.page--pricing .section--pricing .pricing-content .pricing-plans {
  display: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.page--pricing .section--pricing .pricing-content .pricing-plans.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  opacity: 1;
  animation: fadeInUp 0.6s ease-out;
}
@media (max-width: 992px) {
  .page--pricing .section--pricing .pricing-content .pricing-plans.active {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .page--pricing .section--pricing .pricing-content .pricing-plans.active {
    gap: 20px;
  }
}
.page--pricing .section--pricing .pricing-content .pricing-card {
  background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
  border: 2px solid #E5E5E5;
  border-radius: 20px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(20px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.page--pricing .section--pricing .pricing-content .pricing-card:hover {
  border-color: #B07918;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(176, 121, 24, 0.15);
}
.page--pricing .section--pricing .pricing-content .pricing-card--featured {
  border-color: #B07918;
  border-width: 3px;
  background: linear-gradient(135deg, #fffbf0 0%, #ffffff 100%);
  box-shadow: 0 10px 40px rgba(176, 121, 24, 0.12);
}
.page--pricing .section--pricing .pricing-content .pricing-card--featured:hover {
  box-shadow: 0 25px 50px rgba(176, 121, 24, 0.25);
  transform: translateY(-10px) scale(1.02);
}
.page--pricing .section--pricing .pricing-content .pricing-card--featured .pricing-card__badge {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  top: -4em;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  background: linear-gradient(135deg, #B07918 0%, #D4941E 100%);
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(176, 121, 24, 0.3);
  animation: pulse 2s ease-in-out infinite;
  z-index: 10;
}
.page--pricing .section--pricing .pricing-content .pricing-card__header {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 2px solid #F9F5EC;
}
.page--pricing .section--pricing .pricing-content .pricing-card__title {
  font-size: 28px;
  font-weight: 700;
  color: #151515;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.page--pricing .section--pricing .pricing-content .pricing-card__description {
  font-size: 14px;
  color: #979797;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1.4;
}
.page--pricing .section--pricing .pricing-content .pricing-card__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}
.page--pricing .section--pricing .pricing-content .pricing-card__price .price-amount {
  font-size: 52px;
  font-weight: 700;
  color: #151515;
  line-height: 1;
  background: linear-gradient(135deg, #151515 0%, #3a3a3a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page--pricing .section--pricing .pricing-content .pricing-card__price .price-period {
  font-size: 18px;
  font-weight: 500;
  color: #979797;
}
.page--pricing .section--pricing .pricing-content .pricing-card__savings {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #B07918;
  background-color: #FFF9E6;
  padding: 6px 14px;
  border-radius: 12px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.page--pricing .section--pricing .pricing-content .pricing-card__features {
  flex: 1;
  margin-bottom: 32px;
}
.page--pricing .section--pricing .pricing-content .pricing-card__features .feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  transition: transform 0.2s ease;
}
.page--pricing .section--pricing .pricing-content .pricing-card__features .feature:hover {
  transform: translateX(4px);
}
.page--pricing .section--pricing .pricing-content .pricing-card__features .feature-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
  margin-top: 2px;
}
.page--pricing .section--pricing .pricing-content .pricing-card__features .feature-text {
  font-size: 15px;
  line-height: 1.6;
  color: #151515;
  font-weight: 500;
}
.page--pricing .section--pricing .pricing-content .pricing-card__features .feature--included .feature-icon {
  color: #fff;
  background-color: #B07918;
  box-shadow: 0 2px 8px rgba(176, 121, 24, 0.25);
}
.page--pricing .section--pricing .pricing-content .pricing-card__features .feature--excluded .feature-icon {
  color: #D1D1D1;
  background-color: #F5F5F5;
}
.page--pricing .section--pricing .pricing-content .pricing-card__features .feature--excluded .feature-text {
  color: #979797;
  text-decoration: line-through;
  opacity: 0.6;
}
.page--pricing .section--pricing .pricing-content .pricing-card__footer .btn {
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(21, 21, 21, 0.15);
}
.page--pricing .section--pricing .pricing-content .pricing-card__footer .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(21, 21, 21, 0.25);
}
.page--pricing .section--pricing .pricing-content .pricing-card__footer .btn:active {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .page--pricing .section--pricing .pricing-content .pricing-card {
    padding: 32px 24px;
  }
}
@media (max-width: 576px) {
  .page--pricing .section--pricing .pricing-content .pricing-card {
    padding: 28px 20px;
  }
}
@media (max-width: 992px) {
  .page--pricing .section--pricing {
    padding: 60px 1rem;
  }
}
@media (max-width: 576px) {
  .page--pricing .section--pricing {
    padding: 40px 1rem;
  }
}
.page--pricing .section--cta {
  width: 100%;
  background-color: #242424;
  background-image: url("../../images/cta-image.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 1rem;
  position: relative;
}
.page--pricing .section--cta__main {
  position: relative;
  z-index: 2;
  width: 1090px;
  height: 304px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 32px 64px;
  transition: transform 0.3s ease;
}
.page--pricing .section--cta__main:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 8px 40px rgba(0, 0, 0, 0.3);
}
.page--pricing .section--cta__main .hm-scta-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4705882353);
  border-style: dashed;
}
.page--pricing .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
  color: #fff;
  max-width: 615px;
  font-size: 32px;
}
.page--pricing .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
  color: #fff;
  max-width: 615px;
  font-size: 20px !important;
  line-height: 130%;
}
.page--pricing .section--cta__main .hm-scta-detail--btn-cta {
  min-width: 118px;
  padding: 5px 1rem;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  color: #151515;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.page--pricing .section--cta__main .hm-scta-detail--btn-cta:hover {
  background-color: #B07918;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(176, 121, 24, 0.3);
}
@media (max-width: 992px) {
  .page--pricing .section--cta__main .hm-scta-detail {
    flex-direction: column;
    padding-bottom: 1rem;
    gap: 0.3rem;
  }
  .page--pricing .section--cta__main .hm-scta-detail .hm-scta-detail-txt {
    width: 100%;
  }
  .page--pricing .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
    color: #fff;
    max-width: 615px;
    font-size: 32px;
  }
  .page--pricing .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
    color: #fff;
    max-width: 615px;
    font-size: 20px !important;
    line-height: 130%;
  }
  .page--pricing .section--cta__main .hm-scta-detail--btn-cta {
    min-width: 100% !important;
  }
}
.page--pricing .section--cta__main .hm-scta-testimonial {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.page--pricing .section--cta__main .hm-scta-testimonial--img {
  min-width: 65px;
}
.page--pricing .section--cta__main .hm-scta-testimonial--img img {
  width: 64px;
  height: 64px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 56px;
}
.page--pricing .section--cta__main .hm-scta-testimonial--txt h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4%;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0;
  color: #fff;
  margin-bottom: 6px;
}
.page--pricing .section--cta__main .hm-scta-testimonial--txt p {
  font-size: 13px;
  max-width: 463px;
  line-height: 110%;
  font-weight: 500;
  color: #fff;
  font-family: "DM sans", sans-serif;
}
@media (max-width: 992px) {
  .page--pricing .section--cta__main {
    height: auto;
  }
}
@media (max-width: 592px) {
  .page--pricing .section--cta__main {
    padding: 22px 44px;
  }
}
@media (max-width: 492px) {
  .page--pricing .section--cta__main {
    padding: 22px 34px;
  }
}
.page--pricing .section--cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: hsla(0, 0%, 0%, 0.2);
}
.page--pricing .section--hero {
  max-width: 1350px;
  margin: 0 auto;
  padding: 160px 1rem;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.page--pricing .section--hero .section-tag {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  animation: fadeInUp 0.6s ease-out;
}
.page--pricing .section--hero h2 {
  animation: fadeInUp 0.6s ease-out 0.2s backwards;
}
.page--pricing .section--hero p {
  animation: fadeInUp 0.6s ease-out 0.4s backwards;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .page--pricing .section--hero {
    padding: 120px 1rem 40px;
  }
}
@media (max-width: 576px) {
  .page--pricing .section--hero {
    padding: 100px 1rem 30px;
  }
}
.page--pricing .section--testimonial {
  width: 100%;
  padding: 112px 1rem;
  position: relative;
}
.page--pricing .section--testimonial .pabt-st-main {
  height: 239px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--pricing .section--testimonial .pabt-st-main--stars {
  display: flex;
  margin-bottom: 32px;
  gap: 1px;
}
.page--pricing .section--testimonial .pabt-st-main--quote {
  max-width: 790px !important;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.page--pricing .section--testimonial .pabt-st-main--testi {
  display: flex;
  gap: 1.2rem;
  margin-top: 18px;
}
.page--pricing .section--testimonial .pabt-st-main--testi img {
  width: 54px;
  height: 54px;
  border-radius: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--pricing .section--testimonial .pabt-st-main--testi__txt p, .page--pricing .section--testimonial .pabt-st-main--testi__txt span {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #151515;
}
@media (max-width: 592px) {
  .page--pricing .section--testimonial .pabt-st-main {
    height: auto !important;
  }
}
.page--pricing .section--testimonial__vector {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.pricing-card.reveal {
  opacity: 1;
  transform: translateY(0);
}

.page--serviced-locations .section--hero {
  padding-top: 189px;
  width: 100%;
  overflow: hidden;
}
.page--serviced-locations .section--hero__detail {
  position: relative;
  z-index: 2;
}
.page--serviced-locations .section--hero__detail h1 {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.page--serviced-locations .section--hero__detail p {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .page--serviced-locations .section--hero__detail {
    padding-inline: 1rem;
  }
}
.page--serviced-locations .section--hero__images {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 80px;
  display: flex;
  gap: 1.3rem;
}
.page--serviced-locations .section--hero__images img {
  border-radius: 20px;
}
.page--serviced-locations .section--hero__images div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1rem;
}
@media (max-width: 892px) {
  .page--serviced-locations .section--hero__images div {
    gap: 1.3rem;
    width: 100%;
  }
}
.page--serviced-locations .section--hero__images div:nth-child(1) {
  max-width: 996px;
}
.page--serviced-locations .section--hero__images div:nth-child(1) img {
  width: 996px;
  height: 511px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--serviced-locations .section--hero__images div:nth-child(2) {
  max-width: 420px;
}
.page--serviced-locations .section--hero__images div:nth-child(2) img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 243px;
}
@media (max-width: 892px) {
  .page--serviced-locations .section--hero__images {
    flex-direction: column;
    padding: 0 1rem;
  }
  .page--serviced-locations .section--hero__images div:nth-child(2) {
    max-width: 892px;
  }
  .page--serviced-locations .section--hero__images div:nth-child(2) img {
    width: 996px;
    height: 411px;
  }
}
@media (max-width: 592px) {
  .page--serviced-locations .section--hero__images div:nth-child(1) img {
    height: 300px;
  }
  .page--serviced-locations .section--hero__images div:nth-child(2) img {
    height: 300px;
  }
}
.page--serviced-locations .section--hero .vector-abt {
  position: absolute;
  right: -3.1rem;
  top: 6rem;
}
@media (max-width: 1400px) {
  .page--serviced-locations .section--hero .vector-abt {
    width: 27vw;
  }
}
@media (max-width: 992px) {
  .page--serviced-locations .section--hero .vector-abt {
    width: 40vw;
  }
}
.page--serviced-locations .section--partners {
  max-width: 1350px;
  height: 286px;
  margin: 0 auto;
  padding: 74px 64px 24px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--serviced-locations .section--partners p {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.page--serviced-locations .section--partners .logos {
  padding: 10px 1.5rem;
  gap: 3rem;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.page--serviced-locations .section--partners .logos div {
  max-width: 150px;
}
.page--serviced-locations .section--partners .logos div img {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .page--serviced-locations .section--partners .logos div:nth-child(1) {
    display: none;
  }
}
@media (max-width: 892px) {
  .page--serviced-locations .section--partners .logos div:nth-child(2) {
    display: none;
  }
}
@media (max-width: 692px) {
  .page--serviced-locations .section--partners .logos div:nth-child(3) {
    display: none;
  }
}
@media (max-width: 492px) {
  .page--serviced-locations .section--partners .logos {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .page--serviced-locations .section--partners {
    padding: 24px;
    padding-block: 64px;
  }
}
@media (max-width: 492px) {
  .page--serviced-locations .section--partners {
    height: auto;
  }
}
.page--serviced-locations .section--serviced-loc-lists {
  background-color: #151515;
  width: 100%;
}
.page--serviced-locations .section--serviced-loc-lists--serv-loc {
  width: 100%;
  padding: 6rem 1rem;
  background-color: #151515;
  display: flex;
  flex-direction: column;
}
.page--serviced-locations .section--serviced-loc-lists--serv-loc__main {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
  padding-block: 112px;
}
.page--serviced-locations .section--serviced-loc-lists--serv-loc__main__detail p {
  max-width: 600px;
  font-size: 16px;
  color: #fff;
}
.page--serviced-locations .section--serviced-loc-lists--serv-loc__main__detail h2 {
  color: #fff;
}
.page--serviced-locations .section--serviced-loc-lists--serv-loc__main__image {
  overflow: hidden;
}
.page--serviced-locations .section--serviced-loc-lists--serv-loc__main__image img {
  width: 590px;
  height: 525px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 492px) {
  .page--serviced-locations .section--serviced-loc-lists--serv-loc__main__image img {
    height: 355px;
  }
}
@media (max-width: 992px) {
  .page--serviced-locations .section--serviced-loc-lists--serv-loc__main {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .page--serviced-locations .section--serviced-loc-lists--serv-loc .ps-sslsm-sec {
    flex-direction: column-reverse !important;
  }
}
.page--serviced-locations .section--cta {
  width: 100%;
  background-color: #242424;
  background-image: url("../../images/cta-image.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 1rem;
  position: relative;
}
.page--serviced-locations .section--cta__main {
  position: relative;
  z-index: 2;
  width: 1090px;
  height: 304px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 32px 64px;
}
.page--serviced-locations .section--cta__main .hm-scta-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4705882353);
  border-style: dashed;
}
.page--serviced-locations .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
  color: #fff;
  max-width: 615px;
  font-size: 32px;
}
.page--serviced-locations .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
  color: #fff;
  max-width: 615px;
  font-size: 20px !important;
  line-height: 130%;
}
.page--serviced-locations .section--cta__main .hm-scta-detail--btn-cta {
  min-width: 118px;
  padding: 5px 1rem;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  color: #151515;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .page--serviced-locations .section--cta__main .hm-scta-detail {
    flex-direction: column;
    padding-bottom: 1rem;
    gap: 0.3rem;
  }
  .page--serviced-locations .section--cta__main .hm-scta-detail .hm-scta-detail-txt {
    width: 100%;
  }
  .page--serviced-locations .section--cta__main .hm-scta-detail .hm-scta-detail-txt h3 {
    color: #fff;
    max-width: 615px;
    font-size: 32px;
  }
  .page--serviced-locations .section--cta__main .hm-scta-detail .hm-scta-detail-txt p {
    color: #fff;
    max-width: 615px;
    font-size: 20px !important;
    line-height: 130%;
  }
  .page--serviced-locations .section--cta__main .hm-scta-detail--btn-cta {
    min-width: 100% !important;
  }
}
.page--serviced-locations .section--cta__main .hm-scta-testimonial {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.page--serviced-locations .section--cta__main .hm-scta-testimonial--img {
  min-width: 65px;
}
.page--serviced-locations .section--cta__main .hm-scta-testimonial--img img {
  width: 64px;
  height: 64px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 56px;
}
.page--serviced-locations .section--cta__main .hm-scta-testimonial--txt h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4%;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0;
  color: #fff;
  margin-bottom: 6px;
}
.page--serviced-locations .section--cta__main .hm-scta-testimonial--txt p {
  font-size: 13px;
  max-width: 463px;
  line-height: 110%;
  font-weight: 500;
  color: #fff;
  font-family: "DM sans", sans-serif;
}
@media (max-width: 992px) {
  .page--serviced-locations .section--cta__main {
    height: auto;
  }
}
@media (max-width: 592px) {
  .page--serviced-locations .section--cta__main {
    padding: 22px 44px;
  }
}
@media (max-width: 492px) {
  .page--serviced-locations .section--cta__main {
    padding: 22px 34px;
  }
}
.page--serviced-locations .section--cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: hsla(0, 0%, 0%, 0.2);
}

.page--servloc-detail .section--hero {
  width: 100%;
  background-color: #F9F5EC;
  position: relative;
}
.page--servloc-detail .section--hero__main {
  max-width: 1350px;
  height: 365px;
  margin: 0 auto;
  position: relative;
  display: flex;
  gap: 2rem;
  overflow: hidden;
  z-index: 2;
}
.page--servloc-detail .section--hero__main .img-hero-plegal {
  position: absolute;
  left: -1.3rem;
  bottom: 0;
  max-width: 500px;
}
.page--servloc-detail .section--hero__main .blck {
  min-width: 450px;
}
@media (max-width: 992px) {
  .page--servloc-detail .section--hero__main .blck {
    display: none;
  }
}
.page--servloc-detail .section--hero__main div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 122px 1rem;
}
.page--servloc-detail .section--hero__main div h1, .page--servloc-detail .section--hero__main div p {
  max-width: 760px;
}
.page--servloc-detail .section--hero__main div h1 {
  margin-top: 5rem;
}
@media (max-width: 492px) {
  .page--servloc-detail .section--hero__main div h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .page--servloc-detail .section--hero__main {
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
  }
  .page--servloc-detail .section--hero__main .img-hero-plegal {
    position: static;
  }
  .page--servloc-detail .section--hero__main div {
    padding-bottom: 10px;
  }
  .page--servloc-detail .section--hero__main div h1, .page--servloc-detail .section--hero__main div p {
    text-align: center;
  }
  .page--servloc-detail .section--hero__main div h1 {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 522px) {
  .page--servloc-detail .section--hero__main .img-hero-plegal {
    width: 100%;
  }
}
.page--servloc-detail .section--hero .legal-vec {
  position: absolute;
  left: -1rem;
  bottom: 0;
}
.page--servloc-detail .section--content {
  max-width: 1350px;
  margin: 0 auto;
  padding: 112px 1rem;
  display: flex;
  gap: 80px;
  justify-content: space-between;
  align-items: center;
}
.page--servloc-detail .section--content__img {
  max-height: 466px;
}
.page--servloc-detail .section--content__img img {
  width: 505px;
  border-radius: 20px;
}
.page--servloc-detail .section--content__detail h2 {
  color: #000;
  max-width: 720px;
}
.page--servloc-detail .section--content__detail p {
  color: #000;
  max-width: 720px;
}
.page--servloc-detail .section--content__detail .servdet-info-con {
  display: flex;
  gap: 1rem;
}
.page--servloc-detail .section--content__detail .servdet-info-con__box p {
  color: #000;
  max-width: 360px;
}
.page--servloc-detail .section--content__detail .servdet-info-con__box h3 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 592px) {
  .page--servloc-detail .section--content__detail .servdet-info-con {
    margin-top: 1rem;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .page--servloc-detail .section--content {
    flex-direction: column;
    gap: 50px;
  }
}
.page--servloc-detail .section--advantage {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 1rem;
}
.page--servloc-detail .section--advantage h2 {
  text-align: center;
  color: #151515;
}
.page--servloc-detail .section--advantage .head-label {
  text-align: center;
  max-width: 840px;
  color: #151515;
}
.page--servloc-detail .section--advantage .section--advantage-con {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 320px 1fr 320px;
  gap: 1.7rem;
}
.page--servloc-detail .section--advantage .section--advantage-con__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--servloc-detail .section--advantage .section--advantage-con__img img {
  transform: scaleX(1);
}
@media (max-width: 1100px) {
  .page--servloc-detail .section--advantage .section--advantage-con__img {
    display: none;
  }
}
.page--servloc-detail .section--advantage .section--advantage-con__side {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.page--servloc-detail .section--advantage .section--advantage-con__side .hp-shw-cs-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--servloc-detail .section--advantage .section--advantage-con__side .hp-shw-cs-box h3, .page--servloc-detail .section--advantage .section--advantage-con__side .hp-shw-cs-box p {
  text-align: center;
}
.page--servloc-detail .section--advantage .section--advantage-con__side .hp-shw-cs-box h3 {
  margin-top: 1.4rem;
  margin-bottom: 1.3rem;
  max-width: 283px;
}
@media (max-width: 692px) {
  .page--servloc-detail .section--advantage .section--advantage-con__side .hp-shw-cs-box h3 {
    max-width: 350px;
  }
}
.page--servloc-detail .section--advantage .section--advantage-con__side .hp-shw-cs-box p {
  max-width: 303px;
}
@media (max-width: 692px) {
  .page--servloc-detail .section--advantage .section--advantage-con__side .hp-shw-cs-box p {
    max-width: 350px;
  }
}
@media (max-width: 1100px) {
  .page--servloc-detail .section--advantage .section--advantage-con {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 692px) {
  .page--servloc-detail .section--advantage .section--advantage-con {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.page--servloc-detail .section--testimonial {
  width: 100%;
  padding: 112px 1rem;
  position: relative;
}
.page--servloc-detail .section--testimonial .pabt-st-main {
  height: 239px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--servloc-detail .section--testimonial .pabt-st-main--stars {
  display: flex;
  margin-bottom: 32px;
  gap: 1px;
}
.page--servloc-detail .section--testimonial .pabt-st-main--quote {
  max-width: 790px !important;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.page--servloc-detail .section--testimonial .pabt-st-main--testi {
  display: flex;
  gap: 1.2rem;
  margin-top: 18px;
}
.page--servloc-detail .section--testimonial .pabt-st-main--testi img {
  width: 54px;
  height: 54px;
  border-radius: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--servloc-detail .section--testimonial .pabt-st-main--testi__txt p, .page--servloc-detail .section--testimonial .pabt-st-main--testi__txt span {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #151515;
}
@media (max-width: 592px) {
  .page--servloc-detail .section--testimonial .pabt-st-main {
    height: auto !important;
  }
}
.page--servloc-detail .section--testimonial__vector {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}