@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&display=swap");
* {
  box-sizing: border-box;
}

.fullwidth {
  width: 100%;
  float: left;
}

.halfwidth {
  width: 100%;
  float: left;
}

body {
  width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  /*
    &::-webkit-scrollbar {
  width: 4px;
   }
  &::-webkit-scrollbar-thumb {
  background-color: #A6A5A3;
  border-radius: 2px;
   }
   */
}
body a {
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
body a:hover {
  text-decoration: none;
}
body .container {
  max-width: 1494px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 1600px) {
  body .container {
    max-width: 1240px !important;
  }
}
@media (max-width: 1400px) {
  body .container {
    max-width: 1140px !important;
  }
}
@media (max-width: 991px) {
  body .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body br {
  display: block;
}
body button:focus {
  outline: none;
}
body .theme-btn {
  border-radius: 42px;
  display: inline-flex;
  padding: 12px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.36px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  body .theme-btn {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
    gap: 8px;
    border-radius: 36px;
  }
}
@media (max-width: 768px) {
  body .theme-btn {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.3px;
    gap: 8px;
    border-radius: 32px;
  }
}
@media (max-width: 480px) {
  body .theme-btn {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.28px;
    gap: 6px;
    border-radius: 28px;
  }
}
body .theme-btn.orangebg-btn {
  border: 1.25px solid rgba(255, 255, 255, 0.25);
  background: var(--Color-primary-color, #F36D21);
  color: #fff;
}
body .theme-btn.orangebg-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 60%, transparent 70%);
  transform: translateX(-100%) rotate(25deg);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
body .theme-btn.orangebg-btn:hover {
  background: #E85A00;
  box-shadow: 0 8px 30px rgba(243, 109, 33, 0.4);
  color: #fff;
  transform: translateY(-3px);
}
body .theme-btn.orangebg-btn:hover::before {
  transform: translateX(100%) rotate(25deg);
}
body .theme-btn.orangebg-btn:active {
  transform: translateY(0) scale(0.97);
}
body .theme-btn.whitebg-btn {
  border: 1.25px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
body .theme-btn.whitebg-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.05) 40%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.05) 60%, transparent 70%);
  transform: translateX(-100%) rotate(25deg);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
body .theme-btn.whitebg-btn:hover {
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.2);
  color: #fff;
  transform: translateY(-3px);
}
body .theme-btn.whitebg-btn:hover::before {
  transform: translateX(100%) rotate(25deg);
}
body .theme-btn.whitebg-btn:active {
  transform: translateY(0) scale(0.97);
}
body .theme-btn.fullwhitebg-btn {
  border: 1.25px solid rgba(255, 105, 0, 0.25);
  background: #FFF;
  color: #FF6900;
}
body .theme-btn.fullwhitebg-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 105, 0, 0.05) 40%, rgba(255, 105, 0, 0.15) 50%, rgba(255, 105, 0, 0.05) 60%, transparent 70%);
  transform: translateX(-100%) rotate(25deg);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
