html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #04102c;
  font-family: Poppins;
  color: #fff;
  box-sizing: border-box;
  padding-top: 0px !important;
  /* word-break: break-all; */
}

.home-bg {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.dxSiteHeader{
  width: 1200px;
  margin: 0 auto;
}

 #dxSiteHeader.dxSiteHeader {
   position: fixed;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   z-index: 3001;
   isolation: isolate;
 }

 #dxSiteHeader.dxSiteHeader::before {
   content: "";
   position: fixed;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   width: 1920px;
   height: var(--dx-header-h, 60px);
   background:#04102c;
   backdrop-filter: blur(10px);
   opacity: 0;
   pointer-events: none;
   z-index: -1;
 }

 #dxSiteHeader.dxSiteHeader.dxSiteHeader--sticky::before {
   opacity: 0.8;
 }

.dx-header {
  padding-top: 18px;
  padding-bottom: 18px;
  background: transparent;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

.dx-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 1920px;
  margin-left: calc(50% - 960px);
  z-index: 3000;
  background: rgba(4, 16, 44, 0.8);
  backdrop-filter: blur(10px);
}

.dx-header-logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.dx-header-logo img {
  height: 24px;
  width: auto;
  display: block;
}

.dx-header-main {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.dx-header-links {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 0;
}

.dx-header-links-inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.dx-header-links-inner::-webkit-scrollbar {
  height: 0;
}

.dx-header-link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  padding-left: 14px;
  padding-right: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.dx-header-link:hover {
  color: #ffffff;
}

.dx-header-actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.dx-header-actions .btn-try {
  height: 30px;
  padding: 0 14px;
  border-radius: 16px;
  background: #3cc9ff;
  color: #FEFEFE;
  font-weight: 600;
  font-size: 12px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dx-header-actions .btn-try img {
  width: 18px;
  height: 18px;
}

.dx-header-actions .lang {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  margin-left: 10px;
}

 .dx-header-actions .dx-lang {
   position: relative;
 }

 .dx-header-actions .dx-lang .lang {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   text-decoration: none;
 }
 /* .dx-dropdown{
  margin-bottom: 2px !important;
 } */

 .dx-dropdown-panel.dx-lang-panel {
   position: absolute;
    top: calc(100% + 30px);
    right: -87px;
    left: auto;
    transform: none;
    width: 188px;
    max-width: none;
    height: 134px;
    background: #04102C;
    border-radius: 10px;
    padding: 10px 0 10px 8px;
    z-index: 2001;
 }

 .dx-lang-panel .dx-dropdown-content {
   display: flex;
   flex-direction: column;

 }

 .dx-lang-panel .dx-dropdown-item {
   /* padding: 0 0 32px; */
  
   background: transparent;
 }

 .dx-lang-panel .dx-dropdown-item .t {
   display: inline-flex;
   align-items: center;
   gap: 16px;

   
   
   font-family: Poppins;
font-weight: 400;
font-size: 20px;
color: #DFDFDF;
line-height: 24px;
 }

 .dx-lang-panel .dx-dropdown-item .t::before {
   content: "";
   width: 24px;
   height: 24px;
   border-radius: 50%;
   border: 1px solid rgba(255, 255, 255, 0.42);
   box-sizing: border-box;
   
 }

 .dx-lang-panel .dx-dropdown-item.is-active .t {
   color: #40A7D4;
 }

 .dx-lang-panel .dx-dropdown-item.is-active .t::before {
   border-color: #40A7D4;
   background: #40A7D4;
   /* box-shadow: inset 0 0 0 3px #04102C; */
 }

.home-bg-section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #04102c;
}

.home-bg-section {
  position: relative;
}

.home-bg-1,
.home-bg-2,
.home-bg-3,
.home-bg-4,
.home-bg-5,
.home-bg-6 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.home-bg-1 {
  height: 1080px;

  /* background-position: 50% -66px; */
  background-image: url("./assats/img/home1.png");
    transform: translateY(-90px);
  margin-bottom: -108px;
}

.home-bg-section.home-bg-1 {
    transform: translateY(-90px);
    margin-bottom: -108px;
}

.home-bg-2 {
  height: 1037px;
  background-image: none;
}

.home-bg-3 {
  height: 1080px;
  background-image: url("./assats/img/home3.png");
}

.home-bg-4 {
  height: 1080px;
  background-image: url("./assats/img/home4.png");
}

.home-bg-5 {
  height: 1080px;
  background-image: url("./assats/img/home5.png");
}

.home-bg-6 {
  height: 1428px;
  background-image: url("./assats/img/home6.png");
}

.home-bg .site-stage {
  width: 1920px;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  background: transparent;
  box-sizing: border-box;
  padding-bottom: 100px;
 
}



.home-bg-1 .site-stage {
  overflow: visible;
  padding-top: 227px;
}

body.ctv-scroll-mode {
  overflow-x: hidden;
}

body.ctv-scroll-mode .home-bg {
  overflow-x: auto;
  overflow-y: visible;
}

body.ctv-scroll-mode .home-bg-section {
  width: 1920px;
  min-width: 1920px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: visible;
}

body.ctv-scroll-mode .home-bg .site-stage {
  left: 0;
  transform: none;
  overflow-x: hidden;
  overflow-y: visible;
}

body.ctv-scroll-mode .home-bg .dx-footer {
  width: 1920px;
  min-width: 1920px;
  margin-left: 0;
  margin-right: 0;
}

body.home-scroll-mode {
  overflow-x: hidden;
}

body.home-scroll-mode .home-bg {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

body.home-scroll-mode .home-bg-section {
  width: 1920px;
  min-width: 1920px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: visible;
}

body.home-scroll-mode .home-bg .site-stage {
  left: 0;
  transform: none;
  overflow-x: hidden;
  overflow-y: visible;
}

body.home-scroll-mode .dx-footer {
  width: 1920px !important;
  min-width: 1920px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 1200px) {
  body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #dxSiteHeader.dxSiteHeader {
    position: absolute;
    left: 0;
    transform: none;
    width: 1920px;
    margin: 0;
  }

  #dxSiteHeader.dxSiteHeader::before {
    position: absolute;
    left: 0;
    transform: none;
    width: 1920px;
  }

  .home-bg {
    overflow: visible;
  }

  .home-bg .container {
    width: 1200px !important;
    max-width: none !important;
  }

  .home-bg-section {
    width: 1920px;
    min-width: 1920px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .home-bg .site-stage {
    left: 0;
    transform: none;
    padding-bottom: 100px;
  }

  .dx-footer {
    width: 1920px !important;
    min-width: 1920px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.navbar-dx {
  padding-top: 18px;
  padding-bottom: 18px;
  background: transparent;
}

.navbar-dx .navbar-toggler {
  box-shadow: none;
}

.navbar-dx .navbar-toggler:focus {
  box-shadow: none;
}

.navbar-dx .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dx .navbar-brand img {
  height: 24px;
  width: auto;
  display: block;
}

.navbar-dx .nav-link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  padding-left: 14px;
  padding-right: 14px;
}

.navbar-dx .nav-link:hover {
  color: #ffffff;
}

.navbar-dx .btn-try {
  height: 30px;
  padding: 0 14px;
  border-radius: 16px;
  background: #3cc9ff;
  color: #042042;
  font-weight: 600;
  font-size: 12px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.navbar-dx .btn-try img {
  width: 18px;
  height: 18px;
}

.navbar-dx .lang {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  margin-left: 10px;
}

.dx-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.dx-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dx-caret {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-left: 1.5px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.7);
  transform: rotate(-45deg);
  margin-top: -5px;
  font-weight: bold;
}

.dx-header {
  position: relative;
  z-index: 2001;
}

.dx-dropdown-panel {
  position: fixed;
  top: var(--dx-header-h, 60px);
  left: 50%;
  width: 100%;
  max-width: 1920px;
  height: 370px;
  padding: 0;
  border-radius: 0;
 background: #04102C;
  box-shadow: none;
  border: 0;
  display: none;
 z-index: 2000;
 transform: translateX(-50%);
}

.dx-dropdown-content {
  width: 360px;
  padding-top: 58px;
  position: absolute;
  left: 50%;
  transform: translateX(-580px);
}

.dx-dropdown-panel[data-dd-panel="solutions"] .dx-dropdown-item {
  transform: translateX(-16px);
}

 .dx-dropdown-panel.dx-lang-panel .dx-dropdown-content {
   width: 100%;
   padding-top: 0;
   position: static;
   left: auto;
   transform: none;
 }

 .dx-dropdown-panel.dx-lang-panel .dx-dropdown-item {
   /* padding: 0; */
   --dx-noop: 0;
 }

.dx-dropdown-panel .dd-title {
  font-family: Poppins;
  font-weight: bold;
  font-size: 24px;
  color: #fefefe;
  line-height: 24px;
  margin: 0 0 18px;
}

.dx-dropdown-item {
  display: flex;
  align-items: center;
  /* gap: 10px; */
  padding: 14px 14px 14px 0;
  border-radius: 10px;
  color: #DFDFDF;
  text-decoration: none;
}

.dx-dropdown-item:hover {
  background: #2D374E;
  color: #fff;
 
}

.dx-dropdown-item:hover .t {
  color: #40A7D4;
}

.dx-dropdown-item.is-active {
  background: transparent;
}

.dx-badge {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  margin-right: 10px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.dx-badge img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
  margin-left: 16px;

}

.dx-dropdown-item .t {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  color: #fefefe;
  line-height: 24px;
   margin-left: 20px;
}

.dx-dropdown-item .d {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #dfdfdf;
  line-height: 16px;
  margin-top: 6px;
   margin-left: 20px;
}

.hero {
  /* padding-top: 70px; */
  text-align: center;
}

.hero h1 {
  font-size: 78px;
  font-weight: 700;
  margin: 0;
  line-height: 68px;
}

.hero .sub {
  margin-top: 27px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.hero .btn-primary-dx {
  margin-top: 18px;
  height: 34px;
  padding: 0 16px;
  border-radius: 18px;
  background: #2bbcff;
  color: #04102c;
  font-weight: 600;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero .btn-primary-dx img {
  width: 18px;
  height: 18px;
}

:where(button, [role="button"], .btn-try, .btn-primary-dx, .works-btn, .shine-pill, .ctv-arrow, .aip-arrow, .ctv-panels-arrow) {
  cursor: pointer;
  transition: transform 140ms ease, filter 140ms ease, box-shadow 140ms ease;
  -webkit-tap-highlight-color: transparent;
}

:where(button, [role="button"], .btn-try, .btn-primary-dx, .works-btn, .shine-pill, .ctv-arrow, .aip-arrow, .ctv-panels-arrow):active {
  transform: translateY(1px) scale(0.98);
  filter: brightness(0.98);
}

:where(button, [role="button"], .btn-try, .btn-primary-dx, .works-btn, .shine-pill).dx-ripple-host {
  position: relative;
  overflow: hidden;
}

.dx-ripple {
  position: absolute;
  border-radius: 999px;
  transform: scale(0);
  animation: dx-ripple 520ms ease-out;
  background: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

@keyframes dx-ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.module-placeholder {
  width: 980px;
  height: 300px;
  margin: 42px auto 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.fan-wrap {
  position: relative;
  width: 1037px;
  height: 386px;
  margin: 40px auto 0;
  overflow: visible;
}

.fan-card {
  position: absolute;
  width: 366px;
  height: 386px;
  border-radius: 36px;
  background: url("./assats/img/symk1bj.png") no-repeat;
  background-size: 100% 100%;
  /* box-shadow: 0 22px 70px rgba(0, 0, 0, 0.45); */
  transform-origin: 50% 75%;
  overflow: hidden;
 }

 .fan-card .fan-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
 }

 .fan-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 36px;
  background: radial-gradient(420px 240px at 50% 18%, rgba(255, 255, 255, 0.18), transparent 55%);
  pointer-events: none;
  z-index: 1;
 }

.fan-card.c3 {
  background-image: url("./assats/img/bg_card_minutes.png");
}

.fan-card.c3 .fan-card-icon {
  position: absolute;
  top: 61px;
  right: 35px;
  width: 38px;
  height: 40px;
  pointer-events: none;
  z-index: 2;
  display: block;
}

.fan-card.c3 .fan-card-content {
  position: absolute;
  top: 45px;
  left: 37px;
  /* right: 37px; */
  text-align: left;
  z-index: 2;
}

.fan-card.c3 .fan-card-title {
  font-family: Poppins;
  font-weight: 500;
  font-size: 26px;
  color: #FEFEFE;
  line-height: 36px;
  width: 240px;
}

.fan-card.c3 .fan-card-list {
  margin-top: 49px;
}

.fan-card.c3 .fan-card-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.fan-card.c3 .fan-card-item + .fan-card-item {
  margin-top: 15px;
}

.fan-card.c3 .fan-card-dot {
  width: 10px;
  height: 10px;
  background: #40A7D4;
  border-radius: 50%;
  margin-top: 9px;
  flex: 0 0 auto;
}

.fan-card.c3 .fan-card-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  color: #DFDFDF;
  line-height: 22px;
}

/* positions are tuned to resemble the provided screenshot */
.fan-card.c1 {
  left: 0px;
  top: 55px;
  transform: rotate(-45deg);
  z-index: 1;
}

.fan-card.c2 {
  left: 86px;
  top: 38px;
  transform: rotate(-22deg);
  z-index: 2;
}

.fan-card.c3 {
  left: 334px;
  top: 0;
  transform: rotate(0deg);
  z-index: 5;
}

.fan-card.c4 {
  left: 585px;
  top: 38px;
  transform: rotate(22deg);
  z-index: 2;
}

.fan-card.c5 {
  left: 672px;
  top: 46px;
  transform: rotate(42deg);
  z-index: 1;
}

.dx-hero-beyond-ghost {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 2500;
  border-radius: 60px;
  overflow: hidden;
  will-change: left, top, width, height, opacity;
 }
.dx-hero-beyond-ghost .dx-hero-beyond-ghost-inner {
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: rgba(8, 18, 38, 0.92);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
 }

.dx-hero-beyond-ghost .dx-hero-beyond-ghost-icon {
  position: absolute;
  top: 4px;
  right: 0px;
  width: 36px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}

.dx-hero-beyond-ghost .dx-hero-beyond-ghost-content {
  position: absolute;
  top: 58px;
  left: 50%;
  width: calc(100% - 120px);
  max-width: 292px;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.dx-hero-beyond-ghost .dx-hero-beyond-ghost-content .fan-card-title {
  font-family: Poppins;
  font-weight: 500;
  font-size: 26px;
  color: #FEFEFE;
  line-height: 33px;
  width: auto;
  max-width: 292px;
}

.dx-hero-beyond-ghost .dx-hero-beyond-ghost-content .fan-card-list {
  margin-top: 49px;
}

.dx-hero-beyond-ghost .dx-hero-beyond-ghost-content .fan-card-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.dx-hero-beyond-ghost .dx-hero-beyond-ghost-content .fan-card-item + .fan-card-item {
  margin-top: 15px;
}

.dx-hero-beyond-ghost .dx-hero-beyond-ghost-content .fan-card-dot {
  width: 10px;
  height: 10px;
  background: #40A7D4;
  border-radius: 50%;
  margin-top: 9px;
  flex: 0 0 auto;
}

.dx-hero-beyond-ghost .dx-hero-beyond-ghost-content .fan-card-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  color: #FEFEFE;
  line-height: 28px;
}

.beyond {
  /* height: 927px; */
  padding-top: 83px;
  text-align: center;
}

.beyond h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 650;
  letter-spacing: 0.2px;
}

.beyond-sub {
  margin: 14px auto 0;
  max-width: 640px;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
}

.beyond-stage {
  position: relative;
  width: 896px;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 138px auto 0;
  border-radius: 60px;
  overflow: visible;
  /* margin-bottom: 141px; */
}

.beyond-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}

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

.beyond-content {
  position: relative;
  z-index: 1;
}

.beyond-layer {
  position: absolute;
  inset: 0;
  border-radius: 60px;
  z-index: 1;
}

 .beyond-layer.l1,
 .beyond-layer.l2 {
  /* display: none; */
  --dx-noop: 0;
 }

/* two background plates: scaled down & moved up so only top part is visible */
.beyond-layer.l1,
.beyond-layer.l2 {
  inset: auto;
  left: 50%;
  border-radius: 60px;
}

.beyond-layer.l1 {
  width: 600px;
  height: 300px;
  top: -94px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(76, 125, 255, 1), rgba(39, 211, 255, 1));
  filter: saturate(115%);
  z-index: 1;
}

