.checked-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 1200px) {
  .checked-list.hlf-width li {
    width: calc(50% - 40px);
  }
}
@media (min-width: 768px) {
  .checked-list {
    gap: 24px;
  }
}
.checked-list li {
  position: relative;
  padding-left: 36px;
  line-height: 1.6;
  color: var(--primary-color);
  font-size: var(--font-size-lg);
  width: 100%;
}
@media (min-width: 768px) {
  .checked-list li {
    padding-left: 44px;
  }
  .checked-list li::before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
}
.checked-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 0C8.02219 0 6.08879 0.58649 4.4443 1.6853C2.79981 2.78412 1.51809 4.3459 0.761209 6.17316C0.00433283 8.00043 -0.1937 10.0111 0.192152 11.9509C0.578004 13.8907 1.53041 15.6725 2.92894 17.0711C4.32746 18.4696 6.10929 19.422 8.0491 19.8078C9.98891 20.1937 11.9996 19.9957 13.8268 19.2388C15.6541 18.4819 17.2159 17.2002 18.3147 15.5557C19.4135 13.9112 20 11.9778 20 10C20 7.34783 18.9464 4.80429 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0ZM8.57143 13.9929L5 10.4214L6.13572 9.28571L8.57143 11.7214L13.8643 6.42857L15.0043 7.56143L8.57143 13.9929Z' fill='%2311772D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.accrd-element {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.accrd-element .item {
  border-radius: 8px;
  border: var(--border-1);
  background: var(--gradient4);
  padding: 36px 16px 18px 20px;
}
.accrd-element .item:not(.active) .acc-icon {
  pointer-events: none;
}
@media (min-width: 768px) {
  .accrd-element .item {
    padding: 36px 32px;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .accrd-element .item {
    padding: 36px 32px 36px 48px;
    position: relative;
    overflow: hidden;
  }
  .accrd-element .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 365px;
    background: url(../assets/Ellipse-1.png) no-repeat center center;
    background-size: cover;
    z-index: 0;
  }
  .accrd-element .item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 260px;
    height: 506px;
    background: url(../assets/Ellipse-2.png) no-repeat center center;
    background-size: cover;
    z-index: 0;
  }
}
@media (min-width: 1400px) {
  .accrd-element .item {
    padding: 36px 32px 36px 68px;
  }
}
.accrd-element .item.active {
  border-color: var(--success-color-2);
  box-shadow: 10px 14px 64px 0 rgba(17, 119, 45, 0.2);
}
.accrd-element .item.active .acc-icon {
  transform: rotate(0);
  pointer-events: auto;
}
@media (min-width: 1200px) {
  .accrd-element .item.active .acc-icon:hover {
    transform: rotate(0) translateX(4px);
  }
}
.accrd-element .item.active .acc-icon svg path {
  stroke: var(--success-color);
}
.accrd-element .item.active .acc-content {
  height: auto;
  transition: height 0.4s ease;
  position: relative;
  z-index: 1;
}
.accrd-element .acc-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.accrd-element .acc-icon {
  transition: transform 0.3s ease;
  transform: rotate(-45deg);
}
.accrd-element .acc-icon svg path {
  transition: stroke 0.3s ease;
  stroke: var(--primary-color);
}
.accrd-element .acc-content:not(.active) {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
  will-change: height;
}

.hme-banner-section {
  min-height: 800px;
  height: calc(100vh - 66px);
  position: relative;
}
@media (min-width: 360px) {
  .hme-banner-section {
    min-height: 752px;
  }
}
@media (min-width: 768px) {
  .hme-banner-section {
    min-height: 800px;
  }
}
@media (min-width: 1200px) {
  .hme-banner-section {
    height: 810px;
  }
}
@media (min-width: 1600px) {
  .hme-banner-section {
    height: 850px;
  }
}
.hme-banner-section .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-bottom: 78px;
}
@media (min-width: 1200px) {
  .hme-banner-section .container {
    justify-content: flex-start;
    padding-top: 140px;
  }
}
@media (min-width: 1400px) {
  .hme-banner-section .container {
    padding-top: 160px;
  }
}
@media (min-width: 1600px) {
  .hme-banner-section .container {
    padding-top: 200px;
    max-width: 1500px;
  }
}
.hme-banner-section .banner-hd-1 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hme-banner-section .banner-hd-1 {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .hme-banner-section .banner-hd-1 {
    margin-bottom: 40px;
    max-width: 875px;
  }
}
@media (min-width: 1400px) {
  .hme-banner-section .banner-hd-1 {
    margin-bottom: 50px;
  }
}
.hme-banner-section .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .hme-banner-section .content-wrapper {
    gap: 48px;
  }
}
@media (min-width: 1024px) {
  .hme-banner-section .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.hme-banner-section .txt {
  max-width: 555px;
}
@media (min-width: 1024px) {
  .hme-banner-section .txt {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .hme-banner-section .btn-wrapper {
    order: 1;
  }
}
.hme-banner-section .slider-wrapper {
  position: relative;
}
.hme-banner-section .tns-nav {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}
@media (min-width: 992px) {
  .hme-banner-section .tns-nav {
    bottom: auto;
    top: 40%;
    right: -116px;
    left: auto;
    transform: translateY(-55%) rotate(90deg);
  }
}
@media (min-width: 1200px) {
  .hme-banner-section .tns-nav {
    right: -160px;
  }
}
.hme-banner-section .tns-nav button {
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .hme-banner-section .tns-nav button {
    width: 60px;
    height: 4px;
  }
}
.hme-banner-section .tns-nav button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--primary-color);
  border-radius: 3px;
}
.hme-banner-section .tns-nav button.tns-nav-active::after {
  animation: navProgress 5s linear forwards;
}
.hme-banner-section .bnr-sldr {
  display: flex;
  position: relative;
}

