* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Mulish", sans-serif;
  color: #102116;
  line-height: 1.6;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #102116;
  margin-bottom: 1rem;
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
a:hover {
  color: #38ac59;
}

p {
  margin-bottom: 1rem;
}

.rich-text-content {
  color: #4a5568;
  font-size: 16px;
  line-height: 1.8;
}
.rich-text-content h2 {
  font-size: 32px;
  margin-top: 48px;
  margin-bottom: 24px;
  color: #102116;
  font-weight: 800;
}
.rich-text-content h3 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 16px;
  color: #102116;
}
.rich-text-content h4, .rich-text-content h5, .rich-text-content h6 {
  margin-top: 32px;
  margin-bottom: 16px;
  color: #102116;
}
.rich-text-content p {
  margin-bottom: 24px;
}
.rich-text-content p:last-child {
  margin-bottom: 0;
}
.rich-text-content ul, .rich-text-content ol {
  margin-bottom: 24px;
  padding-left: 24px;
}
.rich-text-content ul li, .rich-text-content ol li {
  margin-bottom: 12px;
  padding-left: 8px;
}
.rich-text-content ul li::marker, .rich-text-content ol li::marker {
  color: #38ac59;
  font-weight: 700;
}
.rich-text-content a {
  color: #38ac59;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  font-weight: 600;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.rich-text-content a:hover {
  color: rgb(43.4736842105, 133.5263157895, 69.0921052632);
  text-decoration-color: rgb(43.4736842105, 133.5263157895, 69.0921052632);
}
.rich-text-content strong, .rich-text-content b {
  font-weight: 800;
  color: #102116;
}
.rich-text-content blockquote {
  border-left: 4px solid #38ac59;
  padding-left: 24px;
  margin: 32px 0;
  font-style: italic;
  color: #718096;
  background-color: #f5fdf8;
  padding: 24px;
  border-radius: 0 12px 12px 0;
}

.page-header {
  text-align: center;
  margin-bottom: 48px;
}
.page-header h1 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 300;
  color: #102116;
  margin-bottom: 0;
  line-height: 1.25;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