.beyond-layer.l2 {
  width: 740px;
  height: 400px;
  top: -58px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(55, 162, 255, 1), rgba(39, 211, 255, 1));
  z-index: 2;
}

/* main showcase card */
.beyond-layer.l3 {
  inset: 0;
  background: transparent;
  /* box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55); */
  /* border: 1px solid rgba(255, 255, 255, 0.12); */
  overflow: hidden;
  z-index: 3;
}

.beyond-layer.l3 .beyond-l3-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
  border-radius: 60px;
}

.insight {
  /* height: 1144px; */
  padding-top: 131px;
}

.insight-grid {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 790px 330px;
  column-gap: 30px;
  align-items: start;
}

.insight-card {
  border-radius: 40px;
  background-color: transparent;
   /* background-color: red; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  /* box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35); */
}

.insight-pair .insight-top {
  background-image: url("./assats/img/3p-center.png");
}

.insight-left {
  width: 380px;
  height: 860px;
  background-image: url("./assats/img/home-bg1.png");
  display: flex;
  flex-direction: column;
  padding: 69px 37px 52px;
  box-sizing: border-box;
}

.insight-left-title {
font-family: Poppins;
font-weight: 400;
font-size: 38px;
color: #FEFEFE;
line-height: 48px;
}

.insight-left-media {
  width: 100%;
  height: 204px;
  margin-top: 80px;
  /* margin: 56px auto 0; */
  border-radius: 18px;
  overflow: hidden;
  /* border: 1px solid rgba(255, 255, 255, 0.18); */
  /* box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28); */
 }

