@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html,
body {
  max-width: 100vw;
  background: #FFF8F1;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-weight: 400;
  background-color: #FFF8F1;
  color: #000000;
  font-family: "Albert Sans", sans-serif !important;
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: hidden;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}

main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none !important;
  background: none;
  color: inherit;
  text-decoration: none;
}

p {
  font-family: "Albert Sans", sans-serif !important;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.container-fluid {
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .container-fluid {
    max-width: 96%;
  }
}
.container-fluid .container-fluid {
  max-width: 100%;
}

.dropdown-menu {
  transform: translateY(10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .dropdown-menu {
    margin-left: 1rem;
  }
}

.dropdown.show .dropdown-menu {
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

@media screen and (max-width: 7066px) {
  html {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 6066px) {
  html {
    font-size: 62px !important;
  }
}
@media screen and (max-width: 5066px) {
  html {
    font-size: 58px !important;
  }
}
@media screen and (max-width: 4066px) {
  html {
    font-size: 48px !important;
  }
}
@media screen and (max-width: 3566px) {
  html {
    font-size: 34px !important;
  }
}
@media screen and (max-width: 3066px) {
  html {
    font-size: 32px;
  }
}
@media screen and (max-width: 2560px) {
  html {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 2140px) {
  html {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1536px) {
  html {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 580px) {
  html {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 14px !important;
  }
}
@font-face {
  font-family: "Thertole";
  src: url("../../../assets/font/ThertoleRegular.woff2") format("woff2"), url("../../../assets/font/ThertoleRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.theme-btn {
  background: radial-gradient(94.49% 94.49% at 5.51% 100%, #FF8913 0%, #FF6600 100%) !important;
  font-weight: 600 !important;
  color: #fff !important;
  font-size: 0.9rem !important;
  padding: 0.75rem 2rem !important;
  border-radius: 1rem !important;
  margin: unset !important;
  font-family: "Albert Sans", sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 425px) {
  .theme-btn {
    font-size: 0.95rem !important;
  }
}

.btn-outline-block {
  background: transparent !important;
  font-weight: 400 !important;
  color: #fff !important;
  font-size: 1rem !important;
  padding: 0.75rem 2rem !important;
  border-radius: 1.5rem !important;
  margin: unset !important;
  font-family: "Albert Sans", sans-serif !important;
  border: 0.063rem solid #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 425px) {
  .btn-outline-block {
    font-size: 0.95rem !important;
    padding: 0.4rem 1.2rem !important;
  }
}

.theme-outline-btn {
  background: transparent !important;
  font-weight: 500 !important;
  color: #ff6600 !important;
  font-size: 1rem !important;
  padding: 0.75rem 2rem !important;
  border-radius: 1rem !important;
  margin: unset !important;
  font-family: "Albert Sans", sans-serif !important;
  border: 0.063rem solid #ff6600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 425px) {
  .theme-outline-btn {
    font-size: 0.95rem !important;
  }
}

header {
  background: transparent;
  position: relative;
  background: #fff;
  position: relative;
  backdrop-filter: blur(2px);
  position: sticky;
  top: 0;
}
header.rounded-header {
  border-radius: 0 0 1.5rem 1.5rem;
  margin: 0rem auto;
  max-width: 80rem;
  width: calc(100% - 2rem);
}
@media screen and (max-width: 360px) {
  header.rounded-header {
    width: calc(100% - 1.5rem);
  }
}
header.rounded-header .container-fluid {
  max-width: 100%;
}
header .bar-icon {
  color: #000;
  padding: 0.5rem;
  cursor: pointer;
}
header .bar-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}
header.darkbg {
  background: #fff;
}
header .navbar-brand {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.2rem 0;
}
header .navbar-brand:hover, header .navbar-brand:focus, header .navbar-brand:active {
  color: #000;
}
header .navbar-brand img {
  filter: invert(1);
}
@media screen and (max-width: 360px) {
  header .navbar-brand img {
    height: 2.25rem;
  }
}
header .top-band {
  background: #30d6e0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.95rem;
  padding: 0.5rem;
  font-weight: 400;
}
header .top-band a {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  text-decoration-line: underline;
}
header .header-logo {
  height: 2.6rem;
  width: auto;
}
header .nav-menu-container .nav-item:nth-child(2), header .nav-menu-container .nav-item:nth-child(3), header .nav-menu-container .nav-item:nth-child(4) {
  display: none !important;
}
header .nav-link {
  font-size: 0.9rem;
  letter-spacing: 0.03rem;
  padding: 0.6rem 1rem !important;
  color: #000 !important;
  font-weight: 500 !important;
}
header .nav-link svg {
  width: 1rem;
  height: 1rem;
}
header .nav-link.active {
  color: #000 !important;
}
header .nav-link.formsapp-popup-button {
  padding: 1.2em;
  font-size: inherit !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  cursor: pointer;
  font-weight: 600;
}
header .dropdown .dropdown-menu {
  margin-top: 1rem;
  background: #fff;
}
header .dropdown .dropdown-menu a {
  font-size: 0.9rem;
  color: #000 !important;
  font-weight: 500 !important;
  letter-spacing: 0.03rem;
}
header .dropdown .dropdown-menu a:hover {
  background-color: #fe6f04;
  color: white !important;
}
header .request-btn {
  background: radial-gradient(94.49% 94.49% at 5.51% 100%, #FF8913 0%, #FF6600 100%) !important;
  font-weight: 600 !important;
  color: #fff !important;
  font-size: 0.9rem !important;
  padding: 0.75rem 2rem !important;
  border-radius: 1rem !important;
  margin: unset !important;
  font-family: "Albert Sans", sans-serif !important;
}
@media screen and (max-width: 425px) {
  header .request-btn {
    font-size: 0.95rem !important;
    padding: 0.4rem 1.2rem !important;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-collapse {
    background: #1b1b1d;
    border-radius: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
header .navbar-toggler {
  border: none;
  box-shadow: none !important;
  padding: 0;
  filter: invert(1);
}
header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("../../assets/images/cancel.png");
  background-size: 1.2rem;
}
header .menu-icon-wrapper .menu-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

.request-btn-box {
  font-weight: 600 !important;
  color: #fff !important;
  font-size: 0.9rem !important;
  padding: 0.75rem 2rem !important;
  border-radius: 1rem !important;
  margin: unset !important;
  font-family: "Albert Sans", sans-serif !important;
  border-radius: 10rem 10rem 0 0 !important;
  transform: rotateZ(-90deg);
  position: fixed;
  right: 0;
  z-index: 3;
  top: 20rem;
  right: -3.5rem;
  background: #fe6f04 !important;
}
.request-btn-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fe6f04;
  z-index: -1;
  top: 90%;
  left: -0.6rem;
  right: -0.6rem;
  height: 2rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 425px) {
  .request-btn-box {
    font-size: 0.95rem !important;
    padding: 0.4rem 1.2rem !important;
  }
}

.formsapp-popup .formsapp-popup-content {
  background: #f9fafb;
  height: 100vh;
}
.formsapp-popup .formsapp-popup-content .close-button {
  z-index: 999999999 !important;
  height: 2rem;
  width: 2rem;
  right: 1rem !important;
}
.formsapp-popup .formsapp-popup-content .close-button svg {
  height: 1.5rem !important;
  width: 1.5rem !important;
}
.formsapp-popup .formsapp-popup-content .formsapp-iframe {
  height: 96vh !important;
  position: relative !important;
  top: 4vh !important;
}

.mobile-menu-wrapper {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}
@media screen and (max-width: 992px) {
  .mobile-menu-wrapper {
    display: block;
    transform: translate(100%);
    transition: transform 0.4s ease-in-out;
  }
}
@media screen and (max-width: 992px) {
  .mobile-menu-wrapper.is_open {
    display: block;
    transform: translate(0%) !important;
    transition: transform 0.4s ease-in-out;
  }
}
.mobile-menu-wrapper .mobile-menu-container {
  background: #fff;
  height: 100%;
  max-width: 28rem;
  margin-left: auto;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header .mobile-menu-logo {
  display: block;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header .mobile-menu-logo .header-logo {
  height: 2.6rem;
  width: auto;
  filter: invert(1);
}
.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header .close-icon {
  color: #000;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header .close-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper {
  height: calc(100vh - 68px);
  overflow-y: auto;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper::-webkit-scrollbar {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item {
  padding: 0.75rem 1rem !important;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item:nth-child(2), .mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item:nth-child(3), .mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item:nth-child(4) {
  display: none !important;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item .nav-link {
  font-size: 1rem;
  color: #000 !important;
  font-weight: 500 !important;
  letter-spacing: 0.01rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item .nav-link.formsapp-popup-button {
  padding: 0;
  font-size: inherit !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  cursor: pointer;
  font-weight: 600;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item .icon img {
  width: 1.75rem;
  height: 1.75rem;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item p {
  font-size: 1rem;
  color: #000 !important;
  font-weight: 500;
  margin: 0;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item .dropdown svg {
  width: 1rem;
  height: 1rem;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item .dropdown .dropdown-menu {
  background: #fff;
  position: static !important;
  inset: unset !important;
  transform: unset !important;
  margin-bottom: 0;
  border: none;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item .dropdown .dropdown-menu li:hover {
  background-color: #fe6f04;
  color: white;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item .dropdown .dropdown-menu li a {
  background-color: transparent !important;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item .dropdown .dropdown-menu a {
  padding: 0 !important;
  font-size: 1rem;
  color: #000 !important;
  font-weight: 500 !important;
  letter-spacing: 0.01rem;
}

footer {
  position: relative;
  background-color: #1b1b1d;
  overflow: hidden;
  z-index: 1;
}
footer .inner-footer {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  footer .inner-footer {
    flex-direction: column;
    gap: 2rem;
  }
}
footer .inner-footer .left-side-footer h1 {
  margin: 0;
  font-family: "Albert Sans", sans-serif !important;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  color: #ffffff;
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 991px) {
  footer .inner-footer .left-side-footer h1 {
    font-size: 2rem;
  }
}
footer .inner-footer .right-side-footer {
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  footer .inner-footer .right-side-footer {
    max-width: 100%;
  }
}
footer .inner-footer .right-side-footer h6 {
  margin: 0;
  font-family: "Albert Sans", sans-serif !important;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  color: #e7e7e9;
  text-transform: uppercase;
}
footer .inner-footer .right-side-footer .social-link-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .inner-footer .right-side-footer .social-link-wrapper .social-icon {
  padding: 0.8rem;
  gap: 1rem;
  border-radius: 2rem;
  border: 0.063rem solid #ffffff;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}
footer .inner-footer .right-side-footer .social-link-wrapper .social-icon:hover, footer .inner-footer .right-side-footer .social-link-wrapper .social-icon:focus, footer .inner-footer .right-side-footer .social-link-wrapper .social-icon:active {
  background: #000000;
  filter: invert(1);
}
footer .inner-footer .right-side-footer .social-link-wrapper .social-icon .icon img {
  width: 1rem;
  height: 1rem;
  object-fit: cover;
}
footer .inner-footer .right-side-footer .social-link-wrapper .social-icon span {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: left;
  color: #ffffff;
}
footer .overlay {
  position: absolute;
  max-width: 23.75rem;
  left: 0;
  bottom: -1rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  footer .overlay {
    bottom: 1rem;
  }
}
footer .overlay img {
  width: 100%;
  height: auto;
}
footer .outer-footer {
  background: #FF6902;
  padding: 2rem 0;
}
footer .outer-footer p,
footer .outer-footer a {
  margin: 0;
  font-family: "Albert Sans", sans-serif !important;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}

.hero-section {
  background: #F5F5F5;
  position: sticky;
  top: 0;
  padding: 2rem 0;
  padding-top: 6rem !important;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .hero-section {
    min-height: unset;
    position: unset;
    top: unset;
    padding-top: 9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 10rem !important;
  }
}
@media screen and (max-height: 767px) {
  .hero-section {
    min-height: auto;
    position: unset;
    top: unset;
  }
}
.hero-section .content-block {
  position: relative;
  position: relative;
  min-height: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-height: 720px) {
  .hero-section .content-block {
    min-height: unset;
  }
}
@media screen and (max-width: 991px) {
  .hero-section .content-block {
    min-height: unset;
  }
}
.hero-section .hero-content {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto 2rem;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-content {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
    margin: 0 auto 1rem 0;
  }
}
.hero-section .hero-content .left-cntnt {
  min-width: 25rem;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-content .left-cntnt {
    min-width: 22rem;
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .hero-section .hero-content .left-cntnt {
    min-width: 18rem;
    width: 100%;
  }
}
.hero-section .hero-content .left-cntnt h1 {
  font-size: 3.5rem;
  font-weight: 500;
  color: #1b1b1d;
  max-width: 35rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .hero-section .hero-content .left-cntnt h1 {
    font-size: 2.2rem;
    max-width: 24rem;
  }
}
@media screen and (max-width: 320px) {
  .hero-section .hero-content .left-cntnt h1 {
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
  }
}
.hero-section .hero-content .left-cntnt h1 .hint {
  font-weight: 300;
}
.hero-section .hero-content .left-cntnt p {
  max-width: 25rem;
  color: #4f5054;
  font-size: 1.3rem;
}
@media screen and (max-width: 991px) {
  .hero-section .hero-content .left-cntnt p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .hero-section .hero-content .left-cntnt p {
    max-width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .hero-section .hero-content .left-cntnt p {
    min-width: 100%;
  }
}
.hero-section .hero-content .right-cntnt {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-content .right-cntnt {
    width: 100%;
  }
}
.hero-section .hero-content .right-cntnt video.herobgVideo {
  mix-blend-mode: darken;
  max-width: 40rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .hero-section .hero-content .right-cntnt video.herobgVideo {
    max-width: 25rem;
    margin: auto;
  }
}
@media screen and (max-width: 425px) {
  .hero-section .hero-content .right-cntnt video.herobgVideo {
    max-width: 34vh;
  }
}
@media screen and (max-width: 320px) {
  .hero-section .hero-content .right-cntnt video.herobgVideo {
    max-width: 30vh;
  }
}
.hero-section .trustBy-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hero-section .trustBy-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .trustBy-block {
    margin: 0 auto 2rem 0;
  }
}
.hero-section .trustBy-block h2 {
  color: #9b9ca1;
  font-family: "Albert Sans", sans-serif !important;
  font-size: 2rem;
  font-weight: 600;
  min-width: 14rem;
  margin-right: 1.5rem;
  border-right: 1px solid;
  margin-bottom: 0;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .hero-section .trustBy-block h2 {
    min-width: unset;
    border-right: none;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }
}
.hero-section .trustBy-block .trust-flex-list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 2rem;
  flex-wrap: wrap;
  width: calc(100% - 15.5rem);
}
@media screen and (max-width: 768px) {
  .hero-section .trustBy-block .trust-flex-list {
    width: 100%;
    padding: 2rem 0 3rem;
    justify-content: space-between;
  }
}
.hero-section .trustBy-block .trust-flex-list .swiper-slide img {
  width: 8rem;
}
.hero-section .trustBy-block .trust-flex-list .swiper-slide img.ionet {
  width: 6rem;
}
.hero-section .trustBy-block .trust-flex-list .swiper-slide img.ether {
  filter: grayscale(100%);
}

.flex-btn-box {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 375px) {
  .flex-btn-box {
    flex-direction: column;
  }
}

.what-openledger-section {
  padding: 2rem 0;
  background: #1b1b1d;
  position: relative;
  z-index: 1;
  border-radius: 2rem 2rem 0 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .what-openledger-section {
    min-height: auto;
  }
}
@media screen and (max-height: 767px) {
  .what-openledger-section {
    min-height: auto;
  }
}
.what-openledger-section .what-openledger-container {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.what-openledger-section .what-openledger-container .section-title {
  width: fit-content;
}
.what-openledger-section .what-openledger-container .section-title h1 {
  color: #ffffff;
  font-size: 2.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .what-openledger-section .what-openledger-container .section-title h1 {
    font-size: 2rem;
  }
}
.what-openledger-section .what-openledger-container .section-title h1 .text-theme {
  color: #FF6902;
}
.what-openledger-section .what-openledger-container .section-title h1 .hint {
  font-family: Albert Sans;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .what-openledger-section .what-openledger-container .section-title h1 .hint {
    font-size: 1rem;
  }
}
.what-openledger-section .what-openledger-container .section-title .line {
  margin-top: 0.19rem;
  width: 100%;
  height: 0.19rem;
  background-color: #FF6902;
}
.what-openledger-section .what-openledger-container .what-openledger-content-wrapper {
  margin-top: 2rem;
}
.what-openledger-section .what-openledger-container .what-openledger-content-wrapper .content {
  max-width: 50rem;
}
.what-openledger-section .what-openledger-container .what-openledger-content-wrapper .content h2 {
  font-size: 3.35rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .what-openledger-section .what-openledger-container .what-openledger-content-wrapper .content h2 {
    font-size: 2.2rem;
  }
}
.what-openledger-section .what-openledger-container .what-openledger-content-wrapper .content p {
  margin-top: 1.5rem;
  color: #ABABAB;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .what-openledger-section .what-openledger-container .what-openledger-content-wrapper .content p {
    font-size: 1rem;
  }
}
.what-openledger-section .overlay {
  position: absolute;
  max-width: 35rem;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .what-openledger-section .overlay {
    display: none;
  }
}
.what-openledger-section .overlay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.payable-ai-section {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .payable-ai-section {
    padding: 4rem 0;
  }
}
.payable-ai-section .payable-ai-section-container {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.payable-ai-section .payable-ai-card {
  padding: 3.5rem 3rem;
  border-radius: 2rem;
  border: 0.063rem solid #E35F06;
  background: #ffffff;
  display: flex;
  gap: 2rem;
  min-height: 37.5rem;
}
@media screen and (max-width: 767px) {
  .payable-ai-section .payable-ai-card {
    padding: 1rem;
    flex-direction: column;
    min-height: unsets;
  }
}
.payable-ai-section .payable-ai-card .left-content {
  width: calc(50% - 1rem);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .payable-ai-section .payable-ai-card .left-content {
    width: 100%;
    order: 2;
  }
}
.payable-ai-section .payable-ai-card .left-content .content-image img {
  width: 4rem;
  height: auto;
}
.payable-ai-section .payable-ai-card .left-content .content-wrapper h4 {
  margin: 0;
  font-size: 2.25rem;
  font-weight: 500;
  color: #1b1b1d;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .payable-ai-section .payable-ai-card .left-content .content-wrapper h4 {
    font-size: 2rem;
  }
}
.payable-ai-section .payable-ai-card .left-content .content-wrapper p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  color: #575757;
}
@media screen and (max-width: 767px) {
  .payable-ai-section .payable-ai-card .left-content .content-wrapper p {
    font-size: 1rem;
  }
}
.payable-ai-section .payable-ai-card .right-content {
  width: calc(50% - 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .payable-ai-section .payable-ai-card .right-content {
    width: 100%;
    order: 1;
  }
}
.payable-ai-section .payable-ai-card .right-content img, .payable-ai-section .payable-ai-card .right-content video {
  width: 100%;
  height: auto;
  max-width: 28rem;
}
@media screen and (max-width: 767px) {
  .payable-ai-section .payable-ai-card .right-content img, .payable-ai-section .payable-ai-card .right-content video {
    max-width: 16rem;
  }
}

.how-we-make-payable-section {
  padding: 4rem 0;
  position: relative;
  z-index: 2;
  background-color: #FFF8F1;
}
@media screen and (max-width: 767px) {
  .how-we-make-payable-section {
    padding-top: 0;
  }
}
.how-we-make-payable-section .section-title-container {
  max-width: 80rem;
  margin: 0 auto;
  margin-bottom: 4rem !important;
}
.how-we-make-payable-section .section-title-container .section-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  max-width: 60rem;
}
@media screen and (min-width: 992px) {
  .how-we-make-payable-section .section-title-container .section-title {
    flex-direction: row;
    margin-bottom: 1rem;
  }
}
.how-we-make-payable-section .section-title-container .section-title h1 {
  margin: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
  color: #353535;
}
@media screen and (max-width: 1200px) {
  .how-we-make-payable-section .section-title-container .section-title h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 992px) {
  .how-we-make-payable-section .section-title-container .section-title h1 {
    order: 2;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .how-we-make-payable-section .section-title-container .section-title h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 567px) {
  .how-we-make-payable-section .section-title-container .section-title h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .how-we-make-payable-section .section-title-container .section-title h1 {
    font-size: 1.75rem;
  }
}
.how-we-make-payable-section .section-title-container .section-title h1 span {
  color: #ff6600;
}
.how-we-make-payable-section .section-title-container .section-title .image img {
  width: 100%;
  height: auto;
  max-width: 12rem;
}
@media screen and (max-width: 1200px) {
  .how-we-make-payable-section .section-title-container .section-title .image img {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 992px) {
  .how-we-make-payable-section .section-title-container .section-title .image img {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .how-we-make-payable-section .section-title-container .section-title .image img {
    max-width: 18rem;
  }
}
.how-we-make-payable-section .section-title-container p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
  color: #575757;
  max-width: 60rem;
}
.how-we-make-payable-section .how-we-content-container {
  max-width: 80rem;
  margin: 0 auto;
}
.how-we-make-payable-section .how-we-content-container .how-we-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 992px) {
  .how-we-make-payable-section .how-we-content-container .how-we-content-wrapper {
    justify-content: center;
  }
}
.how-we-make-payable-section .how-we-content-container .how-we-content-wrapper .m-card {
  width: calc(33.33% - 0.8rem);
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  border: 0.063rem solid #E35F06;
}
@media screen and (max-width: 992px) {
  .how-we-make-payable-section .how-we-content-container .how-we-content-wrapper .m-card {
    width: calc(50% - 0.5rem);
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .how-we-make-payable-section .how-we-content-container .how-we-content-wrapper .m-card {
    width: 100%;
  }
}
.how-we-make-payable-section .how-we-content-container .how-we-content-wrapper .m-card .content-image {
  max-width: 5rem;
  max-height: 5rem;
  margin-bottom: 1.5rem;
}
.how-we-make-payable-section .how-we-content-container .how-we-content-wrapper .m-card .content-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.how-we-make-payable-section .how-we-content-container .how-we-content-wrapper .m-card .content-wrapper h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  color: #353535;
}
.how-we-make-payable-section .how-we-content-container .how-we-content-wrapper .m-card .content-wrapper .content-body p {
  margin: 0;
  margin-top: 1rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #575757;
}

.secured-payable-section {
  padding: 4rem 0;
  background: #1b1b1d;
}
.secured-payable-section .secured-payable-container {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.secured-payable-section .secured-payable-container .section-title h1 {
  margin: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .secured-payable-section .secured-payable-container .section-title h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 567px) {
  .secured-payable-section .secured-payable-container .section-title h1 {
    font-size: 1.5rem;
  }
}
.secured-payable-section .secured-payable-container .secured-content-wrapper {
  display: flex;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .secured-payable-section .secured-payable-container .secured-content-wrapper {
    margin-top: 2rem !important;
  }
}
.secured-payable-section .secured-payable-container .secured-content-wrapper .count-card {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.secured-payable-section .secured-payable-container .secured-content-wrapper .count-card:first-child {
  border-right: 0.06rem solid #E35F06;
}
.secured-payable-section .secured-payable-container .secured-content-wrapper .count-card:nth-child(2) {
  border-right: 0.06rem solid #E35F06;
}
.secured-payable-section .secured-payable-container .secured-content-wrapper .count-card h2 {
  margin: 0;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #E35F06;
}
@media screen and (max-width: 767px) {
  .secured-payable-section .secured-payable-container .secured-content-wrapper .count-card h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 567px) {
  .secured-payable-section .secured-payable-container .secured-content-wrapper .count-card h2 {
    font-size: 2rem;
  }
}
.secured-payable-section .secured-payable-container .secured-content-wrapper .count-card p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #9b9ca1;
}
@media screen and (max-width: 567px) {
  .secured-payable-section .secured-payable-container .secured-content-wrapper .count-card p {
    font-size: 0.75rem;
  }
}

.circle-section {
  padding: 0 0;
}
.circle-section .circle-container {
  max-width: 55rem;
  width: 100%;
  margin: 0 auto;
}
.circle-section .circle-container .image-container img {
  mix-blend-mode: darken;
  width: 100%;
  height: auto;
}

.data-intelligence-section {
  padding: 1rem 0;
  position: relative;
  z-index: 1;
}
.data-intelligence-section .intelligencebgVideo {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures video covers the section */
}
.data-intelligence-section .data-intelligence-container {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .data-intelligence-section .data-intelligence-container {
    flex-direction: column;
    gap: 1rem;
  }
}
.data-intelligence-section .data-intelligence-container .left-side-content {
  max-width: 60rem;
}
.data-intelligence-section .data-intelligence-container .left-side-content .flex-block {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 580px) {
  .data-intelligence-section .data-intelligence-container .left-side-content .flex-block {
    margin-bottom: 2rem;
  }
}
.data-intelligence-section .data-intelligence-container .left-side-content .flex-block img {
  height: 16rem;
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .data-intelligence-section .data-intelligence-container .left-side-content .flex-block img {
    height: 12rem;
    margin-top: -2rem;
  }
}
@media screen and (max-width: 580px) {
  .data-intelligence-section .data-intelligence-container .left-side-content .flex-block img {
    height: 8rem;
  }
}
.data-intelligence-section .data-intelligence-container .left-side-content h1 {
  margin: 0;
  font-size: 3.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #0c0c0d;
  margin-bottom: 0;
  max-width: calc(100% - 22rem);
}
@media screen and (max-width: 1200px) {
  .data-intelligence-section .data-intelligence-container .left-side-content h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .data-intelligence-section .data-intelligence-container .left-side-content h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .data-intelligence-section .data-intelligence-container .left-side-content h1 {
    max-width: calc(100% - 14rem);
  }
}
@media screen and (max-width: 580px) {
  .data-intelligence-section .data-intelligence-container .left-side-content h1 {
    max-width: 100%;
    font-size: 1.9rem;
  }
}
.data-intelligence-section .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem !important;
}
.data-intelligence-section .card-wrapper .data-card {
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 0.063rem solid #FF6902;
  background-color: #ffffff;
  width: calc(33.33% - 1rem);
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .data-intelligence-section .card-wrapper .data-card {
    width: calc(50% - 1rem);
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .data-intelligence-section .card-wrapper .data-card {
    width: 100%;
    padding: 1rem;
  }
}
.data-intelligence-section .card-wrapper .data-card h6 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  color: #E35F06;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .data-intelligence-section .card-wrapper .data-card h6 {
    font-size: 1.3rem;
  }
}
.data-intelligence-section .card-wrapper .data-card p {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 400;
  color: #68686f;
}
.data-intelligence-section .swiper-slide {
  height: auto;
}
.data-intelligence-section .new-content-wrapper {
  max-width: 65rem;
  margin: 0 auto;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.data-intelligence-section .new-content-wrapper .image-wrapper {
  max-width: 50rem;
  margin: 0 auto;
  margin-bottom: 1rem !important;
}
.data-intelligence-section .new-content-wrapper .epoch-2-p {
  margin: 0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  color: #000000;
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 768px) {
  .data-intelligence-section .new-content-wrapper .epoch-2-p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 568px) {
  .data-intelligence-section .new-content-wrapper .epoch-2-p {
    font-size: 1.25rem;
  }
}
.data-intelligence-section .new-content-wrapper .btn-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(33.3% - 1rem), 1fr)) !important;
  gap: 1rem;
  max-width: 60rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .data-intelligence-section .new-content-wrapper .btn-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr)) !important;
  }
}
@media screen and (max-width: 450px) {
  .data-intelligence-section .new-content-wrapper .btn-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) !important;
  }
}
.data-intelligence-section .new-content-wrapper .btn-wrapper button {
  width: 100%;
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  background-color: #fff;
  border: 0.063rem solid #FF6902;
  font-size: 1rem;
  line-height: 1;
  color: #FF6902;
}
.data-intelligence-section .new-content-wrapper h1 {
  margin: 0;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #0c0c0d;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .data-intelligence-section .new-content-wrapper h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .data-intelligence-section .new-content-wrapper h1 {
    font-size: 1.9rem;
  }
}
.data-intelligence-section .new-content-wrapper p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #000;
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}
@media screen and (max-width: 568px) {
  .data-intelligence-section .new-content-wrapper p {
    font-size: 1rem;
  }
}
.data-intelligence-section .new-content-wrapper .theme-btn {
  display: block;
  margin: 0 auto !important;
  margin-top: 2rem !important;
}

.backed-section {
  position: relative;
  padding: 4rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .backed-section {
    padding: 2rem 0 0;
  }
}
.backed-section .sec-header {
  margin-bottom: 3rem;
}
.backed-section .sec-header h2 {
  font-weight: 400;
  font-size: 1.8rem;
  color: #090909;
  text-align: center;
}
.backed-section .content-box .backed_supported_swiper .swiper-slide {
  display: block;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.backed-section .content-box .backed_supported_swiper .swiper-slide img {
  object-fit: contain;
  max-width: 12rem;
  margin: auto;
  height: 100%;
  width: 100%;
  padding: 1rem;
}
.backed-section .content-box .Supported-list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  margin: auto;
}
.backed-section .content-box .Supported-list li img {
  height: 5rem;
  padding: 1rem;
}
@media screen and (max-width: 520px) {
  .backed-section .content-box .Supported-list li {
    width: calc(50% - 1rem);
    padding: 0.4rem 0.5rem;
  }
  .backed-section .content-box .Supported-list li img {
    height: 3rem;
    padding: 0 0.5rem;
    width: 100%;
    object-fit: contain;
  }
}
.backed-section ul.name-list {
  display: flex;
  gap: 1rem;
  row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem !important;
  max-width: 70rem;
  margin: auto;
}
@media screen and (max-width: 580px) {
  .backed-section ul.name-list {
    row-gap: 1rem;
  }
}
.backed-section ul.name-list li {
  border-radius: 0.5rem;
  border: 1.5px solid #e35f06;
  background: white;
  font-size: 0.85rem;
  padding: 0.4rem 1.4rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  color: #e35f06 !important;
}
@media screen and (max-width: 580px) {
  .backed-section ul.name-list li {
    width: calc(50% - 1rem);
    padding: 0.4rem 0.5rem;
  }
}
@media screen and (max-width: 319px) {
  .backed-section ul.name-list li {
    width: 100%;
  }
}
.backed-section ul.name-list li span {
  font-size: 80%;
  display: table;
  margin: auto;
  padding: 0;
  color: #68686f;
  font-weight: 600;
}

.quotes-about-data-section {
  padding: 4rem 0;
}
.quotes-about-data-section .section-title h1 {
  margin: 0;
  font-size: 2.125rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  color: #1b1b1d;
}
.quotes-about-data-section .section-title h1 i {
  color: #ff6600;
  font-size: 3rem;
}
@media screen and (max-width: 991px) {
  .quotes-about-data-section .section-title h1 {
    font-size: 2rem;
  }
}
.quotes-about-data-section .quotes-about-data-container {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.quotes-about-data-section .quotes-about-data-container .youtube-quotes-card .quotes-video-wrapper,
.quotes-about-data-section .quotes-about-data-container .quotes-card .quotes-video-wrapper {
  border: 0.063rem solid #FF6902;
  overflow: hidden;
  border-radius: 0.5rem;
}
.quotes-about-data-section .quotes-about-data-container .youtube-quotes-card .quotes-video-wrapper.isIfrane,
.quotes-about-data-section .quotes-about-data-container .quotes-card .quotes-video-wrapper.isIfrane {
  height: 13rem;
  position: relative;
  z-index: 10;
}
.quotes-about-data-section .quotes-about-data-container .youtube-quotes-card .quotes-video-wrapper.isIfrane.img-box,
.quotes-about-data-section .quotes-about-data-container .quotes-card .quotes-video-wrapper.isIfrane.img-box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #000000;
}
.quotes-about-data-section .quotes-about-data-container .youtube-quotes-card .quotes-video-wrapper video,
.quotes-about-data-section .quotes-about-data-container .quotes-card .quotes-video-wrapper video {
  width: 100%;
  height: auto;
}
.quotes-about-data-section .quotes-about-data-container .youtube-quotes-card .quotes-video-wrapper iframe,
.quotes-about-data-section .quotes-about-data-container .quotes-card .quotes-video-wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}
.quotes-about-data-section .quotes-about-data-container .youtube-quotes-card .quotes-content,
.quotes-about-data-section .quotes-about-data-container .quotes-card .quotes-content {
  margin-top: 0.75rem;
}
.quotes-about-data-section .quotes-about-data-container .youtube-quotes-card .quotes-content h6,
.quotes-about-data-section .quotes-about-data-container .quotes-card .quotes-content h6 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #0B0B0B;
}
.quotes-about-data-section .quotes-about-data-container .youtube-quotes-card .quotes-content p,
.quotes-about-data-section .quotes-about-data-container .quotes-card .quotes-content p {
  margin: 0;
  margin-top: 0.25rem !important;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  color: #0B0B0B;
}

.swiper-navigation {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
.swiper-navigation .navigate-button.disabled img {
  opacity: 0.5;
}
.swiper-navigation img {
  height: 2.5rem;
  width: 2.5rem;
}

.media-marquee-section {
  overflow: hidden;
  background: #FFF8F1;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .media-marquee-section {
    padding: 2rem 0;
  }
}
.media-marquee-section .section-title {
  margin-bottom: 3rem;
}
.media-marquee-section .section-title h1 {
  margin: 0;
  font-size: 5rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
  color: #0c0c0d;
}
@media screen and (max-width: 991px) {
  .media-marquee-section .section-title h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .media-marquee-section .section-title h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 567px) {
  .media-marquee-section .section-title h1 {
    font-size: 2.5rem;
  }
}
.media-marquee-section .inner-media-marquee {
  width: 100%;
}
.media-marquee-section .inner-media-marquee .marquee-container {
  display: flex;
  gap: 1rem;
  padding: 0 1rem;
}
.media-marquee-section .inner-media-marquee .marquee-container::-webkit-scrollbar {
  display: none;
}
.media-marquee-section .inner-media-marquee .marquee-container .marquee-content {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  animation: marquee 200s linear infinite;
  width: 100%;
}
.media-marquee-section .inner-media-marquee .marquee-container .marquee-content img {
  min-width: 440%;
}
@media screen and (max-width: 767px) {
  .media-marquee-section .inner-media-marquee .marquee-container .marquee-content img {
    min-width: 880%;
  }
}
@media screen and (max-width: 425px) {
  .media-marquee-section .inner-media-marquee .marquee-container .marquee-content img {
    min-width: 1320%;
  }
}

@media screen and (min-width: 768px) {
  @keyframes marquee {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-440%);
    }
  }
}
@media screen and (max-width: 425px) {
  @keyframes marquee {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-1320%);
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes marquee {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-880%);
    }
  }
}
.recent-post-section {
  padding: 4rem 0;
}
.recent-post-section .section-title h1 {
  margin: 0;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: #0c0c0d;
  letter-spacing: 0.6em;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .recent-post-section .section-title h1 {
    font-size: 2rem;
  }
}

.privacy-policy-section {
  padding: 8rem 0 5rem 0;
  min-height: calc(100vh - 20rem);
}
@media screen and (max-width: 425px) {
  .privacy-policy-section {
    padding: 10rem 0 5rem 0;
  }
}
.privacy-policy-section .privacy-policy-container {
  max-width: 60rem;
  margin: 0 auto;
}
.privacy-policy-section .privacy-policy-container .section-title {
  margin-bottom: 1.5rem;
}
.privacy-policy-section .privacy-policy-container .section-title h1 {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem !important;
}
.privacy-policy-section .privacy-policy-container .section-title p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  color: #000;
}
.privacy-policy-section .privacy-policy-container p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 1rem;
}
.privacy-policy-section .privacy-policy-container .privacy-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.privacy-policy-section .privacy-policy-container .privacy-content-wrapper .privacy-content .title-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.privacy-policy-section .privacy-policy-container .privacy-content-wrapper .privacy-content .title-info h4 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
  font-weight: 600;
}
.privacy-policy-section .privacy-policy-container .privacy-content-wrapper .privacy-content .title-info p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}
.privacy-policy-section .privacy-policy-container .privacy-content-wrapper .privacy-content .title-info p span {
  font-weight: 800;
}
.privacy-policy-section .privacy-policy-container .privacy-content-wrapper .privacy-content ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.privacy-policy-section .privacy-policy-container .privacy-content-wrapper .privacy-content ul li {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  display: flex;
  gap: 0.75rem;
}
.privacy-policy-section .privacy-policy-container .privacy-content-wrapper .privacy-content ul li .number {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}
.privacy-policy-section .privacy-policy-container .privacy-content-wrapper .privacy-content ul li p {
  margin: 0 !important;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}
.privacy-policy-section .privacy-policy-container .privacy-content-wrapper .privacy-content ul li .underline {
  text-decoration: underline;
}
.privacy-policy-section .privacy-policy-container .privacy-content-wrapper .privacy-content .alphabet {
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy-section .privacy-policy-container .privacy-content-wrapper .privacy-content .alphabet {
    padding-left: 3.5rem;
  }
}
.privacy-policy-section .privacy-policy-container .privacy-content-wrapper .privacy-content .alphabet li {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}
.privacy-policy-section .privacy-policy-container .privacy-content-wrapper .privacy-content table thead th {
  background: transparent;
  white-space: nowrap;
}
.privacy-policy-section .privacy-policy-container .privacy-content-wrapper .privacy-content table tbody td {
  background: transparent;
}

.terms-and-condition-section {
  padding: 8rem 0 5rem 0;
  min-height: calc(100vh - 20rem);
}
@media screen and (max-width: 425px) {
  .terms-and-condition-section {
    padding: 10rem 0 5rem 0;
  }
}
.terms-and-condition-section a {
  font-weight: 600;
  color: #000;
}
.terms-and-condition-section .terms-and-condition-container {
  max-width: 60rem;
  margin: 0 auto;
}
.terms-and-condition-section .terms-and-condition-container .section-title {
  margin-bottom: 1.5rem;
}
.terms-and-condition-section .terms-and-condition-container .section-title h1 {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem !important;
}
.terms-and-condition-section .terms-and-condition-container .section-title h4 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem !important;
}
.terms-and-condition-section .terms-and-condition-container .section-title p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  color: #000;
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 1rem;
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper .terms-and-condition-content .background-theme {
  background-color: #ff6600;
  color: #fff;
  padding: 0.1rem 0.2rem;
  border-radius: 0.3rem;
  font-weight: 600;
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper .terms-and-condition-content .title-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper .terms-and-condition-content .title-info h4 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
  font-weight: 600;
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper .terms-and-condition-content .title-info p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper .terms-and-condition-content .title-info p span {
  font-weight: 800;
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper .terms-and-condition-content ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper .terms-and-condition-content ul li {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  display: flex;
  gap: 0.75rem;
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper .terms-and-condition-content ul li .number {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper .terms-and-condition-content ul li p {
  margin: 0 !important;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper .terms-and-condition-content ul li .underline {
  text-decoration: underline;
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper .terms-and-condition-content .alphabet {
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper .terms-and-condition-content .alphabet {
    padding-left: 3.5rem;
  }
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper .terms-and-condition-content .alphabet li {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper .terms-and-condition-content table thead th {
  background: transparent;
  white-space: nowrap;
}
.terms-and-condition-section .terms-and-condition-container .terms-and-condition-wrapper .terms-and-condition-content table tbody td {
  background: transparent;
}

.blog-hero-section {
  padding: 6rem 0 1rem 0;
}
@media screen and (max-width: 425px) {
  .blog-hero-section {
    padding: 10rem 0 1rem 0;
  }
}
.blog-hero-section.wp-blog-hero {
  padding: 0 !important;
}
.blog-hero-section p:empty {
  display: none;
}
.blog-hero-section .blog-hero-container {
  background: url("../../../assets/images/blog/blog-hero-image.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: calc(100vh - 15rem);
  border-radius: 1.5rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 425px) {
  .blog-hero-section .blog-hero-container {
    min-height: 16rem;
  }
}
.blog-hero-section .blog-hero-container::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.06%, #000000 86.52%);
  z-index: -1;
}
.blog-hero-section .blog-hero-container .content {
  padding: 1rem;
  max-width: 52rem;
}
.blog-hero-section .blog-hero-container .content h6 {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 425px) {
  .blog-hero-section .blog-hero-container .content h6 {
    font-size: 1.4rem;
  }
}

.blog-overview-section {
  padding: 1rem 0;
}
.blog-overview-section .blog-overview-container .blog-card {
  background: #fff;
  border: 1px solid #ff6600;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}
@media screen and (max-width: 992px) {
  .blog-overview-section .blog-overview-container .blog-card {
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
  }
}
.blog-overview-section .blog-overview-container .blog-card .left-content {
  width: calc(25% - 0.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .blog-overview-section .blog-overview-container .blog-card .left-content {
    width: calc(30% - 0.5rem);
  }
}
@media screen and (max-width: 992px) {
  .blog-overview-section .blog-overview-container .blog-card .left-content {
    width: 100%;
  }
}
.blog-overview-section .blog-overview-container .blog-card .left-content .date-card {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.blog-overview-section .blog-overview-container .blog-card .left-content .date-card .title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.blog-overview-section .blog-overview-container .blog-card .left-content .date-card .title .icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-overview-section .blog-overview-container .blog-card .left-content .date-card .title .icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.blog-overview-section .blog-overview-container .blog-card .left-content .date-card .title p {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 500;
  line-height: 1.3;
  color: #68686f;
}
@media screen and (max-width: 1200px) {
  .blog-overview-section .blog-overview-container .blog-card .left-content .date-card .title p {
    font-size: 1rem;
  }
}
.blog-overview-section .blog-overview-container .blog-card .left-content .date-card .content {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  color: #0c0c0d;
}
@media screen and (max-width: 1200px) {
  .blog-overview-section .blog-overview-container .blog-card .left-content .date-card .content {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 425px) {
  .blog-overview-section .blog-overview-container .blog-card .left-content .date-card .content {
    font-size: 1.1rem;
  }
}
.blog-overview-section .blog-overview-container .blog-card .left-content .date-card .content.badge {
  font-size: 1rem !important;
  background-color: #ffb482;
  padding: 0.2rem 0.5rem;
  border-radius: 0.65rem;
  width: fit-content;
}
.blog-overview-section .blog-overview-container .blog-card .right-content {
  width: calc(75% - 0.5rem);
}
@media screen and (max-width: 1200px) {
  .blog-overview-section .blog-overview-container .blog-card .right-content {
    width: calc(70% - 0.5rem);
  }
}
@media screen and (max-width: 992px) {
  .blog-overview-section .blog-overview-container .blog-card .right-content {
    width: 100%;
  }
}
.blog-overview-section .blog-overview-container .blog-card .right-content .title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.blog-overview-section .blog-overview-container .blog-card .right-content .title .icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-overview-section .blog-overview-container .blog-card .right-content .title .icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.blog-overview-section .blog-overview-container .blog-card .right-content .title p {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
  color: #68686f;
}
@media screen and (max-width: 1200px) {
  .blog-overview-section .blog-overview-container .blog-card .right-content .title p {
    font-size: 1rem;
  }
}
.blog-overview-section .blog-overview-container .blog-card .right-content p {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.6;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .blog-overview-section .blog-overview-container .blog-card .right-content p {
    font-size: 1.5rem;
  }
}
.blog-overview-section .blog-overview-container .blog-card .right-content p span {
  color: #ff6600;
}
@media screen and (max-width: 992px) {
  .blog-overview-section .blog-overview-container .blog-card .right-content p {
    font-size: 1.2rem;
  }
}

.blog-content-with-image-section {
  padding: 1rem 0;
}
.blog-content-with-image-section .title {
  margin-bottom: 1rem;
}
.blog-content-with-image-section .title h6 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  color: #000000;
}
.blog-content-with-image-section .title h4 {
  margin: 0;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 800;
  color: #ff6600;
  max-width: 50rem;
}
@media screen and (max-width: 992px) {
  .blog-content-with-image-section .title h4 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-content-with-image-section .title h4 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 567px) {
  .blog-content-with-image-section .title h4 {
    font-size: 2.25rem;
  }
}
.blog-content-with-image-section .text-xs {
  margin: 0;
  font-size: 0.75rem;
  color: #000000;
  margin-top: 1rem;
}
.blog-content-with-image-section .bold-content p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .blog-content-with-image-section .bold-content p {
    font-size: 1.25rem;
  }
}
.blog-content-with-image-section .content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.blog-content-with-image-section .content p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #000000;
}
@media screen and (max-width: 425px) {
  .blog-content-with-image-section .content p {
    font-size: 1rem;
  }
}
.blog-content-with-image-section .img-content img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .blog-content-with-image-section .img-content img {
    max-width: 30rem;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .blog-content-with-image-section .img-content img {
    max-width: 40rem;
  }
}
.blog-content-with-image-section .table-image {
  width: 100%;
  overflow-x: auto;
}
.blog-content-with-image-section .table-image::-webkit-scrollbar {
  display: none;
}
.blog-content-with-image-section .table-image img {
  width: 100%;
  height: auto;
  max-width: 50rem;
  margin: 0 auto;
  display: block;
  border-radius: 1.1rem;
}

.blog-with-youtube-video-section {
  padding: 1rem 0;
}
.blog-with-youtube-video-section .blog-with-youtube-video-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-with-youtube-video-section .blog-with-youtube-video-container p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
}
.blog-with-youtube-video-section .blog-with-youtube-video-container ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-with-youtube-video-section .blog-with-youtube-video-container ul li {
  display: flex;
  gap: 0.5rem;
}
.blog-with-youtube-video-section .blog-with-youtube-video-container ul li .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  background: #ff6600;
  margin-top: 0.28rem;
}
.blog-with-youtube-video-section .blog-with-youtube-video-container ul li p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
  width: calc(100% - 1.5rem);
}
.blog-with-youtube-video-section .blog-with-youtube-video-container ul .mid-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: fit-content;
  margin: 0 auto;
}
.blog-with-youtube-video-section .blog-with-youtube-video-container ul .mid-content span {
  color: #ff6600;
}
.blog-with-youtube-video-section .blog-with-youtube-video-container .iframe-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.blog-with-youtube-video-section .blog-with-youtube-video-container .iframe-content iframe {
  border-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
  height: 30rem;
  max-width: 50rem;
}

.text-content-section {
  padding: 1rem 0;
}
.text-content-section .text-content-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.text-content-section .text-content-container .content {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.text-content-section .text-content-container .content .title h2 {
  margin: 0 0 0.2rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
}
.text-content-section .text-content-container .content p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #000000;
}
@media screen and (max-width: 425px) {
  .text-content-section .text-content-container .content p {
    font-size: 1rem;
  }
}
.text-content-section .text-content-container .content ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: fit-content;
  margin: 0 auto;
}
.text-content-section .text-content-container .content ul li {
  display: flex;
  gap: 0.5rem;
}
.text-content-section .text-content-container .content ul li .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  background: #ff6600;
  margin-top: 0.28rem;
}
.text-content-section .text-content-container .content ul li p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
  width: calc(100% - 1.5rem);
}
.text-content-section .text-content-container .content .diagram-image {
  max-width: 30rem;
  margin: 0 auto;
}
.text-content-section .text-content-container .content .diagram-image img {
  width: 100%;
  height: auto;
}

section.blog-list-section {
  min-height: calc(100vh - 20rem);
  position: relative;
  padding: 6rem 0 1rem;
  overflow-x: auto;
}
section.blog-list-section p {
  margin-bottom: 0.3rem;
}
section.blog-list-section .blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
section.blog-list-section .blog-list .post-loading {
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 1rem;
}
section.blog-list-section .blog-list .post {
  background: #fff;
  box-shadow: -1px 1px 8px rgba(0, 0, 0, 0.1215686275);
  padding: 1rem;
  border-radius: 0.5rem;
  width: calc(24% - 0.3rem);
}
@media screen and (max-width: 1200px) {
  section.blog-list-section .blog-list .post {
    width: calc(33.33% - 0.8rem);
  }
}
@media screen and (max-width: 820px) {
  section.blog-list-section .blog-list .post {
    width: calc(50% - 0.6rem);
  }
}
@media screen and (max-width: 520px) {
  section.blog-list-section .blog-list .post {
    width: 100%;
  }
}
section.blog-list-section .blog-list .post .post-title {
  cursor: pointer;
}
section.blog-list-section .blog-list .post .post-title p {
  color: #858585;
  margin-bottom: 0.3rem;
  font-size: 0.85rem;
}
section.blog-list-section .blog-list .post .post-title p.readmore-btn {
  color: #ff5722;
  font-size: 0.9rem;
}
section.blog-list-section .blog-list .post .post-title h6 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 500;
  letter-spacing: 0.01rem;
}
section.blog-list-section .blog-list .post .post-title .post-feature-image {
  max-height: 10rem;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.6rem;
  border-radius: 0.5rem;
}
section.blog-list-section .blog-list .post .post-title .post-feature-image img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  object-position: center;
}

.eco-system-banner-section {
  padding-top: 6rem;
  background-color: #FFFFFF;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.eco-system-banner-section::before {
  position: absolute;
  content: "";
  top: 2rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../../assets/images/ecosystem/wave.webp");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.eco-system-banner-section .banner-container {
  max-width: 80rem;
  margin: 0 auto;
}
.eco-system-banner-section .banner-container .content-wrapper h1 {
  margin: 0;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 650px) {
  .eco-system-banner-section .banner-container .content-wrapper h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 320px) {
  .eco-system-banner-section .banner-container .content-wrapper h1 {
    font-size: 2rem;
  }
}
.eco-system-banner-section .banner-container .content-wrapper h6 {
  margin: 0;
  font-size: 6.5rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 2.5rem;
  color: #000000;
  margin-top: 0.5rem !important;
}
@media screen and (max-width: 1200px) {
  .eco-system-banner-section .banner-container .content-wrapper h6 {
    font-size: 5.5rem;
    letter-spacing: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .eco-system-banner-section .banner-container .content-wrapper h6 {
    font-size: 4.5rem;
    letter-spacing: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .eco-system-banner-section .banner-container .content-wrapper h6 {
    font-size: 4.5rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 650px) {
  .eco-system-banner-section .banner-container .content-wrapper h6 {
    font-size: 3rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 320px) {
  .eco-system-banner-section .banner-container .content-wrapper h6 {
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
  }
}
.eco-system-banner-section .banner-container .ecosystem-banner-swiper .banner-swipe-card {
  border-radius: 1.5rem;
  overflow: hidden;
}
.eco-system-banner-section .banner-container .ecosystem-banner-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  border: 0.063rem solid #FF6600;
  background: #FFFFFF !important;
  opacity: 1 !important;
}
.eco-system-banner-section .banner-container .ecosystem-banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3.25rem;
  height: 1.5rem;
  border-radius: 1rem;
  border: 0.063rem solid #FF6600;
  background-color: #FF6600 !important;
}

.explore-ecosystem-section {
  background-color: #FFFFFF;
  padding-bottom: 5rem;
}
.explore-ecosystem-section .explore-ecosystem-container {
  max-width: 80rem;
  margin: 0 auto;
}
.explore-ecosystem-section .explore-ecosystem-container .section-title {
  margin-bottom: 1rem;
}
.explore-ecosystem-section .explore-ecosystem-container .section-title h1 {
  margin: 0;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
  color: #000000;
}
.explore-ecosystem-section .explore-ecosystem-container .explore-ecosystem-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .explore-ecosystem-section .explore-ecosystem-container .explore-ecosystem-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .explore-ecosystem-section .explore-ecosystem-container .explore-ecosystem-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.explore-ecosystem-section .explore-ecosystem-container .explore-ecosystem-content .ecosystem-card {
  background: #FAFAFA;
  border: 0.125rem solid #E5E5E5;
  border-radius: 1.25rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 16px 0px transparent;
}
.explore-ecosystem-section .explore-ecosystem-container .explore-ecosystem-content .ecosystem-card:hover {
  border: 0.125rem solid #FF6600;
  background: radial-gradient(43.8% 92.95% at 100% 96.74%, #FFB787 0%, #FAFAFA 100%);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1215686275);
}
.explore-ecosystem-section .explore-ecosystem-container .explore-ecosystem-content .ecosystem-card .title-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.explore-ecosystem-section .explore-ecosystem-container .explore-ecosystem-content .ecosystem-card .title-wrapper .icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .explore-ecosystem-section .explore-ecosystem-container .explore-ecosystem-content .ecosystem-card .title-wrapper .icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.explore-ecosystem-section .explore-ecosystem-container .explore-ecosystem-content .ecosystem-card .title-wrapper .icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.explore-ecosystem-section .explore-ecosystem-container .explore-ecosystem-content .ecosystem-card .title-wrapper h1 {
  margin: 0;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #000000;
  width: calc(100% - 5.5rem);
}
@media screen and (max-width: 1200px) {
  .explore-ecosystem-section .explore-ecosystem-container .explore-ecosystem-content .ecosystem-card .title-wrapper h1 {
    width: calc(100% - 4.5rem);
    font-size: 1.5rem;
  }
}
.explore-ecosystem-section .explore-ecosystem-container .explore-ecosystem-content .ecosystem-card .explore-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.explore-ecosystem-section .explore-ecosystem-container .explore-ecosystem-content .ecosystem-card .explore-card-content p {
  margin: 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.explore-ecosystem-section .explore-ecosystem-container .explore-ecosystem-content .ecosystem-card .explore-card-content .tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.explore-ecosystem-section .explore-ecosystem-container .explore-ecosystem-content .ecosystem-card .explore-card-content .tag-wrapper .tag {
  background: #FFD1B3;
  padding: 0.25rem 0.5rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.4rem;
  color: #963F06;
}

.ring-section {
  padding-bottom: 5rem;
  background-color: #fff;
}
.ring-section .ring-container {
  max-width: 80rem;
  margin: 0 auto;
}
.ring-section .ring-container .ring-card {
  background: linear-gradient(269.86deg, #FF6600 -77.75%, #000000 53.92%, #FF6600 182.98%);
  border-radius: 15rem 15rem 1rem 1rem;
  padding: 1rem 1rem 3rem 1rem;
}
@media screen and (max-width: 768px) {
  .ring-section .ring-container .ring-card {
    border-radius: 5rem 5rem 1rem 1rem;
  }
}
.ring-section .ring-container .ring-card .ring-image {
  max-width: 15rem;
  max-height: 15rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 768px) {
  .ring-section .ring-container .ring-card .ring-image {
    max-width: 10rem;
    max-height: 10rem;
  }
}
.ring-section .ring-container .ring-card .ring-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: difference;
}
.ring-section .ring-container .ring-card .ring-image video {
  width: 100%;
  height: 100%;
  mix-blend-mode: exclusion;
}
.ring-section .ring-container .ring-card .content-wrapper h1 {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 650px) {
  .ring-section .ring-container .ring-card .content-wrapper h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .ring-section .ring-container .ring-card .content-wrapper h1 {
    font-size: 1rem;
  }
}
.ring-section .ring-container .ring-card .content-wrapper h6 {
  margin: 0;
  font-size: 6.5rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 2.5rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 102, 0, 0.5) 0%, rgba(153, 61, 0, 0.5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0.5rem !important;
  font-weight: 800;
}
@media screen and (max-width: 1200px) {
  .ring-section .ring-container .ring-card .content-wrapper h6 {
    font-size: 5.5rem;
    letter-spacing: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .ring-section .ring-container .ring-card .content-wrapper h6 {
    font-size: 4.5rem;
    letter-spacing: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .ring-section .ring-container .ring-card .content-wrapper h6 {
    font-size: 4.5rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 650px) {
  .ring-section .ring-container .ring-card .content-wrapper h6 {
    font-size: 3rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 320px) {
  .ring-section .ring-container .ring-card .content-wrapper h6 {
    font-size: 2rem;
    letter-spacing: 0.5rem;
  }
}
.ring-section .ring-container .ring-card a, .ring-section .ring-container .ring-card button {
  width: fit-content;
  display: block !important;
  margin: 1rem auto 0 auto !important;
}

.eco-gallery-section {
  padding-bottom: 5rem;
  background-color: #FFFFFF;
}
.eco-gallery-section .gallery-container {
  max-width: 80rem;
  margin: 0 auto;
}
.eco-gallery-section .gallery-container .mySwiper2 {
  margin-bottom: 2rem;
}
.eco-gallery-section .gallery-container .mySwiper2 .gallery-card .play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
}
.eco-gallery-section .gallery-container .mySwiper2 .gallery-card .play-icon img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}
.eco-gallery-section .gallery-container .mySwiper2 .gallery-card img {
  border-radius: 1.5rem;
}
.eco-gallery-section .gallery-container .mySwiper .gallery-card img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 568px) {
  .eco-gallery-section .gallery-container .mySwiper .gallery-card img {
    border-radius: 0.5rem;
  }
}

.stats-banner-section {
  padding-top: 6rem;
  background-color: #FFFFFF;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.stats-banner-section::before {
  position: absolute;
  content: "";
  background-image: url("../../../assets/images/ecosystem/wave.webp");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -3rem;
  left: 0;
  width: 100%;
  height: 19rem;
  z-index: -2;
}
.stats-banner-section .stats-banner-container {
  max-width: 80rem;
  margin: 0 auto;
}
.stats-banner-section .stats-banner-container h1 {
  margin: 0;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .stats-banner-section .stats-banner-container h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 568px) {
  .stats-banner-section .stats-banner-container h1 {
    font-size: 2rem;
  }
}
.stats-banner-section .stats-banner-container .stats-container {
  position: relative;
  max-width: 30rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) !important;
  gap: 1rem;
  z-index: 1;
  padding: 1rem 0;
  margin-top: 1rem;
}
@media screen and (min-width: 420px) {
  .stats-banner-section .stats-banner-container .stats-container {
    padding: 5rem 0;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr)) !important;
  }
}
@media screen and (min-width: 767px) {
  .stats-banner-section .stats-banner-container .stats-container {
    display: block;
  }
}
@media screen and (min-width: 991px) {
  .stats-banner-section .stats-banner-container .stats-container {
    max-width: 40rem;
    margin: 0 auto;
  }
}
.stats-banner-section .stats-banner-container .stats-container .stats-image-container {
  max-width: 27rem;
  margin: 0 auto;
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-image-container {
    position: unset;
  }
}
@media screen and (min-width: 991px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-image-container {
    max-width: 35rem;
    margin: 0 auto;
  }
}
.stats-banner-section .stats-banner-container .stats-container .stats-image-container img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 767px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-image-container img {
    width: 100% !important;
    height: auto;
    object-fit: unset;
  }
}
.stats-banner-section .stats-banner-container .stats-container .stats-card {
  background: #FAFAFA;
  padding: 1rem 1.25rem;
  border-radius: 1.25rem;
  border: 0.125rem solid #FF6600;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
@media screen and (min-width: 420px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card {
    width: fit-content;
  }
}
@media screen and (min-width: 767px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card {
    min-width: 13.5rem;
  }
}
@media screen and (min-width: 991px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card {
    min-width: 18rem;
  }
}
@media screen and (min-width: 767px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card.first {
    position: absolute;
    top: 10.5rem;
    left: -7rem;
  }
}
@media screen and (min-width: 991px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card.first {
    top: 13rem;
    left: -9rem;
  }
}
@media screen and (min-width: 767px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card.second {
    position: absolute;
    top: 10.5rem;
    right: -7rem;
  }
}
@media screen and (min-width: 991px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card.second {
    top: 13rem;
    right: -9rem;
  }
}
@media screen and (min-width: 767px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card.third {
    position: absolute;
    top: 17.5rem;
    left: -8.5rem;
  }
}
@media screen and (min-width: 991px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card.third {
    top: 21.5rem;
    left: -10.5rem;
  }
}
@media screen and (min-width: 767px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card.fourth {
    position: absolute;
    top: 17.5rem;
    right: -8.5rem;
  }
}
@media screen and (min-width: 991px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card.fourth {
    top: 21.5rem;
    right: -10.5rem;
  }
}
@media screen and (min-width: 767px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card.fifth {
    position: absolute;
    top: 26rem;
    left: -3rem;
  }
}
@media screen and (min-width: 991px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card.fifth {
    top: 32.5rem;
    left: -4rem;
  }
}
@media screen and (min-width: 767px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card.sixth {
    position: absolute;
    top: 26rem;
    right: -3rem;
  }
}
@media screen and (min-width: 991px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card.sixth {
    top: 32.5rem;
    right: -4rem;
  }
}
.stats-banner-section .stats-banner-container .stats-container .stats-card.last {
  margin: 1rem auto 0 auto;
}
.stats-banner-section .stats-banner-container .stats-container .stats-card p {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: #535151;
}
@media screen and (min-width: 991px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card p {
    font-size: 1.25rem;
  }
}
.stats-banner-section .stats-banner-container .stats-container .stats-card h1 {
  margin: 0;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1;
  color: #FF6600;
  text-align: left;
}
@media screen and (min-width: 991px) {
  .stats-banner-section .stats-banner-container .stats-container .stats-card h1 {
    font-size: 2rem;
  }
}

.gallery-section {
  padding-top: 8rem;
  background-color: #FFFFFF;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .gallery-section {
    padding-top: 7rem;
  }
}
.gallery-section .gallery-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .gallery-section .gallery-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .gallery-section .gallery-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 568px) {
  .gallery-section .gallery-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.gallery-section .gallery-container .gallery-card {
  border-radius: 1rem;
  overflow: hidden;
  border: 0.125rem solid #E5E5E5;
}
.gallery-section .gallery-container .gallery-card img {
  width: 100%;
  height: auto;
}

main {
  background: #FFF8F1;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 523px) {
  .mobile-header {
    width: 100%;
    justify-content: space-between;
    margin-top: 1.1rem;
  }
}

/* Loader styles */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.968627451);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.load-container {
  width: 5rem;
  height: 5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.load-container img {
  position: absolute;
  z-index: 1;
  height: 3rem;
}

#loader .spinner {
  border: 0.2rem solid #ffd1a4;
  border-top: 0.5rem solid #ff6600;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Hide content until page loads */
body.loaded #loader {
  display: none;
}

.product-banner-section {
  padding: 8rem 0 10rem 0;
  background-color: #fff;
  background-image: url("../../assets/images/landing/product-page-banner-bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .product-banner-section {
    min-height: unset;
    background-color: #e6620e;
    padding: 8rem 0 5rem 0;
  }
}
.product-banner-section .banner-container {
  max-width: 80rem;
  margin: 0 auto;
}
.product-banner-section .banner-container .content .content-wrapper {
  position: relative;
  bottom: -5rem;
}
@media screen and (max-width: 768px) {
  .product-banner-section .banner-container .content .content-wrapper {
    bottom: 0;
  }
}
.product-banner-section .banner-container .content .content-wrapper h1 {
  margin: 0;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  word-spacing: 0.1rem;
  text-align: center;
  font-family: "Audiowide", serif !important;
  color: #FFFFFF;
  margin-bottom: 0.75rem !important;
}
@media screen and (max-width: 768px) {
  .product-banner-section .banner-container .content .content-wrapper h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 567px) {
  .product-banner-section .banner-container .content .content-wrapper h1 {
    font-size: 2rem;
  }
}
.product-banner-section .banner-container .content .content-wrapper h2 {
  margin: 0;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.5rem;
  word-spacing: 0.5rem;
  text-align: center;
  font-family: "Audiowide", serif !important;
  color: #F8EFE3;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .product-banner-section .banner-container .content .content-wrapper h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 567px) {
  .product-banner-section .banner-container .content .content-wrapper h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 320px) {
  .product-banner-section .banner-container .content .content-wrapper h2 {
    font-size: 2.5rem;
  }
}
.product-banner-section .banner-container .content .content-wrapper p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
@media screen and (max-width: 568px) {
  .product-banner-section .banner-container .content .content-wrapper p {
    font-size: 1rem;
  }
}
.product-banner-section .banner-container .content .social-icons {
  display: none;
  margin-bottom: 2rem;
}
.product-banner-section .banner-container .content .social-icons a {
  background-color: #fff;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  border-radius: 0.75rem;
}
@media screen and (max-width: 768px) {
  .product-banner-section .banner-container .content .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }
}
@media screen and (max-width: 320px) {
  .product-banner-section .banner-container .content .social-icons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.75rem;
  }
  .product-banner-section .banner-container .content .social-icons a {
    width: 100%;
    text-align: center;
  }
}
.product-banner-section .banner-container .content .image-container {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: -9rem;
}
@media screen and (max-width: 768px) {
  .product-banner-section .banner-container .content .image-container {
    bottom: 0rem;
    margin-top: 4rem;
  }
}
.product-banner-section .banner-container .content .image-container .s-icons {
  width: 14rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .product-banner-section .banner-container .content .image-container .s-icons {
    display: none;
  }
}
.product-banner-section .banner-container .content .image-container .oct-image {
  max-width: 20rem;
}

.product-section {
  background-color: #fff;
  padding-top: 12rem;
}
@media screen and (max-width: 991px) {
  .product-section {
    padding-top: 4rem;
  }
}
.product-section .product-container {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 5rem;
}
.product-section .product-container .product-card.custom-border {
  position: relative; /* Ensures ::before is positioned relative to this */
  border: 0.19rem solid #FF6600;
  z-index: 1;
  background-color: #fff;
  border-radius: 2.5rem 0;
}
.product-section .product-container .product-card.custom-border::before {
  position: absolute;
  top: 0;
  right: -0.75rem;
  bottom: -0.75rem;
  left: 1rem;
  background-color: #f60;
  content: "";
  z-index: -1;
  border-radius: 2.5rem 0;
  border: 0.125rem solid #000;
}
@media screen and (max-width: 991px) {
  .product-section .product-container .product-card.custom-border::before {
    display: none;
  }
}
.product-section .product-container .product-card .inner-wrapper {
  background: #fff;
  padding: 2rem 4rem;
  border-radius: inherit;
}
@media screen and (max-width: 768px) {
  .product-section .product-container .product-card .inner-wrapper {
    padding: 2rem 1rem;
  }
}
.product-section .product-container .product-card .icon {
  display: none;
}
@media screen and (min-width: 992px) {
  .product-section .product-container .product-card .icon {
    display: block;
  }
}
.product-section .product-container .product-card .icon.right {
  position: absolute;
  top: -9.65rem;
  right: -2rem;
}
.product-section .product-container .product-card .icon.left {
  position: absolute;
  bottom: -2rem;
  left: -1.25rem;
}
.product-section .product-container .product-card .icon img {
  width: 12rem !important;
  height: 12rem;
}
.product-section .product-container .product-card .content-wrapper h1 {
  font-family: "Thertole", sans-serif !important;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1;
  color: #3A3A3A;
  text-transform: uppercase;
}
.product-section .product-container .product-card .content-wrapper h1 span {
  color: #FF6600;
}
@media screen and (max-width: 768px) {
  .product-section .product-container .product-card .content-wrapper h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 568px) {
  .product-section .product-container .product-card .content-wrapper h1 {
    font-size: 3.5rem;
  }
}
.product-section .product-container .product-card .content-wrapper ul {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 25rem;
  margin-top: 2rem !important;
}
.product-section .product-container .product-card .content-wrapper ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product-section .product-container .product-card .content-wrapper ul li .icon {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.06rem solid #535151;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-section .product-container .product-card .content-wrapper ul li .icon .circle {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #727272;
  border-radius: 1rem;
}
.product-section .product-container .product-card .content-wrapper ul li p {
  margin: 0;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #727272;
  width: calc(100% - 2.5rem);
}
.product-section .product-container .product-card .product-card-video {
  max-width: 35rem;
  width: 100%;
  margin: 0 auto;
}

.social-btns {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 360px) {
  .social-btns {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.min.css.map */