.tns-fadeIn {
  animation: bnrFadeIn 0.6s ease-in-out forwards;
  z-index: 1;
}

.tns-fadeOut {
  animation: bnrFadeOut 0.6s ease-in-out forwards;
  z-index: 0;
}

.tns-normal {
  opacity: 0;
}

@keyframes bnrFadeIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bnrFadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.96);
  }
}
@keyframes navProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.partners {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  padding: 0 0 56px;
  width: 100%;
}
@media (min-width: 768px) {
  .partners {
    padding: 0 0 48px;
  }
}
@media (min-width: 1600px) {
  .partners {
    padding: 0 0 24px;
  }
}
.partners .partner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  white-space: nowrap;
  scrollbar-width: none;
  justify-content: center;
  overflow: visible;
}
.partners .partner-row::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .partners .partner-row {
    overflow: hidden;
    gap: 20px;
  }
}
.partners .partner-row .marquee-items {
  animation: scroll 20s linear infinite;
  gap: 14px;
  justify-content: space-around;
  display: flex;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .partners .partner-row .marquee-items {
    gap: 20px;
  }
}
.partners .partner-row .partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 118px;
  height: 50px;
  border-radius: 4px;
  border: var(--border-1);
  background: var(--bg-2);
  backdrop-filter: blur(5px);
}
@media (min-width: 768px) {
  .partners .partner-row .partner-logo {
    width: 160px;
    height: 69px;
  }
}
.partners .partner-row .partner-logo img {
  max-width: 100%;
  height: auto;
}