.insight-left-media .insight-left-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.insight-left-body {
padding-top: 110px;
font-family: Poppins;
font-weight: 400;
font-size: 20px;
color: #DFDFDF;
line-height: 30px;
}

.insight-center {
  display: grid;
  /* grid-template-rows: 344px 286px; */
  row-gap: 24px;
}

.insight-top {
  width: 790px;
  height: 344px;
  position: relative;
  background-image: url("./assats/img/3p-center.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.insight-top .insight-top-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 360px;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  display: block;
}

.insight-right {
  position: relative;
  background-image: url("./assats/img/3p-center.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.insight-right .insight-right-img {
  position: absolute;
  inset: 0;
  width: 360px;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  display: block;
}

.insight-top-copy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 44px 40px 36px 354px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 30px;
}

.insight-top-kicker {
 font-family: Poppins;
font-weight: 400;
font-size: 20px;
color: #FFFFFF;
line-height: 30px;
}

.insight-top-head {
margin-top: 23px;
font-family: Poppins;
font-weight: 500;
font-size: 24px;
color: #FEFEFE;
line-height: 34px;
 max-width: 330px;
}

.insight-top-head-strong {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  color: #FEFEFE;
  line-height: 20px;
}

.insight-top-desc {
  margin-top: 25px;
    max-width: 330px;
  font-family: Poppins;
font-weight: 400;
font-size: 14px;
color: #DFDFDF;
/* line-height: 26px; */
}

.insight-bottom {
  display: grid;
  grid-template-columns: 380px 380px;
  gap: 30px;
}

.insight-bl,
.insight-br {
  width: 380px;
  height: 486px;
  position: relative;
}

.insight-bl {
  background-image: url("./assats/img/3p-bottom.png");
}

.insight-br {
  background-image: url("./assats/img/3p-bottom.png");
}

.insight-stat {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 44px 34px 0;
  box-sizing: border-box;
}

.insight-bottom-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 380px;
  height: 253px;
  display: block;
  object-fit: cover;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
 }

