:root {
  --e-global-color-brand: #154fe5;
  --e-global-color-brand-gradient: linear-gradient(225deg, #43baf5 7.92%, #242fff 100%);
  --e-global-color-text: #f0f3fa;
  --e-global-brand-white: #F5F7FC;
  --e-global-color-text-09: rgb(240 243 250 / 90%);
  --e-global-opacity-white-024: rgb(240 243 250 / 24%);
  --e-global-opacity-white-040: rgb(240 243 250 / 40%);
  --e-global-opacity-white-064: rgb(240 243 250 / 64%);
  --e-global-opacity-white-080: rgb(240 243 250 / 80%);
  --e-global-opacity-black-064: rgb(14 16 21 / 64%);
  --e-global-opacity-black-080: rgb(14 16 21 / 80%);
  --e-global-color-text-secondary: #565659;
  --e-global-color-bg: #01040a;
  --e-global-color-bg-object: #070b12;
  --e-global-color-bg-object-active: #070b12;
  --e-global-header-height: 92px;
  --e-global-header-height-mob: 76px;
  --fluid-40-120: clamp(40px, -10.9091px + 9.0909vw, 120px);
  --fluid-44-72: clamp(44px, 26.1818px + 3.1818vw, 72px);
  --fluid-40-64: clamp(40px, 24.7273px + 2.7273vw, 64px);
  --fluid-36-44: clamp(36px, 31.3814px + 0.8247vw, 44px);
  --fluid-28-32: clamp(28px, 25.6907px + 0.4124vw, 32px);
  --fluid-20-24: clamp(20px, 17.4545px + 0.4545vw, 24px);
  --fluid-18-20: clamp(18px, 17px + 0.2083vw, 20px);
  --fluid-16-18: clamp(16px, 14.7273px + 0.2273vw, 18px);
  --fluid-14-16: clamp(14px, 12.7273px + 0.2273vw, 16px);
}

body {
  font-family: Satoshi-Regular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--e-global-color-text);
  background: var(--e-global-color-bg);
  -webkit-font-smoothing: antialiased;
}

.parallax-element {
  transform: translateZ(0); /* Включение аппаратного ускорения */
  will-change: transform; /* Подготовка к анимации */
}

.wow {
  visibility: hidden; /* Приховати до анімації */
}

.wow.animated {
  visibility: visible; /* Показати при анімації */
}

.container {
  width: 100%;
  max-width: 1920px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex.aling-center {
  align-items: center;
}

.flex.justify-space-between {
  justify-content: space-between;
}

.flex > .col-50 {
  width: 50%;
}

h1,
.h1 {
  margin: 0;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 1.2;
}

h2,
.h2 {
  margin: 0;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.12;
}

h3,
.h3 {
  margin: 0;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.18;
}

h4,
.h4 {
  margin: 0;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

h5,
.h5 {
  margin: 0;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}

h6,
.h6 {
  margin: 0;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.subheading-1 {
  font-family: Satoshi-Medium, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.subheading-2 {
  font-family: Satoshi-Regular, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
}

.body-text-1 {
  font-family: Satoshi-Medium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.body-text-2 {
  font-family: Satoshi-Regular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.body-text-3 {
  font-family: Satoshi-Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.link-text {
  font-family: Satoshi-Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.caption-text {
  font-family: Satoshi-Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.color-blue {
  color: var(--e-global-color-brand);
}

a:has(button) {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

.btn-80 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 12px;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--e-global-color-text);
  cursor: pointer;
  background: var(--e-global-color-brand-gradient);
  border: none;
  border-radius: 80px;
  transition-duration: 0.5s;
}

.btn-80:hover {
  transform: scale(1.05);
}

.btn-76 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  padding: 0 12px;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--e-global-color-text);
  cursor: pointer;
  background-color: transparent;
  border: 2px solid var(--e-global-color-brand);
  border-radius: 80px;
  transition-duration: 0.5s;
}

.btn-76:hover,
.btn-76:focus {
  background-color: var(--e-global-color-brand);
  border: 2px solid var(--e-global-color-brand);
}

.btn-64 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 12px;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--e-global-color-brand);
  cursor: pointer;
  background-color: #0c0f1c;
  border: none;
  border-radius: 80px;
  transition-duration: 0.5s;
}

.btn-64.btn-blue-text {
  padding: 0 25px;
}

.btn-64.btn-blue-text i {
  position: relative;
  left: 11px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('../images/svg/tabler-icon-arrow-down-left-blue-side-32.svg');
}

.btn-64:hover {
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-brand);
}

.btn-52 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--e-global-color-text);
  cursor: pointer;
  background-color: transparent;
  border: 2px solid var(--e-global-color-brand);
  border-radius: 80px;
  transition-duration: 0.5s;
}

.btn-52:hover {
  background-color: var(--e-global-color-bg-object);
  border: 2px solid var(--e-global-color-text);
}

.opacity-032 {
  color: var(--e-global-color-text-secondary);
}

#page {
  padding-top: var(--e-global-header-height);
  overflow: hidden;
}

.post-template-single-blog #page {
  overflow: initial;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: var(--e-global-header-height);

  /* background: linear-gradient(360deg, rgb(1 4 10 / 0%) 0%, rgb(1 4 10 / 64%) 197.28%); */
  background: linear-gradient(0deg, rgb(1 4 10 / 0%) 0%, #01040A 100%), linear-gradient(0deg, rgb(1 4 10 / 0%) 0%, #01040A 100%), linear-gradient(0deg, rgb(1 4 10 / 0%) 0%, #01040A 100%), linear-gradient(0deg, rgb(1 4 10 / 0%) 0%, #01040A 100%);
  transition: transform 0.3s ease;
}

.site-header.fixed {
  position: fixed;
  transition: transform 0.3s ease;
  transform: translateY(0%);
}

.site-header.hidden {
  position: fixed;
  transition: transform 0.3s ease;
  transform: translateY(-100%);
}

.site-header > .container,
.site-header > .container > .flex {
  height: 100%;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header .site-branding {
  z-index: 11;
  flex: none;
}

.site-header .site-branding img {
  position: relative;
  top: 4px;
  left: 0;
  width: 90px;
  height: 25px;
  object-fit: contain;
}

.main-navigation {
  width: 460px;
}

.main-navigation ul {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  padding-left: 0;
  margin: 0 auto 0 26px;
  background: rgb(240 243 250 / 4%);
  border-radius: 99px;
}

.main-navigation a {
  padding: 9px 12px 10px;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  color: rgb(240 243 250 / 80%);
  background: transparent;
  border-radius: 40px;
  transition: 0.3s;
}

.main-navigation a:focus {
  outline: none;
}

.main-navigation .menu-item-has-children a {
  position: relative;
  top: -1px;
  left: -3px;
}

.main-navigation .menu > li > a:hover {
  background: #303132;
  transition: 0.2s;
}

.main-navigation li {
  position: initial;
  z-index: 1000;
  margin-right: 0;
}

/* submenu servises link */

.main-navigation > .menu-header-menu-container > .menu > .menu-item-has-children > a::after {
  position: relative;
  top: 4px;
  left: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  background: url('../images/svg/tabler-icon-chevron-down.svg') no-repeat;
  transition: 0.3s;
}

.main-navigation > .menu-header-menu-container > .menu > .menu-item-has-children.active > a {
  position: relative;
  z-index: 10;

  /* background: #303132; */
}

.main-navigation > .menu-header-menu-container > .menu > .menu-item-has-children.active > a::after {
  transition: 0.2s;
  transform: rotate(180deg) translateY(1px);
}

/* submenu */

.main-navigation ul.sub-menu {
  left: unset;
  display: block;
}

/* submenu services */

#menu-item-11,
#menu-item-1534,
.menu-expertise {
  cursor: pointer;
}

#menu-item-11 > .sub-menu,
#menu-item-1534 > .sub-menu,
.menu-expertise > .sub-menu {
  top: -1300px;
  left: 50%;
  max-width: 950px;
  height: auto;
  min-height: 757px;
  padding: 24px 32px 45px;
  margin: 0;
  background: rgb(14 16 21 / 40%);
  backdrop-filter: blur(60px);
  border-radius: 40px;
  transition: 0.3s ease;
  transform: translateX(-50%);
}

#menu-item-11 > .sub-menu.active,
#menu-item-1534 > .sub-menu.active,
.menu-expertise > .sub-menu.active {
  top: 0;
  padding-top: 100px;
  transition: 0.3s ease-in-out;
}

.menu-expertise > .sub-menu.active.scrollable {
  max-height: calc(100vh - 20px);
  overflow-y: auto !important;
}

.menu-expertise > .sub-menu.active.scrollable::-webkit-scrollbar {
  width: 8px !important; /* ширина скролбару */
}

.menu-expertise > .sub-menu.active.scrollable::-webkit-scrollbar-track {
  background: var(--e-global-opacity-black-080) !important;
  border-radius: 4px !important;
}

.menu-expertise > .sub-menu.active.scrollable::-webkit-scrollbar-thumb {
  background: var(--e-global-opacity-white-024) !important;
  border-radius: 4px !important;
}


#menu-item-11 > .sub-menu.active::after,
#menu-item-1534 > .sub-menu.active::after,
.menu-expertise > .sub-menu.active::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 10px;
  content: '';
  background-color: transparent;
  border-radius: 40px;

}