.hme-abt-section .num-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 768px) {
  .hme-abt-section .num-wrap {
    gap: 48px;
  }
}
@media (min-width: 1024px) {
  .hme-abt-section .num-wrap {
    flex-direction: column;
    gap: 20px;
    margin-top: 80px;
  }
}
@media (min-width: 1600px) {
  .hme-abt-section .num-wrap {
    margin-top: 100px;
  }
}
.hme-abt-section .num-wrap .item {
  border-radius: 4px;
  border: var(--border-1);
  background-color: var(--bg-1);
  padding: 8px 8px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  backdrop-filter: blur(5px);
}
@media (min-width: 768px) {
  .hme-abt-section .num-wrap .item {
    padding: 13px 16px 14px;
    width: 180px;
    border-radius: 8px;
  }
}
.hme-abt-section .num-wrap .num {
  font-size: var(--font-num);
  font-weight: 900;
  color: var(--primary-color);
  line-height: 1.1;
}
.hme-abt-section .num-wrap .item-txt {
  font-size: var(--font-size-md);
  text-align: center;
  font-weight: 400;
  color: var(--primary-color);
}
.hme-abt-section .abt-row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .hme-abt-section .abt-row {
    gap: 48px;
  }
}
@media (min-width: 1024px) {
  .hme-abt-section .abt-row {
    flex-direction: row;
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .hme-abt-section .abt-row {
    gap: 100px;
  }
  .hme-abt-section .abt-row .col:first-child {
    width: 54.15%;
  }
}
@media (min-width: 1600px) {
  .hme-abt-section .abt-row .col:first-child {
    width: 65%;
  }
  .hme-abt-section .abt-row {
    gap: 136px;
  }
}

.hme-services-section .custom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 768px) {
  .hme-services-section .custom-row {
    gap: 60px;
  }
}
@media (min-width: 1024px) {
  .hme-services-section .custom-row {
    gap: 30px;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .hme-services-section .custom-row {
    gap: 48px;
  }
}
@media (min-width: 1400px) {
  .hme-services-section .custom-row {
    gap: 90px;
  }
}
.hme-services-section .custom-row .cols {
  width: 100%;
}
@media (min-width: 1024px) {
  .hme-services-section .custom-row .cols {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .hme-services-section .custom-row .cols {
    width: calc(50% - 24px);
  }
}
@media (min-width: 1400px) {
  .hme-services-section .custom-row .cols:first-child {
    width: 507px;
  }
  .hme-services-section .custom-row .cols:last-child {
    width: calc(100% - 507px - 90px);
  }
}
.hme-services-section .acc-txt {
  font-size: var(--font-size-lg);
  line-height: 1.6;
  color: var(--secondary-color);
  margin-top: 12px;
}
@media (min-width: 768px) {
  .hme-services-section .acc-txt {
    margin-top: 20px;
  }
}
.hme-services-section .acc-txt b {
  font-weight: 900;
  color: var(--primary-color);
}
.hme-services-section .checked-list {
  justify-content: space-between;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .hme-services-section .checked-list {
    margin-top: 24px;
  }
}
@media (min-width: 1400px) {
  .hme-services-section .checked-list {
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  .hme-services-section .checked-list li {
    width: 45%;
  }
}

.hme-strip-section .wrapper {
  border-radius: 8px;
  border: var(--border-1);
  background: var(--gradient-2);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  backdrop-filter: blur(5px);
}
@media (min-width: 768px) {
  .hme-strip-section .wrapper {
    padding: 60px;
    border-radius: 12px;
  }
}
@media (min-width: 1400px) {
  .hme-strip-section .wrapper {
    padding: 86px 172px 86px 180px;
  }
}
.hme-strip-section .wrapper .hd-typ1 {
  margin-bottom: 0;
}

.hme-why-choose-section {
  text-align: center;
}
.hme-why-choose-section .custom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 768px) {
  .hme-why-choose-section .custom-row {
    gap: 24px 48px;
  }
}
@media (min-width: 1200px) {
  .hme-why-choose-section .custom-row {
    gap: 24px;
  }
}
.hme-why-choose-section .custom-row .cols {
  width: 100%;
  flex-grow: 1;
  min-height: 166px;
}
@media (min-width: 768px) {
  .hme-why-choose-section .custom-row .cols {
    width: calc(50% - 25px);
    min-height: 207px;
  }
}
@media (min-width: 1200px) {
  .hme-why-choose-section .custom-row .cols {
    width: calc(33.3333% - 16px);
    min-height: 223px;
  }
}
.hme-why-choose-section .item {
  border-radius: 12px;
  border: var(--border-1);
  background: var(--bg-1);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 12px;
  gap: 24px;
}
@media (min-width: 768px) {
  .hme-why-choose-section .item {
    padding: 32px 24px;
  }
}
@media (min-width: 1400px) {
  .hme-why-choose-section .item {
    padding: 40px 32px;
  }
}
.hme-why-choose-section .hd-typ3 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hme-why-choose-section .hd-typ3 {
    min-height: 63px;
  }
}
@media (min-width: 1400px) {
  .hme-why-choose-section .hd-typ3 {
    min-height: 68px;
  }
}

#scroll-to {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  background: var(--primary-color);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#scroll-to.top {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
@media (min-width: 768px) {
  #scroll-to {
    width: 58px;
    height: 58px;
    bottom: 120px;
    right: 44px;
  }
}
@media (min-width: 1024px) {
  #scroll-to {
    width: 48px;
    height: 48px;
    bottom: 140px;
    right: 100px;
  }
  #scroll-to svg {
    transition: transform 0.3s ease;
  }
  #scroll-to:hover svg {
    transform: translateY(-3px);
  }
}
@media (min-width: 1400px) {
  #scroll-to {
    bottom: 140px;
    right: 100px;
  }
}
@media (min-width: 1600px) {
  #scroll-to {
    bottom: 200px;
    right: 180px;
    width: 58px;
    height: 58px;
  }
}