.insight-stat-n {
  font-family: Poppins;
  font-weight: 600;
  font-size: 58px;
  color: #FEFEFE;
  line-height: 52px;
}

.insight-stat-d {
  margin-top: 26px;
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  color: #FEFEFE;
  line-height: 18px;
}

/* right card is 660px wide, but only half is visible (330px) */
.insight-right-clip {
  width: 660px;
  height: 344px;
  overflow: hidden;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.insight-right {
  width: 660px;
  height: 344px;
}

.insight-grid {
  /* grid-template-columns: 380px 790px 330px; */
  /* grid-template-rows: 344px 286px; */
  row-gap: 24px;
}

.insight-left {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.insight-pair {
  grid-column: 2 / span 2;
  grid-row: 1;
}

.insight-pair-viewport {
  width: 100%;
  height: 344px;
  overflow: hidden;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.insight-pair-track {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 30px;
  transform: translateX(0px);
}

.insight-pair-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 790px 330px;
  column-gap: 30px;
  overflow: hidden;
  border-radius: 0;
}

.insight-pair-slide .insight-top {
  width: 790px;
  height: 344px;
}

.insight-pair-slide .insight-right-clip {
  width: 330px;
  height: 344px;
}

.insight-bottom {
  grid-column: 2;
  grid-row: 2;
}

.works {
  /* height: 1144px; */
  text-align: center;
  margin-top: 52px;
  margin-bottom: 122px;
}

.works h2 {
 font-family: Poppins;
font-weight: 400;
font-size: 58px;
color: #FFFFFF;
line-height: 98px;
}

.works-sub {
  /* padding-top: 30px; */
  font-family: Poppins;
font-weight: 400;
font-size: 24px;
color: #B8B8B8;
line-height: 34px;
}

.works-grid {
  width: 1200px;
  padding: 64px auto 0;
  display: grid;
  grid-template-columns: 450px 460px;
  justify-content: space-between;
  align-items: start;
  margin-top: 104px;
}

.fold {
  position: relative;
  width: 440px;
  height: 540px;
}

.fold-layer {
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background: url("./assats/img/symk1bj.png") no-repeat;
  background-size: 100% 100%;
  /* box-shadow: 0 20px 55px rgba(0, 0, 0, 0.35); */
  transform-origin: 50% 50%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.fold-layer video {
  width: 440px;
  height: 330px;
  border-radius: 40px;
  display: block;
  object-fit: cover;
}

.fold-layer .fold-video-caption {
  margin-top: 47px !important;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  color: #FEFEFE;
  line-height: 30px;
  margin: 0 65px 0 57px;
}

/* mimic "left-right folded" stacking */
.fold-layer.f1 {
  transform: translate(0, 0) rotate(-10deg) scale(0.98);
  opacity: 0.38;
  z-index: 1;
}

.fold-layer.f2 {
  transform: translate(0, 0) rotate(-20deg) scale(0.99);
  opacity: 0.48;
  z-index: 2;
}

.fold-layer.f3 {
  transform: translate(0, 0) rotate(-30deg) scale(1);
  opacity: 0.58;
  z-index: 3;
}

.fold-layer.f4 {
  transform: translate(0, 0) rotate(0deg) scale(1);
  opacity: 1;
  z-index: 4;
}

.works-actions {
  display: grid;
  gap: 14px;
  justify-items: end;
  padding-top: 26px;
}

.works-btn {
  width: 460px;
  height: 68px;
  border-radius: 34px;
  border: 0;
  background: #5a69db;
  color: #fff;
  font-weight: 600;

  letter-spacing: 0.2px;
  margin-bottom: 60px;
  font-family: Poppins;
font-weight: 400;
font-size: 34px;
color: #FEFEFE;
}

.works-btn.primary {
  background: #40a7d4;
}

.shine {
  /* height: 1080px; */
  padding-top: 151px;
  text-align: center;
}

.shine h2 {
  margin: 0;
 font-family: Poppins;
font-weight: 400;
font-size: 58px;
color: #FEFEFE;
}

.shine-sub {
  margin: 30px auto 0;
 font-family: Poppins;
font-weight: 400;
font-size: 20px;
color: #DFDFDF;
line-height: 30px;
}

.shine-grid {
  width: 1200px;
  margin: 106px auto 0;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 54px;
  align-items: start;
  text-align: left;
}

.shine-left-title {
  font-family: Poppins;
font-weight: 400;
font-size: 38px;
color: #FEFEFE;
line-height: 48px;
width: 330px;
text-align: center;
}

.shine-pills {
  margin-top: 60px;
  display: grid;
  gap: 0;
  width: 328px;
}

.shine-pill {
  height: 68px;
  padding: 0 18px;
  border: 0;
  border-radius: 34px;
 background: #5A69DB;
 font-family: Poppins;
font-weight: 400;
font-size: 24px;
color: #FEFEFE;
  text-align: center;
  margin-bottom: 60px;
  transition: background 280ms ease;
}

.shine-pill.primary {
  background: #40A7D4;
}

.shine-cards {
  width: 1230px;
  height: 500px;
  overflow: hidden;
  justify-self: end;
  position: relative;
  margin-left: 88px;
}

.shine-cards-track {
  display: flex;
  align-items: stretch;
  gap: 30px;
  will-change: transform;
  transform: translateX(0px);
  height: 100%;
}

.shine-card {
  flex: 0 0 600px;
  width: 600px;
  height: 500px;
  border-radius: 60px;
  padding: 77px 40px 0 80px;
  background: url("./assats/img/bg_card_opinion.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border: 0;
}

.shine-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 60px;
  background: none;
  pointer-events: none;
}

.shine-card {
  position: relative;
  overflow: hidden;
}

.shine-card-user-icon {
  position: absolute;
  left: 50px;
  top: 115px;
  width: 76px;
  height: 84px;
  z-index: 1;
}

/* .shine-card:nth-child(2) {
  background: url("./assats/img/bg_card_opinion.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
} */

/* .shine-card:nth-child(1) {
  
  outline: 0;
}

.shine-card:nth-child(2) {
  margin-left: 0;
} */



.shine-card-title {
   text-align: left;
 /* width: 395px; */
/* height: 107px; */
font-family: Poppins;
font-weight: 400;
font-size: 48px;
color: #FEFEFE;
line-height: 58px;
 padding-left: 20px;
}

.shine-card-title::after {
  content: "";
  display: block;
  width: 400px;
  height: 1px;
  background: #DFDFDF;
  margin-top: 22px;
  margin-right: auto;
}

.shine-card-body {
  margin-top: 52px;
 
  
  
  /* max-width: 400px; */
  position: relative;
  z-index: 1;
font-family: Poppins;
font-weight: 400;
 font-size: 18px;
 color: #DFDFDF;
 line-height: 28px;
/* overflow-wrap: anywhere; */
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  hyphens: auto;
  margin-left: 25px;
}

.ready {
  /* height: 1428px; */
  /* padding-top: 120px; */
  text-align: center;
}

.ready-stage {
  width: 100%;
  max-width: 1200px;
  margin: 150px auto 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: flex-start;
  overflow: visible;
}

.ready-left-card {
  width: 388px;
  height: 686px;
  background: #5a69db;
  border-radius: 60px;
  position: relative;
  padding: 0 31px;
  /* box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42); */
}

.ready-left-icon {
  width: 194px;
  height: 110px;
  display: block;
  margin-top: 91px;
  /* margin: 6px auto 0; */
}

.ready-left-copy {
  margin-top: 205px;
 font-family: Poppins;
font-weight: 400;
font-size: 18px;
color: #DFDFDF;
line-height: 38px;
  text-align: left;
}

.ready-left-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  margin-top: 20px;
}

.ready-left-stats {
  margin-top: 29px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  text-align: left;
}

.ready-left-stat .n {
 font-family: Poppins;
font-weight: 500;
font-size: 38px;
color: #FEFEFE;
line-height: 38px;
}

.ready-left-stat .d {
  margin-top: 4px;
 font-family: Poppins;
font-weight: 400;
font-size: 18px;
color: #DFDFDF;
line-height: 38px;
}

.ready-right-card {
  width: 784px;
  height: 686px;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(64, 167, 212, 0.92), rgba(90, 105, 219, 0.84));
  /* box-shadow: 0 26px 80px rgba(0, 0, 0, 0.48); */
}

.ready-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.ready-slide {
  position: absolute;
  inset: 0;
  padding: 115px 0 0 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate(28px, 28px) scale(0.985);
  transition: opacity 280ms ease, transform 280ms ease;
  pointer-events: none;
}

.ready-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) scale(1);
  pointer-events: auto;
  z-index: 3;
}