[class*=col-] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgb(255, 255, 255);
}
@media only screen and (min-width: 768px) {
  .site-header {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
  }
}
.site-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  min-height: 80px;
}
.site-header .logo {
  display: flex;
  align-items: center;
  max-width: 180px;
}
.site-header .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.site-header .main-nav {
  display: flex;
  align-items: center;
}
.site-header .main-nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
}
.site-header .main-nav ul li {
  position: relative;
}
.site-header .main-nav ul li a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #102116;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-header .main-nav ul li a i {
  font-size: 10px;
}
.site-header .main-nav ul li a .mobile-only {
  display: none;
}
.site-header .main-nav ul li a:hover, .site-header .main-nav ul li a.active {
  color: #38ac59;
}
.site-header .main-nav ul li .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 230px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 10px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
.site-header .main-nav ul li .dropdown li a {
  padding: 12px 24px;
  color: #102116;
  text-transform: none;
  font-weight: 600;
  width: 100%;
  justify-content: space-between;
}
.site-header .main-nav ul li .dropdown li a:hover {
  color: #38ac59;
  background-color: rgba(0, 0, 0, 0.02);
}
.site-header .main-nav ul li .has-dropdown-side {
  position: relative;
}
.site-header .main-nav ul li .has-dropdown-side .dropdown-side {
  position: absolute;
  top: -10px;
  left: 100%;
  background-color: #fff;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 10px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header .main-nav ul li .has-dropdown-side .dropdown-side li a {
  padding: 12px 24px;
}
.site-header .main-nav ul li .has-dropdown-side:hover > .dropdown-side {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media only screen and (min-width: 1200px) {
  .site-header .main-nav ul li:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.site-header .nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.site-header .header-actions .contact-wrapper {
  border-radius: 16px;
  background-color: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.site-header .header-actions .social-icons {
  display: flex;
  gap: 10px;
}
.site-header .header-actions .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #102116;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.site-header .header-actions .social-icons a:hover {
  background-color: #38ac59;
  color: #fff;
}
.site-header .header-actions .social-icons a svg {
  transition: fill 0.3s ease;
}
.site-header .header-actions .btn-contact {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #102116;
  padding: 12px 16px;
  border-radius: 64px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.site-header .header-actions .btn-contact:hover {
  background-color: #38ac59;
  color: #fff;
}
.site-header .header-actions .btn-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 13px;
  color: #102116;
  white-space: nowrap;
}
.site-header .header-actions .btn-phone .icon-dot {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  background-color: #38ac59;
  border-radius: 50%;
}
.site-header .header-actions .btn-phone:hover {
  background-color: #f9f9f9;
  border-color: #d0d0d0;
}
.site-header .hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: #102116;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .site-header .main-nav,
  .site-header .header-actions {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
  }
  .site-header .nav-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eaeaea;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0.4s;
  }
  .site-header .nav-wrapper.is-open {
    max-height: 600px;
    opacity: 1;
    visibility: visible;
  }
  .site-header .nav-wrapper .main-nav {
    display: flex;
    width: 100%;
  }
  .site-header .nav-wrapper .main-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }
  .site-header .nav-wrapper .main-nav ul li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .site-header .nav-wrapper .main-nav ul li:last-child {
    border-bottom: none;
  }
  .site-header .nav-wrapper .main-nav ul li a {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    width: 100%;
  }
  .site-header .nav-wrapper .main-nav ul li a .desktop-icon {
    display: none !important;
  }
  .site-header .nav-wrapper .main-nav ul li a .mobile-only {
    display: inline-block !important;
  }
  .site-header .nav-wrapper .main-nav ul li a i {
    transition: transform 0.3s ease;
    font-size: 12px;
    padding: 10px;
    margin: -10px;
  }
  .site-header .nav-wrapper .main-nav ul li .dropdown, .site-header .nav-wrapper .main-nav ul li .dropdown-side {
    position: static;
    width: 100%;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.02);
    transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  .site-header .nav-wrapper .main-nav ul li .dropdown li, .site-header .nav-wrapper .main-nav ul li .dropdown-side li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  .site-header .nav-wrapper .main-nav ul li .dropdown li:last-child, .site-header .nav-wrapper .main-nav ul li .dropdown-side li:last-child {
    border-bottom: none;
  }
  .site-header .nav-wrapper .main-nav ul li .dropdown li a, .site-header .nav-wrapper .main-nav ul li .dropdown-side li a {
    padding: 14px 20px 14px 40px;
    font-size: 13px;
    text-transform: none;
  }
  .site-header .nav-wrapper .main-nav ul li .dropdown-side li a {
    padding-left: 60px;
  }
  .site-header .nav-wrapper .main-nav ul li.is-active > .dropdown, .site-header .nav-wrapper .main-nav ul li.is-active > .dropdown-side {
    display: flex;
  }
  .site-header .nav-wrapper .main-nav ul li.is-active > a > i.fa-chevron-down, .site-header .nav-wrapper .main-nav ul li.is-active > a > i.mobile-only {
    transform: rotate(180deg);
  }
  .site-header .nav-wrapper .header-actions {
    display: flex;
  }
  .site-header .hamburger {
    display: block;
  }
}