#menu-item-11 > .sub-menu.active .main-navigation ul,
#menu-item-1534 > .sub-menu.active .main-navigation ul,
.menu-expertise > .sub-menu.active .main-navigation ul {
  position: relative;
  z-index: 10;
}

#menu-item-11 > .sub-menu li:first-child,
#menu-item-1534 > .sub-menu li:first-child,
.menu-expertise > .sub-menu li:first-child {
  margin-bottom: 16px;
}

/* submenu grid */

#menu-item-11 > .sub-menu .menu-item-has-children .sub-menu,
#menu-item-1534 > .sub-menu .menu-item-has-children .sub-menu,
.menu-expertise > .sub-menu .menu-item-has-children .sub-menu {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr));
  gap: 8px;
  justify-content: normal;
  float: none;
  height: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}

/* submenu item title */

#menu-item-11 > .sub-menu > .menu-item-has-children > a,
#menu-item-1534 > .sub-menu > .menu-item-has-children > a,
.menu-expertise > .sub-menu > .menu-item-has-children > a {
  padding-top: 25px;
  padding-left: 27px;
  margin-bottom: 7px;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  pointer-events: none;
}

/* submenu item */

#menu-item-11 > .sub-menu > .menu-item-has-children li,
#menu-item-1534 > .sub-menu > .menu-item-has-children li,
.menu-expertise > .sub-menu > .menu-item-has-children li {
  position: relative;
  min-height: 120px;
  margin: 0;
  overflow: hidden;
  background-color: rgb(240 243 250 / 8%);
  border-radius: 12px;
  transition-duration: 0.4s;
}

#menu-item-11 > .sub-menu > .menu-item-has-children li:hover,
#menu-item-1534 > .sub-menu > .menu-item-has-children li:hover,
.menu-expertise > .sub-menu > .menu-item-has-children li:hover,
.sub-menu-industries > .sub-menu > .menu-item:hover {
  background-color: rgb(240 243 250 / 24%);
}

.sub-menu-solutions > .sub-menu > .menu-item a {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: 100% !important;
  height: 120px !important;
}

.sub-menu-solutions > .sub-menu > .menu-item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 50%;
  content: '';
  background: linear-gradient(180deg, rgb(1 4 10 / 0%) 0%, #01040A 100%);
}

.sub-menu-solutions > .sub-menu > .menu-item a span {
  position: relative;
  z-index: 2;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #F0F3FA;
}

.sub-menu-solutions > .sub-menu > .menu-item a img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.sub-menu-services .sub-menu .menu-item a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 120px;
}

.sub-menu-services .sub-menu .menu-item a img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  object-position: center;
}

.sub-menu-services .sub-menu .menu-item a span {
  font-family: Satoshi-Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #F5F7FC;
}

.sub-menu-industries > .sub-menu {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px;
}

.sub-menu-industries > .sub-menu > .menu-item {
  height: auto !important;
  min-height: initial !important;
  padding: 8px 12px 8px 10px !important;
  background: rgb(240 243 250 / 8%) !important;
  backdrop-filter: blur(40px);
  border-radius: 72px !important;
  transition-duration: 0.4s;
}

.sub-menu-industries > .sub-menu > .menu-item:hover {
  background: rgb(240 243 250 / 24%) !important;
}

.sub-menu-industries > .sub-menu > .menu-item a {
  display: flex;
  flex-direction: row !important;
  gap: 8px !important;
}

.sub-menu-industries > .sub-menu > .menu-item a span {
  font-family: Satoshi-Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #F5F7FC;
}

/* solutions submenu */

/* solutions submenu tile link */
#menu-item-11 > .sub-menu > .menu-item-has-children:first-child ul li a,
#menu-item-1534 > .sub-menu > .menu-item-has-children:first-child ul li a,
.menu-expertise > .sub-menu > .menu-item-has-children:first-child ul li a {
  position: relative;
  top: unset;
  width: 100%;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(240 243 250 / 100%);
}

/* services submenu */
#menu-item-11 > .sub-menu > .menu-item-has-children:last-child > a,
#menu-item-1534 > .sub-menu > .menu-item-has-children:last-child > a,
.menu-expertise > .sub-menu > .menu-item-has-children:last-child > a {
  margin-bottom: 10px;
}

/* services submenu tile link */
#menu-item-11 > .sub-menu > .menu-item-has-children:last-child ul li a,
#menu-item-1534 > .sub-menu > .menu-item-has-children:last-child ul li a,
.menu-expertise > .sub-menu > .menu-item-has-children:last-child ul li a {
  position: relative;
  top: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 8px 12px;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(240 243 250 / 100%);
}

/* services submenu icon image */
#menu-item-11 > .sub-menu > .menu-item-has-children:last-child ul li a img,
#menu-item-1534 > .sub-menu > .menu-item-has-children:last-child ul li a img,
.menu-expertise > .sub-menu > .menu-item-has-children:last-child ul li a img {
  width: 145px;
  height: 140px;
  margin: 0;
}

.sub-menu-industries > .sub-menu > .menu-item a img {
  align-self: center;
  width: 24px !important;
  height: 24px !important;
}

/* header cta button */
.site-header .header-cta button {
  width: 143px;
  padding: 0;
}

.header-burger {
  display: none;
}

.mobile-menu {
  display: none;
}

.close-mobile-menu {
  display: none;
}

.site-header .header-cta button i {
  position: relative;
  left: -3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../images/svg/tabler-icon-dots.svg');
}

.section-heading {
  margin-bottom: 32px;
}

.section-heading .caption-text {
  margin-bottom: 15px;
}

.home-hero {
  width: 100%;
  padding-bottom: 120px;
}

.home-hero-video-wrapper {
  position: relative;
  width: 100%;
  height: 850px;
}

.home-hero .home-hero-video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 12px;
  transition-duration: 0.3s;
  transform: translateX(-50%);

}

.home-hero .home-hero-video.full-width {
  width: 100vw;
  max-width: 1920px;
  border-radius: 12px;
}

.home-hero-video-mobile {
  display: none;
}

.video-error {
  transition: opacity 0.3s ease-in;
}

.video-error-visible {
  opacity: 1;
}

.home-hero .container {
  position: relative;
  z-index: 1;
  height: 100%;

}

.home-hero .hero-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 40px;
}

.home-hero .heading-1 {
  /* max-width: 640px; */
  max-width: 730px;
  margin: 0;
  font-family: Satoshi-Bold, sans-serif;
  font-size: clamp(44px, 30.8571px + 2.8571vw, 72px);
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 1.11; /* 111.111% */
  color: var(--e-global-brand-white);
}

.home-hero .subheading-2 {
  margin: 0;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 140% */
  color: var(--e-global-opacity-white-080);
  text-align: end;

}

.hero-cta {
  position: absolute;
  right: 16px;
  bottom: 48px;
}

.home .hero-cta button {
  width: 240px;
  padding-right: 5%;
}

.home .hero-cta button i {
  position: relative;
  left: -3px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('../images/svg/tabler-icon-dots-2.svg');
}

/* Fullscreen Swiper */

.swipe-container {
  position: relative;
  display: none;
}

.swipe-container .sidebar-nav {
  position: absolute;
  left: 0;
  z-index: 111;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 460px;
  height: 100vh;
  padding: 0 24px;
  margin-top: 26px;
  background: var(--e-global-color-bg);
  border-radius: 12px;
}