.ready-slide.is-prev {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0) scale(1);
  z-index: 1;
}

.ready-slide.is-next {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0) scale(1);
  z-index: 1;
}

.ready-slide-top {
  display: grid;
  grid-template-columns: 76px 1fr;
  /* gap: 18px; */
  align-items: flex-start;
}

.ready-avatar {
  width: 76px;
  height: 84px;
  display: block;
}

.ready-quote {
  font-family: Poppins;
font-weight: 400;
font-size: 18px;
color: #DFDFDF;
line-height: 28px;
  max-width: 531px;
  margin-left: 62px;
  text-align: left;
  word-break: break-all;
}

.ready-name {
  font-family: Poppins;
font-weight: 500;
font-size: 38px;
color: #FEFEFE;
/* line-height: 0; */
padding-top: 125px;
text-align: left;
}

.ready-role {
 width: 576px;
/* height: 19px; */
font-family: Poppins;
font-weight: 400;
font-size: 18px;
color: #DFDFDF;
/* line-height: 38px; */
/* padding-top: 26px; */
text-align: left;
}

.ready-stars {
  /* margin-top: 18px; */
  display: flex;
  gap: 8px;
  align-items: center;
    margin-top: 18px;
}

.ready-stars img {
  width: 25px;
  height: 25px;
  display: block;
  /* margin-top: 27px; */
}