.site-footer {
  background-color: #102116;
  color: #fff;
  padding: 60px 0 40px;
  font-size: 14px;
  line-height: 1.6;
}
.site-footer .footer-top {
  gap: 30px 0;
}
.site-footer .footer-col:not(:first-child) {
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-col:not(:first-child):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #687695;
    opacity: 0.3;
  }
}
.site-footer .footer-col-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-footer .footer-logo {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 220px;
}
.site-footer .footer-logo img {
  width: 100%;
  height: auto;
}
.site-footer .copyright {
  color: #8f9b93;
  font-size: 12px;
}
.site-footer .copyright a {
  color: #8f9b93;
}
.site-footer .copyright a:hover {
  color: #38ac59;
}
.site-footer .footer-title {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.site-footer .footer-contact {
  color: #cad1cc;
}
.site-footer .footer-contact p {
  margin-bottom: 15px;
}
.site-footer .footer-contact p:last-child {
  margin-bottom: 0;
}
.site-footer .footer-contact strong {
  color: #fff;
  font-weight: 700;
}
.site-footer .footer-contact .phone {
  color: #38ac59;
  font-weight: 400;
}
.site-footer .footer-contact .phone:hover {
  color: #fff;
}
.site-footer .footer-contact .hours {
  color: #38ac59;
  font-weight: 400;
}
.site-footer .footer-contact .email {
  color: #38ac59;
  font-weight: 400;
}
.site-footer .footer-contact .email:hover {
  color: #fff;
}
.site-footer .footer-links ul {
  list-style: none;
}
.site-footer .footer-links ul li {
  margin-bottom: 10px;
}
.site-footer .footer-links ul li a {
  color: #cad1cc;
  text-decoration: none;
}
.site-footer .footer-links ul li a:hover {
  color: #38ac59;
}
@media (max-width: 767px) {
  .site-footer .footer-col {
    text-align: center;
    margin-bottom: 30px;
  }
  .site-footer .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .footer-links {
    text-align: left;
  }
}

.section-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.section-hero .hero-panels {
  display: flex;
  height: clamp(360px, 56vw, 600px);
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.section-hero .hero-panel {
  position: absolute;
  top: 0;
  height: 100%;
  transition: clip-path 0.55s cubic-bezier(0.77, 0, 0.175, 1);
}
.section-hero .hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
}
.section-hero .hero-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-hero .hero-panel--left {
  left: 0;
  width: 100%;
  clip-path: polygon(0 0, 53% 0, 50% 100%, 0 100%);
}
.section-hero .hero-panel--left .hero-btn {
  left: 25%;
  transform: translateX(-50%);
}
.section-hero .hero-panel--right {
  left: 0;
  width: 100%;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 47% 100%);
}
.section-hero .hero-panel--right .hero-btn {
  right: 25%;
  transform: translateX(50%);
}
.section-hero .hero-panels:hover .hero-panel--left {
  clip-path: polygon(0 0, 56% 0, 53% 100%, 0 100%);
}
.section-hero .hero-panels:hover .hero-panel--right {
  clip-path: polygon(47% 0, 100% 0, 100% 100%, 44% 100%);
}
.section-hero .hero-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  pointer-events: none;
}
.section-hero .hero-text h1 {
  color: #fff;
  font-size: clamp(22px, 3.5vw, 48px);
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.section-hero .hero-text h1 strong {
  font-weight: 800;
  display: block;
}
.section-hero .hero-text .hero-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(14px, 1.8vw, 20px);
  margin-top: 18px;
  font-weight: 400;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
.section-hero .hero-btn {
  position: absolute;
  bottom: 52px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  pointer-events: all;
}
.section-hero .hero-btn .hero-btn-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid #38ac59;
  background-color: #38ac59;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.section-hero .hero-btn .hero-btn-icon svg path, .section-hero .hero-btn .hero-btn-icon svg rect {
  transition: fill 0.3s ease;
}
.section-hero .hero-btn span {
  line-height: 1.3;
}
.section-hero .hero-btn:hover .hero-btn-icon {
  background-color: #fff;
  border-color: transparent;
}
.section-hero .hero-btn:hover .hero-btn-icon svg {
  transform: scale(1.3);
  transition: transform 0.3s ease;
}
.section-hero .hero-btn:hover .hero-btn-icon svg path {
  fill: #38ac59;
}
.section-hero .hero-btn:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .section-hero .hero-panels {
    height: 480px;
  }
  .section-hero .hero-btn {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    bottom: 30px;
  }
  .section-hero .hero-btn span br {
    display: none;
  }
  .section-hero .hero-text h1 {
    font-size: clamp(24px, 4vw, 32px);
  }
}
@media (max-width: 767px) {
  .section-hero .hero-panels {
    height: 500px;
  }
  .section-hero .hero-panel--left {
    clip-path: polygon(0 0, 100% 0, 100% 52%, 0 48%);
  }
  .section-hero .hero-panel--left .hero-btn {
    bottom: auto;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-hero .hero-panel--right {
    clip-path: polygon(0 48%, 100% 52%, 100% 100%, 0 100%);
  }
  .section-hero .hero-panel--right .hero-btn {
    bottom: 15%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-hero .hero-panels:hover .hero-panel--left {
    clip-path: polygon(0 0, 100% 0, 100% 54%, 0 46%);
  }
  .section-hero .hero-panels:hover .hero-panel--right {
    clip-path: polygon(0 46%, 100% 54%, 100% 100%, 0 100%);
  }
  .section-hero .hero-text h1 {
    font-size: 22px;
  }
  .section-hero .hero-text .hero-subtitle {
    font-size: 13px;
    margin-top: 12px;
  }
  .section-hero .hero-btn {
    gap: 6px;
  }
  .section-hero .hero-btn span {
    font-size: 10px;
  }
  .section-hero .hero-btn .hero-btn-icon {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}

.section-audyt {
  position: relative;
  overflow: hidden;
  margin: 64px 0;
}
.section-audyt .audyt-light-band {
  background: transparent;
  padding: 60px 0 56px;
}
.section-audyt .audyt-light-band .audyt-light-inner {
  max-width: 50%;
  padding: 0 42px;
}
.section-audyt .audyt-light-band .audyt-light-inner h2 {
  font-size: 40px;
  font-weight: 300;
  color: #102116;
  line-height: 1.25;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .section-audyt .audyt-light-band .audyt-light-inner h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-audyt .audyt-light-band .audyt-light-inner h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.section-audyt .audyt-light-band .audyt-light-inner p {
  font-size: 20px;
  color: #20222a;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-audyt .audyt-light-band .audyt-light-inner p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-audyt .audyt-light-band .audyt-light-inner p {
    font-size: 16px;
  }
}
.section-audyt .audyt-dark-band {
  background-color: #102116;
  padding: 48px 0 60px;
}
.section-audyt .audyt-dark-band .audyt-dark-inner {
  max-width: 50%;
  padding: 0 42px;
}
.section-audyt .audyt-dark-band .audyt-dark-inner p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-audyt .audyt-dark-band .audyt-dark-inner p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-audyt .audyt-dark-band .audyt-dark-inner p {
    font-size: 16px;
  }
}
.section-audyt .audyt-image {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 50%;
  right: max(15px, (100vw - 1440px) / 2 + 8px);
  z-index: 2;
}
.section-audyt .audyt-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
@media (max-width: 991px) {
  .section-audyt .audyt-light-band .audyt-light-inner,
  .section-audyt .audyt-dark-band .audyt-dark-inner {
    padding: 0 16px;
  }
  .section-audyt .audyt-image {
    left: 50%;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .section-audyt .audyt-light-band .audyt-light-inner,
  .section-audyt .audyt-dark-band .audyt-dark-inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .section-audyt .audyt-image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: 280px;
    margin: 0 16px;
    margin-top: 16px;
  }
  .section-audyt .audyt-image img {
    border-radius: 12px;
  }
  .section-audyt .audyt-light-band {
    padding-bottom: 32px;
  }
  .section-audyt .audyt-dark-band {
    padding-top: 32px;
  }
}

.section-dla-firm {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.section-dla-firm .dla-firm-content {
  display: flex;
  align-items: stretch;
  gap: 60px;
}
@media (max-width: 767px) {
  .section-dla-firm .dla-firm-content {
    flex-direction: column;
    gap: 40px;
  }
}
.section-dla-firm .dla-firm-text {
  flex: 1;
  max-width: 560px;
  padding: 32px 0;
}
.section-dla-firm .dla-firm-text h2 {
  font-size: 48px;
  font-weight: 300;
  color: #102116;
  margin-bottom: 32px;
  line-height: 1.15;
}
@media (max-width: 991px) {
  .section-dla-firm .dla-firm-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-dla-firm .dla-firm-text h2 {
    font-size: 32px;
  }
}
.section-dla-firm .dla-firm-text p {
  font-size: 20px;
  color: #20222a;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .section-dla-firm .dla-firm-text p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-dla-firm .dla-firm-text p {
    font-size: 16px;
  }
}
.section-dla-firm .dla-firm-text .contact-label {
  font-size: 14px;
  font-weight: 700;
  color: #102116;
  margin-bottom: 14px;
}
.section-dla-firm .dla-firm-text .contact-email-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #102116;
  background-color: #fff;
  text-decoration: none;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.section-dla-firm .dla-firm-text .contact-email-btn .dot {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #38ac59;
}
.section-dla-firm .dla-firm-text .contact-email-btn:hover {
  border-color: #38ac59;
  background-color: #f5fdf8;
  color: #102116;
}
.section-dla-firm .dla-firm-image {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  justify-self: flex-end;
}
.section-dla-firm .dla-firm-image img {
  max-width: 100%;
  max-height: 440px;
  object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .section-dla-firm .dla-firm-image {
    width: 100%;
    max-height: 320px;
    align-items: center;
    justify-self: center;
  }
  .section-dla-firm .dla-firm-image img {
    max-height: 320px;
    margin: auto;
  }
}

.section-pricing {
  padding: 80px 0;
}
.section-pricing .pricing-header {
  text-align: center;
  margin-bottom: 64px;
}
.section-pricing .pricing-header h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 300;
  color: #102116;
  margin-bottom: 0;
}
.section-pricing .pricing-cards {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .section-pricing .pricing-cards {
    flex-direction: column;
    align-items: center;
  }
}
.section-pricing .pricing-card {
  flex: 1;
  max-width: 380px;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .section-pricing .pricing-card {
    max-width: 100%;
    width: 100%;
  }
}
.section-pricing .pricing-card {
  overflow: hidden;
}
.section-pricing .pricing-card::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 4px;
  height: 40px;
  background-color: #38ac59;
  border-radius: 0 4px 4px 0;
}
.section-pricing .pricing-card .card-subtitle {
  font-size: 11px;
  font-weight: 700;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.section-pricing .pricing-card .card-title {
  font-size: 24px;
  font-weight: 800;
  color: #102116;
  margin-bottom: 12px;
}
.section-pricing .pricing-card .card-desc {
  font-size: 13px;
  color: #777;
  margin-bottom: 24px;
  min-height: 40px;
}
.section-pricing .pricing-card .card-price {
  font-size: 48px;
  font-weight: 800;
  color: #38ac59;
  margin-bottom: 8px;
  line-height: 1;
}
.section-pricing .pricing-card .price-label {
  font-size: 13px;
  color: #999;
  margin-bottom: 32px;
}
.section-pricing .pricing-card .card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  flex-grow: 1;
}
.section-pricing .pricing-card .card-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #102116;
  line-height: 1.5;
}
.section-pricing .pricing-card .card-features li img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.section-pricing .pricing-card .card-features li.feature-plus-label {
  justify-content: center;
  color: #aaa;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 24px 0 16px;
  position: relative;
}
.section-pricing .pricing-card .card-features li.feature-plus-label::before, .section-pricing .pricing-card .card-features li.feature-plus-label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30%;
  height: 1px;
  background-color: #eee;
}
.section-pricing .pricing-card .card-features li.feature-plus-label::before {
  left: 0;
}
.section-pricing .pricing-card .card-features li.feature-plus-label::after {
  right: 0;
}
.section-pricing .pricing-card .btn-select {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #38ac59;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.section-pricing .pricing-card .btn-select:hover {
  background-color: rgb(43.4736842105, 133.5263157895, 69.0921052632);
}
.section-pricing .pricing-card.highlighted {
  background-color: #025a2b;
  color: #fff;
  transform: scale(1.05);
  z-index: 2;
}
@media (max-width: 991px) {
  .section-pricing .pricing-card.highlighted {
    transform: scale(1);
  }
}
.section-pricing .pricing-card.highlighted::before {
  background-color: #f3b704;
}
.section-pricing .pricing-card.highlighted .card-subtitle {
  color: #9ab49b;
}
.section-pricing .pricing-card.highlighted .card-title {
  color: #fff;
}
.section-pricing .pricing-card.highlighted .card-desc {
  color: #9ab49b;
}
.section-pricing .pricing-card.highlighted .card-price {
  color: #f3b704;
}
.section-pricing .pricing-card.highlighted .price-label {
  color: #aaa;
}
.section-pricing .pricing-card.highlighted .card-features li {
  color: #fff;
}
.section-pricing .pricing-card.highlighted .card-features li.feature-plus-label {
  color: #888;
}
.section-pricing .pricing-card.highlighted .card-features li.feature-plus-label::before, .section-pricing .pricing-card.highlighted .card-features li.feature-plus-label::after {
  background-color: rgba(255, 255, 255, 0.1);
}
.section-pricing .pricing-card.highlighted .btn-select {
  background-color: #f3b704;
  color: #102116;
}
.section-pricing .pricing-card.highlighted .btn-select:hover {
  background-color: rgb(192.8259109312, 145.2145748988, 3.1740890688);
}