.swipe-container .sidebar-nav a {
  position: relative;
  display: block;
  height: 33.33%;
  padding: 24px 25px 24px 18px;
  margin: 0 0 10px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: rgb(7 11 18 / 100%);
  border-left: 4px solid transparent;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.swipe-container .sidebar-nav .item-heading {
  display: flex;
  justify-content: space-between;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(240 243 250 / 24%);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.swipe-container .sidebar-nav .item-heading img {
  height: 24px;
}

.swipe-container .sidebar-nav a h6 {
  position: absolute;
  bottom: 41px;
  left: 0;
  width: 100%;
  padding-left: 24px;
}

.swipe-container .sidebar-nav a h6::after {
  position: absolute;
  right: 21px;
  bottom: -16px;
  display: block;
  width: 56px;
  height: 56px;
  content: '';
  background-color: #01040a;
  background-image: url('../images/svg/tabler-icon-arrow-down-left.svg');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
}

.swipe-container .sidebar-nav a.active {
  background: rgb(12 17 29 / 100%);
}

.swipe-container .sidebar-nav a.active h6::after {
  background-image: url('../images/png/bg-button.png');
  background-size: contain;
}

.swipe-container .swipe-section .panel {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(100% - 470px);
  height: calc(100%);
  padding-right: 0;
  margin-right: 24px;
  overflow: hidden;
  font-size: 1.5em;
  text-align: center;
  border-radius: 12px;
}

.swipe-container .swipe-section .panel .inner {
  width: 100%;
  height: calc(100% - 10px);
  padding: 10px;
  overflow: hidden;

  /* background: rgba(12, 16, 29, 1);
  border-radius: 12px;
  width: 100%;
  min-height: 728px;
  max-height: 100%;
  height: calc(100% - 102px);
  margin-top: 105px;
  overflow: hidden; */
  background: rgb(12 16 29 / 100%);
  border-radius: 12px;
}

.swipe-container .swipe-section .panel .panel-heading {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 25px 21px 0;
  border-bottom: 1px solid rgb(240 243 250 / 4%);
}

.swipe-container .swipe-section .panel .panel-heading .link {
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42;
  color: rgb(240 243 250 / 32%);
}

.swipe-container .swipe-section .panel .panel-heading .link a {
  color: var(--e-global-color-brand);
}

.swipe-container .swipe-section .panel img {
  position: relative;
  top: -98px;
  width: 100%;
}

.swipe-container .swipe-section {
  position: absolute !important;
  top: 0 !important;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.swipe-container .pin-spacer {
  margin-top: 21px !important;
}

.swipe-next {
  padding-top: 154px;
  margin-top: 100vh;
}


@keyframes marquee {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(100%);
  }
}

.home-testimonials {
  margin-bottom: 129px;
}

.home-testimonials .section-heading {
  position: relative;
}

.home-testimonials .btn-wrap {
  position: absolute;
  right: 153px;
  bottom: 0;
}

.testimonials-carousel {
  margin-top: 56px;
}

.testimonials-carousel .slick-list {
  margin: 0 -4px;
}

.testimonials-carousel .slick-track {
  display: flex;
}

.testimonials-carousel .testimonials-item {
  padding: 25px 23px 26px;
  margin: 0 4px;
  background: rgb(7 11 18 / 100%);
  border-radius: 12px;
}

.testimonials-carousel .testimonials-item .text::before {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  content: '';
  background: url('../images/svg/bxs-quote-alt-left.svg.svg');
}

.testimonials-carousel .testimonials-item .text {
  position: relative;
  min-height: 414px;
  padding-right: 8px;
  margin: 0;
  font-family: Satoshi-Medium;
}

.testimonials-carousel .testimonials-item .author {
  position: relative;
}

.testimonials-carousel .testimonials-item .author .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  overflow: hidden;
  object-fit: contain;
  border-radius: 100px;
}

.testimonials-carousel .testimonials-item .author .info {
  padding-left: 77px;
}

.testimonials-carousel .testimonials-item .name {
  position: relative;
  top: -2px;
  font-family: Satoshi-Medium, sans-serif;
}

.testimonials-carousel .testimonials-item .occupation {
  position: relative;
  top: 4px;
  font-size: 16px;
  color: rgb(240 243 250 / 32%);
}

.testimonials-carousel .slick-next,
.testimonials-carousel .slick-prev {
  top: -89px;
  right: 2px;
  z-index: 1;
  width: 64px;
  height: 64px;
  background: rgb(7 11 18 / 100%);
  border-radius: 100px;
}

.testimonials-carousel .slick-prev {
  right: 70px;
  left: unset;
}

.testimonials-carousel .slick-next:hover,
.testimonials-carousel .slick-prev:hover {
  background: rgb(7 11 18 / 100%);
  opacity: 1;
}

.testimonials-carousel .slick-next::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  content: '';
  background: url('../images/svg/tabler-icon-arrow-down-left-2.svg');
  opacity: 0.4;
}

.testimonials-carousel .slick-prev::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  content: '';
  background: url('../images/svg/tabler-icon-arrow-down-left-2.svg');
  opacity: 0.4;
  transform: rotate(180deg);
}

.testimonials-carousel .slick-next:hover::before,
.testimonials-carousel .slick-prev:hover::before {
  opacity: 1;
}

.home-blog .section-heading {
  position: relative;
}

.home-blog .section-heading .btn-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-blog .posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 4px;
  margin-top: 56px;
}

.home-blog .posts-grid .post {
  padding: 4px 4px 24px;
  background: rgb(7 11 18 / 100%);
  border-radius: 12px;
}

.home-blog .posts-grid .post a {
  color: var(--e-global-color-text);
  text-decoration: none;
}

.home-blog .posts-grid .post-thumbnail {
  height: 240px;
  margin: 0 0 9px;
  border-radius: 12px;
}

.home-blog .posts-grid .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.home-blog .posts-grid .post-bottom {
  position: relative;
  padding: 20px;
}

.home-blog .posts-grid .post-date {
  margin-bottom: 8px;
}

.home-blog .posts-grid .post-title {
  min-height: 147px;
}

.home-blog .posts-grid .post-bottom::after {
  position: absolute;
  right: 22px;
  bottom: 0;
  display: block;
  width: 56px;
  height: 56px;
  content: '';
  background-color: rgb(1 4 10 / 100%);
  background-image: url('../images/svg/tabler-icon-arrow-down-left.svg');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
}

.contacts-bottom-block {
  position: relative;
  max-width: 1760px;
  height: 629px;
  margin: 73px auto 0;
  overflow: hidden;
}

.contacts-bottom-block::after {
  position: absolute;
  top: 73px;
  right: -92px;
  width: 851px;
  height: 480px;
  content: '';
  background: url('../images/png/contact-bg.png');
  background-size: 100%;
}

.contacts-bottom-block .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.contacts-bottom-block .container .content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.contacts-bottom-block .btn-wrap {
  display: flex;
  column-gap: 24px;
  margin-top: 40px;
}

.contacts-bottom-block .btn-wrap button {
  padding: 0 22px;
}

.contacts-bottom-block .btn-wrap .btn-80 {
  position: relative;
  top: -2px;
  padding: 0 60px;
}

.contacts-bottom-block .btn-wrap .btn-80 i {
  position: relative;
  left: -3px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('../images/svg/tabler-icon-dots-2.svg');
}

/* ======================= footer start ============================== */
.site-footer {
  padding-top: 80px;
}

.footer-top-section {
  margin-bottom: 80px;
}

.footer-top-section .container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.footer-menus-wrapper {
  display: flex;
  gap: 56px;
  justify-content: space-between;
}

.footer-solutions-services-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-company-menu ul,
.footer-solutions-menu ul,
.footer-services-menu ul,
.footer-cases-menu ul,
.footer-industries-menu ul,
.footer-blog-menu ul,
.footer-contacts-menu ul,
.footer-privacy-menu ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 165px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-company-menu ul a,
.footer-solutions-menu ul a,
.footer-services-menu ul a,
.footer-cases-menu ul a,
.footer-industries-menu ul a,
.footer-blog-menu ul a,
.footer-contacts-menu ul a,
.footer-privacy-menu ul a {
  font-family: Satoshi-Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #F5F7FC;
  text-decoration: none;
  transition-duration: 0.3s;
}

.footer-company-menu ul a:hover,
.footer-solutions-menu ul a:hover,
.footer-services-menu ul a:hover,
.footer-cases-menu ul a:hover,
.footer-industries-menu ul a:hover,
.footer-blog-menu ul a:hover,
.footer-contacts-menu ul a:hover,
.footer-privacy-menu ul a:hover {
  color: var(--e-global-color-brand);
}

.footer-company-menu-label,
.footer-solutions-menu-label,
.footer-services-menu-label,
.footer-cases-menu-label,
.footer-industries-menu-label,
.footer-blog-menu-label,
.company-phone-label,
.company-email-label,
.company-address-label,
.socials-label {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  color: rgb(240 243 250 / 24%);
  text-transform: uppercase;
  letter-spacing: 0.56px;
}

.footer-solutions-menu {
}

.footer-services-menu {
}

.footer-cases-menu {
}

.footer-industries-menu {
}

.footer-blog-menu {
}

.company-info {
}

.company-contacts {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
}

.company-phone-wrapper {
}

.company-phone-label {
}

.company-phone,
.company-email,
.company-address {
  font-family: Satoshi-Medium, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  color: #F5F7FC;
  text-decoration: none;
  transition-duration: 0.3s;
}


.company-email-wrapper {
}

.company-email-label {
}

.company-email {
}

.company-phone:hover,
.company-email:hover {
  color: var(--e-global-color-brand);
}

.company-address-wrapper {
}

.company-address-label {
}

.company-address {
}

.socials-wrapper {
  padding: 0 32px 32px;
}

.socials-label {
}

.socials {
  display: flex;
  gap: 4px;
  align-items: center;
}

.social-link {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 16px;
  text-decoration: none;
  background: rgb(14 16 21 / 64%);
  backdrop-filter: blur(60px);
  border-radius: 12px;
}

.social-link:hover {
  background: linear-gradient(107deg, #FFF -155.85%, #2B4DFD 71.21%);
}

.social-icon {
}

.company-partners-wrapper {
  display: flex;
  gap: 8px;
}

.microsoft {
  width: 196px;
  height: 84px;
  padding: 24px;
  background: rgb(14 16 21 / 40%);
  backdrop-filter: blur(60px);
  border-radius: 12px;
}

.clutch {
  position: relative;
  width: 196px;
  height: 84px;
  padding: 24px;
  background: rgb(14 16 21 / 40%);
  backdrop-filter: blur(60px);
  border-radius: 12px;
}

.clutch-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.footer-bottom-section {
  padding-top: 24px;
  padding-bottom: 24px;
  background: rgb(14 16 21 / 40%);
}

.footer-bottom-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright {
  font-family: Satoshi-Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: rgb(240 243 250 / 24%);
}

#footer-privacy-policy-menu {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  max-width: initial;
  padding: 0;
  margin: 0;
  list-style: none;
}