#footer {
  padding-top: 60px;
  background-color: var(--dark-color);
}
@media (min-width: 1400px) {
  #footer {
    padding-top: 80px;
  }
}
#footer .top-wrap {
  border: var(--border-1);
  padding: 48px 20px 24px;
  border-radius: 8px;
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  #footer .top-wrap {
    border-radius: 12px;
    padding: 40px 46px 56px 32px;
    margin-bottom: 68px;
  }
}
@media (min-width: 1200px) {
  #footer .top-wrap {
    padding: 32px 56px 40px;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  #footer .top-wrap {
    margin-bottom: 80px;
    padding: 36px 76px 46px;
  }
}
@media (min-width: 1024px) {
  #footer .top-wrap .custom-row {
    display: flex;
    justify-content: space-between;
    gap: 76px;
  }
  #footer .top-wrap .custom-row .cols:first-child {
    width: 70.25%;
  }
  #footer .top-wrap .custom-row .btn-wrapper {
    margin-top: 16px;
  }
}
#footer .mid-wrap {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  #footer .mid-wrap {
    margin-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  #footer .mid-wrap {
    margin-bottom: 56px;
  }
}
#footer .mid-wrap .md-row {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1024px) {
  #footer .mid-wrap .md-row {
    flex-direction: row;
    gap: 60px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  #footer .mid-wrap .md-row {
    gap: 100px;
  }
}
#footer .mid-wrap .md-row .cols {
  flex: 1;
}
@media (min-width: 1024px) {
  #footer .mid-wrap .md-row .cols:first-child {
    width: 30%;
    flex: 0 0 auto;
  }
}
@media (min-width: 1400px) {
  #footer .mid-wrap .md-row .cols:first-child {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  #footer .mid-wrap .md-row .cols:last-child {
    width: 60%;
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  #footer .mid-wrap .md-row .cols:last-child {
    max-width: 780px;
  }
}
@media (min-width: 1400px) {
  #footer .mid-wrap .md-row .cols:last-child {
    width: 64%;
  }
}
#footer .mid-wrap .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #footer .mid-wrap .logo-wrapper {
    max-width: 280px;
  }
  #footer .mid-wrap .logo-wrapper img {
    width: 100%;
    height: auto;
  }
}
#footer .mid-wrap .txt {
  margin: 20px 0 28px;
  max-width: 464px;
  font-weight: 300;
}
@media (min-width: 768px) {
  #footer .mid-wrap .txt {
    margin: 48px 0 40px;
  }
}
@media (min-width: 1024px) {
  #footer .mid-wrap .txt {
    max-width: 364px;
    margin: 48px 0 56px;
  }
}
#footer .mid-wrap .social-media-wrap {
  display: flex;
  gap: 40px;
}
#footer .mid-wrap .social-media-wrap .item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
#footer .mid-wrap .social-media-wrap .item:hover {
  opacity: 0.8;
}
#footer .mid-wrap .ft-custom-row {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  #footer .mid-wrap .ft-custom-row {
    flex-direction: row;
    gap: 60px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  #footer .mid-wrap .ft-custom-row {
    gap: 40px;
  }
}
@media (min-width: 1400px) {
  #footer .mid-wrap .ft-custom-row {
    gap: 100px;
  }
}
#footer .mid-wrap .ft-custom-row .ft-cols {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  #footer .mid-wrap .ft-custom-row .ft-cols:first-child {
    width: 55%;
  }
  #footer .mid-wrap .ft-custom-row .ft-cols:last-child {
    width: 44%;
  }
}
@media (min-width: 1200px) {
  #footer .mid-wrap .ft-custom-row .ft-cols:first-child {
    width: 41%;
  }
  #footer .mid-wrap .ft-custom-row .ft-cols:last-child {
    width: 45%;
  }
}
@media (min-width: 1400px) {
  #footer .mid-wrap .ft-custom-row .ft-cols:first-child {
    width: 55%;
  }
  #footer .mid-wrap .ft-custom-row .ft-cols:last-child {
    width: 43%;
  }
}
#footer .mid-wrap .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 50px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  #footer .mid-wrap .nav-wrapper {
    margin-bottom: 48px;
    gap: 68px;
  }
}
@media (min-width: 1024px) {
  #footer .mid-wrap .nav-wrapper {
    gap: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  #footer .mid-wrap .nav-wrapper {
    gap: 68px;
    margin-top: 8px;
    margin-bottom: 75px;
  }
}
#footer .mid-wrap .nav-wrapper .nav-link {
  padding: 0;
}
@media (min-width: 1024px) {
  #footer .mid-wrap .nav-wrapper .nav-link {
    padding: 8px 0;
  }
  #footer .mid-wrap .nav-wrapper .nav-link:hover {
    opacity: 0.8;
  }
}
#footer .mid-wrap .service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  #footer .mid-wrap .service-wrapper {
    gap: 20px;
  }
}
#footer .mid-wrap .contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  #footer .mid-wrap .contact-wrapper {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  #footer .mid-wrap .contact-wrapper .item {
    width: 48%;
  }
  #footer .mid-wrap .contact-wrapper .item:nth-child(1) {
    order: 1;
  }
  #footer .mid-wrap .contact-wrapper .item:nth-child(2) {
    order: 3;
  }
  #footer .mid-wrap .contact-wrapper .item:nth-child(3) {
    order: 2;
  }
}
@media (min-width: 1024px) {
  #footer .mid-wrap .contact-wrapper .item {
    width: 100%;
  }
  #footer .mid-wrap .contact-wrapper .item:hover .item-txt {
    opacity: 0.8;
  }
}
#footer .mid-wrap .contact-wrapper .item-txt {
  transition: opacity 0.3s ease;
  max-width: 180px;
}
@media (min-width: 768px) {
  #footer .mid-wrap .contact-wrapper .item-txt {
    max-width: 266px;
  }
}
#footer .mid-wrap .contact-wrapper .item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
#footer .mid-wrap .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
}
#footer .mid-wrap .item-txt {
  font-size: var(--font-size-2);
  color: var(--primary-color);
  line-height: 1.5;
}
#footer .bottom-wrap {
  padding: 24px 20px;
  border-top: var(--border-1);
  text-align: center;
}
@media (min-width: 768px) {
  #footer .bottom-wrap {
    padding: 32px;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  #footer .bottom-wrap {
    padding: 40px 76px;
  }
}
#footer .bottom-wrap .txt {
  font-size: var(--font-size-sm);
  color: var(--secondary-color);
  margin: 0;
  text-align: center;
}