.ready-right-actions {
  position: absolute;
  right: 65px;
  bottom: 100px;
  z-index: 10;
  pointer-events: auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 12px; */
}

.ready-dots {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ready-dot {
width: 12px;
height: 12px;
background: #FEFEFE;
border-radius: 999px;
opacity: 0.49;
  border: 0;
  padding: 0;


}

.ready-dot.is-active {
width: 12px;
height: 12px;
background: #FEFEFE;
border-radius: 999px;
opacity: 1;
}

.ready-try {
  width: 158px;
  height: 46px;
  background: #40A7D4;
  border-radius: 23px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  color: #FEFEFE;
  margin-top: 30px;
  /* line-height: 30px; */
}

.ready-try,
.ready-cta,
.dx-header-actions .btn-try {
  text-decoration: none;
}

.ready-try-icon {
  width: 18px;
  height: 18px;
  display: block;
  margin-left: 13px;
}

.ready-title {
  margin: 108px auto 0;
  width: 1117px;

font-family: Poppins;
font-weight: 500;
font-size: 58px;
color: #FEFEFE;
line-height: 98px;
text-align: center;

}

.ready-sub {
  width: 625px;
font-family: Poppins;
font-weight: 300;
font-size: 28px;
color: #DFDFDF;
line-height: 38px;
text-align: center;
margin: 0 auto;
}

.ready-cta {
  margin-top: 60px;
  /* width: 408px; */
  height: 58px;
  background: #40a7d4;
  border-radius: 29px;
  border: 0;
  color: #04102C;;
  font-weight: 500;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 35px;
  padding-right: 35px;
  /* justify-content: center; */
  gap: 12px;
  margin-bottom: 150px;
}

.ready-cta img {
  width: 18px;
  height: 18px;
}

.home-bg .ready-cta {
  /* margin-bottom: 0; */
  outline: 0;
}

.dx-footer {
  height: 764px;
  background: #ffffff;
  color: #1a1a1a;
  padding-top: 86px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.dx-footer-inner {
  width: 1200px;
  margin: 0 auto;
  background: #ffffff;
}

.dx-footer-top {
  display: grid;
  gap: 8px;
}

.dx-footer-logo {
  width: 224px;
  height: 36px;
  display: block;
}

.dx-footer-company {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
}

.dx-footer-contacts {
  margin-top: 46px;
  display: grid;
  grid-template-columns: 220px 260px 1fr;
  /* column-gap: 62px; */
  align-items: center;
}

.dx-footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.dx-footer-icon {
  display: block;
  object-fit: contain;
}

.dx-footer-icon.phone {
  width: 22px;
  height: 24px;
}

.dx-footer-icon.email {
  width: 30px;
  height: 24px;
}

.dx-footer-icon.message {
  width: 26px;
  height: 24px;
}

.dx-footer-contact-text {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.58);
}

.dx-footer-contact[data-legal-modal-open='message']:hover .dx-footer-contact-text,
.dx-footer-contact[data-legal-modal-open='message']:focus-visible .dx-footer-contact-text {
  color: rgba(0, 0, 0, 0.78);
}

.dx-footer-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin-top: 42px;
}