#footer-privacy-policy-menu a {
  font-family: Satoshi-Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #F5F7FC;
  transition-duration: 0.3s;
}

#footer-privacy-policy-menu a:hover {
  color: var(--e-global-color-brand);
}

@media screen and (max-width: 560px) {
  .microsoft,
  .clutch {
    width: 168px;
    height: 77px;
  }

  .socials-wrapper {
    padding: 0 24px 24px;
  }

  .social-link {
    width: 48px;
    height: 48px;
    padding: 12px;
  }
}

/* ======================= footer end ============================== */

.servises-hero .flex {
  align-items: center;
}

.servises-hero {
  padding-top: 53px;
  padding-bottom: 252px;
}

.servises-hero .hero-descripton {
  font-family: Satoshi-Medium;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.servises-hero .hero-descripton p {
  padding-left: 8px;
  margin: 3px 0 0;
}

.page-breadcrumps {
  margin-top: 29px;
}

.page-breadcrumps .breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  color: #b0b0b0;
}

.page-breadcrumps .breadcrumbs a {
  color: rgb(240 243 250 / 75%);
  text-decoration: none;
  transition: color 0.3s;
}

.page-breadcrumps .breadcrumbs a:hover {
  color: #fff;
}

.page-breadcrumps .breadcrumbs .separator {
  margin-right: -1px;
  color: rgb(240 243 250 / 16%);
}

.page-breadcrumps .breadcrumbs .current {
  font-weight: 500;
  color: rgb(240 243 250 / 100%);
}

.page-breadcrumps .breadcrumb-home img {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.services-hero-animation {
  margin-bottom: 57px;
}

.services-hero-animation img {
  width: 100%;
}

.services-section-heading {
  padding-bottom: 23px;
  border-bottom: 1px solid rgb(240 243 250 / 16%);
}

.services-overview-content {
  margin-top: 40px;
  margin-bottom: 128px;
}

.services-overview-content .flex {
  column-gap: 16px;
}

.services-overview-content .body-text-1 {
  margin-bottom: 32px;
}

.services-benefits {
  margin-bottom: 128px;
}

.services-benefits .services-section-heading {
  border: none;
}

.services-benefits-content .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  margin-top: 9px;
}

.services-benefits-content .items .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  aspect-ratio: 424 / 440;
  padding: 24px;
  background: rgb(7 11 18 / 100%);
  border-radius: 12px;
}

.services-benefits-content .items .item-num {
  position: absolute;
  top: 24px;
  color: rgb(240 243 250 / 40%);
}

.how-it-works .services-overview-content {
  margin-top: 40px;
}

.how-it-works .services-overview-content .flex {
  margin-bottom: 80px;
}

.how-it-works .services-overview-content .duration {
  margin-top: 8px;
  color: rgb(240 243 250 / 32%);
}

.testiomonials-full-width {
  margin-bottom: 99px;
}

.testiomonials-full-width .testiomonials-slider-full-width {
  max-width: 1280px;
  margin: 56px auto 0;
}

.testiomonials-full-width .testiomonial-item {
  padding: 40px;
  background: rgb(7 11 18 / 100%);
  border-radius: 12px;
}

.testiomonials-full-width .testiomonial-title {
  position: relative;
  padding-right: 12px;
  padding-left: 43px;
  margin-bottom: 24px;
}

.testiomonials-full-width .testiomonial-title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 27px;
  height: 40px;
  content: '';
  background: url('../images/svg/quote.svg');
}

.testiomonials-full-width .testiomonial-text {
  padding-right: 50px;
  margin-bottom: 25px;
  color: rgb(240 243 250 / 80%);
}

.testiomonials-full-width .testiomonial-text p {
  margin-top: 0;
  margin-bottom: 12px;
}

.testiomonials-full-width .name {
  margin-bottom: 8px;
}

.testiomonials-full-width .role {
  color: rgb(240 243 250 / 64%);
}

.testiomonials-full-width .testiomonial-photo.col {
  width: 348px;
}

.testiomonials-full-width .testiomonial-content.col {
  display: flex;
  flex-direction: column;
  width: calc(100% - 348px);
}

.testiomonials-full-width .testiomonial-content.col .testiomonial-text {
  flex: 1 1 auto;
}

.testiomonials-full-width .testiomonial-photo-wrap {
  aspect-ratio: 348 / 469;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
}

.testiomonials-full-width .testiomonial-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testiomonials-full-width .slick-next,
.testiomonials-full-width .slick-prev {
  top: -90px;
  right: 3px;
  z-index: 1;
  width: 64px;
  height: 64px;
  background: rgb(7 11 18 / 100%);
  border-radius: 100px;
}

.testiomonials-full-width .slick-prev {
  right: 70px;
  left: unset;
}

.testiomonials-full-width .slick-next:hover,
.testiomonials-full-width .slick-prev:hover {
  background: rgb(7 11 18 / 100%);
  opacity: 1;
}

.testiomonials-full-width .slick-next::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  content: '';
  background: url('../images/svg/tabler-icon-arrow-down-left-2.svg');
  opacity: 0.4;
}

.testiomonials-full-width .slick-prev::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  content: '';
  background: url('../images/svg/tabler-icon-arrow-down-left-2.svg');
  opacity: 0.4;
  transform: rotate(180deg);
}

.testiomonials-full-width .slick-next:hover::before,
.testiomonials-full-width .slick-prev:hover::before {
  opacity: 1;
}

.transparent_header #page {
  padding-top: 0;
}

/* cases page start */
.post-type-archive-cases .section-title {
  max-width: 840px;
  text-transform: capitalize;
}

.post-type-archive-cases .cases-filter {
  margin-top: 28px;
}

.post-type-archive-cases .cases-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin: 0 0 48px;
  list-style: none;
}

.post-type-archive-cases .cases-filter-item a {
  padding: 8px 16px;
  font-family: Satoshi-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 20.8px */
  color: var(--e-global-color-text);
  text-decoration: none;
  transition-duration: 0.5s;
}

.post-type-archive-cases .cases-filter-item.active a {
  color: #070b12;
  background-color: var(--e-global-color-text);
  border-radius: 72px;
}

.post-type-archive-cases .cases-filter-item.empty-category a {
  cursor: initial;
  opacity: 0.6;
}

.post-type-archive-cases .section-cases-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
  justify-items: center;
  padding: 0;
  margin: 0 0 clamp(24px, 8.9796px + 3.2653vw, 56px);
  list-style: none;
}

.post-type-archive-cases .section-cases-item {
  max-width: 612px;
  height: 902px;
}

.post-type-archive-cases .section-cases-item-image-wrapper {
  display: block;
  width: 100%;
  height: 83%;
  overflow: hidden;
  border-radius: 12px;
}

.post-type-archive-cases .section-cases-item-image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.post-type-archive-cases .section-cases-item-info-wrapper {
  padding: 32px 12px 16px;
}

.post-type-archive-cases .section-cases-item-title {
  font-family: Satoshi-Bold;
  font-size: clamp(28px, 26.1224px + 0.4082vw, 32px);
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 1.3; /* 41.6px */
  color: var(--e-global-color-text);
}

.post-type-archive-cases .section-cases-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
}

.post-type-archive-cases .section-cases-item-tags span {
  font-family: Satoshi-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 1.5; /* 150% */
  color: var(--e-global-color-text);
}

.post-type-archive-cases .load-more-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-type-archive-cases .load-more-button {
  padding: 24px 40px;
  font-family: Satoshi-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
  color: var(--e-global-color-text);
  cursor: pointer;
  background: transparent;
  border: 2px solid #154fe5;
  border-radius: 80px;
  outline: none;
  transition-duration: 0.5s;
}

.post-type-archive-cases .load-more-button:hover {
  background: var(--e-global-color-brand-gradient);
}

/* cases page end */

/* blog page start */
.blog-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 548px;
  padding-top: 190px;
  padding-bottom: 24px;
}

.blog-hero .waves {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  max-width: 1920px;
  height: 100%;
  overflow: hidden;
  transform: translateX(-50%);
}

.blog .section-title {
  font-family: Satoshi-Bold, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 80px; /* 111.111% */
  color: var(--e-global-color-bg);
  text-align: center;
  backdrop-filter: blur(4px);
}

.blog-search-form {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 587px;
  padding: 16px 24px 16px 72px;
  margin-bottom: 28px;
  background: #0c0f1c;
  backdrop-filter: blur(8px);
  border-radius: 99px;
}

.blog-search-field {
  flex: 1;
  padding: 10px 15px;
  font-family: Satoshi-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
  color: var(--e-global-color-text) !important;
  background: #0c0f1c;
  backdrop-filter: blur(8px);
  border: none !important;
  outline: none;
}

.blog-search-field::placeholder {
  font-family: Satoshi-Medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42; /* 142.857% */
  color: #4e5157;
}