.inner-banner-section {
  min-height: 240px;
  position: relative;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .inner-banner-section {
    padding-top: 133px;
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .inner-banner-section {
    padding-top: 96px;
    min-height: 320px;
  }
}
@media (min-width: 1600px) {
  .inner-banner-section {
    min-height: 400px;
    padding-top: 133px;
  }
}
.inner-banner-section .content-wrapper {
  display: flex;
  justify-content: right;
}
.inner-banner-section .btn-wrapper {
  display: flex;
  margin-right: 27px;
}

.inner-rgt-section {
  position: relative;
}
.inner-rgt-section .custom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 768px) {
  .inner-rgt-section .custom-row {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .inner-rgt-section .custom-row {
    gap: 30px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .inner-rgt-section .custom-row {
    gap: 48px;
  }
}
@media (min-width: 1400px) {
  .inner-rgt-section .custom-row {
    gap: 90px;
  }
}
.inner-rgt-section .custom-row .cols {
  width: 100%;
}
.inner-rgt-section .custom-row .cols:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .inner-rgt-section .custom-row .cols:nth-child(2) {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .inner-rgt-section .custom-row .cols:nth-child(2) {
    gap: 40px;
    width: calc(60% - 30px);
  }
}
@media (min-width: 1200px) {
  .inner-rgt-section .custom-row .cols:nth-child(2) {
    width: calc(60% - 48px);
  }
}
@media (min-width: 1400px) {
  .inner-rgt-section .custom-row .cols:nth-child(2) {
    gap: 48px;
    width: calc(60% - 90px);
    max-width: 664px;
  }
}
@media (min-width: 1024px) {
  .inner-rgt-section .custom-row .cols:first-child {
    width: 40%;
  }
}
.inner-rgt-section .custom-row .cols:first-child .wrapper {
  position: relative;
}
@media (min-width: 1024px) {
  .inner-rgt-section .custom-row .cols:first-child .wrapper {
    position: sticky;
    height: 200px;
    top: 200px;
    left: 0;
    margin-top: 220px;
  }
}
@media (min-width: 1024px) {
  .inner-rgt-section .custom-row .cols:first-child .wrapper {
    margin-top: 300px;
    height: 400px;
  }
}
.inner-rgt-section .item {
  border-radius: 12px;
  border: var(--border-1);
  padding: 24px 32px 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  backdrop-filter: blur(5px);
}

.inner-partner-section .custom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media (min-width: 768px) {
  .inner-partner-section .custom-row {
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .inner-partner-section .custom-row {
    gap: 24px;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .inner-partner-section .custom-row {
    gap: 32px 48px;
  }
}
@media (min-width: 1400px) {
  .inner-partner-section .custom-row {
    gap: 32px 56px;
  }
}
.inner-partner-section .custom-row .cols {
  width: -moz-max-content;
  width: max-content;
}
.inner-partner-section .partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 118px;
  height: 50px;
  border-radius: 4px;
  border: var(--border-1);
  background: var(--bg-2);
}
@media (min-width: 768px) {
  .inner-partner-section .partner-logo {
    width: 160px;
    height: 69px;
  }
}
.inner-partner-section .partner-logo img {
  max-width: 100%;
  height: auto;
}

.inner-card-section .custom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 768px) {
  .inner-card-section .custom-row {
    gap: 24px 30px;
  }
}
.inner-card-section .custom-row .cols {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .inner-card-section .custom-row .cols {
    width: calc(50% - 15px);
  }
}
.inner-card-section .custom-row .cols {
  flex-grow: 1;
}
.inner-card-section .custom-row .item {
  border-radius: 12px;
  border: var(--border-1);
  background: var(--bg-1);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  backdrop-filter: blur(5px);
  height: 100%;
}
@media (min-width: 768px) {
  .inner-card-section .custom-row .item {
    padding: 32px 24px;
  }
}
@media (min-width: 1200px) {
  .inner-card-section .custom-row .item {
    padding: 36px 48px;
  }
}
@media (min-width: 1600px) {
  .inner-card-section .custom-row .item {
    padding: 36px 66px;
  }
}
.inner-card-section .title-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .inner-card-section .title-row .cols:first-child {
    width: 54%;
  }
  .inner-card-section .title-row .cols:last-child {
    width: 45%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .inner-card-section .title-row .cols:first-child {
    width: 54%;
  }
  .inner-card-section .title-row .cols:last-child {
    width: 45%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1600px) {
  .inner-card-section .title-row .cols:first-child {
    width: 53%;
  }
  .inner-card-section .title-row .cols:last-child {
    width: 46%;
    display: flex;
    align-items: center;
  }
}

.inner-strip-section {
  padding: 0px 0px 60px;
}
@media (min-width: 768px) {
  .inner-strip-section {
    padding: 0px 0px 80px;
  }
}
@media (min-width: 1400px) {
  .inner-strip-section {
    padding: 0px 0px 100px;
  }
}
.inner-strip-section .strip-wrapper {
  border-radius: 12px;
  background: var(--bg-3);
  overflow: hidden;
  border: var(--border-1);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .inner-strip-section .strip-wrapper {
    padding: 60px 32px;
  }
}
@media (min-width: 1400px) {
  .inner-strip-section .strip-wrapper {
    padding: 72px 42px 72px 78px;
  }
}
.inner-strip-section .custom-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .inner-strip-section .custom-row {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .inner-strip-section .custom-row {
    gap: 30px;
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .inner-strip-section .custom-row {
    gap: 48px;
  }
}
@media (min-width: 1400px) {
  .inner-strip-section .custom-row {
    gap: 80px;
  }
}
.inner-strip-section .custom-row .cols {
  min-width: 243px;
}
.inner-strip-section .custom-row .cols:last-child {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 1024px) {
  .inner-strip-section .custom-row .cols:last-child {
    justify-content: left;
  }
}

.inner-div-card-section .custom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 1200px) {
  .inner-div-card-section .custom-row {
    gap: 28px;
  }
}
.inner-div-card-section .custom-row .cols {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .inner-div-card-section .custom-row .cols {
    width: calc(33.33333% - 16px);
  }
}
@media (min-width: 1200px) {
  .inner-div-card-section .custom-row .cols {
    width: calc(33.33333% - 18.66666px);
  }
}
.inner-div-card-section .custom-row .card {
  border-radius: 5px;
  border: var(--border-1);
  backdrop-filter: blur(5px);
  background: var(--bg-1);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .inner-div-card-section .custom-row .card {
    padding: 32px 32px 32px 18px;
  }
}
@media (min-width: 1200px) {
  .inner-div-card-section .custom-row .card {
    padding: 48px 40px 48px 18px;
  }
}
@media (min-width: 1400px) {
  .inner-div-card-section .custom-row .card {
    padding: 55px 55px 55px 18px;
  }
}

.inner-contact-section .custom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (min-width: 768px) {
  .inner-contact-section .custom-row {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .inner-contact-section .custom-row {
    gap: 30px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .inner-contact-section .custom-row {
    gap: 48px;
  }
}
@media (min-width: 1400px) {
  .inner-contact-section .custom-row {
    gap: 100px;
  }
}
.inner-contact-section .custom-row .cols {
  width: 100%;
}
@media (min-width: 1024px) {
  .inner-contact-section .custom-row .cols:first-child {
    width: 41%;
  }
}
.inner-contact-section .custom-row .cols:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .inner-contact-section .custom-row .cols:nth-child(2) {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .inner-contact-section .custom-row .cols:nth-child(2) {
    gap: 40px;
    width: calc(59% - 48px);
  }
}
@media (min-width: 1400px) {
  .inner-contact-section .custom-row .cols:nth-child(2) {
    gap: 48px;
    width: calc(59% - 100px);
    max-width: 664px;
  }
}
.inner-contact-section .custom-row .contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .inner-contact-section .custom-row .contact-wrapper {
    gap: 32px;
  }
}
@media (min-width: 1600px) {
  .inner-contact-section .custom-row .contact-wrapper {
    gap: 40px;
  }
}
.inner-contact-section .custom-row .contact-wrapper .item {
  padding-left: 52px;
  position: relative;
  height: 30px;
}
.inner-contact-section .custom-row .contact-wrapper .item .icon {
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1024px) {
  .inner-contact-section .custom-row .contact-wrapper a:hover .item-txt {
    opacity: 0.8;
  }
}
.inner-contact-section .custom-row .working-hours {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .inner-contact-section .custom-row .working-hours {
    margin-top: 40px;
    gap: 24px;
  }
}
@media (min-width: 1400px) {
  .inner-contact-section .custom-row .working-hours {
    margin-top: 72px;
  }
}
@media (min-width: 1200px) {
  .inner-contact-section .custom-row .working-hours {
    margin-top: 100px;
  }
}
.inner-contact-section .custom-row .working-hours .hd {
  font-size: var(--font-hd-3);
  color: var(--success-color);
  font-weight: 700;
  margin-bottom: 0;
}
.inner-contact-section .custom-row .working-hours .wking-hours-txt {
  font-size: var(--font-hd-4);
  color: var(--primary-color);
  line-height: 1.5;
}
.inner-contact-section .custom-row .wpcf7 {
  border-radius: 12px;
  border: var(--border-1);
  background: var(--gradient3);
  padding: 24px 20px;
}
@media (min-width: 768px) {
  .inner-contact-section .custom-row .wpcf7 {
    border-radius: 20px;
    padding: 36px 32px;
  }
}
@media (min-width: 1024px) {
  .inner-contact-section .custom-row .wpcf7 {
    padding: 40px 36px;
  }
}
@media (min-width: 1400px) {
  .inner-contact-section .custom-row .wpcf7 {
    padding: 48px 42px;
  }
}
.inner-contact-section .custom-row .wpcf7 .input-data {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .inner-contact-section .custom-row .wpcf7 .input-data {
    gap: 20px;
  }
}
@media (min-width: 1400px) {
  .inner-contact-section .custom-row .wpcf7 .input-data {
    gap: 24px;
  }
}
.inner-contact-section .custom-row .wpcf7 .input-data label {
  font-size: var(--font-size-2);
  font-weight: 400;
  color: var(--primary-color);
  line-height: 1.4;
}
.inner-contact-section .custom-row .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  line-height: 0;
}
.inner-contact-section .custom-row .wpcf7 .wpcf7-form-control-wrap input, .inner-contact-section .custom-row .wpcf7 .wpcf7-form-control-wrap textarea {
  border-radius: 8px;
  border-bottom: var(--border-1);
  background: var(--dark-color);
  padding: 12px 16px;
  width: 100%;
  color: var(--primary-color);
  font-size: var(--font-size-md);
  line-height: 1.5;
  transition: border-color 0.3s ease;
}
.inner-contact-section .custom-row .wpcf7 .wpcf7-form-control-wrap input:focus, .inner-contact-section .custom-row .wpcf7 .wpcf7-form-control-wrap textarea:focus {
  border-color: var(--primary-color);
  outline: none;
}
.inner-contact-section .custom-row .wpcf7 .wpcf7-form-control-wrap textarea {
  resize: none;
}
.inner-contact-section .custom-row .wpcf7 .input-group {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .inner-contact-section .custom-row .wpcf7 .input-group {
    margin-top: 40px;
  }
}
@media (min-width: 1400px) {
  .inner-contact-section .custom-row .wpcf7 .input-group {
    margin-top: 48px;
  }
}
.inner-contact-section .custom-row .form-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .inner-contact-section .custom-row .form-list {
    gap: 32px;
  }
}
@media (min-width: 1400px) {
  .inner-contact-section .custom-row .form-list {
    gap: 40px;
  }
}

.map-embed {
  width: 100%;
  height: 391px;
}
.map-embed embed, .map-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.inner-image-strip-section .inner-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: var(--border-2);
  border-radius: 12px;
  background: url("../assets/plaude-mob.png") center/cover no-repeat;
  padding: 32px;
  min-height: 526px;
}
@media (min-width: 410px) {
  .inner-image-strip-section .inner-wrapper {
    background-position: top center;
  }
}
.inner-image-strip-section .inner-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient5);
  z-index: 1;
  mix-blend-mode: overlay;
}
@media (min-width: 768px) {
  .inner-image-strip-section .inner-wrapper::before {
    background: rgba(2, 15, 6, 0.6);
  }
}
@media (min-width: 576px) {
  .inner-image-strip-section .inner-wrapper {
    padding: 28px 28px;
  }
}
@media (min-width: 768px) {
  .inner-image-strip-section .inner-wrapper {
    border-radius: 16px;
    padding: 100px 36px;
    min-height: 927px;
    background: url("../assets/plaude-tab.png") center/cover no-repeat;
  }
}
@media (min-width: 1024px) {
  .inner-image-strip-section .inner-wrapper {
    flex-direction: row;
    align-items: start;
    padding: 40px 48px;
    min-height: 300px;
    background: url("../assets/plaude.png") center/cover no-repeat;
  }
}
@media (min-width: 1400px) {
  .inner-image-strip-section .inner-wrapper {
    padding: 124px 48px 80px;
    min-height: 416px;
  }
}
.inner-image-strip-section .lft-content {
  position: relative;
  z-index: 8;
  order: 2;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .inner-image-strip-section .lft-content {
    order: 0;
    max-width: 55%;
    margin-top: 0;
  }
}
.inner-image-strip-section .product-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
}
.inner-image-strip-section .product-strip a {
  color: var(--success-color-3);
  font-size: var(--font-size-lg);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.inner-image-strip-section .product-strip a:hover {
  opacity: 0.75;
}
.inner-image-strip-section .product-strip .sep {
  color: var(--success-color-3);
  font-size: var(--font-size-lg);
  opacity: 0.45;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.inner-image-strip-section .rgt-features {
  position: relative;
  z-index: 8;
  order: 1;
  display: flex;
  gap: 12px 60px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -16px;
  justify-content: center;
}
@media (min-width: 360px) {
  .inner-image-strip-section .rgt-features {
    gap: 12px 24px;
  }
}
@media (min-width: 768px) {
  .inner-image-strip-section .rgt-features {
    margin: 0;
    gap: 45px;
  }
}
@media (min-width: 1024px) {
  .inner-image-strip-section .rgt-features {
    order: 0;
    position: absolute;
    top: auto;
    right: 48px;
    bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .inner-image-strip-section .rgt-features {
    right: 83px;
  }
}
.inner-image-strip-section .feature-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  position: relative;
}
@media (min-width: 1024px) {
  .inner-image-strip-section .feature-item {
    gap: 8px;
  }
}
.inner-image-strip-section .feature-item:first-child .f-icon {
  width: 16px;
}
@media (min-width: 768px) {
  .inner-image-strip-section .feature-item:first-child .f-icon {
    width: 21px;
  }
}
.inner-image-strip-section .feature-item:first-child:after {
  display: none;
  content: none;
}
.inner-image-strip-section .feature-item:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 360px) {
  .inner-image-strip-section .feature-item:after {
    left: -12px;
  }
}
@media (min-width: 768px) {
  .inner-image-strip-section .feature-item:after {
    left: -23px;
    width: 2px;
  }
}
@media (max-width: 360px) {
  .inner-image-strip-section .feature-item:last-child:after {
    display: none;
    content: none;
  }
}
.inner-image-strip-section .f-icon {
  max-width: 24px;
  height: auto;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .inner-image-strip-section .f-icon {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.inner-image-strip-section .f-icon svg {
  display: block;
  max-width: 100%;
}
.inner-image-strip-section .f-desc {
  font-size: 10px;
  color: var(--primary-color);
  line-height: 1.3;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .inner-image-strip-section .f-desc {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .inner-image-strip-section .f-desc {
    font-size: var(--font-size-sm);
  }
}
.inner-image-strip-section .feature-sep {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 12px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .inner-image-strip-section .feature-sep {
    height: 36px;
    margin: 0 20px;
  }
}
@media (min-width: 1024px) {
  .inner-image-strip-section .feature-sep {
    margin: 0 24px;
  }
}

.error-svg {
  height: 200px;
  width: 200px;
}
@media (min-width: 768px) {
  .error-svg {
    height: 219px;
    width: 300px;
  }
}
@media (min-width: 1400px) {
  .error-svg {
    height: 219px;
    width: 318px;
  }
}

.error-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  height: 70svh;
}
@media (min-width: 768px) {
  .error-wrapper {
    gap: 35px;
    height: 80svh;
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .error-wrapper {
    gap: 35px;
    margin-top: 10px;
  }
}

.mrgn-top {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .mrgn-top {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .mrgn-top {
    margin-top: 60px;
  }
}/*# sourceMappingURL=style.css.map */