.dx-footer-links {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 220px 260px 1fr;
  /* column-gap: 62px; */
  align-items: start;
}

.dx-footer-col-title {
  font-size: 12px;
  font-weight: 650 !important;
  color: rgba(0, 0, 0, 0.78);
  margin-bottom: 12px;
  display: block;
  text-decoration: none;
  cursor: default;
}

.dx-footer-col-title[href] {
  cursor: pointer;
}

.dx-footer-col-title[href]:hover,
.dx-footer-col-title[href]:focus-visible {
  color: rgba(0, 0, 0, 1);
}

.dx-footer-link {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.52);
  text-decoration: none;
  margin-top: 10px;
}

.dx-footer-link:hover {
  color: rgba(0, 0, 0, 0.78);
}

.dx-footer-bottom {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.dx-footer-legal {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dx-footer-legal-link {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.52);
  text-decoration: none;
}

.dx-footer-legal-link:hover {
  color: rgba(0, 0, 0, 0.78);
}

.dx-footer-legal-sep {
  color: rgba(0, 0, 0, 0.22);
}

.dx-footer-copy {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.52);
  text-align: left;
}

.dx-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

html.dx-modal-open {
  overflow: hidden;
}

.dx-modal.is-open {
  display: block;
}

.dx-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.dx-modal-dialog {
  position: relative;
  width: min(960px, calc(100vw - 48px));
  max-height: min(82vh, 820px);
  margin: 9vh auto 0;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.dx-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dx-modal-title {
  font-size: 16px;
  font-weight: 650;
  color: rgba(0, 0, 0, 0.82);
}

.dx-modal-close {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.78);
  font-size: 20px;
  line-height: 34px;
  cursor: pointer;
}