.blog-search-submit {
  position: absolute;
  top: 50%;
  left: 24px;
  padding: 5px;
  cursor: pointer;
  background: none;
  border: none;
  transform: translateY(-50%);
}

.blog-filter {

}

.blog-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-filter-item {
  margin: 0;
  color: var(--e-global-color-bg);
  border: none;
  outline: none;
}

.blog-filter-link {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5; /* 150% */
  color: var(--e-global-color-bg);
  text-decoration: none;
  background-color: rgb(14 16 21 / 8%);
  backdrop-filter: blur(40px);
  border: none;
  border-radius: 72px;
  outline: none;
  transition: all 0.3s ease;
}

.blog-filter-link:hover {
  color: var(--e-global-brand-white);
  background-color: #4e5157;
}

.blog-filter-item.active .blog-filter-link {
  color: var(--e-global-brand-white);
  background-color: var(--e-global-opacity-black-080);
}

.blog-filter-item.empty-tag {
  opacity: 0.6;
}

.editors-choice-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.editors-choice-thumbnail {
  position: relative;
  width: 100%;
  height: clamp(200px, 60.5918px + 30.3061vw, 497px);
  overflow: hidden;
  border-radius: 24px;
}

.editors-choice-thumbnail::before {
  position: absolute;
  top: clamp(10px, -4.0816px + 3.0612vw, 40px);
  left: clamp(10px, -4.0816px + 3.0612vw, 40px);
  width: 90px;
  height: 24px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='25' viewBox='0 0 90 25' fill='none'%3E%3Cg clip-path='url(%23clip0_1167_2890)'%3E%3Cmask id='mask0_1167_2890' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='90' height='25'%3E%3Cpath d='M89.4214 0H0V24.3621H89.4214V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1167_2890)'%3E%3Cpath d='M16.9566 3.91781C15.9637 2.74101 14.6566 1.79079 13.028 1.07448C11.4066 0.358158 9.4423 0 7.1423 0H0.535156V17.0673H4.27087V3.66199H8.16373C9.05659 3.66199 9.96373 3.81548 10.878 4.12248C11.7923 4.42947 12.6423 4.91189 13.4137 5.57704C14.1923 6.24219 14.8209 7.10469 15.2994 8.15724C15.778 9.2171 16.0209 10.4816 16.0209 11.9654C16.0209 13.2957 15.8137 14.4652 15.3994 15.4812C14.9852 16.4972 14.4066 17.3451 13.6566 18.0322C12.9137 18.7193 12.0209 19.2382 10.9923 19.6037C9.9923 19.9472 8.8923 20.1227 7.68516 20.1373V23.7993H8.2923C9.82801 23.7993 11.2923 23.5361 12.6994 22.9952C14.1066 22.4616 15.3423 21.6869 16.4066 20.6782C17.4709 19.6622 18.3137 18.4488 18.928 17.0381C19.5423 15.6201 19.8566 14.0193 19.8566 12.2359C19.8566 10.774 19.6209 9.31943 19.1566 7.87218C18.678 6.41031 17.9494 5.09462 16.9566 3.91781Z' fill='%23F0F3FA'/%3E%3Cpath d='M35.1909 10.9957C33.9909 9.89926 32.4623 9.34375 30.6123 9.34375C29.2051 9.34375 27.9266 9.67267 26.7623 10.3378C25.6051 11.003 24.6837 11.8874 23.998 12.9984C23.3194 14.1094 22.9766 15.3593 22.9766 16.7554C22.9766 18.1954 23.2766 19.4672 23.8694 20.5782C24.4623 21.6892 25.3337 22.5591 26.4694 23.195C27.6051 23.8236 28.9551 24.1452 30.5051 24.1452C31.2908 24.1452 32.1051 24.0063 32.948 23.7359C33.7909 23.4654 34.5623 23.1 35.2623 22.6395L33.6337 19.9277C33.1837 20.2566 32.7051 20.5124 32.198 20.7098C31.6837 20.9071 31.1551 21.0022 30.6051 21.0022C29.8194 21.0022 29.1123 20.8194 28.498 20.4613C27.9766 20.1616 27.5551 19.745 27.2194 19.226L37.598 15.6444C37.198 13.649 36.3909 12.0994 35.1909 10.9957ZM26.5194 17.1282C26.5051 16.9382 26.4908 16.7408 26.4908 16.5362C26.4908 15.6883 26.6551 14.9427 26.9837 14.2995C27.3123 13.6563 27.7623 13.1519 28.3408 12.7791C28.9123 12.4064 29.5766 12.2236 30.3194 12.2236C31.2551 12.2236 31.9908 12.4722 32.5194 12.9619C33.0051 13.4077 33.3623 13.934 33.598 14.5334L26.5194 17.1282Z' fill='%23F0F3FA'/%3E%3Cpath d='M46.9025 17.8623L43.1953 9.96094H38.9453L46.7025 24.1118H46.8667L54.2739 9.96094H50.2525L46.9025 17.8623Z' fill='%23F0F3FA'/%3E%3Cpath d='M65.1059 16.2702C64.6059 15.9413 64.0273 15.6709 63.3631 15.4516C62.8916 15.2762 62.4131 15.1154 61.9131 14.9619C61.4131 14.8084 61.0059 14.6037 60.6845 14.3406C60.3631 14.0774 60.2131 13.7339 60.2345 13.2953C60.2345 13.0103 60.3273 12.7691 60.5202 12.5571C60.7131 12.3524 60.9559 12.1843 61.2559 12.0527C61.5559 11.9212 61.8916 11.87 62.2773 11.8919C62.7059 11.9139 63.1773 12.0308 63.6988 12.2501C64.2202 12.4694 64.6702 12.7617 65.0559 13.1345L66.4273 10.9125C65.7702 10.3862 65.0559 10.0061 64.2845 9.77222C63.5202 9.53101 62.6345 9.41406 61.6345 9.41406C60.4845 9.41406 59.5416 9.62603 58.8059 10.05C58.0702 10.4739 57.5202 11.0221 57.1631 11.7019C56.7988 12.3744 56.6202 13.0614 56.6202 13.7631C56.6202 14.7207 56.9059 15.5612 57.4845 16.2775C58.0559 16.9939 58.9345 17.5421 60.1059 17.9148C60.6202 18.0903 61.1059 18.2584 61.5773 18.4192C62.0488 18.58 62.4202 18.7847 62.7131 19.0259C62.9988 19.2671 63.1416 19.6106 63.1416 20.0711C63.1416 20.4219 63.0488 20.6997 62.8559 20.919C62.6631 21.1383 62.4059 21.2918 62.0773 21.3941C61.7488 21.4891 61.3773 21.5403 60.9773 21.5403C60.4416 21.5403 59.8845 21.4014 59.2988 21.1163C58.7131 20.8313 58.1202 20.4073 57.5273 19.8445L56.0273 21.935C56.6416 22.6294 57.4131 23.163 58.3416 23.5357C59.2702 23.9085 60.2416 24.0912 61.2631 24.0912C62.5202 24.0912 63.5488 23.8647 64.3416 23.4188C65.1416 22.9729 65.7416 22.3882 66.1416 21.6718C66.5488 20.9555 66.7488 20.1807 66.7488 19.3548C66.7488 18.6385 66.5988 18.0245 66.2988 17.5274C66.0059 17.0085 65.6059 16.5992 65.1059 16.2702Z' fill='%23F0F3FA'/%3E%3Cpath d='M81.7863 11.7827L89.1363 0H84.6363L79.7434 8.56656L74.2934 0H69.5363L76.8648 11.5195L69.2148 23.7846H73.8077L78.9434 14.7941L84.6648 23.7846H89.422L81.7863 11.7827Z' fill='%23F0F3FA'/%3E%3Cpath d='M4.77143 21.9179C4.77143 23.2628 3.7 24.3592 2.38571 24.3592C1.07143 24.3592 0 23.2628 0 21.9179C0 20.573 1.07143 19.4766 2.38571 19.4766C3.70714 19.4766 4.77143 20.5657 4.77143 21.9179Z' fill='%23154FE6'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1167_2890'%3E%3Crect width='90' height='24.8518' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.editors-choice-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}

.editors-choice-thumbnail a img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.editors-choice-content-wrapper {
  background: linear-gradient(0deg, #070b12 66.4%, rgb(7 11 18 / 0%) 100%);
  transform: translateY(-42px);
}

.editors-choice-title {
  margin-bottom: 32px;
  font-family: Satoshi-Medium;
  font-size: clamp(40px, 28.7347px + 2.449vw, 64px);
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 1.12; /* 112.5% */
  color: var(--e-global-color-text);
  text-transform: capitalize;
}

.editors-choice-container {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.editors-choice-post:nth-child(1) {
  grid-row: span 4 / span 4;
  grid-column: span 2 / span 2;
}

.editors-choice-post:nth-child(2) {
  grid-column-start: 3;
}

.editors-choice-post:nth-child(3) {
  grid-row-start: 2;
  grid-column-start: 3;
}

.editors-choice-post:nth-child(4) {
  grid-row-start: 3;
  grid-column-start: 3;
}

.editors-choice-post:nth-child(5) {
  grid-row-start: 4;
  grid-column-start: 3;
}

.editors-choice-post:nth-child(2),
.editors-choice-post:nth-child(3),
.editors-choice-post:nth-child(4),
.editors-choice-post:nth-child(5) {
  padding: 24px;
  background: #070b12;
  border-radius: 12px;
}

.editors-choice-post:nth-child(2) .editors-choice-thumbnail,
.editors-choice-post:nth-child(2) .editors-choice-excerpt,
.editors-choice-post:nth-child(2) .editors-read-more,
.editors-choice-post:nth-child(3) .editors-choice-thumbnail,
.editors-choice-post:nth-child(3) .editors-choice-excerpt,
.editors-choice-post:nth-child(3) .editors-read-more,
.editors-choice-post:nth-child(4) .editors-choice-thumbnail,
.editors-choice-post:nth-child(4) .editors-choice-excerpt,
.editors-choice-post:nth-child(4) .editors-read-more,
.editors-choice-post:nth-child(5) .editors-choice-thumbnail,
.editors-choice-post:nth-child(5) .editors-choice-excerpt,
.editors-choice-post:nth-child(5) .editors-read-more {
  display: none;
  visibility: hidden;
}

.editors-choice-post-title a {
  font-family: Satoshi-Medium;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 1.28; /* 128.571% */
  color: var(--e-global-color-text);
  text-decoration: none;
}

.editors-choice-date {
  font-family: Satoshi-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 1.5; /* 150% */
  color: rgb(240 243 250 / 40%);
}

.editors-read-more,
.read-more {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
}

.editors-read-more a,
.read-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #0e1120;
  border-radius: 50%;
  transition-duration: 0.5s;
}

.editors-read-more a:hover,
.read-more a:hover {
  background-color: #4e5157;
}

.blog-posts-section-wrapper {
  padding-top: 80px;
  padding-bottom: 120px;
}

.tag-page-content {
  padding-top: 64px;
  padding-bottom: 64px;
}

.blog-posts-section-title {
  margin-bottom: 24px;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 72px; /* 112.5% */
  color: var(--e-global-brand-white);
}

.blog-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 8px;
}


.tag-page-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 40px;
}