body .theme-btn.fullwhitebg-btn:hover {
  background: #FF6900;
  color: #FFF;
  border-color: #FF6900;
  box-shadow: 0 8px 30px rgba(255, 105, 0, 0.35);
  transform: translateY(-3px);
}
body .theme-btn.fullwhitebg-btn:hover::before {
  transform: translateX(100%) rotate(25deg);
}
body .theme-btn.fullwhitebg-btn:active {
  transform: translateY(0) scale(0.97);
}
body .theme-btn:visited {
  color: #FFF;
}
body .theme-btn:visited.fullwhitebg-btn {
  color: #FF6900;
}
body .theme-btn:visited.fullwhitebg-btn:hover {
  color: #FFF;
}
body section {
  padding: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body ul,
body ol,
body table,
body blockquote,
body input,
body textarea {
  font-family: "Barlow", sans-serif;
}

footer.site-footer {
  display: flex;
  flex-direction: column;
  background: #F6F6F6;
  z-index: 1;
  position: relative;
  padding: 0;
}
footer.site-footer .footer-topwrap .container {
  max-width: 1780px;
  padding: 0 30px;
}
@media (max-width: 991px) {
  footer.site-footer .footer-topwrap .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner {
  display: flex;
  justify-content: space-between;
  padding: 38px 0 40px 0;
  gap: 30px;
}
@media (max-width: 991px) {
  footer.site-footer .footer-topwrap .footer-top-inner {
    flex-wrap: wrap;
    padding: 30px 20px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner {
    flex-direction: column;
    padding: 24px 16px;
    gap: 32px;
  }
}
@media (max-width: 480px) {
  footer.site-footer .footer-topwrap .footer-top-inner {
    padding: 20px 12px;
    gap: 28px;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
@media (max-width: 991px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-info {
    flex: 0 0 100%;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-info {
    gap: 20px;
    align-items: center;
    text-align: center;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-info .footer-logo img {
  width: 300px;
}
@media (max-width: 991px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-info .footer-logo img {
    width: 250px;
  }
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-info .footer-logo img {
    width: 200px;
  }
}
@media (max-width: 480px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-info .footer-logo img {
    width: 160px;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-info .contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-info .contact-details {
    align-items: center;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-info p {
  padding: 0;
  color: #353535;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
  margin: 0px;
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-info p {
    font-size: 14px;
    line-height: 18px;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-info p a {
  color: #353535;
  font-weight: 500;
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-nav {
  padding-top: 32px;
  width: 60%;
  margin-left: 10%;
  margin-right: 10%;
}
@media (max-width: 1600px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media (max-width: 1100px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav {
    margin-left: 0;
    margin-right: 5%;
  }
}
@media (max-width: 991px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav {
    padding-top: 0;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 60px;
  list-style-type: none;
  width: 100%;
}
@media (max-width: 1600px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links {
    gap: 10px;
  }
}
@media (max-width: 1100px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links {
    gap: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links > li {
  min-width: 30%;
}
@media (max-width: 991px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links > li {
    min-width: 28%;
  }
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links > li {
    min-width: 100%;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links > li > a {
  color: #1E1E1E;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.48px;
}
@media (max-width: 1600px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links > li > a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links > li > a {
    line-height: 28px;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 0 0 0;
  margin: 0;
}
@media (max-width: 1200px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links ul {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links ul {
    padding: 16px 0 0 0;
    align-items: center;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links ul li {
  list-style-type: none;
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links ul li a {
  color: #353535;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.36px;
}
@media (max-width: 1200px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links ul li a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-nav .nav-links ul li a {
    font-size: 16px;
    line-height: 22px;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-column {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 991px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-column {
    padding-top: 0;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-column {
    align-items: center;
    text-align: center;
    gap: 24px;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-column h4 {
  color: #1E1E1E;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.48px;
}
@media (max-width: 1600px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-column h4 {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-column h4 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-column h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-column .badge-image {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1600px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-column .badge-image {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-column .badge-image {
    flex-direction: column;
    gap: 16px;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .footer-column .badge-image a:nth-child(1) {
  padding-right: 24px;
  border-right: 1px solid rgba(53, 53, 53, 0.2);
}
@media (max-width: 1600px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-column .badge-image a:nth-child(1) {
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-column .badge-image a:nth-child(1) {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(53, 53, 53, 0.2);
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-column .badge-image a img {
    max-width: 120px;
    height: auto;
  }
}
@media (max-width: 480px) {
  footer.site-footer .footer-topwrap .footer-top-inner .footer-column .badge-image a img {
    max-width: 100px;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner .social-icons {
    justify-content: center;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .social-icons a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FF6900;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner .social-icons a {
    width: 36px;
    height: 36px;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .social-icons a img {
  width: max-content;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  footer.site-footer .footer-topwrap .footer-top-inner .social-icons a img {
    max-width: 16px;
  }
}
footer.site-footer .footer-topwrap .footer-top-inner .social-icons a:hover {
  background: #FF6900;
}
footer.site-footer .footer-topwrap .footer-top-inner .social-icons a:hover img {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}
footer.site-footer .footer-btm {
  border-top: 1px solid rgba(53, 53, 53, 0.2);
  background: #F6F6F6;
  padding: 20px 0;
}
footer.site-footer .footer-btm .container {
  max-width: 1940px;
  padding: 0 30px;
}
@media (max-width: 991px) {
  footer.site-footer .footer-btm .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
footer.site-footer .footer-btm .footer-btm-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media (max-width: 991px) {
  footer.site-footer .footer-btm .footer-btm-inner {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer.site-footer .footer-btm .footer-btm-inner {
    gap: 12px;
  }
}
footer.site-footer .footer-btm .footer-btm-inner p {
  color: #1E1E1E;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0;
}
@media (max-width: 1200px) {
  footer.site-footer .footer-btm .footer-btm-inner p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  footer.site-footer .footer-btm .footer-btm-inner p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer.site-footer .footer-btm .footer-btm-inner p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
}
footer.site-footer .footer-btm .footer-btm-inner p a {
  color: #1E1E1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
}
footer.site-footer .footer-btm .footer-btm-inner p a:hover {
  text-decoration: underline;
}
footer.site-footer .footer-btm .footer-btm-inner p a:visited {
  color: #1E1E1E;
}
@media (max-width: 1200px) {
  footer.site-footer .footer-btm .footer-btm-inner p a {
    font-size: 12px;
  }
}
footer.site-footer .footer-btm .footer-btm-inner ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 480px) {
  footer.site-footer .footer-btm .footer-btm-inner ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 15px;
  }
}
footer.site-footer .footer-btm .footer-btm-inner ul li {
  position: relative;
}
footer.site-footer .footer-btm .footer-btm-inner ul li:after {
  height: 11px;
  width: 1px;
  content: "";
  background: #1E1E1E;
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translate(0, -50%);
}
footer.site-footer .footer-btm .footer-btm-inner ul li:last-child:after {
  display: none;
}
@media (max-width: 480px) {
  footer.site-footer .footer-btm .footer-btm-inner ul li:after {
    height: 8px;
    right: -5px;
  }
}
footer.site-footer .footer-btm .footer-btm-inner ul li a {
  color: #1E1E1E;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  footer.site-footer .footer-btm .footer-btm-inner ul li a {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  footer.site-footer .footer-btm .footer-btm-inner ul li a {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}

.site-header {
  width: 100%;
  position: fixed;
  top: 26px;
  left: 0;
  z-index: 800;
}
.site-header .container {
  max-width: 1780px !important;
  position: relative;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .site-header .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.site-header .container .header-inner {
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1600px) {
  .site-header .container .header-inner {
    gap: 15px;
    padding: 10px 12px;
  }
}
.site-header .container .header-inner .header-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1450px) {
  .site-header .container .header-inner .header-left {
    gap: 25px;
  }
}
@media (max-width: 1200px) {
  .site-header .container .header-inner .header-left {
    gap: 20px;
  }
}
.site-header .container .header-inner .header-left .logo-wrapper {
  flex-shrink: 0;
}
.site-header .container .header-inner .header-left .logo-wrapper a {
  display: block;
}
.site-header .container .header-inner .header-left .logo-wrapper a img {
  height: 40px;
  width: auto;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .site-header .container .header-inner .header-left .logo-wrapper a img {
    max-width: 100px;
  }
}
.site-header .container .header-inner .header-left .menu-wrapper .menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 20px;
}
@media (max-width: 1600px) {
  .site-header .container .header-inner .header-left .menu-wrapper .menu {
    height: 50px;
  }
}
@media (max-width: 1350px) {
  .site-header .container .header-inner .header-left .menu-wrapper .menu {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .site-header .container .header-inner .header-left .menu-wrapper .menu {
    display: none;
  }
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li a {
  color: #FFF;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.36px;
  opacity: 1;
  text-transform: inherit;
  transition: color 0.3s ease;
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li a:after {
  display: none !important;
}
@media (max-width: 1400px) {
  .site-header .container .header-inner .header-left .menu-wrapper .menu li a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .site-header .container .header-inner .header-left .menu-wrapper .menu li a {
    font-size: 12px;
  }
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li a:hover {
  color: #FF6900;
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li a:hover > a {
  color: #FF6900;
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li.current_page_item > a {
  color: #FF6900;
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li.menu-item-has-children {
  padding-right: 15px;
  position: relative;
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li.menu-item-has-children:after {
  color: #fff;
  font-size: 16px;
  top: 2px;
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li.menu-item-has-children:before {
  width: 100px;
  height: 80px;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  cursor: pointer;
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li.menu-item-has-children ul {
  isolation: isolate;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  /* Blur what's behind it */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 20px 36px 20px 22px;
  width: 260px;
  position: absolute;
  z-index: 99;
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li.menu-item-has-children ul li a {
  background-color: transparent !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.36px;
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li.menu-item-has-children:hover ul {
  left: 0;
  display: block;
  top: 58px;
  opacity: 1;
  transition: all 0.3s ease;
  visibility: visible;
  overflow: hidden;
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li.menu-item-has-children:hover ul li {
  width: 100%;
  display: flex;
  margin-bottom: 0;
  transition: background 0.3s ease;
  padding: 12px 0px 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li.menu-item-has-children:hover ul li a {
  color: #FFF;
  padding: 0;
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li.menu-item-has-children:hover ul li a:hover {
  color: #FF6900;
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li.menu-item-has-children:hover ul li.active a {
  color: #FF6900;
}
.site-header .container .header-inner .header-left .menu-wrapper .menu li.current-menu-parent > a {
  color: #FF6900;
}
.site-header .container .header-inner .header-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}
@media (max-width: 1600px) {
  .site-header .container .header-inner .header-right {
    gap: 8px;
  }
}
@media (max-width: 1300px) {
  .site-header .container .header-inner .header-right .theme-btn {
    padding: 12px 15px;
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .site-header .container .header-inner .header-right .theme-btn {
    padding: 12px 12px;
    font-size: 13px;
  }
}
.site-header .container .header-inner .header-right .search-btn {
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  transition: all 0.3s ease;
  cursor: pointer;
}
.site-header .container .header-inner .header-right .search-btn img {
  width: max-content;
  transition: all 0.3s ease;
}
.site-header .container .header-inner .header-right .myshop-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.2);
  padding: 3px 18px;
  height: 48px;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (max-width: 1100px) {
  .site-header .container .header-inner .header-right .myshop-btn img {
    max-width: 100px;
  }
}
.site-header .container .header-inner .header-right .myshop-btn span {
  color: #FFF;
  font-size: 8.71px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 9.677px;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .site-header .container .header-inner .header-right .theme-btn {
    display: none;
  }
}
.site-header .container .header-inner .hamburger-menu {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
  z-index: 1005;
  flex-shrink: 0;
  position: relative;
}
.site-header .container .header-inner .hamburger-menu span {
  display: block;
  width: 25px;
  height: 2.5px;
  background: #FFFFFF;
  border-radius: 3px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.site-header .container .header-inner .hamburger-menu span:nth-child(2) {
  width: 20px;
}
.site-header .container .header-inner .hamburger-menu.active span {
  background: #1E1E1E;
}
.site-header .container .header-inner .hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.site-header .container .header-inner .hamburger-menu.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.site-header .container .header-inner .hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.site-header.header-scrolled .header-inner {
  background: #FFF;
  border-color: rgba(0, 0, 0, 0.1);
}
.site-header.header-scrolled .header-inner .header-left .menu-wrapper .menu li a {
  color: #1E1E1E;
}
.site-header.header-scrolled .header-inner .header-left .menu-wrapper .menu li:hover > a {
  color: #FF6900;
}
.site-header.header-scrolled .header-inner .header-left .menu-wrapper .menu li.menu-item-has-children:after {
  color: #1E1E1E;
}
.site-header.header-scrolled .header-inner .header-left .menu-wrapper .menu li.menu-item-has-children:hover ul {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #FFF;
}
.site-header.header-scrolled .header-inner .header-left .menu-wrapper .menu li.menu-item-has-children:hover ul li {
  border-bottom: 1px solid rgba(30, 30, 30, 0.25);
}
.site-header.header-scrolled .header-inner .header-left .menu-wrapper .menu li.menu-item-has-children:hover ul li a {
  color: #1E1E1E;
}
.site-header.header-scrolled .header-inner .header-left .menu-wrapper .menu li.menu-item-has-children:hover ul li a:hover {
  color: #FF6900;
}
.site-header.header-scrolled .header-inner .header-right .search-btn {
  border: 1.2px solid rgba(118, 120, 123, 0.2);
}
.site-header.header-scrolled .header-inner .header-right .search-btn img {
  filter: brightness(0.2);
}
.site-header.header-scrolled .header-inner .header-right .myshop-btn {
  border: 1px solid rgba(118, 120, 123, 0.25);
  background: #FFF;
}
.site-header.header-scrolled .header-inner .header-right .myshop-btn span {
  color: #76787B;
}
.site-header.header-scrolled .header-inner .header-right .whitebg-btn {
  border: 1.25px solid rgba(118, 120, 123, 0.25);
  background: #FFF;
  color: #F36D21;
}
.site-header.header-scrolled .header-inner .hamburger-menu span {
  background: #1E1E1E;
}
@media (max-width: 991px) {
  .site-header {
    top: 10px;
  }
  .site-header .container {
    padding: 0 12px;
  }
  .site-header .container .header-inner {
    border-radius: 30px;
    padding: 10px 14px;
    position: relative;
    z-index: 1002;
    gap: 15px;
  }
  .site-header .container .header-inner .header-left {
    gap: 20px;
  }
  .site-header .container .header-inner .header-left .logo-wrapper a img {
    height: 32px;
    max-width: none;
  }
  .site-header .container .header-inner .header-left .menu-wrapper {
    display: none;
  }
  .site-header .container .header-inner .header-right {
    gap: 10px;
  }
  .site-header .container .header-inner .header-right .search-btn {
    width: 40px;
    height: 40px;
  }
  .site-header .container .header-inner .header-right .search-btn img {
    width: 18px;
  }
  .site-header .container .header-inner .header-right .myshop-btn {
    height: 40px;
    padding: 2px 14px;
  }
  .site-header .container .header-inner .header-right .myshop-btn span {
    font-size: 7px;
  }
  .site-header .container .header-inner .header-right .theme-btn {
    display: none;
  }
  .site-header .container .header-inner .hamburger-menu {
    display: flex;
  }
  .site-header .mobile-menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
    visibility: hidden;
    pointer-events: none;
  }
  .site-header .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .site-header .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 85%;
    height: 100vh;
    background: #FFFFFF;
    z-index: 1000;
    padding: 80px 30px 30px;
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-y: auto;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
    visibility: hidden;
  }
  .site-header .mobile-menu.active {
    right: 0;
    visibility: visible;
  }
  .site-header .mobile-menu .mobile-menu-logo {
    margin-bottom: 30px;
  }
  .site-header .mobile-menu .mobile-menu-logo img {
    height: 32px;
    width: auto;
  }
  .site-header .mobile-menu .mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-header .mobile-menu .mobile-nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .site-header .mobile-menu .mobile-nav ul li.current-menu-item > a, .site-header .mobile-menu .mobile-nav ul li.current-menu-parent > a {
    color: #FF6900;
  }
  .site-header .mobile-menu .mobile-nav ul li a {
    color: #1E1E1E;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
  }
  .site-header .mobile-menu .mobile-nav ul li a:hover {
    color: #F36D21;
  }
  .site-header .mobile-menu .mobile-nav ul li ul li {
    padding: 8px 0 8px 15px;
  }
  .site-header .mobile-menu .mobile-nav ul li ul li:last-child {
    border-bottom: 0px;
  }
  .site-header .mobile-menu .mobile-nav ul li ul li a {
    font-size: 16px;
  }
  .site-header .mobile-menu .mobile-nav ul li ul li.current-menu-item > a {
    color: #FF6900;
  }
  .site-header .mobile-menu .mobile-menu-buttons {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .site-header .mobile-menu .mobile-menu-buttons .theme-btn {
    display: flex !important;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .site-header .mobile-menu .mobile-menu-buttons .theme-btn.whitebg-btn {
    border: 1.25px solid rgba(118, 120, 123, 0.25);
    background: #FFF;
    color: #F36D21;
  }
  .site-header .mobile-menu .mobile-menu-buttons .myshop-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 42px;
    padding: 3px 18px;
    height: 48px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid rgba(118, 120, 123, 0.25);
    background: #FFF;
  }
  .site-header .mobile-menu .mobile-menu-buttons .myshop-btn span {
    font-size: 7px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    line-height: 9.677px;
    color: #76787B;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .site-header .mobile-menu .mobile-menu-buttons {
    justify-content: center;
    align-items: center;
  }
  .site-header .mobile-menu .mobile-menu-buttons a {
    width: 200px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .site-header {
    top: 8px;
  }
  .site-header .container {
    padding: 0 15px;
  }
  .site-header .container .header-inner {
    border-radius: 20px;
    padding: 8px 12px;
    gap: 10px;
  }
  .site-header .container .header-inner .header-left .logo-wrapper a img {
    height: 28px;
  }
  .site-header .container .header-inner .header-right {
    gap: 8px;
  }
  .site-header .container .header-inner .header-right .search-btn {
    width: 36px;
    height: 36px;
  }
  .site-header .container .header-inner .header-right .search-btn img {
    width: 16px;
  }
  .site-header .container .header-inner .header-right .myshop-btn {
    display: none;
  }
  .site-header .container .header-inner .hamburger-menu span {
    width: 22px;
    height: 2px;
  }
  .site-header .mobile-menu {
    width: 100%;
    max-width: 100%;
    padding: 70px 20px 20px;
  }
  .site-header .mobile-menu .mobile-nav ul li a {
    font-size: 18px;
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  .site-header .hamburger-menu {
    display: none !important;
  }
  .site-header .mobile-menu,
  .site-header .mobile-menu-overlay {
    display: none !important;
  }
}

.web-content-wrap {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
}

.hidden-div {
  display: none !important;
  visibility: hidden !important;
}

.home-page .video-banner {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-page .video-banner {
    height: auto;
  }
}
.home-page .video-banner__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
@media (max-width: 991px) {
  .home-page .video-banner__wrapper {
    height: auto;
    position: relative;
  }
}
.home-page .video-banner__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 300px;
}
.home-page .video-banner__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgb(30, 30, 30) 0%, rgba(30, 30, 30, 0) 50%);
}
@media (max-width: 768px) {
  .home-page .video-banner__overlay {
    height: 70%;
  }
}
.home-page .video-banner__content {
  position: fixed;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 40px;
  bottom: 60px;
}
@media (max-width: 991px) {
  .home-page .video-banner__content {
    padding: 30px;
    bottom: 100px;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .home-page .video-banner__content {
    padding: 20px;
    bottom: 30px;
  }
}
@media (max-width: 480px) {
  .home-page .video-banner__content {
    padding: 16px;
    bottom: 20px;
  }
}
.home-page .banner-intro {
  max-width: 900px;
}
@media (max-width: 991px) {
  .home-page .banner-intro {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .home-page .banner-intro {
    max-width: 100%;
  }
}
.home-page .banner-intro__title {
  color: #FFF;
  font-size: clamp(1.625rem, 5.2083333333vw, 6.25rem);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -6px;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  .home-page .banner-intro__title {
    letter-spacing: normal;
  }
}
@media (max-width: 768px) {
  .home-page .banner-intro__title {
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .home-page .banner-intro__title {
    padding-bottom: 0px;
  }
}
.home-page .banner-intro__description {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.36px;
  max-width: 620px;
  padding-bottom: 24px;
  margin: 0;
}
@media (max-width: 991px) {
  .home-page .banner-intro__description {
    font-size: 16px;
    line-height: 22px;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .home-page .banner-intro__description {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    padding-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .home-page .banner-intro__description {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 12px;
  }
}
.home-page .stacdata-wraper {
  position: relative;
  z-index: 1;
  border-radius: 32px 32px 0 0;
  background: url("../images/home/background-stacksection.png") bottom left no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 54px;
}
@media (max-width: 991px) {
  .home-page .stacdata-wraper {
    padding: 60px 0;
    border-radius: 24px 24px 0 0;
    margin-top: -30px;
  }
}
@media (max-width: 768px) {
  .home-page .stacdata-wraper {
    padding-top: 40px;
    border-radius: 16px 16px 0 0;
  }
}
@media (max-width: 480px) {
  .home-page .stacdata-wraper {
    padding-top: 30px;
  }
}
.home-page .stacdata-wraper .stac-data-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .home-page .stacdata-wraper .stac-data-inner {
    gap: 40px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .home-page .stacdata-wraper .stac-data-inner {
    gap: 30px;
  }
}
.home-page .stacdata-wraper .stac-data-inner .static-data-inner {
  width: 60%;
  display: flex;
  gap: 24px;
  flex-direction: column;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner {
    width: 100%;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner {
    gap: 16px;
  }
}
.home-page .stacdata-wraper .stac-data-inner .static-data-inner h3 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.96px;
  max-width: 720px;
}
@media (max-width: 991px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner h3 {
    font-size: 36px;
    line-height: 40px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 480px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.home-page .stacdata-wraper .stac-data-inner .static-data-inner p {
  max-width: 600px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
}
@media (max-width: 991px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner p {
    max-width: 100%;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner p {
    font-size: 14px;
    line-height: 18px;
  }
}
.home-page .stacdata-wraper .stac-data-inner .static-data-inner a {
  width: max-content;
}
@media (max-width: 991px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner a {
    width: auto;
  }
}
.home-page .stacdata-wraper .stac-data-inner .static-data-inner .counting-items {
  display: flex;
  padding-top: 15px;
  gap: 10px;
}
@media (max-width: 991px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner .counting-items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner .counting-items {
    gap: 16px;
  }
}
.home-page .stacdata-wraper .stac-data-inner .static-data-inner .counting-items .count-elemnt {
  max-width: 248px;
  padding-right: 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1400px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner .counting-items .count-elemnt {
    gap: 5px;
  }
}
@media (max-width: 1024px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner .counting-items .count-elemnt {
    max-width: 200px;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner .counting-items .count-elemnt {
    max-width: 160px;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner .counting-items .count-elemnt {
    max-width: 140px;
  }
}
.home-page .stacdata-wraper .stac-data-inner .static-data-inner .counting-items .count-elemnt h2 {
  display: flex;
  width: 94px;
  height: 94px;
  align-items: center;
  color: #FFF;
  font-size: 94px;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(3.125rem, 4.8958333333vw, 5.875rem);
  line-height: 100%;
  letter-spacing: -2px;
}
@media (max-width: 1600px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner .counting-items .count-elemnt h2 {
    height: auto;
  }
}
@media (max-width: 992px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner .counting-items .count-elemnt h2 {
    width: 100%;
    justify-content: center;
  }
}
.home-page .stacdata-wraper .stac-data-inner .static-data-inner .counting-items .count-elemnt h4 {
  color: #FFF;
  font-size: clamp(1.25rem, 1.5625vw, 1.875rem);
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -2px;
}
.home-page .stacdata-wraper .stac-data-inner .static-data-inner .counting-items .count-elemnt p {
  color: #F6F6F6;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.36px;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner .counting-items .count-elemnt p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .home-page .stacdata-wraper .stac-data-inner .static-data-inner .counting-items .count-elemnt p {
    font-size: 14px;
    line-height: 16px;
  }
}
.home-page .stacdata-wraper .stac-data-inner .staticdata-banner {
  width: calc(40% - 30px);
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .home-page .stacdata-wraper .stac-data-inner .staticdata-banner {
    width: 100%;
    max-width: 500px;
  }
}
.home-page .stacdata-wraper .stac-data-inner .staticdata-banner img {
  width: auto;
  max-width: 100%;
  border-radius: 50px 24px;
}
@media (max-width: 768px) {
  .home-page .stacdata-wraper .stac-data-inner .staticdata-banner img {
    border-radius: 30px 16px;
  }
}
.home-page .overview-box-wrap {
  background: url("../images/home/promis-making-bg.png") left top no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.home-page .overview-box-wrap .container {
  max-width: 1600px;
}
.home-page .overview-box-wrap .overview-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.home-page .overview-box-wrap .overview-inner h3 {
  color: #FF6900;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.96px;
}
@media (max-width: 991px) {
  .home-page .overview-box-wrap .overview-inner h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-page .overview-box-wrap .overview-inner h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 480px) {
  .home-page .overview-box-wrap .overview-inner h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.home-page .overview-box-wrap .overview-inner p {
  max-width: 873px;
  color: #1E1E1E;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
}
@media (max-width: 991px) {
  .home-page .overview-box-wrap .overview-inner p {
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .home-page .overview-box-wrap .overview-inner p {
    font-size: 16px;
    line-height: 20px;
  }
}
.home-page .overview-box-wrap .overview-inner .home-animate-img-wrap {
  position: relative;
}
.home-page .overview-box-wrap .overview-inner .home-animate-img-wrap img {
  width: 100%;
  max-width: 100%;
}
.home-page .overview-box-wrap .overview-inner .home-animate-img-wrap .animate-flower {
  position: absolute;
  z-index: 4;
}
.home-page .overview-box-wrap .overview-inner .home-animate-img-wrap .animate-flower img {
  width: max-content;
}
@media (max-width: 991px) {
  .home-page .overview-box-wrap .overview-inner .home-animate-img-wrap .animate-flower img {
    transform: scale(0.5);
  }
}
@media (max-width: 767px) {
  .home-page .overview-box-wrap .overview-inner .home-animate-img-wrap .animate-flower img {
    transform: scale(0.3);
  }
}
.home-page .overview-box-wrap .overview-inner .home-animate-img-wrap .animate-flower.animate-itm-1 {
  top: 75%;
  left: 12%;
}
.home-page .overview-box-wrap .overview-inner .home-animate-img-wrap .animate-flower.animate-itm-1 .flower-wrapper {
  animation: rotateFlower 8s linear infinite;
}
@media (max-width: 500px) {
  .home-page .overview-box-wrap .overview-inner .home-animate-img-wrap .animate-flower.animate-itm-1 {
    top: 55%;
  }
}
.home-page .overview-box-wrap .overview-inner .home-animate-img-wrap .animate-flower.animate-itm-2 {
  top: 10%;
  left: 14%;
}
.home-page .overview-box-wrap .overview-inner .home-animate-img-wrap .animate-flower.animate-itm-2 .flower-wrapper {
  animation: rotateFlower 16s linear infinite;
}
@media (max-width: 500px) {
  .home-page .overview-box-wrap .overview-inner .home-animate-img-wrap .animate-flower.animate-itm-2 {
    top: -10%;
    left: 5%;
  }
}
.home-page .overview-box-wrap .overview-inner .home-animate-img-wrap .animate-flower.animate-itm-3 {
  top: 80%;
  right: 20%;
}
.home-page .overview-box-wrap .overview-inner .home-animate-img-wrap .animate-flower.animate-itm-3 .flower-wrapper {
  animation: rotateFlower 20s linear infinite;
}
@media (max-width: 500px) {
  .home-page .overview-box-wrap .overview-inner .home-animate-img-wrap .animate-flower.animate-itm-3 {
    top: 50%;
    right: 5%;
  }
}
.home-page .promotions-wrapper {
  padding: 48px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .home-page .promotions-wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .home-page .promotions-wrapper {
    padding: 24px 0;
  }
}
.home-page .promotions-wrapper .container {
  position: relative;
}
.home-page .promotions-wrapper .promotions-slider {
  overflow: visible;
  margin-right: -50vw;
  padding-right: 50vw;
  touch-action: pan-y;
}
@media (max-width: 991px) {
  .home-page .promotions-wrapper .promotions-slider {
    margin-right: -30vw;
    padding-right: 30vw;
  }
}
@media (max-width: 768px) {
  .home-page .promotions-wrapper .promotions-slider {
    margin-right: -20vw;
    padding-right: 20vw;
  }
}
.home-page .promotions-wrapper .promotions-slider .swiper-slide {
  max-width: 870px;
  flex-shrink: 0;
  height: auto;
  position: relative;
}
.home-page .promotions-wrapper .promotions-slider .swiper-slide .play-btn-promotion {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}
.home-page .promotions-wrapper .promotions-slider .swiper-slide .play-btn-promotion img {
  width: 80px;
  height: 80px;
  transition: all 0.3s ease;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .home-page .promotions-wrapper .promotions-slider .swiper-slide .play-btn-promotion img {
    width: 40px;
    height: 40px;
  }
}
.home-page .promotions-wrapper .promotions-slider .swiper-slide .play-btn-promotion:hover img {
  transform: scale(0.9);
  background: rgba(0, 0, 0, 0.6);
}
.home-page .promotions-wrapper .promotions-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
  object-position: center;
}
@media (max-width: 768px) {
  .home-page .promotions-wrapper .promotions-slider .swiper-slide img {
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .home-page .promotions-wrapper .promotions-slider .swiper-slide img {
    border-radius: 8px;
  }
}
.home-page .impact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .home-page .impact-section {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .home-page .impact-section {
    padding: 20px 0;
  }
}
.home-page .impact-section .impact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 991px) {
  .home-page .impact-section .impact-inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .home-page .impact-section .impact-inner {
    gap: 30px;
  }
}
.home-page .impact-section .impact-content {
  max-width: 45%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .home-page .impact-section .impact-content {
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
  }
}
.home-page .impact-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .home-page .impact-section__content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .home-page .impact-section__content {
    order: 2;
  }
}
.home-page .impact-section__logo {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .home-page .impact-section__logo {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 480px) {
  .home-page .impact-section__logo {
    width: 100px;
    height: 100px;
  }
}
.home-page .impact-section__logo img {
  width: 100%;
  object-fit: cover;
}
.home-page .impact-section__title {
  color: #FF6900;
  text-align: center;
  font-size: clamp(1.25rem, 2.1875vw, 2.625rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.84px;
  text-transform: capitalize;
  margin: 7px 0;
}
.home-page .impact-section__description {
  color: #353535;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .home-page .impact-section__description {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .home-page .impact-section__description {
    font-size: 16px;
    line-height: 20px;
  }
}
.home-page .impact-section__button {
  width: max-content;
}
@media (max-width: 768px) {
  .home-page .impact-section__button {
    width: auto;
  }
}
.home-page .impact-section__image {
  max-width: 724px;
  width: 50%;
  border-radius: 20px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1.1;
}
@media (max-width: 991px) {
  .home-page .impact-section__image {
    width: 100%;
    max-width: 600px;
    aspect-ratio: unset;
  }
}
@media (max-width: 768px) {
  .home-page .impact-section__image {
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .home-page .impact-section__image {
    border-radius: 12px;
  }
}
.home-page .impact-section__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .impact-section__image button {
  position: absolute;
  transition: all 0.3s ease;
  outline: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border: 0;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
@media (max-width: 768px) {
  .home-page .impact-section__image button {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .home-page .impact-section__image button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.home-page .impact-section__image button svg {
  width: 30px;
}
@media (max-width: 768px) {
  .home-page .impact-section__image button svg {
    width: 24px;
  }
}
@media (max-width: 480px) {
  .home-page .impact-section__image button svg {
    width: 18px;
  }
}
.home-page .impact-section__image button svg.play-icon {
  display: block;
}
.home-page .impact-section__image button svg.pause-icon {
  display: none;
}
.home-page .impact-section__image button.is-playing svg.play-icon {
  display: none;
}
.home-page .impact-section__image button.is-playing svg.pause-icon {
  display: block;
}
.home-page .impact-section__image:hover button {
  opacity: 1;
}
.home-page .impact-section__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.3) 38.35%, rgba(30, 30, 30, 0.6) 122.93%);
  pointer-events: none;
}
.home-page .impact-section__image.is-playing::after {
  opacity: 0;
  pointer-events: none;
}
.home-page .impact-section__stats {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .home-page .impact-section__stats {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .home-page .impact-section__stats {
    gap: 16px;
  }
}
.home-page .stat-item {
  width: 314px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .home-page .stat-item {
    width: 220px;
  }
}
@media (max-width: 768px) {
  .home-page .stat-item {
    width: 160px;
  }
}
@media (max-width: 480px) {
  .home-page .stat-item {
    width: 140px;
  }
}
.home-page .stat-item__number {
  display: flex;
  align-items: center;
  gap: 11px;
}
.home-page .stat-item__value {
  font-weight: 700;
  font-size: clamp(1.875rem, 3.6458333333vw, 4.375rem);
  line-height: 1;
  color: #ff6900;
}
.home-page .stat-item__suffix {
  font-weight: 500;
  font-size: 70px;
  color: #ff6900;
}
@media (max-width: 991px) {
  .home-page .stat-item__suffix {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .home-page .stat-item__suffix {
    font-size: 28px;
  }
}
.home-page .stat-item__title {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #1e1e1e;
  margin: 0;
}
@media (max-width: 991px) {
  .home-page .stat-item__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .home-page .stat-item__title {
    font-size: 16px;
  }
}
.home-page .stat-item__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #353535;
  opacity: 0.8;
  margin: 0;
}
@media (max-width: 991px) {
  .home-page .stat-item__description {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .home-page .stat-item__description {
    font-size: 14px;
    line-height: 16px;
  }
}
.home-page .brands-wrapper {
  background: url("../images/about/about-partners-bg.jpg");
  background-size: cover;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .home-page .brands-wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .home-page .brands-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .home-page .brands-wrapper {
    padding: 30px 0;
  }
}
.home-page .brands-wrapper .brands-inner {
  display: flex;
  gap: 21px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .home-page .brands-wrapper .brands-inner {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .home-page .brands-wrapper .brands-inner {
    gap: 24px;
  }
}
.home-page .brands-wrapper .brands-inner .brands-info {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 380px;
}
@media (max-width: 991px) {
  .home-page .brands-wrapper .brands-inner .brands-info {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}
.home-page .brands-wrapper .brands-inner .brands-info h3 {
  color: #FF6900;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.96px;
}
@media (max-width: 991px) {
  .home-page .brands-wrapper .brands-inner .brands-info h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-page .brands-wrapper .brands-inner .brands-info h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.home-page .brands-wrapper .brands-inner .brands-info p {
  color: #353535;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
}
@media (max-width: 991px) {
  .home-page .brands-wrapper .brands-inner .brands-info p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .home-page .brands-wrapper .brands-inner .brands-info p {
    font-size: 16px;
    line-height: 20px;
  }
}
.home-page .brands-wrapper .brands-inner .brands-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}
@media (max-width: 991px) {
  .home-page .brands-wrapper .brands-inner .brands-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .home-page .brands-wrapper .brands-inner .brands-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.home-page .brands-wrapper .brands-inner .brands-list .brand-box {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease;
  border-radius: 12px;
  border: 1px solid rgba(30, 30, 30, 0.25);
  background: #FFF;
  gap: 8px;
}
.home-page .brands-wrapper .brands-inner .brands-list .brand-box:hover {
  background: #FFECE6;
}
@media (max-width: 768px) {
  .home-page .brands-wrapper .brands-inner .brands-list .brand-box {
    padding: 16px;
  }
}
@media (max-width: 480px) {
  .home-page .brands-wrapper .brands-inner .brands-list .brand-box {
    padding: 12px;
  }
}
.home-page .brands-wrapper .brands-inner .brands-list .brand-box strong {
  color: #353535;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.56px;
}
@media (max-width: 991px) {
  .home-page .brands-wrapper .brands-inner .brands-list .brand-box strong {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .home-page .brands-wrapper .brands-inner .brands-list .brand-box strong {
    font-size: 18px;
    line-height: 22px;
  }
}
.home-page .brands-wrapper .brands-inner .brands-list .brand-box img {
  max-height: 120px;
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .home-page .brands-wrapper .brands-inner .brands-list .brand-box img {
    max-height: 80px;
  }
}
@media (max-width: 480px) {
  .home-page .brands-wrapper .brands-inner .brands-list .brand-box img {
    max-height: 60px;
  }
}
.home-page .phy-digi-wrapper {
  background: url("../images/home/background-stacksection.png") bottom left no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .home-page .phy-digi-wrapper {
    padding: 30px 0;
  }
}
.home-page .phy-digi-wrapper .container {
  max-width: 1700px;
}
.home-page .phy-digi-wrapper .phy-digi-sliders {
  gap: 16px;
  height: 750px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1600px) {
  .home-page .phy-digi-wrapper .phy-digi-sliders {
    width: 50%;
    flex-shrink: 0;
  }
}
@media (max-width: 991px) {
  .home-page .phy-digi-wrapper .phy-digi-sliders {
    height: 500px;
    gap: 12px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-page .phy-digi-wrapper .phy-digi-sliders {
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .home-page .phy-digi-wrapper .phy-digi-sliders {
    gap: 6px;
  }
}
.home-page .phy-digi-wrapper .marquee-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home-page .phy-digi-wrapper .marquee-wrapper {
    border-radius: 8px;
  }
}
.home-page .phy-digi-wrapper .marquee-wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.home-page .phy-digi-wrapper .marquee-wrapper ul li {
  aspect-ratio: 1/1.3;
}
.home-page .phy-digi-wrapper .marquee-wrapper ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  border: 8px solid #fff;
}
@media (max-width: 768px) {
  .home-page .phy-digi-wrapper .marquee-wrapper ul li img {
    border-radius: 8px;
    border: 4px solid #fff;
  }
}
@media (max-width: 480px) {
  .home-page .phy-digi-wrapper .marquee-wrapper ul li img {
    border-radius: 6px;
    border: 3px solid #fff;
  }
}
.home-page .phy-digi-wrapper .phy-digi-inner {
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .home-page .phy-digi-wrapper .phy-digi-inner {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .home-page .phy-digi-wrapper .phy-digi-inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .home-page .phy-digi-wrapper .phy-digi-inner {
    gap: 30px;
  }
}
.home-page .phy-digi-wrapper .phy-digi-inner .phy-digi-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 750px;
}
@media (max-width: 1100px) {
  .home-page .phy-digi-wrapper .phy-digi-inner .phy-digi-info {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .home-page .phy-digi-wrapper .phy-digi-inner .phy-digi-info {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}
.home-page .phy-digi-wrapper .phy-digi-inner .phy-digi-info h3 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.96px;
}
@media (max-width: 991px) {
  .home-page .phy-digi-wrapper .phy-digi-inner .phy-digi-info h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-page .phy-digi-wrapper .phy-digi-inner .phy-digi-info h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.home-page .phy-digi-wrapper .phy-digi-inner .phy-digi-info p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .home-page .phy-digi-wrapper .phy-digi-inner .phy-digi-info p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .home-page .phy-digi-wrapper .phy-digi-inner .phy-digi-info p {
    font-size: 16px;
    line-height: 20px;
  }
}
.home-page .phy-digi-wrapper .phy-digi-inner .phy-digi-info a {
  width: max-content;
}
@media (max-width: 991px) {
  .home-page .phy-digi-wrapper .phy-digi-inner .phy-digi-info a {
    width: auto;
  }
}
.home-page .phy-digi-wrapper .phy-digi-inner .phy-digi-info .buttons-wrapper {
  padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .home-page .phy-digi-wrapper .phy-digi-inner .phy-digi-info .buttons-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .home-page .phy-digi-wrapper .phy-digi-inner .phy-digi-info .buttons-wrapper img {
    max-width: 140px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .home-page .phy-digi-wrapper .phy-digi-inner .phy-digi-info .buttons-wrapper img {
    max-width: 120px;
  }
}
.home-page .testimonials-wrapper {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .home-page .testimonials-wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .home-page .testimonials-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .home-page .testimonials-wrapper {
    padding: 30px 0;
  }
}
.home-page .testimonials-wrapper .container {
  max-width: 1490px;
}
.home-page .testimonials-wrapper .testimials-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0px 50px;
}
.home-page .testimonials-wrapper .testimials-inner h2 {
  color: #FF6900;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.96px;
}
@media (max-width: 991px) {
  .home-page .testimonials-wrapper .testimials-inner h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .home-page .testimonials-wrapper .testimials-inner h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.home-page .testimonials-wrapper .testimials-inner p {
  color: #1E1E1E;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
}
@media (max-width: 991px) {
  .home-page .testimonials-wrapper .testimials-inner p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .home-page .testimonials-wrapper .testimials-inner p {
    font-size: 16px;
    line-height: 20px;
  }
}
.home-page .testimonials-wrapper .testimonials-content {
  width: 100%;
}
.home-page .testimonials-wrapper .testimonials-content .testimonial-item {
  display: flex;
  height: auto;
}
.home-page .testimonials-wrapper .testimonials-content .testimonial-item .swiper-itm-inner {
  border-radius: 20px;
  border: 1px solid rgba(255, 105, 0, 0.1);
  background: rgba(255, 105, 0, 0.1);
  padding: 42px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .home-page .testimonials-wrapper .testimonials-content .testimonial-item .swiper-itm-inner {
    padding: 30px 30px 40px 30px;
  }
}
@media (max-width: 768px) {
  .home-page .testimonials-wrapper .testimonials-content .testimonial-item .swiper-itm-inner {
    padding: 24px 20px 30px 20px;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .home-page .testimonials-wrapper .testimonials-content .testimonial-item .swiper-itm-inner {
    padding: 16px 16px 20px 16px;
    gap: 12px;
  }
}
.home-page .testimonials-wrapper .testimonials-content .testimonial-item .swiper-itm-inner p {
  color: #353535;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: left;
}
@media (max-width: 1600px) {
  .home-page .testimonials-wrapper .testimonials-content .testimonial-item .swiper-itm-inner p {
    font-size: 16px;
    line-height: 1.25;
  }
}
.home-page .testimonials-wrapper .testimonials-content .testimonial-item .swiper-itm-inner img {
  max-width: 120px;
}
@media (max-width: 1600px) {
  .home-page .testimonials-wrapper .testimonials-content .testimonial-item .swiper-itm-inner img {
    max-width: 80px;
  }
}
@media (max-width: 480px) {
  .home-page .testimonials-wrapper .testimonials-content .testimonial-item .swiper-itm-inner img {
    max-width: 60px;
  }
}
.home-page .testimonials-wrapper .testimonials-content .testimonial-item .swiper-itm-inner .user-details {
  padding-top: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.home-page .testimonials-wrapper .testimonials-content .testimonial-item .swiper-itm-inner .user-details h4 {
  color: #1E1E1E;
  font-size: clamp(1.25rem, 1.4583333333vw, 1.75rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.56px;
  margin-bottom: 4px;
}
.home-page .testimonials-wrapper .testimonials-content .testimonial-item .swiper-itm-inner .user-details p {
  color: #353535;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.home-page .testimonials-wrapper .testimonials-content .swiper-pagination {
  position: relative;
  padding-top: 30px;
}
.home-page .testimonials-wrapper .testimonials-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF6900;
}
.home-page .testimonials-wrapper .testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0.882px solid rgba(255, 105, 0, 0.25);
  background: rgba(255, 105, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.home-page .testimonials-wrapper .testimonial-arrow img {
  transition: filter 0.2s ease;
  width: 16px;
}
.home-page .testimonials-wrapper .testimonial-arrow:hover {
  background-color: #FF6900;
}
.home-page .testimonials-wrapper .testimonial-arrow:hover img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1024px) {
  .home-page .testimonials-wrapper .testimonial-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .home-page .testimonials-wrapper .testimonial-arrow {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 576px) {
  .home-page .testimonials-wrapper .testimonial-arrow {
    width: 32px;
    height: 32px;
  }
}
.home-page .testimonials-wrapper .testimonial-arrow-prev {
  left: -40px;
}
@media (max-width: 1200px) {
  .home-page .testimonials-wrapper .testimonial-arrow-prev {
    left: 0;
  }
}
.home-page .testimonials-wrapper .testimonial-arrow-next {
  right: -40px;
}
@media (max-width: 1200px) {
  .home-page .testimonials-wrapper .testimonial-arrow-next {
    right: 0;
  }
}

.footer-contact-wrap {
  background: #F6F6F6;
  padding: 80px 0 40px 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .footer-contact-wrap {
    padding: 60px 0 30px 0;
  }
}
@media (max-width: 768px) {
  .footer-contact-wrap {
    padding: 40px 0 20px 0;
  }
}
@media (max-width: 480px) {
  .footer-contact-wrap {
    padding: 30px 0 15px 0;
  }
}
.footer-contact-wrap .container {
  max-width: 1760px;
}
.footer-contact-wrap .common-contact {
  background: url("../images/home/bg-footer-contact.jpg") top center no-repeat;
  background-size: cover;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .footer-contact-wrap .common-contact {
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .footer-contact-wrap .common-contact {
    border-radius: 12px;
  }
}
.footer-contact-wrap .common-contact .common-contact-overlay {
  background-image: url("../images/home/bg-footer-contact-overlay.png");
  background-repeat: no-repeat;
  padding: 60px 0 130px 0;
  background-size: 100%;
}
@media (max-width: 1760px) {
  .footer-contact-wrap .common-contact .common-contact-overlay {
    background-size: auto;
  }
}
@media (max-width: 991px) {
  .footer-contact-wrap .common-contact .common-contact-overlay {
    padding: 40px 0 80px 0;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .footer-contact-wrap .common-contact .common-contact-overlay {
    padding: 30px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .footer-contact-wrap .common-contact .common-contact-overlay {
    background-position: center bottom !important;
    background-size: 100%;
  }
}
@media (max-width: 480px) {
  .footer-contact-wrap .common-contact .common-contact-overlay {
    padding: 20px 0 30px 0;
  }
}
.footer-contact-wrap .common-contact .common-contact-overlay .common-contact-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.footer-contact-wrap .common-contact .common-contact-overlay .common-contact-inner h3 {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.96px;
}
@media (max-width: 991px) {
  .footer-contact-wrap .common-contact .common-contact-overlay .common-contact-inner h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .footer-contact-wrap .common-contact .common-contact-overlay .common-contact-inner h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 480px) {
  .footer-contact-wrap .common-contact .common-contact-overlay .common-contact-inner h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.footer-contact-wrap .common-contact .common-contact-overlay .common-contact-inner p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
  max-width: 550px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .footer-contact-wrap .common-contact .common-contact-overlay .common-contact-inner p {
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .footer-contact-wrap .common-contact .common-contact-overlay .common-contact-inner p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}

@keyframes rotateFlower {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-title {
  margin-bottom: 20px;
  color: #FF6900;
  font-family: "Barlow", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.96px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .section-title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.64px;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.52px;
  }
}

.section-text {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.36px;
  color: #353535;
  margin: 0 150px 24px 150px;
}
.section-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .section-text {
    margin: 0 80px 24px 80px;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .section-text {
    margin: 0 40px 20px 40px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .section-text {
    margin: 0 20px 15px 20px;
    font-size: 15px;
    line-height: 20px;
  }
}

.section-description {
  color: #353535;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.36px;
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  .section-description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .section-description {
    font-size: 15px;
    line-height: 20px;
  }
}

.section-header {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.section-header .section-title {
  margin-bottom: 12px;
}
.section-header .section-text {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .section-header {
    max-width: 800px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 768px) {
  .section-header {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .section-header {
    margin: 0 auto 24px;
    padding: 0 15px;
  }
}

.section-subtitle {
  color: #FF6900;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.64px;
  text-transform: capitalize;
  margin-bottom: 8px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .section-subtitle {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .section-subtitle {
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .section-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }
}

.section-btn {
  border-radius: 42px;
  border: 1.25px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  padding: 12px 28px;
  background-color: #FF6900;
  color: #fff;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
  margin-top: 10px;
}
.section-btn:hover {
  background-color: #d9660f;
}
@media (max-width: 768px) {
  .section-btn {
    padding: 10px 24px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .section-btn {
    padding: 8px 20px;
    font-size: 14px;
  }
}

.section-sub-btn {
  border-radius: 42px;
  border: 1.25px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  padding: 8px 12px;
  background-color: #FF6900;
  color: #fff;
  font-size: 12px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
  margin-top: 10px;
}
.section-sub-btn:hover {
  background-color: #d9660f;
}

.company-news-about {
  padding: 80px 0 0 0;
}
.company-news-about .container {
  max-width: 1460px;
}
.company-news-about-container {
  display: flex;
  align-items: center;
  gap: 90px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.company-news-about-container.even-block {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .company-news-about-container {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .company-news-about-container {
    flex-direction: column !important;
    gap: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .company-news-about-container {
    gap: 20px;
    padding-bottom: 40px;
  }
}
.company-news-about-media {
  flex: 0 0 45%;
}
@media (max-width: 768px) {
  .company-news-about-media {
    flex: 0 0 100%;
    width: 100%;
  }
}
.company-news-about-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.company-news-about-text {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.36px;
  color: #353535;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .company-news-about-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .company-news-about-text {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}
.company-news-about-content {
  flex: 1;
}
@media (max-width: 768px) {
  .company-news-about-content {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .company-news-about {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 768px) {
  .company-news-about {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 576px) {
  .company-news-about {
    padding: 30px 0 0 0;
  }
}

.company-news-subsidiary {
  padding: 0 0 80px;
}
.company-news-subsidiary-container {
  display: flex;
  align-items: center;
  gap: 90px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .company-news-subsidiary-container {
    gap: 50px;
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .company-news-subsidiary-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .company-news-subsidiary-container {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .company-news-subsidiary-container {
    gap: 20px;
  }
}
.company-news-subsidiary-content {
  flex: 1;
}
@media (max-width: 768px) {
  .company-news-subsidiary-content {
    flex: 0 0 100%;
    width: 100%;
  }
}
.company-news-subsidiary-media {
  flex: 0 0 45%;
}
@media (max-width: 768px) {
  .company-news-subsidiary-media {
    flex: 0 0 100%;
    width: 100%;
  }
}
.company-news-subsidiary-title {
  color: #FF6900;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .company-news-subsidiary-title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .company-news-subsidiary-title {
    font-size: 20px;
  }
}
.company-news-subsidiary-text {
  font-size: 14px;
  line-height: 1.7;
  color: #353535;
  margin-bottom: 16px;
}
.company-news-subsidiary-text:last-child {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .company-news-subsidiary-text {
    font-size: 13px;
  }
}
.company-news-subsidiary-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .company-news-subsidiary {
    padding: 0 0 50px;
  }
}
@media (max-width: 576px) {
  .company-news-subsidiary {
    padding: 0 0 40px;
  }
}

.company-news-legacy {
  padding: 80px 0;
  background-color: #FDF3D3;
}
.company-news-legacy-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}
.company-news-legacy-header .section-title {
  margin-bottom: 12px;
}
.company-news-legacy-header .section-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .company-news-legacy-header {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto 30px;
  }
}
.company-news-legacy-slider {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .company-news-legacy-slider {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .company-news-legacy-slider {
    margin-bottom: 20px;
  }
}
.company-news-legacy-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0.882px solid rgba(255, 105, 0, 0.25);
  background: rgba(255, 105, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.company-news-legacy-arrow img {
  transition: filter 0.2s ease;
  width: 16px;
}
.company-news-legacy-arrow:hover {
  background-color: #FF6900;
}
.company-news-legacy-arrow:hover img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1024px) {
  .company-news-legacy-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .company-news-legacy-arrow {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 576px) {
  .company-news-legacy-arrow {
    width: 32px;
    height: 32px;
  }
}
.company-news-legacy-arrow-prev {
  left: 20%;
}
@media (max-width: 1023px) {
  .company-news-legacy-arrow-prev {
    left: 20px;
  }
}
@media (max-width: 500px) {
  .company-news-legacy-arrow-prev {
    left: 10px;
  }
}
.company-news-legacy-arrow-next {
  right: 20%;
}
@media (max-width: 1023px) {
  .company-news-legacy-arrow-next {
    right: 20px;
  }
}
@media (max-width: 500px) {
  .company-news-legacy-arrow-next {
    right: 10px;
  }
}
.company-news-legacy-slider-for {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1024px) {
  .company-news-legacy {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .company-news-legacy {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .company-news-legacy {
    padding: 40px 0;
  }
}

.slider-for .slick-list {
  overflow: hidden;
}
.slider-for .slick-track {
  display: flex !important;
  gap: 150px;
}
.slider-for .slick-slide {
  height: inherit !important;
  box-sizing: border-box;
}
.slider-for .slick-slide > div {
  width: 100%;
}
@media (max-width: 1024px) {
  .slider-for .slick-track {
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .slider-for .slick-track {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .slider-for .slick-track {
    gap: 20px;
  }
}

.legacy-swiper .swiper-slide {
  height: auto !important;
}

.company-news-legacy-slide {
  display: flex !important;
  align-items: center;
  gap: 60px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .company-news-legacy-slide {
    flex-direction: column;
    gap: 0;
    height: 100%;
  }
}
.company-news-legacy-slide-media {
  flex: 0 0 45%;
  width: 100%;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .company-news-legacy-slide-media {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .company-news-legacy-slide-media {
    height: 220px;
    flex: auto;
    padding-top: 30px;
  }
}
@media (max-width: 576px) {
  .company-news-legacy-slide-media {
    height: 180px;
  }
}
.company-news-legacy-slide-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 768px) {
  .company-news-legacy-slide-image {
    max-height: 200px;
  }
}
.company-news-legacy-slide-content {
  flex: 1;
  padding: 20px 40px 20px 0;
}
@media (max-width: 768px) {
  .company-news-legacy-slide-content {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .company-news-legacy-slide-content {
    padding: 16px;
  }
}
.company-news-legacy-slide-year {
  display: block;
  color: #FF6900;
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .company-news-legacy-slide-year {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .company-news-legacy-slide-year {
    font-size: 20px;
  }
}
.company-news-legacy-slide-title {
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .company-news-legacy-slide-title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .company-news-legacy-slide-title {
    font-size: 16px;
  }
}
.company-news-legacy-slide-text {
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  line-height: 1.6;
  color: #353535;
  margin: 0;
}
@media (max-width: 768px) {
  .company-news-legacy-slide-text {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .company-news-legacy-slide-text {
    font-size: 16px;
  }
}

.company-news-legacy-slider-nav {
  position: relative;
  padding: 0px 0;
}
.company-news-legacy-slider-nav::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #252323;
  z-index: 0;
}
@media (max-width: 768px) {
  .company-news-legacy-slider-nav::before {
    top: 30px;
  }
}
@media (max-width: 576px) {
  .company-news-legacy-slider-nav::before {
    top: 24px;
  }
}

.company-news-legacy-nav-item {
  position: relative;
  flex: 1;
  text-align: center;
  color: #FF6900;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  cursor: pointer;
  padding-bottom: 35px;
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-news-legacy-nav-item::before {
  content: " ";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FF6900;
  z-index: 1;
  border: 6px solid #FDF3D3;
}
@media (max-width: 768px) {
  .company-news-legacy-nav-item {
    font-size: 14px;
    padding-bottom: 28px;
  }
  .company-news-legacy-nav-item::before {
    top: 22px;
    width: 16px;
    height: 16px;
    border-width: 5px;
  }
}
@media (max-width: 576px) {
  .company-news-legacy-nav-item {
    font-size: 12px;
    padding-bottom: 22px;
  }
  .company-news-legacy-nav-item::before {
    top: 18px;
    width: 12px;
    height: 12px;
    border-width: 4px;
  }
}

.swiper-slide-thumb-active .company-news-legacy-nav-item {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.swiper-slide-thumb-active .company-news-legacy-nav-item::before {
  width: 26px;
  height: 26px;
  border: 7px solid #FDF3D3;
}
@media (max-width: 768px) {
  .swiper-slide-thumb-active .company-news-legacy-nav-item {
    font-size: 18px;
  }
  .swiper-slide-thumb-active .company-news-legacy-nav-item::before {
    width: 20px;
    height: 20px;
    border-width: 5px;
  }
}
@media (max-width: 576px) {
  .swiper-slide-thumb-active .company-news-legacy-nav-item {
    font-size: 14px;
  }
  .swiper-slide-thumb-active .company-news-legacy-nav-item::before {
    width: 16px;
    height: 16px;
    border-width: 4px;
  }
}

.company-news-mv {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company-news-mv {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .company-news-mv {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .company-news-mv {
    padding: 40px 0;
  }
}

.mv-icons-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .mv-icons-container {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .mv-icons-container {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .mv-icons-container {
    flex-direction: column;
    gap: 20px;
  }
}

.mv-icon {
  border-radius: 40px;
  border: 1px solid #F36D21;
  background: #FEEBD6;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .mv-icon {
    padding: 12px;
  }
}
@media (max-width: 576px) {
  .mv-icon {
    padding: 10px;
  }
}

.mv-icon-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 360px;
  border-right: 1px solid rgba(53, 53, 53, 0.2);
}
.mv-icon-content:last-child {
  border-right: none;
}
@media (max-width: 1024px) {
  .mv-icon-content {
    min-width: 300px;
  }
}
@media (max-width: 768px) {
  .mv-icon-content {
    min-width: 250px;
    border-right: none;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .mv-icon-content {
    min-width: 100%;
    border-right: none;
    padding: 0 15px;
  }
}

.mv-title {
  color: #FF6900;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.64px;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .mv-title {
    font-size: 26px;
    line-height: 28px;
    margin-top: 16px;
  }
}
@media (max-width: 576px) {
  .mv-title {
    font-size: 22px;
    line-height: 24px;
    margin-top: 12px;
  }
}

.mv-subtitle {
  color: #353535;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .mv-subtitle {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .mv-subtitle {
    font-size: 15px;
    line-height: 20px;
  }
}

.company-news-leadership {
  padding: 80px 0;
  background: #FDF3D3;
}
.company-news-leadership .container {
  max-width: 1350px;
}
.company-news-leadership-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}
.company-news-leadership-header .section-title {
  margin-bottom: 12px;
}
.company-news-leadership-header .section-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .company-news-leadership-header {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto 30px;
  }
}
.company-news-leadership-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
  padding: 0;
}
@media (max-width: 1024px) {
  .company-news-leadership-grid {
    gap: 30px 20px;
  }
}
@media (max-width: 768px) {
  .company-news-leadership-grid {
    gap: 25px 15px;
  }
}
@media (max-width: 576px) {
  .company-news-leadership-grid {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .company-news-leadership {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .company-news-leadership {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .company-news-leadership {
    padding: 40px 0;
  }
}

.leadership-card {
  flex: 0 0 calc(33.333% - 27px);
  text-align: center;
}
.leadership-card-media {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.leadership-card-image {
  width: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1/1.1;
}
.leadership-card-name {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #FF6900;
  letter-spacing: -1.489px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .leadership-card-name {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .leadership-card-name {
    font-size: 18px;
  }
}
.leadership-card-role {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #353535;
  letter-spacing: -1.489px;
  margin: 0;
}
@media (max-width: 768px) {
  .leadership-card-role {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .leadership-card-role {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .leadership-card {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .leadership-card {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 576px) {
  .leadership-card {
    flex: 0 0 100%;
    max-width: 400px;
  }
}

.company-news-awards {
  padding: 80px 0;
}
.company-news-awards .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
}
.company-news-awards-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}
.company-news-awards-header .section-title {
  margin-bottom: 12px;
}
.company-news-awards-header .section-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .company-news-awards-header {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto 30px;
  }
}
.company-news-awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 80px;
  gap: 40px 16px;
}
@media (max-width: 1200px) {
  .company-news-awards-grid {
    padding: 0 40px;
    gap: 30px 16px;
  }
}
@media (max-width: 1024px) {
  .company-news-awards-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 30px;
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .company-news-awards-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .company-news-awards-grid {
    grid-template-columns: 1fr;
    padding: 0 15px;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .company-news-awards {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .company-news-awards {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .company-news-awards {
    padding: 40px 0;
  }
}

.award-card {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(53, 53, 53, 0.2);
  padding-bottom: 6px;
  overflow: hidden;
}
.award-card-year {
  position: absolute;
  top: 17px;
  left: 19px;
  z-index: 2;
  display: inline-block;
  border-radius: 26px;
  background: rgba(255, 105, 0, 0.5);
  color: #FF6900;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  color: #353535;
  font-weight: 600;
  padding: 5px 16px;
  letter-spacing: -1.489px;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .award-card-year {
    font-size: 14px;
    padding: 4px 12px;
    top: 12px;
    left: 12px;
  }
}
.award-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
}
.award-card-image {
  max-width: 100%;
  max-height: 100%;
  min-height: 400px;
}
@media (max-width: 1024px) {
  .award-card-image {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .award-card-image {
    min-height: 250px;
  }
}
@media (max-width: 576px) {
  .award-card-image {
    min-height: 200px;
  }
}
.award-card-title {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -1px;
  margin: 16px 16px 8px;
}
@media (max-width: 768px) {
  .award-card-title {
    font-size: 18px;
    margin: 12px 12px 6px;
  }
}
@media (max-width: 576px) {
  .award-card-title {
    font-size: 16px;
    margin: 10px 10px 4px;
    line-height: 24px;
  }
}
.award-card-source {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  color: #353535;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -1.489px;
  margin: 0 16px 16px;
}
@media (max-width: 768px) {
  .award-card-source {
    font-size: 16px;
    margin: 0 12px 12px;
  }
}
@media (max-width: 576px) {
  .award-card-source {
    font-size: 14px;
    margin: 0 10px 10px;
  }
}

.company-partners {
  padding: 80px 0;
  background-image: url("../images/about/about-partners-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .company-partners {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .company-partners {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .company-partners {
    padding: 40px 0;
  }
}

.partners-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .partners-content {
    gap: 20px;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .partners-content {
    gap: 15px;
    padding: 0 15px;
  }
}

.partners-card {
  padding: 10px 25px;
  border-radius: 11px;
  border: 0.911px solid rgba(30, 30, 30, 0.25);
  background: #FFF;
}
@media (max-width: 768px) {
  .partners-card {
    padding: 8px 20px;
  }
}
@media (max-width: 576px) {
  .partners-card {
    padding: 6px 15px;
    flex: 0 0 calc(50% - 10px);
  }
  .partners-card img {
    max-width: 100%;
    height: auto;
  }
}

.company-latest-news {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company-latest-news {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .company-latest-news {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .company-latest-news {
    padding: 40px 0;
  }
}
.company-latest-news .container {
  max-width: 1460px;
}

.latest-news-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .latest-news-content {
    gap: 20px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .latest-news-content {
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 25px;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .latest-news-content {
    gap: 20px;
    padding: 0 15px;
  }
}

.news-card {
  border-radius: 20px;
  border: 1px solid rgba(30, 30, 30, 0.25);
  background: #FFF;
  padding: 20px;
  max-width: 725px;
  display: flex;
  flex-direction: column;
}
.news-card .img-wrapper {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 1/0.6;
  overflow: hidden;
}
.news-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .news-card {
    max-width: 600px;
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .news-card {
    max-width: 100%;
    width: 100%;
    padding: 16px;
  }
}
@media (max-width: 576px) {
  .news-card {
    padding: 12px;
  }
}
.news-card-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 800px) {
  .news-card-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .news-card-body {
    gap: 15px;
  }
}
.news-card-body a {
  width: max-content;
}
.news-card-header {
  max-width: 480px;
}
@media (max-width: 768px) {
  .news-card-header {
    max-width: 100%;
  }
}
.news-card-title {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.56px;
  margin: 32px 0 0;
}
@media (max-width: 1024px) {
  .news-card-title {
    font-size: 24px;
    line-height: 28px;
    margin: 24px 0 0;
  }
}
@media (max-width: 768px) {
  .news-card-title {
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0 0;
  }
}
@media (max-width: 576px) {
  .news-card-title {
    font-size: 18px;
    line-height: 24px;
    margin: 16px 0 0;
  }
}
.news-card-subtitle {
  color: #353535;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin: 10px 0 26px;
}
@media (max-width: 1024px) {
  .news-card-subtitle {
    font-size: 18px;
    line-height: 22px;
    margin: 8px 0 20px;
  }
}
@media (max-width: 768px) {
  .news-card-subtitle {
    font-size: 16px;
    line-height: 20px;
    margin: 6px 0 16px;
  }
}
@media (max-width: 576px) {
  .news-card-subtitle {
    font-size: 15px;
    line-height: 20px;
    margin: 6px 0 14px;
  }
}

.latest-news-content-btn {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
@media (max-width: 768px) {
  .latest-news-content-btn {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .latest-news-content-btn {
    margin-top: 30px;
  }
}

.lity-youtube .lity-container {
  width: 94%;
  max-width: 900px !important;
}
.lity-youtube .lity-iframe-container {
  max-height: 94vh !important;
}

.leadership-popup {
  background: #FFF5F2;
  max-width: 1035px;
  padding: 120px 80px 60px 80px;
  display: flex;
  gap: 32px;
  max-height: 94vh !important;
  overflow-y: auto;
}
.leadership-popup::-webkit-scrollbar {
  width: 4px;
}
.leadership-popup::-webkit-scrollbar-thumb {
  background-color: #FF6900;
  border-radius: 2px;
}
.leadership-popup .leadership-card-media {
  width: 326px;
  height: 326px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}
.leadership-popup .leadership-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leadership-popup .leadership-info h4 {
  color: #353535;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
}
.leadership-popup .leadership-info .leadership-card-name {
  color: #FF6900;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.64px;
  text-transform: capitalize;
}
.leadership-popup .leadership-info p {
  color: #353535;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.36px;
}
@media (max-width: 1200px) {
  .leadership-popup {
    padding: 100px 60px 50px 60px;
    gap: 28px;
  }
  .leadership-popup .leadership-card-media {
    width: 280px;
    height: 280px;
  }
  .leadership-popup .leadership-info .leadership-card-name {
    font-size: 28px;
    line-height: 38px;
  }
  .leadership-popup .leadership-info h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .leadership-popup .leadership-info p {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  .leadership-popup {
    padding: 80px 40px 40px 40px;
    gap: 24px;
  }
  .leadership-popup .leadership-card-media {
    width: 240px;
    height: 240px;
  }
  .leadership-popup .leadership-info .leadership-card-name {
    font-size: 26px;
    line-height: 34px;
  }
  .leadership-popup .leadership-info h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .leadership-popup .leadership-info p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }
}
@media (max-width: 768px) {
  .leadership-popup {
    flex-direction: column;
    align-items: center;
    padding: 60px 30px 40px 30px;
    gap: 20px;
    max-width: 600px;
  }
  .leadership-popup .leadership-card-media {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
  }
  .leadership-popup .leadership-info {
    text-align: center;
    width: 100%;
  }
  .leadership-popup .leadership-info .leadership-card-name {
    font-size: 24px;
    line-height: 32px;
  }
  .leadership-popup .leadership-info h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .leadership-popup .leadership-info p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.3px;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .leadership-popup {
    padding: 40px 20px 30px 20px;
    gap: 16px;
    max-width: 100%;
  }
  .leadership-popup .leadership-card-media {
    width: 160px;
    height: 160px;
    border-radius: 12px;
  }
  .leadership-popup .leadership-info .leadership-card-name {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
  .leadership-popup .leadership-info h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    letter-spacing: -0.32px;
  }
  .leadership-popup .leadership-info p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
}
@media (max-width: 400px) {
  .leadership-popup {
    padding: 30px 15px 24px 15px;
    gap: 12px;
  }
  .leadership-popup .leadership-card-media {
    width: 140px;
    height: 140px;
    border-radius: 10px;
  }
  .leadership-popup .leadership-info .leadership-card-name {
    font-size: 18px;
    line-height: 24px;
  }
  .leadership-popup .leadership-info h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .leadership-popup .leadership-info p {
    font-size: 13px;
    line-height: 18px;
  }
}

.lity .lity-container {
  max-width: 96%;
}
.lity.lity-image .lity-content img {
  max-height: 94vh;
  max-width: 94%;
  width: 1000px;
}
.lity .lity-close {
  background: url("../images/about/popup-close.svg") center no-repeat;
  position: absolute;
  font-size: 0 !important;
  border: 0px;
  width: 50px;
  height: 50px;
  right: 80px;
  top: 40px;
}
@media (max-width: 992px) {
  .lity .lity-close {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .lity .lity-close {
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
}

.hemas-gold-wrap {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .hemas-gold-wrap {
    padding: 50px 0;
  }
}
.hemas-gold-wrap .container {
  max-width: 1000px;
}
.hemas-gold-wrap .hemas-gold-in {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .hemas-gold-wrap .hemas-gold-in {
    flex-direction: column;
    gap: 30px;
  }
}
.hemas-gold-wrap .hemas-gold-in .hemas-gold-img img {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 992px) {
  .hemas-gold-wrap .hemas-gold-in .hemas-gold-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hemas-gold-wrap .hemas-gold-in .hemas-gold-txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  min-width: 50%;
}
.hemas-gold-wrap .hemas-gold-in .hemas-gold-txt p {
  padding: 0;
  margin: 0;
  color: #353535;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
}
@media (max-width: 992px) {
  .hemas-gold-wrap .hemas-gold-in .hemas-gold-txt p {
    font-size: 18px;
    line-height: 20px;
  }
}
.hemas-gold-wrap .hemas-gold-in .hemas-gold-txt p b {
  font-weight: 700;
  color: #A68B5A;
  font-size: 22px;
}
@media (max-width: 992px) {
  .hemas-gold-wrap .hemas-gold-in .hemas-gold-txt p b {
    font-size: 20px;
  }
}

.purpose-learning-container {
  margin: auto;
}
@media (max-width: 991px) {
  .purpose-learning-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.purpose-learning {
  padding: 80px 0;
  background-color: #FDF3D3;
}
@media (max-width: 1024px) {
  .purpose-learning {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .purpose-learning {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .purpose-learning {
    padding: 30px 0;
  }
}

.purpose-learning-cards {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 18px;
}
@media (max-width: 1024px) {
  .purpose-learning-cards {
    gap: 15px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .purpose-learning-cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .purpose-learning-cards {
    gap: 16px;
  }
}

.purpose-learning-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 40px 48px;
  border-radius: 16px;
  border: 4px solid rgba(118, 120, 123, 0.1);
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #D9D9D9;
  flex: 1;
  max-width: 33.33%;
}
@media (max-width: 1024px) {
  .purpose-learning-card {
    padding: 30px 35px;
    gap: 25px;
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .purpose-learning-card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 30px;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .purpose-learning-card {
    padding: 25px 20px;
    gap: 16px;
    border-radius: 12px;
    border-width: 3px;
  }
}
.purpose-learning-card-image {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 105, 0, 0.1);
  background: rgba(255, 105, 0, 0.9);
}
@media (max-width: 768px) {
  .purpose-learning-card-image {
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .purpose-learning-card-image {
    padding: 10px;
  }
  .purpose-learning-card-image img {
    width: 30px;
    height: 30px;
  }
}
.purpose-learning-card-title {
  color: #353535;
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.56px;
  margin: 0;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .purpose-learning-card-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .purpose-learning-card-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .purpose-learning-card-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
}
.purpose-learning-card-description {
  color: #353535;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.36px;
  margin: 0;
}
@media (max-width: 1024px) {
  .purpose-learning-card-description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .purpose-learning-card-description {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .purpose-learning-card-description {
    font-size: 14px;
    line-height: 18px;
  }
}

.activity-container {
  margin: auto;
}
@media (max-width: 991px) {
  .activity-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.activity {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .activity {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .activity {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .activity {
    padding: 30px 0;
  }
}
.activity-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  margin: auto;
}
.activity-intro.activity-intro--reverse .activity-media {
  order: 2;
}
.activity-intro.activity-intro--reverse .activity-content {
  order: 1;
}
@media (max-width: 1024px) {
  .activity-intro {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .activity-intro {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .activity-intro.activity-intro--reverse .activity-media {
    order: 1;
  }
  .activity-intro.activity-intro--reverse .activity-content {
    order: 2;
  }
}
@media (max-width: 480px) {
  .activity-intro {
    gap: 30px;
  }
}
.activity-media {
  order: 1;
}
@media (max-width: 768px) {
  .activity-media {
    order: 1;
    text-align: center;
  }
}
.activity-image {
  border-radius: 16px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .activity-image {
    max-width: 100%;
  }
}
.activity-content {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .activity-content {
    gap: 30px;
    order: 2;
  }
}
@media (max-width: 480px) {
  .activity-content {
    gap: 25px;
  }
}

.activity-feature {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.activity-feature:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .activity-feature {
    gap: 12px;
    margin-bottom: 18px;
  }
}
@media (max-width: 480px) {
  .activity-feature {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.activity-feature-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: 5px;
}
.activity-feature-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 480px) {
  .activity-feature-icon {
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }
}
.activity-feature-title {
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #353535;
  margin: 0;
  line-height: 32px;
  letter-spacing: -0.56px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .activity-feature-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .activity-feature-title {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.48px;
  }
}
@media (max-width: 480px) {
  .activity-feature-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
  }
}
.activity-feature-text {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #353535;
  line-height: 24px;
  letter-spacing: -0.36px;
  margin: 0;
}
@media (max-width: 1024px) {
  .activity-feature-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .activity-feature-text {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .activity-feature-text {
    font-size: 14px;
    line-height: 18px;
  }
}

.activity-products-grid {
  padding: 10px 0 60px;
}
@media (max-width: 1024px) {
  .activity-products-grid {
    padding: 10px 0 40px;
  }
}
@media (max-width: 768px) {
  .activity-products-grid {
    padding: 10px 0 30px;
  }
}
@media (max-width: 480px) {
  .activity-products-grid {
    padding: 10px 0 20px;
  }
}
.activity-products-grid-row {
  margin: auto;
}
.activity-products-grid-row:not(.slick-initialized) {
  display: none;
}
@media (max-width: 768px) {
  .activity-products-grid-row {
    padding: 0 10px;
  }
}
.activity-products-grid-row-card {
  display: flex !important;
  flex-direction: column;
  background: #FFF;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(30, 30, 30, 0.25);
  margin: 0 10px;
  height: auto;
}
.activity-products-grid-row-card .product-txt {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}
.activity-products-grid-row-card .product-txt a {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 12px;
  width: max-content;
}
@media (max-width: 1024px) {
  .activity-products-grid-row-card {
    padding: 14px;
  }
}
@media (max-width: 768px) {
  .activity-products-grid-row-card {
    padding: 12px;
    margin: 0 8px;
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .activity-products-grid-row-card {
    padding: 10px;
    margin: 0 5px;
    border-radius: 10px;
  }
  .activity-products-grid-row-card .product-txt {
    gap: 8px;
  }
  .activity-products-grid-row-card .product-txt a {
    padding: 6px 10px;
    font-size: 10px;
    line-height: 10px;
  }
}
.activity-products-grid-row-card-title {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  .activity-products-grid-row-card-title {
    font-size: 14px;
    line-height: 18px;
    margin: 15px 0 0;
  }
}
@media (max-width: 480px) {
  .activity-products-grid-row-card-title {
    font-size: 13px;
    line-height: 16px;
    margin: 12px 0 0;
    letter-spacing: -0.26px;
  }
}
.activity-products-grid-row-card-image {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .activity-products-grid-row-card-image {
    border-radius: 8px;
  }
}
@media (max-width: 480px) {
  .activity-products-grid-row-card-image {
    border-radius: 6px;
  }
}
.activity-products-grid-row-card-btn {
  font-size: 12px;
}
@media (max-width: 480px) {
  .activity-products-grid-row-card-btn {
    font-size: 10px;
    padding: 6px 10px;
  }
}
.activity-products-grid-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .activity-products-grid-btn {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .activity-products-grid-btn {
    margin-top: 25px;
  }
}

.activity-products .slick-track {
  display: flex;
}
@media (max-width: 768px) {
  .activity-products {
    padding: 0 10px;
  }
}

.activity-products-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin: 25px auto 70px;
}
@media (max-width: 1024px) {
  .activity-products-arrows {
    margin: 20px auto 50px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .activity-products-arrows {
    margin: 15px auto 30px;
    gap: 16px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .activity-products-arrows {
    margin: 15px auto 25px;
    gap: 12px;
  }
}

.activity-products-arrow {
  width: 60px;
  height: 60px;
  border-radius: 33.088px;
  border: 0.882px solid rgba(243, 109, 33, 0.25);
  background: rgba(243, 109, 33, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.activity-products-arrow img {
  transition: filter 0.2s ease;
  width: 20px;
  height: 20px;
}
.activity-products-arrow:hover:not(.is-disabled) {
  background-color: #FF6900;
}
.activity-products-arrow:hover:not(.is-disabled) img {
  filter: brightness(0) invert(1);
}
.activity-products-arrow.is-disabled {
  border: 0.882px solid rgba(255, 105, 0, 0.25);
  background: rgba(255, 105, 0, 0.05);
  cursor: not-allowed;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .activity-products-arrow {
    width: 50px;
    height: 50px;
  }
  .activity-products-arrow img {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .activity-products-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
  .activity-products-arrow img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 480px) {
  .activity-products-arrow {
    width: 40px;
    height: 40px;
  }
  .activity-products-arrow img {
    width: 14px;
    height: 14px;
  }
}

.brands-overview {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .brands-overview {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .brands-overview {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .brands-overview {
    padding: 30px 0;
  }
}

.brands-overview-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin: auto;
}
.brands-overview-content-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.brands-overview-content-media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-overview-content-image {
  margin-bottom: 50px;
  max-width: 180px;
}
@media (max-width: 1024px) {
  .brands-overview-content {
    gap: 40px;
  }
  .brands-overview-content-image {
    max-width: 150px;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .brands-overview-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  .brands-overview-content-body {
    align-items: center;
    order: 2;
  }
  .brands-overview-content-image {
    max-width: 130px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .brands-overview-content {
    gap: 20px;
  }
  .brands-overview-content-image {
    max-width: 100px;
    margin-bottom: 20px;
  }
}

.brand-products {
  padding: 80px 0;
  background-color: #FFF5F2;
  border-radius: 32px;
  margin-bottom: 80px;
  overflow: visible;
}
.brand-products .container {
  max-width: 96%;
  position: relative;
}
.brand-products .brand-products-image {
  margin-top: -170px;
  position: relative;
  z-index: 1;
  max-width: 180px;
}
@media (max-width: 1300px) {
  .brand-products .brand-products-image {
    margin-top: -100px;
  }
}
@media (max-width: 1100px) {
  .brand-products .brand-products-image {
    max-width: 120px;
    margin-top: -100px;
  }
}
@media (max-width: 800px) {
  .brand-products .brand-products-image {
    position: relative;
    margin-top: -60px;
    max-width: 160px;
  }
}
.brand-products-year-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  z-index: 3;
  position: relative;
}
@media (max-width: 768px) {
  .brand-products-year-buttons {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .brand-products-year-buttons {
    gap: 12px;
  }
}
.brand-products-year-buttons-content {
  border-radius: 100px;
  padding: 12px 24px;
  border: 2px solid rgba(243, 109, 33, 0.2);
  background: #FEEBD6;
  color: #1E1E1E;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease;
}
.brand-products-year-buttons-content.active {
  border: 2px solid #F36D21;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .brand-products-year-buttons-content {
    font-size: 18px;
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .brand-products-year-buttons-content {
    font-size: 16px;
    padding: 8px 18px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .brand-products-year-buttons-content {
    font-size: 14px;
    padding: 6px 14px;
    line-height: 18px;
  }
}
.brand-products-image-text-cards {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 33px;
}
@media (max-width: 1024px) {
  .brand-products-image-text-cards {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .brand-products-image-text-cards {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .brand-products-image-text-cards {
    margin-top: 15px;
  }
}
.brand-products-image-text-card-image {
  display: inline-block;
  border-radius: 26px;
  background-color: #fff;
  z-index: 3;
  position: relative;
  padding: 16px;
  height: 100%;
}
.brand-products-image-text-card-image:before {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 26px;
  background: radial-gradient(83.25% 83.25% at 50% 50%, rgba(255, 105, 0, 0) 0%, #FF6900 100%);
  z-index: -1;
}
.brand-products-image-text-card-image .brand-prod-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.brand-products-image-text-card-image .brand-prod-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 768px) {
  .brand-products-image-text-card-image {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .brand-products-image-text-card-image {
    max-width: 100%;
  }
}
.brand-products-image-text-card-text {
  display: flex;
  flex-direction: column;
  z-index: 2;
  align-items: flex-start;
  border-radius: 16px;
  background: #FFF;
  max-width: 530px;
  padding: 86px 42px 86px 80px;
  gap: 24px;
  margin-left: -60px;
  margin-top: 30px;
  margin-bottom: -30px;
  border: 4px solid rgba(118, 120, 123, 0.1);
}
@media (max-width: 1024px) {
  .brand-products-image-text-card-text {
    max-width: 450px;
    padding: 60px 35px 60px 50px;
    margin-left: -40px;
  }
}
@media (max-width: 768px) {
  .brand-products-image-text-card-text {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 40px 30px 40px 50px;
    border-radius: 12px;
    border-width: 3px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .brand-products-image-text-card-text {
    padding: 30px 20px;
    gap: 16px;
    border-radius: 10px;
  }
}
@media (max-width: 1024px) {
  .brand-products {
    padding: 60px 0;
    margin-bottom: 60px;
    border-radius: 24px;
  }
  .brand-products .container {
    max-width: 98%;
  }
}
@media (max-width: 768px) {
  .brand-products {
    padding: 40px 0;
    margin-bottom: 40px;
    border-radius: 20px;
  }
  .brand-products .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .brand-products {
    padding: 30px 0;
    margin-bottom: 30px;
    border-radius: 16px;
  }
}

.brand-products-container {
  margin: auto;
}
.brand-products-container .brand-slider-container {
  max-width: 1460px;
}
@media (max-width: 1024px) {
  .brand-products-container .brand-slider-container {
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .brand-products-container .brand-slider-container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .brand-products-container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .brand-products-container {
    padding: 0 10px;
  }
}

.image-text-card-left {
  border-radius: 26px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .image-text-card-left {
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .image-text-card-left {
    border-radius: 12px;
  }
}

.image-text-card-right-title {
  color: #353535;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.64px;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 1024px) {
  .image-text-card-right-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .image-text-card-right-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
  }
}
@media (max-width: 480px) {
  .image-text-card-right-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
}

.image-text-card-right-description {
  color: #353535;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.36px;
  margin: 0;
}
@media (max-width: 1024px) {
  .image-text-card-right-description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .image-text-card-right-description {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .image-text-card-right-description {
    font-size: 14px;
    line-height: 18px;
  }
}

.brand-genius-grid-wrap {
  display: none;
}
.brand-genius-grid-wrap.is-active {
  display: block;
}

.brand-products-grid {
  padding: 100px 0 60px;
}
.brand-products-grid-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  .brand-products-grid-row {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .brand-products-grid-row {
    gap: 12px;
  }
}
.brand-products-grid-row-card {
  display: flex;
  flex-direction: column;
  background: #FFF;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(30, 30, 30, 0.25);
  flex: 0 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
  height: auto;
}
.brand-products-grid-row-card > div {
  margin-top: auto;
}
.brand-products-grid-row-card a {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 12px;
}
@media (max-width: 1024px) {
  .brand-products-grid-row-card {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }
}
@media (max-width: 768px) {
  .brand-products-grid-row-card {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .brand-products-grid-row-card {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    padding: 10px;
    border-radius: 12px;
  }
}
@media (max-width: 380px) {
  .brand-products-grid-row-card {
    flex: 0 0 calc(100% - 12px);
    max-width: calc(100% - 12px);
  }
}
.brand-products-grid-row-card-title {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin: 20px 0 12px 0;
}
@media (max-width: 768px) {
  .brand-products-grid-row-card-title {
    font-size: 14px;
    line-height: 18px;
    margin: 15px 0 10px 0;
  }
}
@media (max-width: 480px) {
  .brand-products-grid-row-card-title {
    font-size: 13px;
    line-height: 16px;
    margin: 12px 0 8px 0;
  }
}
.brand-products-grid-row-card-image {
  border-radius: 10px;
}
@media (max-width: 480px) {
  .brand-products-grid-row-card-image {
    border-radius: 8px;
  }
}
.brand-products-grid-row-card-btn {
  font-size: 12px;
}
@media (max-width: 480px) {
  .brand-products-grid-row-card-btn {
    font-size: 10px;
    padding: 6px 10px;
  }
}
.brand-products-grid-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .brand-products-grid-btn {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .brand-products-grid-btn {
    margin-top: 25px;
  }
}
@media (max-width: 1024px) {
  .brand-products-grid {
    padding: 10px 0 40px;
  }
}
@media (max-width: 768px) {
  .brand-products-grid {
    padding: 10px 0 30px;
  }
}
@media (max-width: 480px) {
  .brand-products-grid {
    padding: 10px 0 20px;
  }
}

.brand-videos-featured {
  margin-bottom: 20px;
}
.brand-videos-featured button {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .brand-videos-featured button {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .brand-videos-featured {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .brand-videos-featured {
    margin-bottom: 12px;
  }
}
.brand-videos-grid {
  gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .brand-videos-grid {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .brand-videos-grid {
    flex-direction: column;
  }
}
.brand-videos-grid .video-card {
  flex: 1;
}
@media (max-width: 767px) {
  .brand-videos-grid .video-card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .brand-videos {
    padding: 0 10px;
  }
}

.brand-videos-container {
  margin: 0 20%;
}
@media (max-width: 1024px) {
  .brand-videos-container {
    margin: 0 10%;
  }
}
@media (max-width: 768px) {
  .brand-videos-container {
    margin: 0 5%;
  }
}
@media (max-width: 480px) {
  .brand-videos-container {
    margin: 0 2%;
  }
}

.video-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  pointer-events: none;
}
.video-card-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-color: #000;
}
.video-card-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 768px) {
  .video-card-play {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .video-card-play {
    width: 40px;
    height: 40px;
  }
}
.video-card.is-playing .video-card-play {
  opacity: 0;
  pointer-events: none;
}
.video-card-play-icon {
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  .video-card-play-icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .video-card-play-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .video-card {
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  .video-card {
    border-radius: 16px;
  }
}

.brand-videos-featured .video-card-media {
  aspect-ratio: 9/5;
}

.brand-videos-grid .video-card-media {
  aspect-ratio: 9/7;
}
@media (max-width: 767px) {
  .brand-videos-grid .video-card-media {
    aspect-ratio: 9/5;
  }
}

.brand-genius {
  padding: 80px 0;
  border-radius: 32px;
  background: #FDF3D3;
  text-align: center;
  margin-bottom: 80px;
}
.brand-genius .container {
  max-width: 1600px;
}
@media (max-width: 1024px) {
  .brand-genius .container {
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .brand-genius .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.brand-genius-tabs {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .brand-genius-tabs {
    gap: 8px;
  }
}
@media (max-width: 500px) {
  .brand-genius-tabs {
    gap: 5px;
    flex-wrap: wrap;
  }
}
.brand-genius-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--Color-secondary-color, #76787B);
  padding: 0 35px 8px;
  line-height: 42px;
  letter-spacing: -0.64px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.brand-genius-tab:hover {
  color: #FF6900;
}
.brand-genius-tab.is-active {
  color: #FF6900;
  border-bottom: 2.5px solid var(--Color-primary-color, #F36D21);
}
@media (max-width: 1024px) {
  .brand-genius-tab {
    font-size: 28px;
    padding: 0 25px 8px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .brand-genius-tab {
    font-size: 22px;
    padding: 0 18px 6px;
    line-height: 30px;
    letter-spacing: -0.48px;
  }
}
@media (max-width: 500px) {
  .brand-genius-tab {
    font-size: 18px;
    padding: 0 12px 6px;
    line-height: 24px;
    letter-spacing: -0.36px;
    width: 100%;
  }
}
.brand-genius-text {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #353535;
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
}
@media (max-width: 1024px) {
  .brand-genius-text {
    font-size: 18px;
    line-height: 22px;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .brand-genius-text {
    font-size: 16px;
    line-height: 20px;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 480px) {
  .brand-genius-text {
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.brand-genius-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.brand-genius-grid[hidden] {
  display: none;
}
@media (max-width: 768px) {
  .brand-genius-grid {
    gap: 18px;
  }
}
@media (max-width: 480px) {
  .brand-genius-grid {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .brand-genius {
    padding: 60px 0;
    margin-bottom: 60px;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .brand-genius {
    padding: 40px 0;
    margin-bottom: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .brand-genius {
    padding: 30px 0;
    margin-bottom: 30px;
    border-radius: 16px;
  }
}

.brand-genius-container {
  margin: auto;
}
@media (max-width: 1024px) {
  .brand-genius-container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .brand-genius-container {
    padding: 0 10px;
  }
}

.genius-card {
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  text-align: left;
  max-width: 475px;
  flex: 0 0 calc(33.33% - 24px);
  z-index: 3;
}
.genius-card-media {
  position: relative;
}
.genius-card-media.genius-blog img {
  aspect-ratio: 1/0.6;
  width: 100%;
}
.genius-card-badge {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 2;
  background-color: #FF6900;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .genius-card-badge {
    top: 20px;
    left: 20px;
    font-size: 11px;
    padding: 6px 10px;
  }
}
@media (max-width: 480px) {
  .genius-card-badge {
    top: 15px;
    left: 15px;
    font-size: 10px;
    padding: 5px 8px;
  }
}
.genius-card-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .genius-card-image {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .genius-card-image {
    height: 200px;
  }
}
.genius-card-title {
  color: #353535;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.48px;
  padding: 24px;
  margin: 0;
}
.genius-card-title a {
  color: #353535;
}
.genius-card-title a:hover {
  color: #FF6900;
}
.genius-card-title a:visited {
  color: #353535;
}
@media (max-width: 1024px) {
  .genius-card-title {
    font-size: 22px;
    line-height: 26px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .genius-card-title {
    font-size: 20px;
    line-height: 24px;
    padding: 16px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 480px) {
  .genius-card-title {
    font-size: 18px;
    line-height: 22px;
    padding: 14px;
    letter-spacing: -0.36px;
  }
}
@media (max-width: 1024px) {
  .genius-card {
    max-width: 400px;
    flex: 0 0 calc(50% - 24px);
  }
}
@media (max-width: 768px) {
  .genius-card {
    max-width: 350px;
    flex: 0 0 calc(50% - 18px);
    border-radius: 18px;
  }
}
@media (max-width: 480px) {
  .genius-card {
    max-width: 100%;
    flex: 0 0 calc(100% - 15px);
    border-radius: 14px;
  }
}

/* Loading spinner */
.loading-spinner {
  text-align: center;
  padding: 50px;
  font-size: 18px;
  color: #666;
  position: relative;
}
@media (max-width: 768px) {
  .loading-spinner {
    padding: 40px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .loading-spinner {
    padding: 30px;
    font-size: 14px;
  }
}

.loading-spinner:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #e67e22;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 10px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .loading-spinner:after {
    width: 30px;
    height: 30px;
    border-width: 3px;
  }
}
@media (max-width: 480px) {
  .loading-spinner:after {
    width: 25px;
    height: 25px;
    border-width: 2px;
  }
}

.brand-genius-grid-wrap .download-items-wrp {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 21px;
  z-index: 3;
  position: relative;
  justify-content: center;
}
.brand-genius-grid-wrap .download-items-wrp .download-itm {
  flex: 0 0 30%;
  max-width: 30%;
  position: relative;
  border-radius: 24px;
  border: 8px solid rgba(255, 105, 0, 0.5);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media (max-width: 800px) {
  .brand-genius-grid-wrap .download-items-wrp .download-itm {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 500px) {
  .brand-genius-grid-wrap .download-items-wrp .download-itm {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.brand-genius-grid-wrap .download-items-wrp .download-itm a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.brand-genius-grid-wrap .download-items-wrp .download-itm img {
  width: auto;
  height: auto;
  max-height: 400px;
  max-width: 100%;
}
.brand-genius-grid-wrap .download-items-wrp .download-itm:hover a {
  opacity: 1;
  margin-top: -10px;
}
.brand-genius-grid-wrap .brand-products-image-text-cards .brand-products-image-text-card-text h2, .brand-genius-grid-wrap .brand-products-image-text-cards .brand-products-image-text-card-text p {
  text-align: left;
}
.brand-genius-grid-wrap .brand-products-image-text-cards .brand-products-image-text-card-text .app-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.brand-guide-videos .brand-videos-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}
.brand-guide-videos .video-card:before {
  display: none;
}
.brand-guide-videos .brand-videos-grid {
  width: 100%;
  display: block;
}
@media (max-width: 500px) {
  .brand-guide-videos .brand-videos-grid {
    padding: 0px 20px;
  }
}
.brand-guide-videos .brand-videos-grid .video-card {
  padding: 0px 10px;
  border-radius: 0px;
}
.brand-guide-videos .brand-videos-grid .video-card:before {
  display: none;
}
.brand-guide-videos .brand-videos-grid .video-card iframe {
  width: 100%;
  aspect-ratio: 9/5;
  border-radius: 32px;
}
.brand-guide-videos .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  font-size: 0;
  top: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.brand-guide-videos .slick-arrow:before {
  display: none;
}
.brand-guide-videos .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.brand-guide-videos .slick-arrow.slick-prev {
  background: url("../images/icons/slick-arrow-prev.svg");
  background-size: 100%;
  left: -10px;
}
.brand-guide-videos .slick-arrow.slick-next {
  background: url("../images/icons/slick-arrow-next.svg");
  background-size: 100%;
  right: -45px;
}

.banner {
  min-height: 300px;
  overflow: hidden;
  position: relative;
  height: calc(100vh - 220px);
}
@media (max-width: 991px) {
  .banner {
    height: auto;
    min-height: 50px;
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .banner {
    min-height: 200px;
  }
}
.banner.banner-mobile {
  display: none;
  max-height: none;
  min-height: 100px;
  height: auto;
}
@media (max-width: 767px) {
  .banner.banner-mobile {
    display: block;
  }
}
.banner.banner-desktop {
  display: block;
}
@media (max-width: 767px) {
  .banner.banner-desktop {
    display: none;
  }
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.banner .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  will-change: transform;
  transition: transform 0.1s linear;
}
@media (max-width: 767px) {
  .banner .banner-image {
    min-height: 280px;
  }
}

.breadcrumb-wrap {
  padding: 16px 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.25);
}
@media (max-width: 991px) {
  .breadcrumb-wrap {
    padding: 12px 0;
  }
}
@media (max-width: 768px) {
  .breadcrumb-wrap {
    padding: 10px 0;
  }
}
.breadcrumb-wrap .breadcrumb-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .breadcrumb-wrap .breadcrumb-inner {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.breadcrumb-wrap .breadcrumb-inner a {
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
}
@media (max-width: 768px) {
  .breadcrumb-wrap .breadcrumb-inner a {
    font-size: 14px;
    line-height: 18px;
  }
}
.breadcrumb-wrap .breadcrumb-inner span {
  color: rgba(53, 53, 53, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
}
@media (max-width: 768px) {
  .breadcrumb-wrap .breadcrumb-inner span {
    font-size: 14px;
    line-height: 18px;
  }
}

.common-overview-wrap {
  padding: 80px 0 60px;
}
@media (max-width: 991px) {
  .common-overview-wrap {
    padding: 60px 0 40px;
  }
}
@media (max-width: 768px) {
  .common-overview-wrap {
    padding: 40px 0 30px;
  }
}
@media (max-width: 480px) {
  .common-overview-wrap {
    padding: 30px 0 20px;
  }
}
.common-overview-wrap .container {
  max-width: 750px;
}
.common-overview-wrap .overview-center {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.common-overview-wrap .overview-center h3 {
  color: #FF6900;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.96px;
}
@media (max-width: 991px) {
  .common-overview-wrap .overview-center h3 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .common-overview-wrap .overview-center h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 480px) {
  .common-overview-wrap .overview-center h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.common-overview-wrap .overview-center p {
  color: #353535;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin: 0;
}
@media (max-width: 991px) {
  .common-overview-wrap .overview-center p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .common-overview-wrap .overview-center p {
    font-size: 16px;
    line-height: 20px;
  }
}

.inner-menu-wrap {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .inner-menu-wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .inner-menu-wrap {
    padding-bottom: 20px;
  }
}
.inner-menu-wrap .inner-menu-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .inner-menu-wrap .inner-menu-inner {
    gap: 8px;
    flex-direction: column;
  }
}
.inner-menu-wrap .inner-menu-inner a {
  padding: 0 60px 8px 60px;
  border-bottom: 2.5px solid #fff;
  color: var(--Color-secondary-color, #76787B);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -0.64px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .inner-menu-wrap .inner-menu-inner a {
    padding: 0 30px 6px 30px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .inner-menu-wrap .inner-menu-inner a {
    padding: 0 10px 6px 10px;
    font-size: 18px;
    line-height: 24px;
    border-bottom-width: 2px;
  }
}
.inner-menu-wrap .inner-menu-inner a.active {
  border-bottom: 2.5px solid #F36D21;
  color: #FF6900;
}
@media (max-width: 768px) {
  .inner-menu-wrap .inner-menu-inner a.active {
    border-bottom-width: 2px;
  }
}

.socialImpact-page .social-info-wrap {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .socialImpact-page .social-info-wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .social-info-wrap {
    padding-bottom: 20px;
  }
}
.socialImpact-page .social-info-wrap .container {
  max-width: 1450px;
}
.socialImpact-page .social-info-wrap .social-info-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991px) {
  .socialImpact-page .social-info-wrap .social-info-inner {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .social-info-wrap .social-info-inner {
    gap: 24px;
  }
}
.socialImpact-page .social-info-wrap .social-info-inner .info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .socialImpact-page .social-info-wrap .social-info-inner .info-box {
    width: 100%;
  }
}
.socialImpact-page .social-info-wrap .social-info-inner .info-box img {
  max-width: 150px;
}
@media (max-width: 768px) {
  .socialImpact-page .social-info-wrap .social-info-inner .info-box img {
    max-width: 120px;
  }
}
@media (max-width: 480px) {
  .socialImpact-page .social-info-wrap .social-info-inner .info-box img {
    max-width: 100px;
  }
}
.socialImpact-page .social-info-wrap .social-info-inner .info-box h3 {
  color: #FF6900;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.96px;
  text-transform: capitalize;
  max-width: 600px;
  padding: 8px 0 24px 0;
}
@media (max-width: 991px) {
  .socialImpact-page .social-info-wrap .social-info-inner .info-box h3 {
    font-size: 38px;
    line-height: 42px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .social-info-wrap .social-info-inner .info-box h3 {
    font-size: 30px;
    line-height: 34px;
    padding: 8px 0 16px 0;
  }
}
@media (max-width: 480px) {
  .socialImpact-page .social-info-wrap .social-info-inner .info-box h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.socialImpact-page .social-info-wrap .social-info-inner .info-box p {
  color: #353535;
  text-align: center;
  max-width: 600px;
  padding: 0px;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.36px;
}
@media (max-width: 991px) {
  .socialImpact-page .social-info-wrap .social-info-inner .info-box p {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .social-info-wrap .social-info-inner .info-box p {
    font-size: 15px;
    line-height: 20px;
  }
}
.socialImpact-page .social-info-wrap .social-info-inner .info-box p br::after {
  content: "";
  display: block;
  height: 12px;
}
@media (max-width: 768px) {
  .socialImpact-page .social-info-wrap .social-info-inner .info-box p br::after {
    height: 8px;
  }
}
.socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats {
  padding-top: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats {
    padding-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats {
    padding-top: 20px;
    gap: 16px;
  }
}
.socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats .stat-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  border-right: 0.5px solid #1E1E1E;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats .stat-item {
    padding: 0 20px;
    flex: 1;
    min-width: 100px;
  }
}
@media (max-width: 480px) {
  .socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats .stat-item {
    min-width: 80px;
    padding: 0 8px;
  }
}
.socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats .stat-item:last-child {
  border-right: 0;
}
.socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats .stat-item .stat-item__value {
  color: #FF6900;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.489px;
}
@media (max-width: 1300px) {
  .socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats .stat-item .stat-item__value {
    font-size: 50px;
    line-height: 66px;
  }
}
@media (max-width: 991px) {
  .socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats .stat-item .stat-item__value {
    font-size: 44px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats .stat-item .stat-item__value {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats .stat-item .stat-item__value {
    font-size: 28px;
    line-height: 36px;
  }
}
.socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats .stat-item h4 {
  color: #1E1E1E;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -1.489px;
}
@media (max-width: 991px) {
  .socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats .stat-item h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats .stat-item h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .socialImpact-page .social-info-wrap .social-info-inner .impact-section__stats .stat-item h4 {
    font-size: 14px;
    line-height: 18px;
  }
}
.socialImpact-page .social-info-wrap .social-info-inner .banner-slider {
  max-width: 50%;
  border-radius: 17.811px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .socialImpact-page .social-info-wrap .social-info-inner .banner-slider {
    max-width: 100%;
    width: 100%;
  }
}
.socialImpact-page .social-info-wrap .social-info-inner .banner-slider:after {
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 38.35%, rgba(30, 30, 30, 0.3) 122.93%);
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.socialImpact-page .social-info-wrap .social-info-inner .banner-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  opacity: 0.8;
  background-color: #fff;
}
.socialImpact-page .social-info-wrap .social-info-inner .banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.5;
}
.socialImpact-page .social-info-wrap .social-info-inner .banner-slider .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.socialImpact-page .main-video-wrapper {
  background: #FDF3D3;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .socialImpact-page .main-video-wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .main-video-wrapper {
    padding: 24px 0;
  }
}
.socialImpact-page .main-video-wrapper .container {
  max-width: 1000px;
}
.socialImpact-page .main-video-wrapper iframe {
  width: 100%;
  aspect-ratio: 1/0.6;
}
.socialImpact-page .main-video-wrapper .main-video-inner {
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .socialImpact-page .main-video-wrapper .main-video-inner {
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .main-video-wrapper .main-video-inner {
    border-radius: 16px;
  }
}
.socialImpact-page .main-video-wrapper .main-video-inner .play-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
@media (max-width: 991px) {
  .socialImpact-page .main-video-wrapper .main-video-inner .play-video-btn {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .main-video-wrapper .main-video-inner .play-video-btn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .socialImpact-page .main-video-wrapper .main-video-inner .play-video-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .main-video-wrapper .main-video-inner .play-video-btn img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .socialImpact-page .main-video-wrapper .main-video-inner .play-video-btn img {
    width: 24px;
    height: 24px;
  }
}
.socialImpact-page .main-video-wrapper .main-video-inner .play-video-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
.socialImpact-page .main-video-wrapper .main-video-inner .play-video-btn.playing {
  opacity: 0;
  pointer-events: none;
}
.socialImpact-page .explore-wrapper {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .socialImpact-page .explore-wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .explore-wrapper {
    padding: 24px 0;
  }
}
.socialImpact-page .explore-wrapper .container {
  max-width: 1160px;
}
.socialImpact-page .explore-wrapper .explore-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .socialImpact-page .explore-wrapper .explore-inner {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .explore-wrapper .explore-inner {
    gap: 30px;
  }
}
.socialImpact-page .explore-wrapper .explore-inner h3 {
  color: #FF6900;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.96px;
}
@media (max-width: 991px) {
  .socialImpact-page .explore-wrapper .explore-inner h3 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .explore-wrapper .explore-inner h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 480px) {
  .socialImpact-page .explore-wrapper .explore-inner h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.socialImpact-page .actions-intro {
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .socialImpact-page .actions-intro {
    padding-bottom: 20px;
  }
}
.socialImpact-page .more-social {
  padding: 80px 0 90px 0;
}
@media (max-width: 991px) {
  .socialImpact-page .more-social {
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .more-social {
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 480px) {
  .socialImpact-page .more-social {
    padding: 30px 0 30px 0;
  }
}
.socialImpact-page .more-social .container {
  max-width: 1460px;
}
.socialImpact-page .more-social .more-elemnts {
  width: 100%;
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 991px) {
  .socialImpact-page .more-social .more-elemnts {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .more-social .more-elemnts {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 20px;
  }
}
.socialImpact-page .more-social .social-element-itm {
  border-radius: 20px;
  border: 1px solid rgba(30, 30, 30, 0.25);
  background: #FFF;
  padding: 20px 20px 32px 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 991px) {
  .socialImpact-page .more-social .social-element-itm {
    padding: 16px 16px 24px 16px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .more-social .social-element-itm {
    padding: 14px 14px 20px 14px;
    gap: 20px;
  }
}
.socialImpact-page .more-social .social-element-itm .banner-wraper {
  height: 400px;
  border-radius: 12px;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 991px) {
  .socialImpact-page .more-social .social-element-itm .banner-wraper {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .more-social .social-element-itm .banner-wraper {
    height: 220px;
  }
}
@media (max-width: 480px) {
  .socialImpact-page .more-social .social-element-itm .banner-wraper {
    height: 180px;
  }
}
.socialImpact-page .more-social .social-element-itm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.socialImpact-page .more-social .social-element-itm .infobox-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .socialImpact-page .more-social .social-element-itm .infobox-wrap {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .more-social .social-element-itm .infobox-wrap {
    gap: 16px;
  }
}
.socialImpact-page .more-social .social-element-itm .infobox-wrap .info-box h4 {
  color: #1E1E1E;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.56px;
}
@media (max-width: 991px) {
  .socialImpact-page .more-social .social-element-itm .infobox-wrap .info-box h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .more-social .social-element-itm .infobox-wrap .info-box h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .socialImpact-page .more-social .social-element-itm .infobox-wrap .info-box h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
.socialImpact-page .more-social .social-element-itm .infobox-wrap .info-box p {
  color: #353535;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin: 0;
}
@media (max-width: 991px) {
  .socialImpact-page .more-social .social-element-itm .infobox-wrap .info-box p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .socialImpact-page .more-social .social-element-itm .infobox-wrap .info-box p {
    font-size: 16px;
    line-height: 20px;
  }
}
.socialImpact-page .more-social .social-element-itm .infobox-wrap a {
  width: max-content;
  white-space: nowrap;
}

.zigzagcards-wrap {
  display: flex;
  flex-direction: column;
  gap: 38px;
  width: 100%;
}
@media (max-width: 991px) {
  .zigzagcards-wrap {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .zigzagcards-wrap {
    gap: 24px;
  }
}
.zigzagcards-wrap .zigzag-elemnt {
  display: flex;
  gap: 0;
}
@media (max-width: 991px) {
  .zigzagcards-wrap .zigzag-elemnt {
    flex-direction: column !important;
    gap: 16px;
  }
}
.zigzagcards-wrap .zigzag-elemnt div {
  flex-shrink: 0;
}
.zigzagcards-wrap .zigzag-elemnt .side-banner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 400px;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .zigzagcards-wrap .zigzag-elemnt .side-banner {
    min-height: auto;
    width: 100%;
    margin: 0 !important;
  }
}
.zigzagcards-wrap .zigzag-elemnt .side-banner img {
  border-radius: 12px;
  border: 8px solid #FF6900;
  width: 100%;
  object-fit: cover;
  height: calc(100% - 30px);
}
@media (max-width: 991px) {
  .zigzagcards-wrap .zigzag-elemnt .side-banner img {
    height: auto;
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  .zigzagcards-wrap .zigzag-elemnt .side-banner img {
    border-width: 4px;
    max-height: 220px;
  }
}
.zigzagcards-wrap .zigzag-elemnt .content-box {
  border-radius: 16px;
  background: #FFF;
  border: 4px solid rgba(118, 120, 123, 0.1);
  padding: 48px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 5;
  width: calc(50% + 30px);
}
@media (max-width: 991px) {
  .zigzagcards-wrap .zigzag-elemnt .content-box {
    width: 100%;
    padding: 30px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .zigzagcards-wrap .zigzag-elemnt .content-box {
    padding: 20px;
    gap: 16px;
    border-width: 2px;
  }
}
@media (max-width: 480px) {
  .zigzagcards-wrap .zigzag-elemnt .content-box {
    padding: 16px;
    gap: 12px;
  }
}
.zigzagcards-wrap .zigzag-elemnt .content-box h4 {
  color: #353535;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.64px;
  margin: 0;
}
@media (max-width: 991px) {
  .zigzagcards-wrap .zigzag-elemnt .content-box h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .zigzagcards-wrap .zigzag-elemnt .content-box h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .zigzagcards-wrap .zigzag-elemnt .content-box h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.zigzagcards-wrap .zigzag-elemnt .content-box p {
  color: #353535;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.36px;
  padding-bottom: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .zigzagcards-wrap .zigzag-elemnt .content-box p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .zigzagcards-wrap .zigzag-elemnt .content-box p {
    font-size: 15px;
    line-height: 20px;
  }
}
.zigzagcards-wrap .zigzag-elemnt.odd-element .side-banner {
  margin-right: -30px;
}
@media (max-width: 991px) {
  .zigzagcards-wrap .zigzag-elemnt.odd-element .side-banner {
    margin-right: 0;
  }
}
.zigzagcards-wrap .zigzag-elemnt.even-element {
  flex-direction: row-reverse;
}
.zigzagcards-wrap .zigzag-elemnt.even-element .side-banner {
  margin-left: -30px;
}
@media (max-width: 991px) {
  .zigzagcards-wrap .zigzag-elemnt.even-element .side-banner {
    margin-left: 0;
  }
}

.contact-info-wrapper .container {
  max-width: 1460px;
}
.contact-info-wrapper .contact-info-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 70px;
}
@media (max-width: 991px) {
  .contact-info-wrapper .contact-info-inner {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner {
    gap: 30px;
  }
}
.contact-info-wrapper .contact-info-inner .contact-details {
  display: flex;
  width: 100%;
  gap: 16px;
}
@media (max-width: 991px) {
  .contact-info-wrapper .contact-info-inner .contact-details {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .contact-details {
    gap: 24px;
  }
}
.contact-info-wrapper .contact-info-inner .contact-details-list {
  border-radius: 24px;
  background: #FFECE6;
  width: 50%;
  flex-shrink: 0;
  padding: 55px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: max-content;
}
@media (max-width: 991px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list {
    width: 100%;
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list {
    padding: 30px 20px;
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list {
    padding: 24px 16px;
    border-radius: 12px;
  }
}
.contact-info-wrapper .contact-info-inner .contact-details-list .logo-wrap {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .logo-wrap {
    margin-bottom: 16px;
  }
}
.contact-info-wrapper .contact-info-inner .contact-details-list .logo-wrap img {
  width: 300px;
}
@media (max-width: 991px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .logo-wrap img {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .logo-wrap img {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .logo-wrap img {
    width: 160px;
  }
}
.contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm {
    margin-bottom: 16px;
    gap: 6px;
  }
}
.contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm h4 {
  color: #353535;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -1px;
  margin: 0;
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
.contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm p {
  color: #252323;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
  margin: 0;
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm p {
    font-size: 14px;
    line-height: 18px;
  }
}
.contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm p.location {
  max-width: 200px;
}
@media (max-width: 991px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm p.location {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm p.location {
    max-width: 100%;
  }
}
.contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm p a {
  color: #252323;
  font-weight: 400;
}
.contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm.social-links {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm.social-links {
    margin-top: 20px;
  }
}
.contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm .social-icons {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm .social-icons {
    gap: 16px;
  }
}
.contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm .social-icons a {
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #FF6900;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm .social-icons a {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm .social-icons a {
    width: 32px;
    height: 32px;
  }
}
.contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm .social-icons a:hover {
  background: #FF6900;
}
.contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm .social-icons a:hover img {
  filter: brightness(0) invert(1);
}
.contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm .social-icons a img {
  width: max-content;
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm .social-icons a img {
    max-width: 18px;
  }
}
@media (max-width: 480px) {
  .contact-info-wrapper .contact-info-inner .contact-details-list .contact-itm .social-icons a img {
    max-width: 16px;
  }
}
.contact-info-wrapper .contact-info-inner .contact-form {
  padding: 0px 46px;
}
@media (max-width: 991px) {
  .contact-info-wrapper .contact-info-inner .contact-form {
    padding: 0px 20px;
  }
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .contact-form {
    padding: 0px 0px;
  }
}
.contact-info-wrapper .contact-info-inner .contact-form h2 {
  color: #1E1E1E;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.84px;
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  .contact-info-wrapper .contact-info-inner .contact-form h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .contact-form h2 {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .contact-info-wrapper .contact-info-inner .contact-form h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.contact-info-wrapper .contact-info-inner .contact-form .intro-txt {
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
  padding: 0;
  margin: 0;
  max-width: 580px;
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .contact-form .intro-txt {
    text-align: center;
    max-width: 100%;
  }
}
.contact-info-wrapper .contact-info-inner .map-box {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .contact-info-wrapper .contact-info-inner .map-box {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .map-box {
    margin-bottom: 40px;
  }
}
.contact-info-wrapper .contact-info-inner .map-box iframe {
  width: 100%;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact-info-wrapper .contact-info-inner .map-box iframe {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .contact-info-wrapper .contact-info-inner .map-box iframe {
    height: 300px;
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .contact-info-wrapper .contact-info-inner .map-box iframe {
    height: 220px;
    border-radius: 8px;
  }
}
.contact-info-wrapper .formwrap {
  padding-top: 26px;
}
@media (max-width: 768px) {
  .contact-info-wrapper .formwrap {
    padding-top: 16px;
  }
}
.contact-info-wrapper .formwrap p {
  margin: 0;
  padding: 0;
}
.contact-info-wrapper .formwrap label {
  color: #1E1E1E;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-info-wrapper .formwrap label {
    font-size: 16px;
    line-height: 20px;
  }
}
.contact-info-wrapper .formwrap input[type=text],
.contact-info-wrapper .formwrap input[type=email],
.contact-info-wrapper .formwrap textarea {
  border-radius: 12px;
  border: 1px solid rgba(30, 49, 87, 0.3);
  width: 100%;
  display: flex;
  height: 42px;
  padding: 12px;
  align-items: center;
  color: rgb(53, 53, 53);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
  margin: 8px 0 0 0;
}
@media (max-width: 768px) {
  .contact-info-wrapper .formwrap input[type=text],
  .contact-info-wrapper .formwrap input[type=email],
  .contact-info-wrapper .formwrap textarea {
    font-size: 13px;
    height: 38px;
    padding: 10px;
  }
}
.contact-info-wrapper .formwrap input[type=text]::placeholder,
.contact-info-wrapper .formwrap input[type=email]::placeholder,
.contact-info-wrapper .formwrap textarea::placeholder {
  color: rgba(53, 53, 53, 0.2);
}
.contact-info-wrapper .formwrap textarea {
  height: 130px;
  width: 100%;
  resize: none;
}
@media (max-width: 768px) {
  .contact-info-wrapper .formwrap textarea {
    height: 100px;
  }
}
.contact-info-wrapper .formwrap .form-line {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .contact-info-wrapper .formwrap .form-line {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 20px;
  }
}
.contact-info-wrapper .formwrap .single-line {
  width: 100%;
  padding-bottom: 26px;
}
@media (max-width: 768px) {
  .contact-info-wrapper .formwrap .single-line {
    padding-bottom: 16px;
  }
}
.contact-info-wrapper .formwrap .wpcf7-not-valid-tip {
  font-size: 12px;
  padding-top: 8px;
  line-height: 100%;
}
.contact-info-wrapper .formwrap .wpcf7-list-item {
  margin: 0;
}
.contact-info-wrapper .formwrap .wpcf7-list-item label {
  display: flex;
  gap: 9px;
  color: #353535;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.24px;
}
.contact-info-wrapper .formwrap .wpcf7-list-item input {
  height: 11px;
  width: 11px;
  border: 1px solid #F36D21;
  -webkit-appearance: none;
  flex-shrink: 0;
  margin-top: 3px;
  position: relative;
}
.contact-info-wrapper .formwrap .wpcf7-list-item input:checked {
  background: url("../images/icons/checked.jpg");
  background-size: cover;
}
.contact-info-wrapper .formwrap .more-info {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.24px;
  padding: 25px 0 0 20px;
  color: #353535;
}
.contact-info-wrapper .formwrap .more-info a {
  color: #353535;
  font-weight: 500;
  text-decoration: underline;
}

form input[type=submit] {
  border-radius: 42px !important;
  border: 1.25px solid rgba(255, 255, 255, 0.25);
  background: #FF6900;
  display: flex;
  padding: 12px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.36px;
  curspot: pointer;
  width: max-content;
  text-transform: none;
}
form input[type=submit]:hover {
  background: #e56407;
}
@media (max-width: 991px) {
  form input[type=submit] {
    padding: 10px 24px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  form input[type=submit] {
    padding: 10px 20px;
    font-size: 15px;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  form input[type=submit] {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.overview-our-people {
  padding: 80px 0 0;
}
@media (max-width: 991px) {
  .overview-our-people {
    padding: 60px 0 0;
  }
}
@media (max-width: 768px) {
  .overview-our-people {
    padding: 40px 0 0;
  }
}

.overview-people-btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .overview-people-btn {
    margin-top: 20px;
    text-align: center;
  }
  .overview-people-btn .theme-btn {
    width: 100%;
    justify-content: center;
  }
}

.overview-subsidiary {
  background-image: url("../images/about/about-partners-bg.jpg");
  padding: 80px 0;
}
@media (max-width: 991px) {
  .overview-subsidiary {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .overview-subsidiary {
    padding: 40px 0;
    background-size: cover;
  }
}
.overview-subsidiary .container {
  max-width: 1200px;
}
.overview-subsidiary-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  gap: 30px;
}
@media (max-width: 991px) {
  .overview-subsidiary-body {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.overview-subsidiary-body-text {
  color: #353535;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
  max-width: 700px;
}
@media (max-width: 991px) {
  .overview-subsidiary-body-text {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .overview-subsidiary-body-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.overview-subsidiary-body-image {
  border-radius: 14px;
  border: 1.102px solid rgba(30, 30, 30, 0.25);
  background: #FFF;
  padding: 16px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .overview-subsidiary-body-image {
    padding: 12px;
    border-radius: 10px;
  }
}
.overview-subsidiary-body-image img {
  width: 290px;
}
@media (max-width: 991px) {
  .overview-subsidiary-body-image img {
    width: 220px;
  }
}
@media (max-width: 768px) {
  .overview-subsidiary-body-image img {
    width: 180px;
  }
}
@media (max-width: 480px) {
  .overview-subsidiary-body-image img {
    width: 140px;
  }
}

.life-at-atlas {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .life-at-atlas {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .life-at-atlas {
    padding: 40px 0;
  }
}
.life-at-atlas-container {
  display: flex;
  align-items: center;
  gap: 90px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .life-at-atlas-container {
    flex-direction: column;
    gap: 40px;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .life-at-atlas-container {
    gap: 30px;
    padding: 0 16px;
  }
}
.life-at-atlas-media {
  flex: 0 0 45%;
}
@media (max-width: 991px) {
  .life-at-atlas-media {
    flex: 0 0 100%;
    width: 100%;
  }
}
.life-at-atlas-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .life-at-atlas-image {
    border-radius: 12px;
  }
}
.life-at-atlas-title {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .life-at-atlas-title {
    text-align: center;
  }
  .life-at-atlas-title h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.life-at-atlas-subtitle {
  color: #353535;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.48px;
  margin: 0 0 24px 0;
}
@media (max-width: 991px) {
  .life-at-atlas-subtitle {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .life-at-atlas-subtitle {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 16px 0;
  }
}
.life-at-atlas-text {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.36px;
  color: #353535;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .life-at-atlas-text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .life-at-atlas-text {
    font-size: 16px;
    line-height: 22px;
    gap: 16px;
  }
}
.life-at-atlas-text p {
  padding: 0;
  margin: 0;
}
.life-at-atlas-content {
  flex: 1;
}
@media (max-width: 991px) {
  .life-at-atlas-content {
    flex: 0 0 100%;
    width: 100%;
  }
}

.people-photos-gallery {
  border-radius: 32px;
  background: #FFF5F2;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .people-photos-gallery {
    padding: 60px 0;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .people-photos-gallery {
    padding: 40px 0;
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .people-photos-gallery {
    padding: 30px 0;
    border-radius: 12px;
  }
}
.people-photos-gallery-content {
  margin: auto;
}
@media (max-width: 768px) {
  .people-photos-gallery-content {
    padding: 0 16px;
  }
}
.people-photos-gallery-images {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}
@media (max-width: 991px) {
  .people-photos-gallery-images {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .people-photos-gallery-images {
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .people-photos-gallery-images {
    gap: 6px;
  }
}

.gallery-photo {
  border-radius: 12px;
  overflow: hidden;
  background-color: #FFF;
  padding: 8px;
}
@media (max-width: 991px) {
  .gallery-photo {
    padding: 6px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .gallery-photo {
    padding: 4px;
    border-radius: 8px;
  }
}
.gallery-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .gallery-photo img {
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .gallery-photo img {
    border-radius: 8px;
  }
}
.gallery-photo-1, .gallery-photo-2, .gallery-photo-3 {
  grid-column: span 4;
  height: 278px;
}
@media (max-width: 991px) {
  .gallery-photo-1, .gallery-photo-2, .gallery-photo-3 {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .gallery-photo-1, .gallery-photo-2, .gallery-photo-3 {
    height: 160px;
  }
}
@media (max-width: 480px) {
  .gallery-photo-1, .gallery-photo-2, .gallery-photo-3 {
    height: 120px;
  }
}
.gallery-photo-4 {
  grid-column: span 3;
  height: 278px;
}
@media (max-width: 991px) {
  .gallery-photo-4 {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .gallery-photo-4 {
    height: 160px;
  }
}
@media (max-width: 480px) {
  .gallery-photo-4 {
    height: 120px;
  }
}
.gallery-photo-5 {
  grid-column: span 6;
  height: 278px;
}
@media (max-width: 991px) {
  .gallery-photo-5 {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .gallery-photo-5 {
    height: 160px;
  }
}
@media (max-width: 480px) {
  .gallery-photo-5 {
    height: 120px;
  }
}
.gallery-photo-6 {
  grid-column: span 3;
  height: 278px;
}
@media (max-width: 991px) {
  .gallery-photo-6 {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .gallery-photo-6 {
    height: 160px;
  }
}
@media (max-width: 480px) {
  .gallery-photo-6 {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .gallery-photo-1, .gallery-photo-2, .gallery-photo-3, .gallery-photo-4, .gallery-photo-5, .gallery-photo-6 {
    grid-column: span 12;
    height: 250px;
  }
}
@media (max-width: 480px) {
  .gallery-photo-1, .gallery-photo-2, .gallery-photo-3, .gallery-photo-4, .gallery-photo-5, .gallery-photo-6 {
    height: 160px;
  }
}

.tiktok-gallery-content {
  margin: 0;
}
@media (max-width: 768px) {
  .tiktok-gallery-content {
    padding: 0 16px;
  }
}

.tiktok-gallery {
  padding: 80px 0 0;
}
@media (max-width: 991px) {
  .tiktok-gallery {
    padding: 60px 0 0;
  }
}
@media (max-width: 768px) {
  .tiktok-gallery {
    padding: 40px 0 0;
  }
}
.tiktok-gallery-content {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .tiktok-gallery-content {
    margin-bottom: 24px;
  }
}

.tiktok-gallery-slider {
  position: relative;
  margin: auto;
}

.tiktok-gallery-row:not(.slick-initialized) {
  display: none;
}

.tiktok-gallery-card {
  margin: 0 10px;
}
.tiktok-gallery-card iframe {
  aspect-ratio: 1/1.4;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .tiktok-gallery-card {
    margin: 0 6px;
  }
}
@media (max-width: 480px) {
  .tiktok-gallery-card {
    margin: 0 4px;
  }
}

.tiktok-gallery-card-image {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .tiktok-gallery-card-image {
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .tiktok-gallery-card-image {
    border-radius: 10px;
  }
}

.tiktok-gallery-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .tiktok-gallery-arrows {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .tiktok-gallery-arrows {
    gap: 12px;
    margin-top: 16px;
  }
}

.tiktok-gallery-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0.882px solid rgba(243, 109, 33, 0.25);
  background: rgba(243, 109, 33, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media (max-width: 768px) {
  .tiktok-gallery-arrow {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 480px) {
  .tiktok-gallery-arrow {
    width: 34px;
    height: 34px;
  }
}
.tiktok-gallery-arrow img {
  transition: filter 0.2s ease;
  width: 16px;
}
@media (max-width: 768px) {
  .tiktok-gallery-arrow img {
    width: 14px;
  }
}
@media (max-width: 480px) {
  .tiktok-gallery-arrow img {
    width: 12px;
  }
}
.tiktok-gallery-arrow:hover:not(.is-disabled) {
  background-color: #FF6900;
}
.tiktok-gallery-arrow:hover:not(.is-disabled) img {
  filter: brightness(0) invert(1);
}
.tiktok-gallery-arrow.is-disabled {
  border: 0.882px solid rgba(30, 30, 30, 0.12);
  background: rgba(30, 30, 30, 0.03);
  cursor: not-allowed;
  pointer-events: none;
}
.tiktok-gallery-arrow.is-disabled img {
  filter: grayscale(1) opacity(0.45);
}

.career-note {
  border-radius: 16px;
  background: #FFF0E6;
  padding: 80px 0 30px;
  margin: 0 80px 80px;
}
@media (max-width: 991px) {
  .career-note {
    margin: 0 40px 60px;
    padding: 60px 0 30px;
    border-radius: 14px;
  }
}
@media (max-width: 768px) {
  .career-note {
    margin: 0 16px 40px;
    padding: 40px 16px 20px;
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .career-note {
    margin: 0 12px 30px;
    padding: 30px 12px 16px;
    border-radius: 10px;
  }
}

@media (max-width: 991px) {
  .people-page .section-title {
    text-align: center;
  }
}

.careers-content {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .careers-content {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .careers-content {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .careers-content {
    padding: 30px 0;
  }
}

.careers-vacancy {
  border-radius: 32px;
  background: #FFF5F2;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .careers-vacancy {
    padding: 40px 0;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .careers-vacancy {
    padding: 30px 0;
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .careers-vacancy {
    padding: 20px 0;
    border-radius: 12px;
  }
}
.careers-vacancy-container {
  margin: auto;
}
@media (max-width: 768px) {
  .careers-vacancy-container {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .careers-vacancy-container {
    padding: 0 12px;
  }
}
.careers-vacancy-content {
  display: flex;
  flex-direction: column;
}
.careers-vacancy-filter-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 18px 24px;
  flex-wrap: wrap;
  padding: 0 100px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .careers-vacancy-filter-tabs {
    padding: 0 40px;
    gap: 14px 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .careers-vacancy-filter-tabs {
    padding: 0 16px;
    gap: 12px 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .careers-vacancy-filter-tabs {
    padding: 0 12px;
    gap: 10px 12px;
    margin-bottom: 24px;
  }
}
.careers-vacancy-filter-tab {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #1E1E1E;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  border-radius: 100px;
  border: 2px solid rgba(243, 109, 33, 0.2);
  background: #FEEBD6;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .careers-vacancy-filter-tab {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .careers-vacancy-filter-tab {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 20px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .careers-vacancy-filter-tab {
    padding: 6px 12px;
    font-size: 13px;
    line-height: 18px;
    border-width: 1px;
    border-radius: 50px;
  }
}
.careers-vacancy-filter-tab:hover {
  border-color: #F36D21;
}
.careers-vacancy-filter-tab.active {
  border: 2px solid #F36D21;
  font-weight: 600;
}
@media (max-width: 768px) {
  .careers-vacancy-filter-tab.active {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .careers-vacancy-filter-tab.active {
    border-width: 1px;
  }
}
.careers-vacancy-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
}
@media (max-width: 991px) {
  .careers-vacancy-item {
    padding: 14px 0;
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .careers-vacancy-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 12px 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .careers-vacancy-item {
    padding: 10px 0;
    margin-bottom: 10px;
    gap: 12px;
  }
}
.careers-vacancy-item .location-wrap {
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .careers-vacancy-item .location-wrap {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .careers-vacancy-item .location-wrap {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media (max-width: 600px) {
  .careers-vacancy-item .location-wrap {
    gap: 10px;
    flex-direction: column;
  }
}
.careers-vacancy-item-name {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .careers-vacancy-item-name {
    gap: 6px;
  }
}
@media (max-width: 600px) {
  .careers-vacancy-item-name {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .careers-vacancy-item-name h2, .careers-vacancy-item-name p {
    width: 100%;
    text-align: center;
  }
}
.careers-vacancy-item-job-title {
  margin: 0;
  color: var(--Color-primary-color, #F36D21);
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.24px;
}
@media (max-width: 991px) {
  .careers-vacancy-item-job-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .careers-vacancy-item-job-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .careers-vacancy-item-job-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.careers-vacancy-item-job-description {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
  margin: 0;
}
@media (max-width: 768px) {
  .careers-vacancy-item-job-description {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .careers-vacancy-item-job-description {
    font-size: 13px;
    line-height: 16px;
  }
}
.careers-vacancy-item-job-location {
  color: #1E1E1E;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 991px) {
  .careers-vacancy-item-job-location {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .careers-vacancy-item-job-location {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .careers-vacancy-item-job-location {
    font-size: 14px;
    line-height: 16px;
  }
}

.careers-inner-content {
  padding: 80px 0;
  margin: auto;
}
@media (max-width: 991px) {
  .careers-inner-content {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .careers-inner-content {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .careers-inner-content {
    padding: 30px 0;
  }
}

.careers-inner-job-poster {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .careers-inner-job-poster {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .careers-inner-job-poster {
    padding: 0 12px;
  }
}
.careers-inner-job-poster img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .careers-inner-job-poster img {
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .careers-inner-job-poster img {
    border-radius: 8px;
  }
}

.careers-inner-btn {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .careers-inner-btn {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .careers-inner-btn {
    margin-top: 20px;
  }
  .careers-inner-btn .theme-btn {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .careers-inner-btn {
    margin-top: 16px;
  }
}

p.no-jobs-found {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991px) {
  p.no-jobs-found {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  p.no-jobs-found {
    font-size: 16px;
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  p.no-jobs-found {
    font-size: 14px;
    padding: 16px 0;
  }
}

.career-form-wrapper {
  background: #FFF5F2;
  display: flex;
  max-width: 1035px;
  padding: 130px 70px 30px 70px;
  flex-direction: column;
  align-items: flex-start;
  gap: 7.5px;
  max-height: 90vh !important;
  overflow-y: auto;
}
.career-form-wrapper::-webkit-scrollbar {
  width: 4px;
}
.career-form-wrapper::-webkit-scrollbar-thumb {
  background-color: #FF6900;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .career-form-wrapper {
    padding: 60px 30px 30px 30px;
  }
}
.career-form-wrapper .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
  display: inline-block;
}
.career-form-wrapper::-webkit-scrollbar {
  width: 4px;
}
.career-form-wrapper::-webkit-scrollbar-thumb {
  background-color: #FF6900;
  border-radius: 2px;
}
.career-form-wrapper .section-title {
  font-size: 30px;
  line-height: 31px;
}
.career-form-wrapper .form-intro p {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #1E1E1E;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px; /* 125% */
  letter-spacing: -0.24px;
  max-width: 560px;
}
.career-form-wrapper label {
  color: #1E1E1E;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 125% */
  letter-spacing: -0.24px;
  margin: 0;
  width: 100%;
}
.career-form-wrapper .form-line {
  display: grid;
  gap: 21px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 21px;
}
@media (max-width: 767px) {
  .career-form-wrapper .form-line {
    grid-template-columns: repeat(1, 1fr);
  }
}
.career-form-wrapper .form-line p {
  padding: 0;
  margin: 0;
}
.career-form-wrapper .form-line p label input {
  margin: 6px 0 0 0;
  border: 0.75px solid rgba(53, 53, 53, 0.2);
  display: flex;
  height: 27px;
  padding: 9px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: rgba(118, 120, 123, 0.9);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 171.429% */
  letter-spacing: -0.21px;
  background-color: transparent;
}
.career-form-wrapper .form-line p label input::placeholder {
  color: rgba(118, 120, 123, 0.5);
}
.career-form-wrapper .single-line {
  max-width: 600px;
  margin-bottom: 15px;
}
.career-form-wrapper .single-line p {
  padding: 0;
  margin: 0;
}
.career-form-wrapper .file-upload-wrap {
  margin-top: 6px;
  border: 0.75px dashed rgba(53, 53, 53, 0.2);
  height: 100px;
}
.career-form-wrapper .file-upload-wrap p {
  width: 100%;
  height: 100%;
  padding: 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.career-form-wrapper .file-upload-wrap p .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
}
.career-form-wrapper .file-upload-wrap p .wpcf7-form-control-wrap input {
  opacity: 0;
}
.career-form-wrapper .file-upload-wrap p strong {
  color: rgba(118, 120, 123, 0.5);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 171.429% */
  letter-spacing: -0.21px;
  padding-top: 25px;
}
.career-form-wrapper .file-upload-wrap p strong.file-label {
  background: url("../images/icons/upload-icon.svg") top center no-repeat;
}
.career-form-wrapper .file-upload-wrap p strong.file-selected {
  background: url("../images/icons/check-circle.svg") top center no-repeat;
  color: rgb(118, 120, 123);
  font-size: 14px;
  padding-top: 30px;
}
.career-form-wrapper .file-upload-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.career-form-wrapper .privacy-info {
  padding: 0px 15px 0 23px;
  max-width: 600px;
}
.career-form-wrapper .privacy-info p {
  color: #353535;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 125% */
  letter-spacing: -0.24px;
  padding: 0px 0px 15px 0;
  margin: 0;
}
.career-form-wrapper .checkbox-line {
  display: flex;
  gap: 9px;
  margin-bottom: 50px;
  position: relative;
  max-width: 600px;
  width: 100%;
}
.career-form-wrapper .checkbox-line p {
  margin: 0;
}
@media (max-width: 767px) {
  .career-form-wrapper .checkbox-line {
    flex-direction: column;
  }
}
.career-form-wrapper .checkbox-line .wpcf7-not-valid-tip {
  position: absolute;
  width: max-content;
  top: 30px;
}
@media (max-width: 767px) {
  .career-form-wrapper .checkbox-line .wpcf7-not-valid-tip {
    position: relative;
    top: auto;
    margin-left: 8px;
  }
}
.career-form-wrapper .checkbox-line p {
  color: #353535;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 125% */
  letter-spacing: -0.24px;
}
.career-form-wrapper .checkbox-line p .wpcf7-list-item {
  margin: 0;
}
.career-form-wrapper .checkbox-line p label .wpcf7-list-item-label {
  display: none;
}
.career-form-wrapper .checkbox-line input {
  height: 11px;
  width: 11px;
  border: 1px solid #F36D21;
  -webkit-appearance: none;
  flex-shrink: 0;
  margin-top: 3px;
  position: relative;
  padding: 0;
  display: flex;
  margin: 0;
}
.career-form-wrapper .checkbox-line input:checked {
  background: url("../images/icons/checked.jpg");
  background-size: cover;
}

.news-articles {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .news-articles {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .news-articles {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .news-articles {
    padding: 30px 0;
  }
}
.news-articles-container {
  margin: auto;
}
@media (max-width: 768px) {
  .news-articles-container {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .news-articles-container {
    padding: 0 12px;
  }
}
.news-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .news-articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .news-articles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .news-articles-grid {
    gap: 16px;
    margin-bottom: 20px;
  }
}
.news-articles-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .news-articles-pagination {
    gap: 12px;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .news-articles-pagination {
    gap: 8px;
  }
}

.article-card {
  border-radius: 20px;
  border: 1px solid rgba(30, 30, 30, 0.25);
  background: #FFF;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .article-card {
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .article-card {
    border-radius: 14px;
  }
}
@media (max-width: 480px) {
  .article-card {
    border-radius: 12px;
  }
}
.article-card-media {
  height: 250px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .article-card-media {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .article-card-media {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .article-card-media {
    height: 180px;
  }
}
.article-card-info {
  display: flex;
  padding: 20px 16px 28px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  height: calc(100% - 250px);
}
@media (max-width: 991px) {
  .article-card-info {
    padding: 16px 14px 20px 14px;
    height: calc(100% - 220px);
  }
}
@media (max-width: 768px) {
  .article-card-info {
    padding: 14px 12px 18px 12px;
    gap: 6px;
    height: calc(100% - 200px);
  }
}
@media (max-width: 480px) {
  .article-card-info {
    padding: 12px 10px 16px 10px;
    height: calc(100% - 180px);
  }
}
.article-card-info .theme-btn {
  margin-top: auto;
}
@media (max-width: 768px) {
  .article-card-info .theme-btn {
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 30px;
  }
}
@media (max-width: 480px) {
  .article-card-info .theme-btn {
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 24px;
  }
}
.article-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.article-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-color: #FF6900;
}
.article-card:hover .article-card-image {
  transform: scale(1.08);
}
.article-card-date {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  color: #717171;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.24px;
}
@media (max-width: 768px) {
  .article-card-date {
    font-size: 11px;
    line-height: 14px;
  }
}
.article-card-title {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  color: #1E1E1E;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin: 0 0 16px 0;
}
@media (max-width: 991px) {
  .article-card-title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 12px 0;
  }
}
@media (max-width: 768px) {
  .article-card-title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 480px) {
  .article-card-title {
    font-size: 15px;
    line-height: 18px;
  }
}
.article-card-title a {
  color: #1E1E1E;
}
.article-card-title a:visited {
  color: #1E1E1E;
}
.article-card-title a:hover {
  color: #FF6900;
}

.articles-pagination-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: rgba(19, 21, 62, 0.1);
  color: #FF6900;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media (max-width: 991px) {
  .articles-pagination-arrow {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 768px) {
  .articles-pagination-arrow {
    width: 38px;
    height: 38px;
  }
  .articles-pagination-arrow img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 480px) {
  .articles-pagination-arrow {
    width: 34px;
    height: 34px;
  }
  .articles-pagination-arrow img {
    width: 12px;
    height: 12px;
  }
}
.articles-pagination-arrow:hover {
  background-color: #FF6900;
  color: #fff;
}
.articles-pagination-arrow:hover:not(.is-disabled) {
  background-color: #FF6900;
}
.articles-pagination-arrow:hover:not(.is-disabled) img {
  filter: brightness(0) invert(1);
}
.articles-pagination-arrow.is-disabled {
  border: 0.882px solid rgba(30, 30, 30, 0.12);
  background: rgba(30, 30, 30, 0.03);
  cursor: not-allowed;
  pointer-events: none;
}
.articles-pagination-arrow.is-disabled img {
  filter: grayscale(1) opacity(0.45);
}

.articles-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  .articles-pagination-numbers {
    gap: 12px;
    max-width: 200px;
    padding: 4px 0;
  }
}
@media (max-width: 480px) {
  .articles-pagination-numbers {
    gap: 8px;
    max-width: 160px;
  }
}
.articles-pagination-numbers::-webkit-scrollbar {
  height: 3px;
}
.articles-pagination-numbers::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.articles-pagination-numbers::-webkit-scrollbar-thumb {
  background: #FF6900;
  border-radius: 4px;
}

.articles-pagination-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  color: var(--color-500, #767676);
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 991px) {
  .articles-pagination-number {
    width: 42px;
    height: 42px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .articles-pagination-number {
    width: 36px;
    height: 36px;
    font-size: 12px;
    flex-shrink: 0;
  }
}
@media (max-width: 480px) {
  .articles-pagination-number {
    width: 32px;
    height: 32px;
    font-size: 11px;
  }
}
.articles-pagination-number:hover {
  background-color: rgba(255, 105, 0, 0.1);
}
.articles-pagination-number:visited {
  color: var(--color-500, #767676);
}
.articles-pagination-number.active {
  color: #FF6900;
  cursor: default;
  background-color: transparent;
}

.article-detail {
  padding: 60px 0 0;
}
@media (max-width: 991px) {
  .article-detail {
    padding: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .article-detail {
    padding: 30px 0 0;
  }
}
.article-detail-container {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  margin: auto;
}
@media (max-width: 991px) {
  .article-detail-container {
    gap: 50px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .article-detail-container {
    gap: 30px;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .article-detail-container {
    gap: 24px;
    padding: 0 12px;
  }
}
.article-detail-main {
  flex: 1;
  min-width: 0;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .article-detail-main {
    padding-bottom: 30px;
  }
}
.article-detail-date {
  display: block;
  color: #353535;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 0.5px solid rgba(19, 21, 62, 0.25);
}
@media (max-width: 768px) {
  .article-detail-date {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
}
.article-detail-title {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.84px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .article-detail-title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .article-detail-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .article-detail-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.article-detail h2,
.article-detail h3,
.article-detail h4,
.article-detail h5,
.article-detail h6 {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.32px;
  margin: 32px 0 16px;
}
@media (max-width: 768px) {
  .article-detail h2,
  .article-detail h3,
  .article-detail h4,
  .article-detail h5,
  .article-detail h6 {
    margin: 24px 0 12px;
  }
}
.article-detail h2 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .article-detail h2 {
    font-size: 20px;
  }
}
.article-detail h3 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .article-detail h3 {
    font-size: 18px;
  }
}
.article-detail h4 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .article-detail h4 {
    font-size: 16px;
  }
}
.article-detail h5 {
  font-size: 16px;
}
.article-detail h6 {
  font-size: 14px;
}
.article-detail p {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .article-detail p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.article-detail ul,
.article-detail ol {
  margin: 0 0 24px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .article-detail ul,
  .article-detail ol {
    padding-left: 16px;
    margin-bottom: 16px;
  }
}
.article-detail ul li,
.article-detail ol li {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .article-detail ul li,
  .article-detail ol li {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.article-detail-media {
  margin-bottom: 24px;
  border-radius: 20px 20px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
@media (max-width: 768px) {
  .article-detail-media {
    border-radius: 16px 16px 0 0;
    margin-bottom: 16px;
  }
}
.article-detail-image {
  width: 100%;
  height: auto;
  display: block;
}
.article-detail-media-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .article-detail-media-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 16px;
  }
}
.article-detail-media-grid .article-detail-media {
  margin-bottom: 0;
}
.article-detail figure {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .article-detail figure {
    padding: 12px 0;
  }
}
.article-detail-sidebar {
  flex: 0 0 430px;
}
@media (max-width: 991px) {
  .article-detail-sidebar {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .article-detail-sidebar {
    padding: 0;
  }
}
.article-detail-sidebar-title {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -1.92px;
  margin-bottom: 32px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .article-detail-sidebar-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .article-detail-sidebar-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.article-detail-sidebar .related-news-item {
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .article-detail-sidebar .related-news-item {
    padding-bottom: 20px;
  }
}
.article-detail-sidebar .related-news-item .theme-btn {
  font-size: 13.714px;
  line-height: 15.238px;
  padding: 10px 22px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .article-detail-sidebar .related-news-item .theme-btn {
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 16px;
  }
}
.article-detail-sidebar .related-news-item .related-news-date {
  display: block;
  color: #717171;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  margin-bottom: 9px;
}
@media (max-width: 768px) {
  .article-detail-sidebar .related-news-item .related-news-date {
    font-size: 12px;
    line-height: 14px;
  }
}
.article-detail-sidebar .related-news-item .related-news-title {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .article-detail-sidebar .related-news-item .related-news-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .article-detail-sidebar .related-news-item .related-news-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}

.default-page {
  padding: 60px 0 100px;
}
.default-page-container {
  margin: auto;
}
.default-page-title {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.84px;
  margin-bottom: 24px;
  margin-top: 0;
}
.default-page-last-updated {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-decoration-line: underline;
}
.default-page .legal-page-updated {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-decoration-line: underline;
}
.default-page .legal-page-updated-text {
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.32px;
  text-decoration-line: underline;
}
.default-page h2,
.default-page h3,
.default-page h4,
.default-page h5,
.default-page h6 {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.32px;
  margin: 32px 0 16px;
}
@media (max-width: 768px) {
  .default-page h2,
  .default-page h3,
  .default-page h4,
  .default-page h5,
  .default-page h6 {
    margin: 24px 0 12px;
  }
}
.default-page h2 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .default-page h2 {
    font-size: 20px;
  }
}
.default-page h3 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .default-page h3 {
    font-size: 18px;
  }
}
.default-page h4 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .default-page h4 {
    font-size: 16px;
  }
}
.default-page h5 {
  font-size: 16px;
}
.default-page h6 {
  font-size: 14px;
}
.default-page-text {
  color: #1E1E1E;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
}
.default-page-text p {
  color: #1E1E1E;
}
.default-page-text a {
  color: #FF6900;
}
.default-page-text a:hover {
  text-decoration: underline;
  color: #FF6900;
}
.default-page ul, .default-page ol {
  margin: 0;
  padding-left: 20px;
}
.default-page ul li, .default-page ol li {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #1E1E1E;
  margin: 0 0 12px 0;
}
.default-page ul li ul, .default-page ul li li, .default-page ol li ul, .default-page ol li li {
  padding-left: 5px;
  margin: 0 0 6px 10px;
}
.default-page ul strong, .default-page ol strong {
  color: #2b2b2b;
}
.default-page ol {
  list-style-type: decimal;
}

.error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0D1B2A;
  position: relative;
  overflow: hidden;
}
.error-page-canvas-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-page-canvas-wrapper canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: default;
}
.error-page-canvas-wrapper .canvas-overlay-content {
  position: relative;
  z-index: 10;
  max-width: 700px;
  padding: 40px;
  text-align: center;
  pointer-events: none;
}
.error-page-canvas-wrapper .canvas-overlay-content * {
  pointer-events: auto;
}
@media (max-width: 768px) {
  .error-page-canvas-wrapper .canvas-overlay-content {
    padding: 20px;
  }
}
.error-page-title {
  font-size: 120px;
  font-weight: 700;
  color: #F36D21;
  line-height: 1;
  margin: 0;
  letter-spacing: -8px;
  text-shadow: 0 4px 40px rgba(243, 109, 33, 0.2);
  animation: pulseGlow 3s ease-in-out infinite;
}
@media (max-width: 991px) {
  .error-page-title {
    font-size: 90px;
  }
}
@media (max-width: 768px) {
  .error-page-title {
    font-size: 70px;
    letter-spacing: -4px;
  }
}
@media (max-width: 480px) {
  .error-page-title {
    font-size: 50px;
  }
}
.error-page-subtitle {
  font-size: 28px;
  font-weight: 600;
  color: #ECF0F1;
  margin: 8px 0 16px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .error-page-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .error-page-subtitle {
    font-size: 18px;
  }
}
.error-page-description {
  font-size: 16px;
  color: #BDC3C7;
  line-height: 1.6;
  margin-bottom: 32px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .error-page-description {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .error-page-description br {
    display: none;
  }
}
.error-page-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .error-page-actions {
    flex-direction: column;
    align-items: center;
  }
}
.error-page-actions .theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.25px solid rgba(255, 255, 255, 0.25);
}
.error-page-actions .theme-btn svg {
  transition: transform 0.3s ease;
}
.error-page-actions .theme-btn:hover svg {
  transform: translateX(-4px);
}
.error-page-search {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.error-page-search p {
  font-size: 14px;
  color: #BDC3C7;
  margin-bottom: 12px;
}
.error-page-search .search-form {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}
.error-page-search .search-form input[type=search] {
  flex: 1;
  padding: 12px 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 42px 0 0 42px;
  font-size: 14px;
  outline: none;
  background: rgba(255, 255, 255, 0.05);
  color: #ECF0F1;
  transition: border-color 0.3s ease;
}
.error-page-search .search-form input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.error-page-search .search-form input[type=search]:focus {
  border-color: #F36D21;
}
.error-page-search .search-form input[type=submit] {
  padding: 12px 24px;
  background: #F36D21;
  color: #FFF;
  border: none;
  border-radius: 0 42px 42px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.3s ease;
  line-height: 0;
}
.error-page-search .search-form input[type=submit]:hover {
  background: #E85A00;
}
.error-page-links {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.error-page-links span {
  font-size: 14px;
  color: #BDC3C7;
  font-weight: 500;
}
.error-page-links a {
  font-size: 14px;
  color: #ECF0F1;
  text-decoration: none;
  padding: 4px 12px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.error-page-links a:visited {
  color: #ECF0F1;
}
.error-page-links a:hover {
  color: #F36D21;
  background: rgba(243, 109, 33, 0.15);
}

@keyframes pulseGlow {
  0%, 100% {
    text-shadow: 0 4px 40px rgba(243, 109, 33, 0.2);
  }
  50% {
    text-shadow: 0 4px 60px rgba(243, 109, 33, 0.4);
  }
}
.search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media (max-width: 768px) {
  .search-form-wrapper {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
}
@media (max-width: 480px) {
  .search-form-wrapper {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}
.search-form-wrapper.active {
  display: flex;
  opacity: 1;
}
.search-form-wrapper .header-search-form {
  display: flex;
  align-items: center;
  max-width: 700px;
  width: 90%;
  position: relative;
}
@media (max-width: 768px) {
  .search-form-wrapper .header-search-form {
    max-width: 100%;
    width: 92%;
  }
}
@media (max-width: 480px) {
  .search-form-wrapper .header-search-form {
    width: 95%;
  }
}
.search-form-wrapper .header-search-form .search-field {
  width: 100%;
  padding: 20px 60px 20px 30px;
  font-size: 24px;
  font-family: "Barlow", sans-serif;
  color: #FFF;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  outline: none;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .search-form-wrapper .header-search-form .search-field {
    font-size: 20px;
    padding: 18px 54px 18px 26px;
  }
}
@media (max-width: 768px) {
  .search-form-wrapper .header-search-form .search-field {
    font-size: 18px;
    padding: 16px 48px 16px 22px;
    border-radius: 40px;
  }
}
@media (max-width: 480px) {
  .search-form-wrapper .header-search-form .search-field {
    font-size: 16px;
    padding: 14px 44px 14px 18px;
    border-radius: 32px;
    border-width: 1.5px;
  }
}
.search-form-wrapper .header-search-form .search-field::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.search-form-wrapper .header-search-form .search-field:focus {
  border-color: #F36D21;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 40px rgba(243, 109, 33, 0.1);
}
@media (max-width: 768px) {
  .search-form-wrapper .header-search-form .search-field:focus {
    box-shadow: 0 0 30px rgba(243, 109, 33, 0.08);
  }
}
@media (max-width: 480px) {
  .search-form-wrapper .header-search-form .search-field:focus {
    box-shadow: 0 0 20px rgba(243, 109, 33, 0.06);
  }
}
.search-form-wrapper .header-search-form .search-submit {
  position: absolute;
  right: 16px;
  background: #F36D21;
  border: none;
  border-radius: 50%;
  margin-top: -20px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media (max-width: 991px) {
  .search-form-wrapper .header-search-form .search-submit {
    width: 42px;
    height: 42px;
    right: 14px;
    margin-top: -18px;
  }
}
@media (max-width: 768px) {
  .search-form-wrapper .header-search-form .search-submit {
    width: 38px;
    height: 38px;
    right: 12px;
    margin-top: -16px;
  }
}
@media (max-width: 480px) {
  .search-form-wrapper .header-search-form .search-submit {
    width: 34px;
    height: 34px;
    right: 10px;
    margin-top: -14px;
  }
}
.search-form-wrapper .header-search-form .search-submit:hover {
  background: #E85A00;
}
.search-form-wrapper .header-search-form .search-submit img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .search-form-wrapper .header-search-form .search-submit img {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .search-form-wrapper .header-search-form .search-submit img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 480px) {
  .search-form-wrapper .header-search-form .search-submit img {
    width: 14px;
    height: 14px;
  }
}
.search-form-wrapper .header-search-form .search-close {
  position: absolute;
  top: -60px;
  right: -10px;
  background: none;
  border: none;
  color: #FFF;
  font-size: 28px;
  cursor: pointer;
  transition: transform 0.3s ease;
  padding: 10px;
}
@media (max-width: 768px) {
  .search-form-wrapper .header-search-form .search-close {
    top: -50px;
    right: -5px;
    font-size: 24px;
    padding: 8px;
  }
}
@media (max-width: 480px) {
  .search-form-wrapper .header-search-form .search-close {
    top: -42px;
    right: 0;
    font-size: 20px;
    padding: 6px;
  }
}
.search-form-wrapper .header-search-form .search-close:hover {
  transform: rotate(90deg);
}

.search-results-page {
  padding: 140px 0 80px;
}
@media (max-width: 991px) {
  .search-results-page {
    padding: 120px 0 60px;
  }
}
@media (max-width: 768px) {
  .search-results-page {
    padding: 100px 0 40px;
  }
}
@media (max-width: 480px) {
  .search-results-page {
    padding: 80px 0 30px;
  }
}
.search-results-page .container {
  max-width: 900px;
}
.search-results-page .search-page-title {
  font-size: 36px;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .search-results-page .search-page-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .search-results-page .search-page-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .search-results-page .search-page-title {
    font-size: 22px;
  }
}
.search-results-page .search-page-title span {
  color: #F36D21;
}
.search-results-page .search-page-subtitle {
  font-size: 16px;
  color: #76787B;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .search-results-page .search-page-subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .search-results-page .search-page-subtitle {
    font-size: 13px;
    margin-bottom: 24px;
  }
}
.search-results-page .search-result-item {
  padding: 24px 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
@media (max-width: 768px) {
  .search-results-page .search-result-item {
    padding: 18px 0;
  }
}
@media (max-width: 480px) {
  .search-results-page .search-result-item {
    padding: 14px 0;
  }
}
.search-results-page .search-result-item:last-child {
  border-bottom: none;
}
.search-results-page .search-result-item .result-title {
  font-size: 22px;
  font-weight: 600;
  color: #1E1E1E;
  margin: 0 0 8px 0;
  transition: color 0.3s ease;
}
@media (max-width: 991px) {
  .search-results-page .search-result-item .result-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .search-results-page .search-result-item .result-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .search-results-page .search-result-item .result-title {
    font-size: 16px;
  }
}
.search-results-page .search-result-item .result-title a {
  color: inherit;
  text-decoration: none;
}
.search-results-page .search-result-item .result-title a:hover {
  color: #F36D21;
}
.search-results-page .search-result-item .result-excerpt {
  font-size: 16px;
  color: #76787B;
  line-height: 1.6;
  margin: 0 0 8px 0;
}
@media (max-width: 768px) {
  .search-results-page .search-result-item .result-excerpt {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .search-results-page .search-result-item .result-excerpt {
    font-size: 14px;
  }
}
.search-results-page .search-result-item .result-meta {
  font-size: 13px;
  color: #A0A0A0;
}
@media (max-width: 768px) {
  .search-results-page .search-result-item .result-meta {
    font-size: 12px;
  }
}
.search-results-page .search-result-item .result-meta .result-type {
  background: rgba(243, 109, 33, 0.1);
  color: #F36D21;
  padding: 2px 12px;
  border-radius: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .search-results-page .search-result-item .result-meta .result-type {
    padding: 2px 10px;
    font-size: 11px;
  }
}
.search-results-page .search-no-results {
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .search-results-page .search-no-results {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .search-results-page .search-no-results {
    padding: 30px 0;
  }
}
.search-results-page .search-no-results .no-results-icon {
  font-size: 60px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .search-results-page .search-no-results .no-results-icon {
    font-size: 48px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .search-results-page .search-no-results .no-results-icon {
    font-size: 40px;
    margin-bottom: 12px;
  }
}
.search-results-page .search-no-results h3 {
  font-size: 28px;
  color: #1E1E1E;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .search-results-page .search-no-results h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .search-results-page .search-no-results h3 {
    font-size: 20px;
  }
}
.search-results-page .search-no-results p {
  font-size: 16px;
  color: #76787B;
  max-width: 500px;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .search-results-page .search-no-results p {
    font-size: 15px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 480px) {
  .search-results-page .search-no-results p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .search-results-page .search-no-results .theme-btn {
    width: 100%;
    justify-content: center;
  }
}

.search-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
  padding: 20px 0;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .search-pagination {
    gap: 10px;
    margin-top: 30px;
    padding: 16px 0;
  }
}
@media (max-width: 768px) {
  .search-pagination {
    gap: 8px;
    margin-top: 24px;
    padding: 12px 0;
  }
}
@media (max-width: 480px) {
  .search-pagination {
    gap: 6px;
    margin-top: 20px;
    padding: 10px 0;
  }
}
.search-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1E1E1E;
  background: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .search-pagination .page-numbers {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .search-pagination .page-numbers {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .search-pagination .page-numbers {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
}
.search-pagination .page-numbers:hover:not(.current) {
  background: rgba(243, 109, 33, 0.1);
  color: #F36D21;
}
.search-pagination .page-numbers.current {
  background: #F36D21;
  color: #FFFFFF;
  cursor: default;
  pointer-events: none;
}
.search-pagination .page-numbers.prev, .search-pagination .page-numbers.next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(30, 30, 30, 0.12);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .search-pagination .page-numbers.prev, .search-pagination .page-numbers.next {
    width: 42px;
    height: 42px;
    border-width: 1.5px;
  }
}
@media (max-width: 768px) {
  .search-pagination .page-numbers.prev, .search-pagination .page-numbers.next {
    width: 38px;
    height: 38px;
    border-width: 1px;
  }
}
@media (max-width: 480px) {
  .search-pagination .page-numbers.prev, .search-pagination .page-numbers.next {
    width: 34px;
    height: 34px;
    border-width: 1px;
  }
}
.search-pagination .page-numbers.prev img, .search-pagination .page-numbers.next img {
  width: 16px;
  height: 16px;
  transition: filter 0.3s ease;
}
@media (max-width: 991px) {
  .search-pagination .page-numbers.prev img, .search-pagination .page-numbers.next img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  .search-pagination .page-numbers.prev img, .search-pagination .page-numbers.next img {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 480px) {
  .search-pagination .page-numbers.prev img, .search-pagination .page-numbers.next img {
    width: 12px;
    height: 12px;
  }
}
.search-pagination .page-numbers.prev:hover:not(.disabled), .search-pagination .page-numbers.next:hover:not(.disabled) {
  background: #F36D21;
  border-color: #F36D21;
}
.search-pagination .page-numbers.prev:hover:not(.disabled) img, .search-pagination .page-numbers.next:hover:not(.disabled) img {
  filter: brightness(0) invert(1);
}
.search-pagination .page-numbers.prev.disabled, .search-pagination .page-numbers.next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.search-pagination .page-numbers.dots {
  width: auto;
  padding: 0 8px;
  color: #76787B;
  cursor: default;
}
@media (max-width: 768px) {
  .search-pagination .page-numbers.dots {
    padding: 0 4px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .search-pagination .page-numbers.dots {
    padding: 0 3px;
    font-size: 13px;
  }
}

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