<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --template-color-0: #bcca00 !important;
  --template-color-1: #c6d401 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
display:block
}

body {
  width: 100% !important;
  overflow: auto !important;
  color: #252525;
}

.read_bt {
  margin-top: 20px;
}

.hamburger-menu {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.hamburger-menu:hover {
  outline: none;
  background-color: transparent;
  transform: scale(1.1);
}

.hamburger-menu:active {
  outline: none;
  background-color: transparent;
  transform: scale(1);
}

.hamburger-menu .bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: all 0.3s ease;
}

section:not(:first-child) {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding: 35px 0;
}

footer .copyright_section .container {
  display: flex;
  gap: 1rem;
}

footer .copyright_section .container p {
  width: 100% !important;
  margin: 0 !important;
  text-align: center;
}

.social_icon ul {
  flex-direction: column;
}

footer .copyright_section .container a {
  width: 100% !important;
  margin: 0 !important;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 505px) {
  footer .copyright_section .container {
    flex-direction: column;
  }
}

.partner {
  flex: 1;
  min-height: 625px;
  min-width: 300px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.carousel-item.active {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
  justify-content: center;
}

.carousel-indicators {
  position: static !important;
  margin: 0 !important;
}

@media (min-width: 0px) and (max-width: 650px) {
  .carousel-indicators {
    transform: none !important;
  }
}

.carousel {
  overflow: hidden;
  position: relative;
}

.partner-company {
  margin-top: 10px;
  font-size: 16px;
  font-style: italic;
  color: #333;
  font-weight: bolder;
  text-align: center;
}

.slides-container {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  flex: 0 0 100%;
}

.carousel img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

.slides-container .slide {
  background-color: white;
  border-radius: 20px;
}

.slides-container .slide:nth-of-type(3) img {
  object-fit: scale-down !important;
  mix-blend-mode: multiply !important;
}

.carousel-control.prev {
  left: 10px;
}

.carousel-control.next {
  right: 10px;
}

blockquote {
  padding: 0;
  margin: 0 10px;
}

.taital_text {
  font-size: 1.3rem;
}

#modal-children span &gt; p {
  margin: 10px 0 20px 0 !important;
}

#modal-children span &gt; h3 {
  margin-bottom: 20px;
}

#modal-children span &gt; div &gt; p {
  margin: 0;
  text-align: center;
}

#modal-children span:not(:first-child) &gt; h3 {
  margin-top: 30px !important;
}

#navbarSupportedContent {
  background: white !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .taital_left {
    width: 75%;
  }
}

.shared-testimonials-section {
  p {
    font-size: 1rem;
  }

  small {
    font-size: 0.85rem;
  }
}

@media (min-width: 100px) and (max-width: 990px) {
  #dropdownMenuButton {
    display: none;
  }

  #entries {
    grid-template-columns: 1fr !important;
  }

  #productsBtn {
    width: 100%;
  }

  .nav-item:has(#productsBtn) {
    padding: 0.5rem;
  }

  #settingsDropdown &gt; div {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    position: static !important;
    padding: 0.5rem !important;
    border: none !important;
  }

  #settingsDropdown &gt; div &gt; a {
    width: 100%;
    text-align: center;
    background-color: var(--template-color-0);
    border-radius: 15px;
    color: white;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .taital_left {
    width: 100%;
    float: none !important;
  }
}

@media (min-width: 100px) and (max-width: 767px) {
  .taital_left {
    width: 100%;
    float: none !important;
  }
}

@media (min-width: 100px) and (max-width: 991px) {
  a.carousel-control-prev {
    display: none;
  }
}

@media (min-width: 100px) and (max-width: 996px) {
  #loginBtn {
    width: 100%;
  }

  #settingsBtn {
    width: 100%;
  }
}
</pre></body></html>