.blog-post {
  padding: 4px;
  overflow: hidden;
  background: var(--e-global-opacity-black-064);
  backdrop-filter: blur(60px);
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-post:hover {
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  transform: translateY(-5px);
}

.post-thumbnail {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 12px;
}

.blog-posts .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.entry-content-wrapper {
  padding: clamp(12px, 6.3673px + 1.2245vw, 24px);
  background: #070b12;
  border-radius: 0 0 12px 12px;
}

.entry-title {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1.28; /* 128.571% */
}

.entry-title a {
  font-family: Satoshi-Medium;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 1.28; /* 128.571% */
  color: var(--e-global-color-text);
  text-decoration: none;
}

.entry-content {
  font-family: Satoshi-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 1.5; /* 150% */
  color: rgb(240 243 250 / 80%);
}

.entry-meta {
  margin-bottom: 8px;
  font-family: Satoshi-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 1.5; /* 150% */
  color: rgb(240 243 250 / 40%);
}

.load-more-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 40px;
}

.load-more-button {
  padding: 24px 40px;
  font-family: Satoshi-Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--e-global-color-text);
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #154fe5;
  border-radius: 80px;
  transition: background-color 0.3s ease;
}

.load-more-button:hover {
  background-color: #154fe5;
  border-color: #154fe5;
}

.load-more-button:disabled {
  cursor: not-allowed;
  background-color: #154fe5;
  opacity: 0.6;
}

.loading-spinner {
  margin-top: 20px;
}

.spinner-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid rgb(52 152 219 / 30%);
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.no-results {
  padding: 40px 0;
  color: #666;
  text-align: center;
}

@media screen and (min-width: 1530px) {
  .blog-hero {
    height: clamp(548px, -375px + 59.1667vw, 761px);
    padding-top: clamp(190px, -260.6667px + 28.8889vw, 294px);
  }

  .blog-posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 8px;
  }
}

@media screen and (max-width: 1340px) {
  .blog-hero {
    height: clamp(374px, 249.0769px + 22.3077vw, 548px);
    padding-top: clamp(112px, 56px + 10vw, 190px);
  }

  .blog .section-title {
    font-size: var(--fluid-44-72);
    line-height: 1.1111;
  }

  .blog-posts-section-wrapper {
    padding-top: clamp(40px, 14.5455px + 4.5455vw, 80px);
    padding-bottom: var(--fluid-40-120);
  }

  .blog-posts-section-title {
    font-size: var(--fluid-40-64);
    line-height: 1.125;
  }
}

@media screen and (max-width: 998px) {
  .blog-posts .post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
  }
}

@media screen and (max-width: 560px) {
  .blog-hero {
    height: 374px;
    padding-top: 112px;
  }

  .blog .section-title {
    font-size: 44px;
    line-height: 52px;
  }

  .blog-posts-section-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-posts-section-title {
    font-size: 40px;
    line-height: 48px;
  }
}

/* blog page end */

/* single blog post page start */
.post-template-single-blog .hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.post-template-single-blog .hero-content {
  position: relative;
  z-index: 2;
  padding-top: 24px;
  padding-bottom: 24px;
}

.post-template-single-blog .post-meta {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 0;
}

.post-template-single-blog .post-date {
  padding: 0;
  margin: 0 0 16px;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 24px; /* 150% */
  color: var(--e-global-opacity-white-040);
  text-align: center;
}

.post-template-single-blog .author-info {
  display: flex;
  gap: 12px;
  align-items: center;
}

.post-template-single-blog .author-info img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}

.post-template-single-blog .author-info div {
  display: flex;
  gap: 4px;
  align-items: center;
  font-family: Satoshi-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 1.55; /* 155.556% */
}

.post-template-single-blog .author-name {
  padding: 0;
  margin: 0;
  color: var(--e-global-color-text);
}

.post-template-single-blog .author-position {
  padding: 0;
  margin: 0;
  color: #9b9ba4;
}

.post-template-single-blog .post-title {
  font-family: Satoshi-Bold, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 80px; /* 111.111% */
  color: var(--e-global-brand-white);
  text-align: center;
}

.post-template-single-blog .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.post-template-single-blog .post-tags .post-tag {
  padding: 8px 12px;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 24px; /* 150% */
  color: var(--e-global-brand-white);
  text-decoration: none;
  background-color: rgb(240 243 250 / 8%);
  backdrop-filter: blur(40px);
  border-radius: 72px;
}

.post-template-single-blog .reading-time {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 24px; /* 150% */
  color: var(--e-global-brand-white);
}

.post-template-single-blog .reading-time p {
  padding: 0;
  margin: 0;
}

.post-template-single-blog .reading-time-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: rgb(240 243 250 / 8%);
  backdrop-filter: blur(60px);
  border-radius: 40px;
}

.post-template-single-blog .reading-time-icon-wrapper svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-template-single-blog .hero-image-wrapper {
  width: 100%;
  height: 750px;
  overflow: hidden;
  border-radius: 12px;
}

.post-template-single-blog .hero-image {
  width: 105%;
  height: 105%;
  object-fit: cover;
}

.post-template-single-blog .content-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.post-template-single-blog ol {
  padding-left: 24px;
  margin: 0 0 24px 24px;
}

.post-template-single-blog ol li::marker {
  font-family: Satoshi-Bold, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 140% */
  color: rgb(240 243 250 / 24%);
  text-align: center;
}

.post-template-single-blog ol li strong {
  display: inline-block;
  margin-bottom: 16px;
  font-family: Satoshi-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 140% */
  color: var(--e-global-color-text);
}

.post-template-single-blog ol li {
  margin-bottom: 16px;
  font-family: Satoshi-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  color: rgb(240 243 250 / 80%);
}

.post-template-single-blog ul.wp-block-list {
  padding-left: 24px;
  margin: 0 0 24px 24px;
  list-style: none;
}

.post-template-single-blog ul.wp-block-list li {
  position: relative;
  padding: 12px 0 24px 12px;
}

.post-template-single-blog ul.wp-block-list li::before {
  position: absolute;
  top: 20px;
  left: -24px;
  width: 16px;
  aspect-ratio: 1;
  content: '';
  background-color: rgb(240 243 250 / 16%);
  border-radius: 50%;
}

.post-template-single-blog .content-wrapper .container .main-content > p > strong {
  font-family: Satoshi-Regular, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 32px; /* 133.333% */
  color: var(--e-global-brand-white);
}

.post-template-single-blog .content-wrapper .container .main-content p {
  font-family: Satoshi-Regular, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 155.556% */
  color: var(--e-global-opacity-white-080);
}

.post-template-single-blog .wp-block-quote {
  position: relative;
  padding: 24px 32px 24px 80px;
  margin: 40px 0;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  color: var(--e-global-brand-white);
}