.section-form-page {
  padding: 40px 0 80px;
}
.section-form-page .form-card {
  max-width: 705px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.section-form-page .form-card::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 4px;
  height: 40px;
  background-color: #38ac59;
  border-radius: 0 4px 4px 0;
}
@media (max-width: 767px) {
  .section-form-page .form-card {
    padding: 30px 20px;
  }
  .section-form-page .form-card::before {
    top: 30px;
  }
}
.section-form-page .form-card .form-card-header {
  margin-bottom: 40px;
}
.section-form-page .form-card .form-card-header .plan-subtitle {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #9ab49b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.section-form-page .form-card .form-card-header .plan-title {
  font-size: 24px;
  font-weight: 800;
  color: #102116;
  margin-bottom: 8px;
  line-height: 1.2;
}
.section-form-page .form-card .form-card-header .plan-desc {
  font-size: 13px;
  color: #9ab49b;
  margin-bottom: 0;
}
.section-form-page .form-card .form-section {
  margin-bottom: 40px;
}
.section-form-page .form-card .form-section h3 {
  font-size: 13px;
  font-weight: 800;
  color: #102116;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}
.section-form-page .form-card .form-row {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section-form-page .form-card .form-row {
    flex-direction: column;
    gap: 24px;
  }
}
.section-form-page .form-card .form-row .form-group {
  flex: 1;
  margin-bottom: 0;
}
.section-form-page .form-card .form-group {
  margin-bottom: 24px;
}
.section-form-page .form-card .form-group label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #9ab49b;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section-form-page .form-card .form-group input[type=text],
.section-form-page .form-card .form-group input[type=email],
.section-form-page .form-card .form-group input[type=tel],
.section-form-page .form-card .form-group textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 14px 20px;
  font-size: 15px;
  color: #102116;
  font-family: "Mulish", sans-serif;
  transition: border-color 0.3s ease;
  outline: none;
}
.section-form-page .form-card .form-group input[type=text]::placeholder,
.section-form-page .form-card .form-group input[type=email]::placeholder,
.section-form-page .form-card .form-group input[type=tel]::placeholder,
.section-form-page .form-card .form-group textarea::placeholder {
  color: #aaa;
}
.section-form-page .form-card .form-group input[type=text]:focus,
.section-form-page .form-card .form-group input[type=email]:focus,
.section-form-page .form-card .form-group input[type=tel]:focus,
.section-form-page .form-card .form-group textarea:focus {
  border-color: #38ac59;
}
.section-form-page .form-card .form-group textarea {
  min-height: 120px;
  resize: vertical;
}
.section-form-page .form-card .form-group.has-error input, .section-form-page .form-card .form-group.has-error textarea {
  border-color: #e74c3c;
  background-color: #fdf2f1;
}
.section-form-page .form-card .form-group.has-error .error-msg {
  display: block;
  color: #e74c3c;
  font-size: 11px;
  margin-top: 6px;
  font-weight: 600;
}
.section-form-page .form-card .file-upload-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.section-form-page .form-card .file-upload-wrapper .file-upload-box {
  width: 100px;
  height: 100px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.section-form-page .form-card .file-upload-wrapper .file-upload-box svg {
  transition: transform 0.25s ease;
}
.section-form-page .form-card .file-upload-wrapper .file-upload-box:hover {
  border-color: #38ac59;
  background-color: #f5fdf8;
}
.section-form-page .form-card .file-upload-wrapper .file-upload-box:hover svg {
  transform: scale(1.05);
}
.section-form-page .form-card .file-upload-wrapper .file-upload-box:hover svg path {
  fill: #38ac59;
  transition: fill 0.25s ease;
}
.section-form-page .form-card .file-upload-wrapper .file-upload-box.has-file {
  border-color: #38ac59;
  background-color: #f5fdf8;
}
.section-form-page .form-card .file-upload-wrapper .file-upload-box.has-file svg path {
  fill: #38ac59;
}
.section-form-page .form-card .file-upload-wrapper .file-upload-box input[type=file] {
  display: none;
}
.section-form-page .form-card .file-upload-wrapper .file-upload-preview {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f9f9f9;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.section-form-page .form-card .file-upload-wrapper .file-upload-preview .file-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-form-page .form-card .file-upload-wrapper .file-upload-preview .file-info i {
  color: #38ac59;
  font-size: 16px;
}
.section-form-page .form-card .file-upload-wrapper .file-upload-preview .file-name {
  font-size: 14px;
  color: #102116;
  font-weight: 600;
  word-break: break-all;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-form-page .form-card .file-upload-wrapper .file-upload-preview .btn-remove-file {
  background: none;
  border: none;
  color: #e74c3c;
  cursor: pointer;
  padding: 4px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.section-form-page .form-card .file-upload-wrapper .file-upload-preview .btn-remove-file:hover {
  transform: scale(1.15);
}
.section-form-page .form-card .form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
@media (max-width: 575px) {
  .section-form-page .form-card .form-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
.section-form-page .form-card .form-actions .btn-submit {
  background-color: #38ac59;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 16px 32px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.section-form-page .form-card .form-actions .btn-submit:hover {
  background-color: rgb(43.4736842105, 133.5263157895, 69.0921052632);
}
.section-form-page .form-card .form-actions .btn-cancel {
  background-color: #fff;
  color: #102116;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 32px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  text-decoration: none;
}
.section-form-page .form-card .form-actions .btn-cancel:hover {
  background-color: #f9f9f9;
  border-color: #d0d0d0;
}

body {
  padding-top: 80px;
  background: radial-gradient(ellipse at top left, #ffffff 0%, #e9f1ec 100%);
  min-height: 100vh;
}

/*# sourceMappingURL=main.css.map */