.dx-modal-close:hover {
  background: rgba(0, 0, 0, 0.1);
}

.dx-modal-body {
  padding: 0 18px 22px;
  overflow: auto;
  max-height: calc(min(82vh, 820px) - 62px);
}

.dx-modal-iframe {
  display: block;
  width: 100%;
  height: min(70vh, 720px);
  border: 0;
}

.dx-legal-pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.72);
  font-family: Poppins;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
  will-change: opacity, transform;
}

.reveal-on-scroll.is-inview {
  opacity: 1;
  
}

.reveal-words[data-reveal-words="true"] {
  opacity: 1;
  transform: none;
}

.reveal-words[data-reveal-words="true"] .dx-reveal-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 520ms ease, transform 520ms ease;
  will-change: opacity, transform;
}

.reveal-words[data-reveal-words="true"].is-inview .dx-reveal-word {
  opacity: 1;
  transform: translateY(0);
}

.reveal-lines[data-reveal-lines="true"] .dx-reveal-line {
  display: block;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 520ms ease, transform 520ms ease;
  will-change: opacity, transform;
}

.reveal-lines[data-reveal-lines="true"].is-inview .dx-reveal-line {
  opacity: 1;
  transform: translateY(0);
}

.apple-text[data-apple-text="true"] {
  opacity: 1;
  transform: none;
}

.apple-text[data-apple-text="true"] .dx-apple-line {
  display: block;
  /* overflow: hidden; */
}

.apple-text[data-apple-text="true"] .dx-apple-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 2000ms cubic-bezier(0.25, 1, 0.5, 1), opacity 900ms cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform, opacity;
}

.apple-text[data-apple-text="true"].is-inview .dx-apple-word {
  opacity: 1;
  transform: translateY(0);
}

.reveal-on-scroll[data-typewriter="true"] {
  transform: translateY(18px);
}

.reveal-on-scroll[data-typewriter="true"].is-inview {
  transform: none;
}

.dx-type-caret {
  display: inline-block;
  width: 0.6ch;
  margin-left: 0.15ch;
  border-right: 2px solid currentColor;
  animation: dxCaretBlink 900ms steps(1, end) infinite;
  vertical-align: baseline;
}

.dx-type-char {
  display: inline;
  opacity: 0;
  transition: opacity 220ms ease;
}

.dx-type-char.is-in {
  opacity: 1;
}

@keyframes dxCaretBlink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