.post-template-single-blog .wp-block-quote::before {
  position: absolute;
  top: 24px;
  left: 32px;
  width: 28px;
  height: 25px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='26' viewBox='0 0 28 26' fill='none'%3E%3Cg clip-path='url(%23clip0_7519_14488)'%3E%3Cpath d='M10 9.26758L16.9282 9.26758L-3.0718 39.9086L-10 39.9086L10 9.26758Z' fill='%23F5F7FC'/%3E%3Cpath d='M20.9297 9.26758L27.8579 9.26758L7.85789 39.9086L0.929688 39.9086L20.9297 9.26758Z' fill='%23F5F7FC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7519_14488'%3E%3Crect width='28' height='25' fill='white' transform='translate(0 0.267578)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");;
}

.post-template-single-blog .wp-block-quote p {
  margin: 0;
}

/* Table of Contents */
.post-template-single-blog .content-wrapper .container {
  display: grid;
  grid-template-columns: 1fr 368px;
  gap: 40px;

  /* max-width: 1200px; */
  margin: 0 auto 32px;
}

.post-template-single-blog .content-wrapper .container .main-content {
  overflow: hidden;
}

.post-template-single-blog .toc-sidebar {
  position: sticky;
  top: 100px;
  height: fit-content;
  padding: 32px;
}

.post-template-single-blog #post-toc {
  position: relative;
  padding-left: 25px;
}

.post-template-single-blog .toc-list {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.post-template-single-blog .toc-item {
  position: relative;
  z-index: 2;
  padding: 15px 0 15px 35px;
  margin-left: 8px;
  transition: all 0.3s;
  will-change: transform, color;
}

.post-template-single-blog .toc-item.toc-level-4 {
  padding-left: 45px;
}

.post-template-single-blog .toc-item.toc-level-5 {
  padding-left: 55px;
}

.post-template-single-blog .toc-item.toc-level-6 {
  padding-left: 65px;
}

.post-template-single-blog .toc-item a {
  position: relative;
  display: block;
  font-size: 0.9em;
  color: var(--e-global-brand-white) !important;
  text-decoration: none;
  transition: color 0.4s ease;
}

.post-template-single-blog .toc-item.active a {
  color: var(--e-global-color-brand) !important;
  transform: scale(1.05);
}

.post-template-single-blog .toc-item.passed a {
  color: rgb(240 243 250 / 40%) !important;
}

.post-template-single-blog .post-hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 32px;
}

.post-template-single-blog .post-hashtags .hashtag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-family: Satoshi-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  color: var(--e-global-color-brand);
  border: 1px solid rgb(164 187 252 / 30%);
  border-radius: 72px;
}

/* Related Posts */
.post-template-single-blog .related-posts .section-title {
  font-family: Satoshi-Medium, sans-serif;
  font-size: clamp(40px, 28.7347px + 2.449vw, 64px);
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 115%; /* 73.6px */
  color: var(--e-global-brand-white);
  text-transform: capitalize;
}

.post-template-single-blog .related-grid {
  margin-top: clamp(28px, 14.8571px + 2.8571vw, 56px);
}

.related-posts-slider-heading-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.related-posts-slider-buttons-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.related-posts-swiper-button-prev,
.related-posts-swiper-button-next {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 16px;
  margin: 0;
  color: var(--e-global-brand-white);
  background-color: var(--e-global-opacity-black-080);
  border-radius: 50%;
  transition-duration: 0.3s;
}

.related-posts-swiper-button-prev::after,
.related-posts-swiper-button-next::after {
  content: none;
}

.related-posts-swiper-button-prev path,
.related-posts-swiper-button-next path {
  stroke: currentcolor;
}

.related-posts-swiper-button-prev:hover,
.related-posts-swiper-button-next:hover {
  background-color: var(--e-global-color-text-secondary);
}

.post-template-single-blog .related-posts .btn-wrap {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  visibility: hidden;
}

.post-template-single-blog .related-posts .btn-wrap .btn-blue-text {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 40px;
  font-family: Satoshi-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: #154fe5;
  text-decoration: none;
  background-color: #0c0f1c;
  border-radius: 40px;
  transition-duration: 0.4s;
}

.post-template-single-blog .related-posts .btn-wrap .btn-blue-text path {
  stroke: currentcolor;
}

.post-template-single-blog .related-posts .btn-wrap .btn-blue-text:hover {
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-brand);
}

/* Table of Contents */
.post-template-single-blog .toc-item:last-child::after {
  display: none;
}

.post-template-single-blog .toc-item.passed::before {
  z-index: 10;
  width: 24px;
  height: 24px;
  padding: 4px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='8' fill='%231B1D24'/%3E%3Ccircle cx='12' cy='12' r='4' fill='%232B4DFD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  border-radius: 50%;
}

.post-template-single-blog .toc-item.active::before {
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='12' fill='%231B1D24'/%3E%3Ccircle cx='12' cy='12' r='6' fill='%232B4DFD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  transform: translate(-50%, -50%);
}

.post-template-single-blog .toc-item::before {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  content: '';
  background: rgb(28 30 35);
  border: 2px solid rgb(28 30 35);
  border-radius: 50%;
  transition: all 0.4s ease;
  transform: translate(-50%, -50%);
}

.post-template-single-blog .toc-item::after {
  position: absolute;
  top: calc(100% - 32px);
  left: -2px;
  z-index: -1;
  width: 4px;
  height: 120%;
  content: '';
  background: rgb(28 30 35);
  transition: background 0.4s ease;
}

.post-template-single-blog .progress-bar {
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 1;
  width: 4px;
  height: 100%;
  background: transparent;
}

.post-template-single-blog .progress-bar::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: '';
  background: var(--e-global-color-brand);
  transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.post-template-single-blog .toc-item.passed::after {
  background: var(--e-global-color-brand);
}

.post-template-single-blog .toc-item:nth-last-child(2)::after {
  height: 80%;
}

@media screen and (max-width: 998px) {
  .post-template-single-blog .toc-sidebar {
    position: static;
    grid-row: 1;
    grid-column: 1;
    height: fit-content;
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .post-template-single-blog .content-wrapper {
    grid-template-columns: 1fr;
  }

  .related-posts-swiper-button-prev,
  .related-posts-swiper-button-next {
    position: absolute;
    display: none;
    visibility: hidden;
  }
}

.post-template-single-blog .post-share-block {
  position: relative;
  padding: clamp(32px, 17.9184px + 3.0612vw, 62px) clamp(12px, 5.898px + 1.3265vw, 25px);
  margin-top: 80px;
  overflow: hidden;
  border-radius: 12px;
}

.post-template-single-blog .post-share-block .waves {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translateX(-50%);
}

.post-template-single-blog .post-share-header {
  margin-bottom: 20px;
  text-align: center;
}

.post-template-single-blog .content-wrapper .container .main-content .post-share-title {
  margin: 0 0 8px;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 120% */
  color: var(--e-global-brand-white);
  text-align: center;
}

.post-template-single-blog .content-wrapper .container .main-content .post-share-subtitle {
  margin: 0 0 24px;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 140% */
  color: var(--e-global-opacity-white-080);

}

.post-template-single-blog .post-share-networks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}

.post-template-single-blog .share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 16px;
  text-decoration: none;
  cursor: pointer;
  background: var(--e-global-opacity-black-064);
  backdrop-filter: blur(60px);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.post-template-single-blog .share-button:hover {
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  transform: translateY(-3px);
}

.post-template-single-blog .share-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.post-template-single-blog .share-icon-placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}

.post-template-single-blog .share-notification {
  position: absolute;
  bottom: -60px;
  left: 50%;
  z-index: 100;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgb(0 0 0 / 80%);
  border-radius: 4px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  transition: opacity 0.3s ease;
  transform: translateX(-50%);
}

.post-template-single-blog .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (min-width: 1530px) {
  .post-template-single-blog .hero-image-wrapper {
    height: clamp(750px, -463.3333px + 77.7778vw, 1030px);
  }
}

@media screen and (max-width: 1340px) {
  .post-template-single-blog .post-title {
    font-size: var(--fluid-44-72);
    line-height: 1.1111;
  }

  .post-template-single-blog .hero-image-wrapper {
    height: clamp(200px, -150px + 62.5vw, 750px);
  }

  .post-template-single-blog .content-wrapper {
    padding-top: clamp(40px, 14.5455px + 4.5455vw, 80px);
    padding-bottom: clamp(40px, 14.5455px + 4.5455vw, 80px);
  }

  .post-template-single-blog .content-wrapper .container .main-content > p > strong {
    font-size: var(--fluid-20-24);
    line-height: 1.3333;
  }

  .post-template-single-blog .content-wrapper .container .main-content .post-share-title {
    font-size: clamp(32px, 26.9091px + 0.9091vw, 40px);
    line-height: 1.2;
  }

  .post-template-single-blog .content-wrapper .container .main-content .post-share-subtitle {
    font-size: var(--fluid-18-20);
    line-height: 1.4;
  }
}

@media screen and (max-width: 560px) {
  .post-template-single-blog .post-date,
  .post-template-single-blog .reading-time,
  .post-template-single-blog .post-tags .post-tag {
    font-size: 14px;
    line-height: 20px;
  }

  .post-template-single-blog .post-title {
    font-size: 44px;
    line-height: 52px;
  }

  .post-template-single-blog .hero-image-wrapper {
    height: 200px;
  }

  .post-template-single-blog .post-meta {
    flex-direction: column;
    gap: 16px;
  }

  .post-template-single-blog .content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .post-template-single-blog .content-wrapper .container .main-content > p > strong {
    font-size: 20px;
    line-height: 28px;
  }

  .post-template-single-blog .wp-block-quote {
    padding: 65px 24px 24px;
  }

  .post-template-single-blog .wp-block-quote::before {
    top: 24px;
    left: 32px;
  }

  .post-template-single-blog .content-wrapper .container .main-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .post-template-single-blog .content-wrapper .container .main-content .post-share-title {
    font-size: 32px;
    line-height: 40px;
  }

  .post-template-single-blog .content-wrapper .container .main-content .post-share-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}

/* single blog post page end */

/* single career post page start */
.single-career-hero {
  position: relative;
  height: 466px;
}

.single-career-hero .container,
.single-career-hero .vacancy-content {
  width: 100%;
  height: 100%;
}


.single-career-hero .career-hero-content .waves {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  transform: translateX(-50%);
}

.career-hero-content .waves dotlottie-player {
  width: 100%;
  height: 100%;
}

.single-career-page .career-hero-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 170px;
  padding-bottom: 24px;
}

.career-hero-title {
  font-family: Satoshi-Bold, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 80px; /* 111.111% */
  color: var(--e-global-color-bg);
}

.career-hero-taxonomies {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
  align-items: center;
}

.career-hero-locations,
.career-hero-levels {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin: 0;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 155.556% */
  color: var(--e-global-color-bg);
  list-style: none;
}

.career-hero-locations p,
.career-hero-levels p {
  padding: 0;
  margin: 0;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 155.556% */
  color: var(--e-global-opacity-black-080);
}

@media screen and (min-width: 1530px) {
  .single-career-hero {
    height: clamp(466px, -340px + 51.6667vw, 652px);
  }

  .single-career-page .career-hero-content {
    padding-top: clamp(170px, -462.6667px + 40.5556vw, 316px);
  }

}

/* single career post page end */

/* single cases page start */

.single-cases .hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: clamp(638px, 532px + 22.0833vw, 850px);
  padding-top: 100px;
  background-blend-mode: darken, normal;
  transform: translateY(-100px);
}

.single-cases .hero-section .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.single-cases .hero-section .hero-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  max-width: 1073px;
  margin: auto 0 clamp(30px, -9.4286px + 8.5714vw, 114px);
}

.single-cases .hero-section .hero-content .case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: clamp(16px, 8.4898px + 1.6327vw, 32px);
}

.single-cases .hero-section .hero-content .case-tag {
  padding: 8px 16px;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 1.5; /* 150% */
  color: var(--e-global-color-text);
  background: rgb(240 243 250 / 8%);
  border-radius: 72px;
}

.single-cases .hero-content {
  position: relative;
  z-index: 2;
}

.single-cases .related-cases {
  padding-top: 64px;
  padding-bottom: 64px;
}

.single-cases .related-cases .swiper-hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 6%;
  margin-bottom: 40px;
}

.single-cases .related-cases .swiper-buttons {
  display: flex;
  min-width: 150px;
  min-height: 70px;
}

.single-cases .related-cases-swiper-button-next,
.single-cases .related-cases-swiper-button-prev {
  position: static;
  top: initial;
  right: initial;
  bottom: initial;
  left: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0;
  background-color: #070b12;
  border-radius: 50%;
  transition-duration: 0.5s;
}

.single-cases .related-cases-swiper-button-next:hover,
.single-cases .related-cases-swiper-button-prev:hover {
  background-color: var(--e-global-color-text-secondary);
}

.single-cases .related-cases-swiper-button-next::after,
.single-cases .related-cases-swiper-button-prev::after {
  content: none;
}

.single-cases .case-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: clamp(343px, 216.7347px + 27.449vw, 612px);
}

.single-cases .case-card-image-wrap {
  width: clamp(343px, 216.7347px + 27.449vw, 612px);
  height: clamp(424px, 268.1633px + 33.8776vw, 756px);
  overflow: hidden;
  background: #0c101d;
  border-radius: 12px;
}

.single-cases .case-card-image-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.single-cases .case-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition-duration: 0.5s;
}

.single-cases .case-card-image:hover {
  transform: scale(1.1);
}

.single-cases .case-card-content-title a {
  margin-bottom: 16px;
  font-family: Satoshi-Bold;
  font-size: clamp(28px, 26.1224px + 0.4082vw, 32px);
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 130%; /* 41.6px */
  color: var(--e-global-color-text);
  text-decoration: none;
  transition-duration: 0.5s;
}

.single-cases .case-card-content-title:hover a {
  color: var(--e-global-color-brand);
}

.single-cases .case-card-content-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.single-cases .case-card-content-tag {
  display: block;
  padding: 8px 16px;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 1.5; /* 150% */
  color: var(--e-global-color-text);
  background: rgb(240 243 250 / 8%);
  border-radius: 72px;
}

.single-cases .btn-wrap {
  margin-top: 24px;
}

.single-cases .btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px 40px;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
  color: var(--e-global-color-text);
  text-decoration: none;
  visibility: hidden;
  background-color: transparent;
  border: 2px solid var(--e-global-color-brand);
  border-radius: 80px;
  transition-duration: 0.5s;
}

.single-cases .btn:hover {
  background-color: var(--e-global-color-brand);
}

/* single cases page end */
.mobile-menu .socials {
  gap: 4px;
}

.mobile-menu .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 12px;
}

/* 404 page start */
.not-found-hero-section {
  position: relative;
}

.not-found-hero-section .waves {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(-50%);
}

.not-found-hero-section .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 548px;
  padding-top: 172px;
  padding-bottom: 48px;
}

.not-found-hero-section .not-found-hero-content {
  /* margin-top: 280px; */
}

.not-found-hero-section .not-found-hero-title {
  font-family: Satoshi-Bold, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 80px; /* 111.111% */
  color: var(--e-global-color-bg);
}

.not-found-hero-section .not-found-hero-description {
  max-width: 1070px;
  margin-top: 24px;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 32px; /* 133.333% */
  color: var(--e-global-color-bg);
}

.not-found-hero-section .not-found-hero-nav-list {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: auto 0 24px;
  list-style: none;
}

.not-found-hero-section .not-found-hero-nav-item {
  font-family: Satoshi-Medium, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 20px; /* 142.857% */
  color: var(--e-global-color-bg);
  text-transform: uppercase;
  letter-spacing: 0.56px;
}

.not-found-hero-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 26px 108px;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  color: var(--color-white);
  text-align: center;
  text-decoration: none;
  background: linear-gradient(107deg, #FFF -155.85%, #2B4DFD 100.82%);
  border-radius: 80px;
}

.not-found-hero-button:hover {
  background: linear-gradient(107deg, #FFF -155.85%, #2B4DFD 71.21%);
}

.not-found-hero-button:active {
  background: linear-gradient(107deg, #FFF -74.41%, #2B4DFD 100.82%);
}

@media screen and (min-width: 1530px) {
  .not-found-hero-section .container {
    min-height: clamp(548px, -126.7692px + 44.1026vw, 720px);
    padding-top: clamp(172px, -251.6923px + 27.6923vw, 280px);
  }
}

@media screen and (max-width: 1360px) {
  .not-found-hero-section .container {
    min-height: clamp(373px, 250.5px + 21.875vw, 548px);

    /* padding-top: clamp(30px, -60.3636px + 16.1364vw, 172px); */
    padding-top: 172px;
  }

  .not-found-hero-section .not-found-hero-title {
    font-size: clamp(44px, 26.1818px + 3.1818vw, 72px);
    line-height: 1.1111;
  }
}

@media screen and (max-width: 560px) {
  .not-found-hero-section .container {
    min-height: 373px;
    padding-top: 130px;
    padding-bottom: 30px;
  }

  .not-found-hero-section .not-found-hero-title {
    font-size: 44px;
    line-height: 52px;
  }

  .not-found-hero-button {
    width: 100%;
  }
}

/* 404 page end */

/* privacy-policy page start */
.privacy-policy .wp-block-group p {
  font-family: Satoshi-Regular, sans-serif;
  font-size: var(--fluid-16-18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.55; /* 155.556% */
  color: var(--e-global-opacity-white-080);
}

.privacy-policy .wp-block-group em {
  font-family: Satoshi-Medium, sans-serif;
  font-size: var(--fluid-20-24);
  font-style: initial;
  font-weight: 500;
  line-height: 1.33; /* 133.333% */
  color: var(--e-global-brand-white);
}


.privacy-policy .wp-block-group strong {
  font-family: Satoshi-Medium, sans-serif;
  font-weight: 500;
  color: var(--e-global-brand-white);
}


.privacy-policy .wp-block-group a {
  color: var(--e-global-color-brand);
  cursor: pointer;
  transition-duration: 0.3s;
}

.privacy-policy .wp-block-group a:hover {
  color: #1138a6;
}

@media screen and (max-width: 768px) {
  .privacy-policy .wp-block-group ul {
    margin-left: 0;
  }
}

/* privacy-policy page end */
