@charset "UTF-8";
@font-face {
  font-family: "Everett";
  src: url("../fonts/everett/Everett-Regular.eot");
  src: url("../fonts/everett/Everett-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/everett/Everett-Regular.woff2") format("woff2"), url("../fonts/everett/Everett-Regular.woff") format("woff"), url("../fonts/everett/Everett-Regular.ttf") format("truetype"), url("../fonts/everett/Everett-Regular.svg#Everett-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Everett";
  src: url("../fonts/everett/Everett-Medium.eot");
  src: url("../fonts/everett/Everett-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/everett/Everett-Medium.woff2") format("woff2"), url("../fonts/everett/Everett-Medium.woff") format("woff"), url("../fonts/everett/Everett-Medium.ttf") format("truetype"), url("../fonts/everett/Everett-Medium.svg#Everett-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Everett";
  src: url("../fonts/everett/Everett-Light.eot");
  src: url("../fonts/everett/Everett-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/everett/Everett-Light.woff2") format("woff2"), url("../fonts/everett/Everett-Light.woff") format("woff"), url("../fonts/everett/Everett-Light.ttf") format("truetype"), url("../fonts/everett/Everett-Light.svg#Everett-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/***************
  Typography 
 ***************/
h1,
h2,
h3,
h4,
h5,
h6,
body,
a,
span,
p,
ul,
li,
* {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

html {
  overflow-x: hidden;
  overflow-y: scroll !important;
  scroll-behavior: auto !important;
  height: 100dvh;
  margin-top: 0 !important;
}

body {
  color: #010308;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  width: 100%;
  overflow-wrap: break-word;
  font-family: "Everett";
}
body.scroll-lock, body.lock-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
body .reveal-text {
  visibility: hidden;
}
body .reveal-text .line {
  position: relative;
  overflow: hidden;
  display: flex;
}
body a {
  color: #010308;
  text-decoration: none;
}
body a:hover {
  color: #010308;
}

section {
  position: relative;
}

.content-area {
  position: relative;
  width: 2560px;
  max-width: 100%;
  padding: 0 160px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (max-width: 1999.98px) {
  .content-area {
    padding: 0 96px;
  }
}
@media (max-width: 1599.98px) {
  .content-area {
    padding: 0 64px;
  }
}
@media (max-width: 991.98px) {
  .content-area {
    padding: 0 24px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Everett";
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 116px;
  font-weight: 300;
  line-height: 115%;
}

h2 {
  font-size: 72px;
  line-height: 115%;
  font-weight: 300;
}

h3 {
  font-size: 48px;
  line-height: 115%;
  font-weight: 300;
}

h4 {
  font-size: 36px;
  line-height: 125%;
  font-weight: 300;
  margin-bottom: 16px;
}

h5 {
  font-weight: 300;
  font-size: 23px;
  line-height: 125%;
}

h6 {
  font-weight: 300;
  font-size: 20px;
  line-height: 125%;
}

.fancybox-is-open .fancybox-bg {
  background-color: #001a33;
  opacity: 0.9;
}

.fancybox-button.fancybox-button--zoom {
  display: none !important;
}

.mobile-only {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-only {
    display: block;
  }
}

img {
  max-width: 100%;
}

.animatetext {
  position: relative;
  overflow: hidden;
}
.animatetext .animatearea {
  position: absolute;
}

.btn.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  transform: translateY(1px);
  font-size: 64px;
  line-height: 91%;
  font-weight: 300;
  color: #f3f3f3;
  padding: 0;
  letter-spacing: -2px;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  transition: all 0s;
}
@media (max-width: 991.98px) {
  .btn.btn-arrow {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .btn.btn-arrow {
    font-size: 32px;
    line-height: 120%;
  }
}
@media (min-width: 992px) {
  .btn.btn-arrow:hover .button-arrow {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .btn.btn-arrow:hover .button-arrow::before {
    left: 80px;
    transition: all 0.35s;
  }
  .btn.btn-arrow:hover .button-arrow::after {
    left: 28px;
    transition: all 0.35s;
  }
}
.btn.btn-arrow .button-arrow {
  position: relative;
  width: 57px;
  height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #5335fe;
  transition: all 0.35s;
  overflow: hidden;
}
.btn.btn-arrow .button-arrow::before {
  content: "";
  width: 28.86px;
  height: 28.86px;
  background-image: url(../../assets/images/menu-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s;
}
.btn.btn-arrow .button-arrow::after {
  content: "";
  width: 28.86px;
  height: 28.86px;
  background-image: url(../../assets/images/menu-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -20px;
  margin-left: 1px;
  transform: translate(-50%);
  transition: all 0.35s;
}

.btn-arrow-before {
  color: #010308;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  padding: 0;
  padding-left: 60px;
  position: relative;
  text-decoration: none;
}
.btn-arrow-before .label,
.btn-arrow-before .icon-arrow {
  backface-visibility: hidden;
  transform: translateZ(0);
  perspective: 1000;
}
.btn-arrow-before .label {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-arrow-before .icon-arrow {
  position: relative;
  height: 37px;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  width: 37px;
}
.btn-arrow-before .icon-arrow.before {
  left: 0;
  position: absolute;
  transform-origin: left center;
}
.btn-arrow-before .icon-arrow.after {
  margin-left: 24px;
  opacity: 0;
  position: absolute;
  right: 32px;
  transform: translateX(75%) scaleX(0.1);
  transform-origin: right center;
}
@media (min-width: 768px) {
  .btn-arrow-before:hover .label {
    transform: translateX(-82px);
  }
  .btn-arrow-before:hover .icon-arrow.before {
    opacity: 0;
    transform: translateX(-75%) scaleX(0.1);
  }
  .btn-arrow-before:hover .icon-arrow.after {
    opacity: 1;
    transform: translateX(0) scaleX(1);
  }
}

/* The container must be positioned relative: */
.custom-select {
  max-width: 100%;
  position: relative;
  text-align: left;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  z-index: 2;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  background-image: url(../../assets/images/svg/dropdown-icon.svg);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: top 10px right;
  border: none;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 420;
  line-height: 150%; /* 27px */
  width: 100%;
  transition: all 0.35s;
  padding-right: 22px;
}
.select-selected.select-arrow-active {
  background-image: url(../../assets/images/svg/dropdown-icon-active.svg);
  z-index: 6;
  box-shadow: none;
}

/* style the items (options), including the selected item: */
.select-items div {
  text-align: left;
  border: none;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 420;
  line-height: 150%; /* 27px */
  padding: 12px 16px;
  transition: all 0.35s;
}
@media (max-width: 767.98px) {
  .select-items div {
    padding: 6px 16px;
  }
}
.select-items div:hover {
  background: #f5f5f5;
  color: #1f7554;
  transition: all 0.35s;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background: #fff;
  top: 47px;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0;
  font-weight: 400;
  padding-top: 4px;
  padding-bottom: 4px;
  z-index: 5;
  border: 1px solid #c5c5c5;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  width: -moz-max-content;
  width: max-content;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.dummy-section img {
  width: 100%;
  display: none;
}
@media (min-width: 2000px) {
  .dummy-section img.xl-desktop {
    display: block;
  }
}
@media (min-width: 1600px) and (max-width: 1999.98px) {
  .dummy-section img.lg-desktop {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .dummy-section img.md-desktop {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .dummy-section img.mobile {
    display: block;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  transition: all 0.35s;
  z-index: 99;
}
header.scrolled {
  transition: all 0.35s;
}
header.scrolled .content-area .right-area .main-menu .menu-box .sub-menu::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: -16px;
  width: calc(100% + 32px);
  height: 100%;
  pointer-events: none;
  border-radius: 10px;
  z-index: -1;
}
header.active {
  z-index: 100;
}
header.dark-version .content-area .logo-area a img {
  filter: brightness(0);
  transition: all 0.35s;
}
@media (min-width: 992px) {
  header.dark-version .content-area .right-area .main-menu .menu-box .main-menu-link a,
  header.dark-version .content-area .right-area .main-menu .menu-box .sub-menu a {
    color: #010308;
    transition: all 0.35s;
  }
  header.dark-version .content-area .right-area .main-menu .menu-box .main-menu-link::before,
  header.dark-version .content-area .right-area .main-menu .menu-box .sub-menu::after {
    background-color: #010308;
    transition: all 0.35s;
  }
}
header .butterbar {
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  background: linear-gradient(to bottom right, #6f80ff 0%, #5335fe 100%);
}
@media (max-width: 991.98px) {
  header .butterbar {
    display: none;
  }
}
header .butterbar .content-area {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  min-height: unset;
}
header .butterbar .content-area .butterbar-btn {
  padding: 9px 12px 7px;
  border: 1px solid #f3f3f3;
  border-radius: 20px;
  font-size: 15px;
  line-height: 12px;
  font-weight: 400;
  color: #fff;
}
header .butterbar .content-area p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}
header .content-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 200px;
}
@media (max-width: 2299.98px) {
  header .content-area {
    min-height: 120px;
  }
}
@media (max-width: 767.98px) {
  header .content-area {
    min-height: 100px;
  }
}
header .content-area .logo-area {
  position: relative;
  flex: 0 0 220px;
  max-width: 220px;
}
header .content-area .logo-area a img {
  width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.35s;
}
@media (max-width: 1999.98px) {
  header .content-area .logo-area a img {
    width: 185px;
  }
}
@media (max-width: 767.98px) {
  header .content-area .logo-area a img {
    width: 150px;
  }
}
header .content-area .main-menu-toggle-area {
  position: relative;
  flex: 0 0 40px;
  max-width: 40px;
}
header .content-area .main-menu-toggle-area .main-menu-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #5335fe;
  border-radius: 50%;
}
header .content-area .main-menu-toggle-area .main-menu-toggle img {
  width: 16px;
}
header .content-area .right-area {
  position: relative;
  flex: 0 0 calc(100% - 250px);
  max-width: calc(100% - 250px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  header .content-area .right-area {
    position: fixed;
    flex: 0 0 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: rgba(1, 3, 8, 0.8);
    opacity: 0;
    pointer-events: none;
  }
  header .content-area .right-area.active {
    opacity: 1;
    pointer-events: all;
  }
}
header .content-area .right-area .main-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199.98px) {
  header .content-area .right-area .main-menu {
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  header .content-area .right-area .main-menu {
    background: linear-gradient(to bottom, #5335fe 40%, #6f80ff 100%);
    padding-top: 172px;
    padding-left: 34px;
    padding-right: 14px;
    width: calc(100% - 64px);
    height: 100dvh;
    overflow: auto;
    margin-left: 64px;
    position: relative;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    flex-wrap: nowrap;
    padding-bottom: 100px;
  }
  header .content-area .right-area .main-menu .close-mobile-menu {
    position: absolute;
    top: 40px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  header .content-area .right-area .main-menu .close-mobile-menu {
    top: 30px;
  }
}
@media (max-width: 991.98px) {
  header .content-area .right-area .main-menu .close-mobile-menu img {
    width: 12px;
  }
}
header .content-area .right-area .main-menu .menu-box {
  position: relative;
}
header .content-area .right-area .main-menu .menu-box.active .main-menu-link a, header .content-area .right-area .main-menu .menu-box.active .main-menu-link::before {
  opacity: 0.5;
}
@media (min-width: 992px) {
  header .content-area .right-area .main-menu .menu-box:hover .main-menu-link::before {
    opacity: 1;
    transition: all 0.35s;
  }
  header .content-area .right-area .main-menu .menu-box:hover .main-menu-link .menu-button .button-arrow {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  header .content-area .right-area .main-menu .menu-box:hover .main-menu-link .menu-button .button-arrow::before {
    left: 80px;
    transition: all 0.35s;
  }
  header .content-area .right-area .main-menu .menu-box:hover .main-menu-link .menu-button .button-arrow::after {
    left: 28px;
    transition: all 0.35s;
  }
}
@media (max-width: 991.98px) {
  header .content-area .right-area .main-menu .menu-box {
    width: 100%;
  }
}
header .content-area .right-area .main-menu .menu-box.has-submenu .main-menu-link::before {
  display: none;
}
header .content-area .right-area .main-menu .menu-box.has-submenu .main-menu-link a::before {
  content: "";
  width: calc(100% + 64px);
  height: calc(100% + 32px);
  left: -32px;
  top: 0;
  position: absolute;
  pointer-events: none;
}
@media (min-width: 992px) {
  header .content-area .right-area .main-menu .menu-box.has-submenu:hover .main-menu-link a::before {
    pointer-events: all;
  }
  header .content-area .right-area .main-menu .menu-box.has-submenu:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    transition: all 0.35s;
  }
}
@media (max-width: 991.98px) {
  header .content-area .right-area .main-menu .menu-box.has-submenu .sub-menu {
    display: none;
  }
  header .content-area .right-area .main-menu .menu-box.has-submenu.active .sub-menu {
    display: block;
  }
}
header .content-area .right-area .main-menu .menu-box .main-menu-link {
  position: relative;
}
header .content-area .right-area .main-menu .menu-box .main-menu-link::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.35s;
}
@media (max-width: 991.98px) {
  header .content-area .right-area .main-menu .menu-box .main-menu-link::before {
    display: none;
  }
}
header .content-area .right-area .main-menu .menu-box .main-menu-link.menu-button-link::before {
  display: none;
}
header .content-area .right-area .main-menu .menu-box .main-menu-link.active a {
  opacity: 0.5;
}
header .content-area .right-area .main-menu .menu-box .main-menu-link.active::before {
  opacity: 0.5;
}
header .content-area .right-area .main-menu .menu-box .main-menu-link a {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  color: #fff;
  transition: all 0.35s;
}
@media (max-width: 991.98px) {
  header .content-area .right-area .main-menu .menu-box .main-menu-link a {
    font-size: 28px;
    line-height: 155%;
    font-weight: 300;
  }
}
header .content-area .right-area .main-menu .menu-box .main-menu-link a.menu-button {
  padding-left: 40px;
  display: flex;
  align-items: center;
  gap: 14.4px;
  transform: translateY(1px);
}
@media (max-width: 1199.98px) {
  header .content-area .right-area .main-menu .menu-box .main-menu-link a.menu-button {
    padding-left: 12px;
  }
}
@media (max-width: 991.98px) {
  header .content-area .right-area .main-menu .menu-box .main-menu-link a.menu-button {
    padding-left: 0;
    padding-top: 24px;
    margin-top: 24px;
    position: relative;
  }
  header .content-area .right-area .main-menu .menu-box .main-menu-link a.menu-button::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 10%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0) 100%);
  }
}
header .content-area .right-area .main-menu .menu-box .main-menu-link a.menu-button .button-arrow {
  position: relative;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #5335fe;
  transition: all 0.35s;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  header .content-area .right-area .main-menu .menu-box .main-menu-link a.menu-button .button-arrow {
    display: none;
  }
}
header .content-area .right-area .main-menu .menu-box .main-menu-link a.menu-button .button-arrow::before {
  content: "";
  width: 28.86px;
  height: 28.86px;
  background-image: url(../../assets/images/menu-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s;
}
header .content-area .right-area .main-menu .menu-box .main-menu-link a.menu-button .button-arrow::after {
  content: "";
  width: 28.86px;
  height: 28.86px;
  background-image: url(../../assets/images/menu-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -20px;
  margin-left: 1px;
  transform: translate(-50%);
  transition: all 0.35s;
}
header .content-area .right-area .main-menu .menu-box .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.35s;
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  header .content-area .right-area .main-menu .menu-box .sub-menu {
    position: relative;
    top: unset;
    left: 0;
    transform: none;
    opacity: 1;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 20px;
  }
  header .content-area .right-area .main-menu .menu-box .sub-menu::before {
    display: none !important;
  }
}
header .content-area .right-area .main-menu .menu-box .sub-menu::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: all 0.35s;
}
@media (max-width: 991.98px) {
  header .content-area .right-area .main-menu .menu-box .sub-menu::after {
    display: none;
  }
}
header .content-area .right-area .main-menu .menu-box .sub-menu a {
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 8px;
  display: block;
  transition: all 0.35s;
  z-index: 2;
}
@media (min-width: 992px) {
  header .content-area .right-area .main-menu .menu-box .sub-menu a:hover {
    opacity: 1;
    transition: all 0.35s;
  }
}
@media (max-width: 991.98px) {
  header .content-area .right-area .main-menu .menu-box .sub-menu a {
    text-align: left;
    font-size: 22px;
    opacity: 1;
  }
}

footer {
  position: relative;
  z-index: 99;
}
footer section {
  position: relative;
  padding-top: 116px;
  padding-bottom: 50px;
  background-color: #f3f3f3;
}
@media (max-width: 991.98px) {
  footer section {
    padding-top: 64px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer section .content-area {
    padding-left: 64px;
    padding-right: 64px;
  }
}
footer section .content-area .top-footer-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 77px;
}
footer section .content-area .top-footer-area .top-footer-left {
  position: relative;
  flex: 0 0 1292px;
  max-width: 1292px;
  flex: 0 0 calc((100% - 20px) / 2 - 60px);
  max-width: calc((100% - 20px) / 2 - 60px);
  flex: 0 0 calc(100% - 720px);
  max-width: calc(100% - 720px);
}
@media (max-width: 1199.98px) {
  footer section .content-area .top-footer-area .top-footer-left {
    flex: 0 0 calc(100% - 652px);
    max-width: calc(100% - 652px);
  }
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 425px;
    margin-bottom: 83px;
  }
}
@media (max-width: 767.98px) {
  footer section .content-area .top-footer-area .top-footer-left {
    padding-left: 111px;
  }
}
footer section .content-area .top-footer-area .top-footer-left .logo-footer {
  margin-bottom: 128px;
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-left .logo-footer {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
}
footer section .content-area .top-footer-area .top-footer-left .logo-footer a img {
  width: 76.42px;
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-left .logo-footer a img {
    width: 60px;
  }
}
footer section .content-area .top-footer-area .top-footer-left .footer-tagline {
  width: 294px;
  max-width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-left .footer-tagline {
    margin-bottom: 32px;
  }
}
footer section .content-area .top-footer-area .top-footer-left .footer-tagline h3 {
  font-size: 36px;
  line-height: 130%;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-left .footer-tagline h3 {
    font-size: 22px;
    line-height: 120%;
  }
}
footer section .content-area .top-footer-area .top-footer-left .footer-location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 130px;
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-left .footer-location {
    margin-bottom: 64px;
  }
}
footer section .content-area .top-footer-area .top-footer-left .footer-location a {
  font-size: 20px;
  line-height: 125%;
  font-weight: 400;
  transition: all 0.35s;
}
@media (min-width: 768px) {
  footer section .content-area .top-footer-area .top-footer-left .footer-location a:hover {
    color: #5335fe;
    transition: all 0.35s;
  }
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-left .footer-location a {
    font-size: 14px;
    line-height: 22px;
  }
}
footer section .content-area .top-footer-area .top-footer-left .footer-location .separator {
  margin-left: 20px;
  margin-right: 20px;
  width: 1px;
  height: 25px;
  background-color: #010308;
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-left .footer-location .separator {
    margin-left: 8px;
    margin-right: 8px;
    height: 22px;
  }
}
footer section .content-area .top-footer-area .top-footer-left .footer-subscribe form {
  position: relative;
  width: 420px;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-left .footer-subscribe form {
    width: calc(100% + 425px);
    max-width: calc(100% + 425px);
    margin-left: -425px;
  }
}
@media (max-width: 767.98px) {
  footer section .content-area .top-footer-area .top-footer-left .footer-subscribe form {
    width: calc(100% + 111px);
    max-width: calc(100% + 111px);
    margin-left: -111px;
  }
}
footer section .content-area .top-footer-area .top-footer-left .footer-subscribe form input {
  width: 420px;
  max-width: 100%;
  border: 1px solid #c1c5c7;
  height: 73px;
  padding: 24px;
  padding-right: 72px;
  font-size: 18px;
  line-height: 140%;
  color: #010308;
  font-weight: 400;
  border-radius: 10px;
  transition: all 0.35s;
  outline: none;
  background-color: #f3f3f3;
}
footer section .content-area .top-footer-area .top-footer-left .footer-subscribe form input::-moz-placeholder {
  color: rgba(1, 3, 8, 0.5);
}
footer section .content-area .top-footer-area .top-footer-left .footer-subscribe form input::placeholder {
  color: rgba(1, 3, 8, 0.5);
}
footer section .content-area .top-footer-area .top-footer-left .footer-subscribe form input:not(:-moz-placeholder) {
  border-color: #5335fe;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
footer section .content-area .top-footer-area .top-footer-left .footer-subscribe form input:not(:placeholder-shown), footer section .content-area .top-footer-area .top-footer-left .footer-subscribe form input:active, footer section .content-area .top-footer-area .top-footer-left .footer-subscribe form input:focus {
  border-color: #5335fe;
  transition: all 0.35s;
}
footer section .content-area .top-footer-area .top-footer-left .footer-subscribe form input:not(:-moz-placeholder) ~ button {
  opacity: 1;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
footer section .content-area .top-footer-area .top-footer-left .footer-subscribe form input:not(:placeholder-shown) ~ button, footer section .content-area .top-footer-area .top-footer-left .footer-subscribe form input:active ~ button, footer section .content-area .top-footer-area .top-footer-left .footer-subscribe form input:focus ~ button {
  opacity: 1;
  transition: all 0.35s;
}
footer section .content-area .top-footer-area .top-footer-left .footer-subscribe form button {
  position: absolute;
  top: 18px;
  right: 36px;
  width: 37px;
  height: 37px;
  border: none;
  background: transparent;
  opacity: 0;
  transition: all 0.35s;
}
footer section .content-area .top-footer-area .top-footer-right {
  position: relative;
  flex: 0 0 calc(100% - 1312px);
  max-width: calc(100% - 1312px);
  flex: 0 0 calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
  flex: 0 0 700px;
  max-width: 700px;
}
@media (max-width: 1199.98px) {
  footer section .content-area .top-footer-area .top-footer-right {
    flex: 0 0 632px;
    max-width: 632px;
  }
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
footer section .content-area .top-footer-area .top-footer-right .footer-menu {
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 25px;
}
@media (min-width: 992px) {
  footer section .content-area .top-footer-area .top-footer-right .footer-menu {
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-right .footer-menu {
    padding-top: 0;
    row-gap: 8px;
    padding-left: 16px;
    border-left: 1px solid #c1c5c7;
  }
}
footer section .content-area .top-footer-area .top-footer-right .footer-menu .has-submenu {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  footer section .content-area .top-footer-area .top-footer-right .footer-menu .has-submenu:hover > a::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    transition: all 0.35s;
  }
  footer section .content-area .top-footer-area .top-footer-right .footer-menu .has-submenu:hover .submenu {
    opacity: 1;
    pointer-events: all;
    transition: all 0.35s;
  }
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-right .footer-menu .has-submenu {
    align-items: flex-start;
    width: -moz-max-content;
    width: max-content;
    padding-right: 16px;
  }
  footer section .content-area .top-footer-area .top-footer-right .footer-menu .has-submenu.active > a {
    color: #5335fe;
    transition: all 0.35s;
  }
  footer section .content-area .top-footer-area .top-footer-right .footer-menu .has-submenu.active .submenu {
    opacity: 1;
    pointer-events: all;
    transition: all 0.35s;
  }
}
footer section .content-area .top-footer-area .top-footer-right .footer-menu .has-submenu .submenu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 24px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s;
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-right .footer-menu .has-submenu .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    border-left: 1px solid #c1c5c7;
    gap: 4px;
  }
}
footer section .content-area .top-footer-area .top-footer-right .footer-menu .has-submenu .submenu a {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  color: #010308;
  padding: 0;
  opacity: 0.5;
  transition: all 0.35s;
}
@media (min-width: 992px) {
  footer section .content-area .top-footer-area .top-footer-right .footer-menu .has-submenu .submenu a:hover {
    opacity: 1;
    transition: all 0.35s;
  }
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-right .footer-menu .has-submenu .submenu a {
    font-size: 28px;
    line-height: 155%;
    font-weight: 300;
    opacity: 1;
  }
}
footer section .content-area .top-footer-area .top-footer-right .footer-menu .has-submenu .submenu a::before {
  display: none;
}
footer section .content-area .top-footer-area .top-footer-right .footer-menu a {
  position: relative;
  font-size: 48px;
  line-height: 110%;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.35s;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 992px) {
  footer section .content-area .top-footer-area .top-footer-right .footer-menu a {
    padding-left: 26px;
  }
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-right .footer-menu a.inactive {
    opacity: 0.3;
    transition: all 0.35s;
  }
}
footer section .content-area .top-footer-area .top-footer-right .footer-menu a::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #5335fe;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  opacity: 0;
  transition: all 0.35s;
}
@media (min-width: 992px) {
  footer section .content-area .top-footer-area .top-footer-right .footer-menu a:hover {
    padding-left: 26px;
    transition: all 0.35s;
  }
  footer section .content-area .top-footer-area .top-footer-right .footer-menu a:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    transition: all 0.35s;
  }
}
@media (max-width: 991.98px) {
  footer section .content-area .top-footer-area .top-footer-right .footer-menu a {
    font-size: 28px;
    line-height: 155%;
  }
}
footer section .content-area .bottom-footer-area {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  footer section .content-area .bottom-footer-area {
    padding-top: 0;
  }
}
footer section .content-area .bottom-footer-area .bottom-footer-left {
  flex: 0 0 250px;
  max-width: 250px;
  flex: 0 0 calc(100% - 682px);
  max-width: calc(100% - 682px);
}
@media (max-width: 1199.98px) {
  footer section .content-area .bottom-footer-area .bottom-footer-left {
    flex: 0 0 calc(100% - 614px);
    max-width: calc(100% - 614px);
  }
}
@media (max-width: 991.98px) {
  footer section .content-area .bottom-footer-area .bottom-footer-left {
    flex: 0 0 250px;
    max-width: 250px;
  }
}
@media (max-width: 991.98px) {
  footer section .content-area .bottom-footer-area .bottom-footer-left {
    order: 3;
  }
}
footer section .content-area .bottom-footer-area .bottom-footer-left p {
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  footer section .content-area .bottom-footer-area .bottom-footer-left p {
    font-size: 14px;
  }
}
footer section .content-area .bottom-footer-area .bottom-footer-center {
  flex: 0 0 250px;
  max-width: 250px;
  padding-left: 28px;
  flex: 0 0 calc(100% - (100% - 682px + 250px));
  max-width: calc(100% - (100% - 682px + 250px));
}
@media (max-width: 1199.98px) {
  footer section .content-area .bottom-footer-area .bottom-footer-center {
    flex: 0 0 calc(100% - (100% - 614px + 250px));
    max-width: calc(100% - (100% - 614px + 250px));
  }
}
@media (max-width: 991.98px) {
  footer section .content-area .bottom-footer-area .bottom-footer-center {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    padding-left: 0;
  }
}
footer section .content-area .bottom-footer-area .bottom-footer-center .footer-social {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 991.98px) {
  footer section .content-area .bottom-footer-area .bottom-footer-center .footer-social {
    justify-content: flex-start;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  footer section .content-area .bottom-footer-area .bottom-footer-center .footer-social {
    margin-bottom: 16px;
  }
}
footer section .content-area .bottom-footer-area .bottom-footer-center .footer-social a {
  position: relative;
  height: 20px;
  display: flex;
}
@media (min-width: 768px) {
  footer section .content-area .bottom-footer-area .bottom-footer-center .footer-social a:hover img.active {
    opacity: 1;
    transition: all 0.35s;
  }
}
footer section .content-area .bottom-footer-area .bottom-footer-center .footer-social a img {
  height: 20px;
}
footer section .content-area .bottom-footer-area .bottom-footer-center .footer-social a img.active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s;
}
footer section .content-area .bottom-footer-area .bottom-footer-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 54px;
       column-gap: 54px;
  flex: 0 0 250px;
  max-width: 250px;
}
@media (max-width: 991.98px) {
  footer section .content-area .bottom-footer-area .bottom-footer-right {
    order: 3;
  }
}
@media (max-width: 767.98px) {
  footer section .content-area .bottom-footer-area .bottom-footer-right {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
    margin-bottom: 16px;
    justify-content: space-between;
    pointer-events: all;
  }
}
footer section .content-area .bottom-footer-area .bottom-footer-right a {
  font-size: 16px;
  font-weight: 400;
  transition: all 0.35s;
}
@media (min-width: 768px) {
  footer section .content-area .bottom-footer-area .bottom-footer-right a:hover {
    color: #5335fe;
    transition: all 0.35s;
  }
}
@media (max-width: 991.98px) {
  footer section .content-area .bottom-footer-area .bottom-footer-right a {
    font-size: 14px;
  }
}

.cta {
  position: relative;
  background: linear-gradient(to bottom right, #020916 0%, #01101f 100%);
  padding-top: 150px;
  padding-bottom: 256px;
}
@media (max-width: 1999.98px) {
  .cta {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cta {
    padding-top: 202px;
    padding-bottom: 202px;
  }
}
@media (max-width: 767.98px) {
  .cta {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.cta.purple-bg {
  background: linear-gradient(to bottom left, #6f80ff 0%, #5335fe 100%);
}
.cta.purple-bg .content-area .button-area .btn.btn-arrow .button-arrow {
  background-color: #fff;
}
.cta.purple-bg .content-area .button-area .btn.btn-arrow .button-arrow::before, .cta.purple-bg .content-area .button-area .btn.btn-arrow .button-arrow::after {
  filter: brightness(0) saturate(100%) invert(2%) sepia(74%) saturate(568%) hue-rotate(179deg) brightness(86%) contrast(101%);
}
@media (max-width: 991.98px) {
  .cta .content-area {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .cta .content-area {
    padding: 0 42px;
  }
}
.cta .content-area .text-box {
  width: 325px;
  max-width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .cta .content-area .text-box {
    text-align: center;
    width: 424px;
    margin-bottom: 128px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .cta .content-area .text-box {
    margin-bottom: 228px;
  }
}
.cta .content-area .text-box p {
  color: #fff;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.4px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .cta .content-area .text-box p {
    text-align: center;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
  }
}

.news-resources {
  position: relative;
  background-color: #f3f3f3;
}
@media (max-width: 1599.98px) {
  .news-resources .content-area {
    padding: 0;
  }
}
.news-resources .content-area .title-area {
  position: relative;
  padding-top: 120px;
  padding-bottom: 62px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1599.98px) {
  .news-resources .content-area .title-area {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 991.98px) {
  .news-resources .content-area .title-area {
    padding-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
}
.news-resources .content-area .title-area::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #c1c5c7;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.news-resources .content-area .title-area h2 {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.84px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .news-resources .content-area .title-area h2 {
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.28px;
  }
}
.news-resources .content-area .news-boxes-container {
  overflow: auto;
}
.news-resources .content-area .news-boxes {
  min-width: 800px;
  position: relative;
  display: flex;
}
@media (max-width: 991.98px) {
  .news-resources .content-area .news-boxes {
    min-width: 1072px;
    padding-right: 32px;
  }
}
@media (max-width: 767.98px) {
  .news-resources .content-area .news-boxes {
    min-width: 889px;
    padding-right: 24px;
  }
}
.news-resources .content-area .news-boxes .news-box {
  position: relative;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 112px 72px 96px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-right: 1px solid #c1c5c7;
  min-height: 540px;
  transition: all 0.35s;
}
@media (min-width: 768px) {
  .news-resources .content-area .news-boxes .news-box:hover::before {
    opacity: 1;
    transition: all 0.35s;
  }
  .news-resources .content-area .news-boxes .news-box:hover .arrow {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.35s;
  }
  .news-resources .content-area .news-boxes .news-box:hover h3 {
    transform: translateY(-10px);
    color: #fff;
    transition: all 0.35s;
  }
  .news-resources .content-area .news-boxes .news-box:hover p {
    transform: translateY(-10px);
    color: #f3f3f3;
    transition: all 0.35s;
  }
}
.news-resources .content-area .news-boxes .news-box:first-child {
  border-left: 1px solid #c1c5c7;
}
.news-resources .content-area .news-boxes .news-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom left, #6f80ff -50%, #5335fe 50%, #5335fe 150%);
  opacity: 0;
  transition: all 0.35s;
  z-index: 0;
}
@media (max-width: 1999.98px) {
  .news-resources .content-area .news-boxes .news-box {
    padding-bottom: 64px;
  }
}
@media (max-width: 1599.98px) {
  .news-resources .content-area .news-boxes .news-box {
    padding: 80px 64px;
    padding-bottom: 64px;
    min-height: 490px;
  }
  .news-resources .content-area .news-boxes .news-box:first-child {
    border-left: none;
  }
}
@media (max-width: 1599.98px) and (max-width: 991.98px) {
  .news-resources .content-area .news-boxes .news-box:first-child {
    border-left: 1px solid #c1c5c7;
    margin-left: 32px;
  }
}
@media (max-width: 1599.98px) and (max-width: 767.98px) {
  .news-resources .content-area .news-boxes .news-box:first-child {
    margin-left: 24px;
  }
}
@media (max-width: 1599.98px) {
  .news-resources .content-area .news-boxes .news-box:last-child {
    border-right: none;
  }
}
@media (max-width: 1599.98px) and (max-width: 991.98px) {
  .news-resources .content-area .news-boxes .news-box:last-child {
    border-right: 1px solid #c1c5c7;
    margin-right: 32px;
  }
}
@media (max-width: 1599.98px) and (max-width: 767.98px) {
  .news-resources .content-area .news-boxes .news-box:last-child {
    margin-right: 24px;
  }
}
@media (max-width: 1199.98px) {
  .news-resources .content-area .news-boxes .news-box {
    padding: 64px 24px;
    min-height: 459px;
  }
}
@media (max-width: 991.98px) {
  .news-resources .content-area .news-boxes .news-box {
    flex: 0 0 calc(33.3333% - 10.6px);
    max-width: calc(33.3333% - 10.6px);
  }
}
@media (max-width: 767.98px) {
  .news-resources .content-area .news-boxes .news-box {
    flex: 0 0 calc(33.3333% - 8px);
    max-width: calc(33.3333% - 8px);
  }
}
.news-resources .content-area .news-boxes .news-box .arrow {
  width: 37px;
  height: 37px;
  background: url(../images/menu-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 47px;
  right: 46px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.35s;
}
.news-resources .content-area .news-boxes .news-box h3 {
  position: relative;
  margin-bottom: 32px;
  width: 350px;
  max-width: 100%;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -0.72px;
  color: #010308;
  transition: all 0.35s;
}
@media (max-width: 1199.98px) {
  .news-resources .content-area .news-boxes .news-box h3 {
    font-size: 28px;
    line-height: 115%;
    margin-bottom: 24px;
    letter-spacing: -0.28px;
    font-weight: 300;
  }
}
.news-resources .content-area .news-boxes .news-box p {
  position: relative;
  color: #010308;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 0;
  width: 460px;
  max-width: 100%;
  transition: all 0.35s;
}

.feature-services {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .feature-services {
    padding-top: 64px;
    padding-bottom: 104px;
  }
}
.feature-services .content-area {
  padding: 0 256px;
}
@media (max-width: 1999.98px) {
  .feature-services .content-area {
    padding: 0 128px;
  }
}
@media (max-width: 1599.98px) {
  .feature-services .content-area {
    padding: 0 64px;
  }
}
@media (max-width: 991.98px) {
  .feature-services .content-area {
    padding: 0 24px;
  }
}
.feature-services .content-area .top-title-area {
  width: 634px;
  max-width: 100%;
  margin-bottom: 64px;
}
.feature-services .content-area .top-title-area h2 {
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.84px;
  font-weight: 300;
  color: #010308;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .feature-services .content-area .top-title-area h2 {
    font-size: 32px;
    letter-spacing: -0.32px;
    width: 500px;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .feature-services .content-area .top-title-area h2 {
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.28px;
  }
}
.feature-services .content-area .featured-boxes {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 64px;
}
@media (max-width: 991.98px) {
  .feature-services .content-area .featured-boxes {
    row-gap: 42px;
  }
}
.feature-services .content-area .featured-boxes .featured-box {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 1999.98px) {
  .feature-services .content-area .featured-boxes .featured-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .feature-services .content-area .featured-boxes .featured-box:hover::before {
    opacity: 1;
    transition: all 0.35s;
  }
  .feature-services .content-area .featured-boxes .featured-box:hover .center-area {
    flex: 0 0 520px;
    max-width: 520px;
    margin-right: 32px;
    transition: all 0.35s;
  }
}
@media (min-width: 992px) and (max-width: 1999.98px) {
  .feature-services .content-area .featured-boxes .featured-box:hover .center-area {
    flex: 0 0 300px;
    max-width: 300px;
    margin-right: 24px;
  }
}
@media (min-width: 992px) {
  .feature-services .content-area .featured-boxes .featured-box:hover .center-area .media-area {
    width: 100%;
    transition: all 0.35s;
  }
}
@media (max-width: 991.98px) {
  .feature-services .content-area .featured-boxes .featured-box {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #c4c9cc;
  }
}
.feature-services .content-area .featured-boxes .featured-box::before {
  content: "";
  width: calc(100vw - 128px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f3f3f3;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.35s;
  pointer-events: none;
}
@media (max-width: 1599.98px) {
  .feature-services .content-area .featured-boxes .featured-box::before {
    width: calc(100vw - 64px);
  }
}
@media (max-width: 991.98px) {
  .feature-services .content-area .featured-boxes .featured-box::before {
    display: none;
  }
}
.feature-services .content-area .featured-boxes .featured-box .left-area {
  position: relative;
  flex: 0 0 243px;
  max-width: 243px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .feature-services .content-area .featured-boxes .featured-box .left-area {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
.feature-services .content-area .featured-boxes .featured-box .left-area p {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.4px;
  color: #010308;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .feature-services .content-area .featured-boxes .featured-box .left-area p {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    width: 223px;
    max-width: 100%;
  }
}
.feature-services .content-area .featured-boxes .featured-box .center-area {
  position: relative;
  flex: 0 0 448px;
  max-width: 448px;
  transition: all 0.35s;
}
@media (max-width: 1999.98px) {
  .feature-services .content-area .featured-boxes .featured-box .center-area {
    lex: 0 0 250px;
    max-width: 250px;
  }
}
@media (max-width: 991.98px) {
  .feature-services .content-area .featured-boxes .featured-box .center-area {
    display: none;
  }
}
.feature-services .content-area .featured-boxes .featured-box .center-area .media-area {
  position: relative;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.35s;
  min-height: 276px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1999.98px) {
  .feature-services .content-area .featured-boxes .featured-box .center-area .media-area {
    min-height: 180px;
  }
}
.feature-services .content-area .featured-boxes .featured-box .center-area .media-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.feature-services .content-area .featured-boxes .featured-box .center-area .media-area iframe,
.feature-services .content-area .featured-boxes .featured-box .center-area .media-area video {
  height: 126.25% !important;
  left: 50% !important;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
  top: 50% !important;
  width: 177.77777778% !important;
  min-width: 533px;
}
.feature-services .content-area .featured-boxes .featured-box .right-area {
  position: relative;
}
@media (max-width: 991.98px) {
  .feature-services .content-area .featured-boxes .featured-box .right-area {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: 48px;
  }
}
.feature-services .content-area .featured-boxes .featured-box .right-area h2 {
  font-size: 120px;
  line-height: 85%;
  font-weight: 300;
  color: #010308;
}
@media (max-width: 1999.98px) {
  .feature-services .content-area .featured-boxes .featured-box .right-area h2 {
    font-size: 108px;
    letter-spacing: -4.32px;
  }
}
@media (max-width: 1299.98px) {
  .feature-services .content-area .featured-boxes .featured-box .right-area h2 {
    font-size: 60px;
    letter-spacing: 0;
  }
}
@media (max-width: 1199.98px) {
  .feature-services .content-area .featured-boxes .featured-box .right-area h2 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .feature-services .content-area .featured-boxes .featured-box .right-area h2 {
    font-size: 64px;
    line-height: 85%;
    letter-spacing: -2.56px;
  }
}

.testimonials {
  position: relative;
  padding-top: 405px;
  padding-bottom: 405px;
  background-color: #fff;
}
@media (max-width: 1999.98px) {
  .testimonials {
    padding-top: 225px;
    padding-bottom: 225px;
  }
}
@media (max-width: 767.98px) {
  .testimonials {
    padding-top: 104px;
    padding-bottom: 128px;
  }
}
.testimonials .background-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonials .background-area .media-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.testimonials .background-area .media-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
}
.testimonials .background-area .media-bg iframe {
  height: 150vw !important;
  left: 50% !important;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
  top: 50% !important;
  width: 250vh !important;
}
.testimonials .background-area .media-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
}
@media (max-width: 991.98px) {
  .testimonials .background-area .media-bg::after {
    background: linear-gradient(to bottom, rgba(1, 16, 30, 0) 50%, rgba(1, 16, 30, 0.5) 100%);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonials .content-area {
    padding-left: 128px;
    padding-right: 128px;
  }
}
.testimonials .content-area .testimonials-sliders {
  position: relative;
  opacity: 0;
  transition: all 0.35s;
  margin: 0;
}
.testimonials .content-area .testimonials-sliders.slick-initialized {
  opacity: 1;
  transition: all 0.35s;
}
.testimonials .content-area .testimonials-sliders .slick-slider .slick-list,
.testimonials .content-area .testimonials-sliders  .slick-slider .slick-track  {
  transition-delay: 15ms;
}
.testimonials .content-area .testimonials-sliders {
  /* the slides */
}
.testimonials .content-area .testimonials-sliders .slick-slide {
  margin: 0 32px;
}
@media (max-width: 1999.98px) {
  .testimonials .content-area .testimonials-sliders .slick-slide {
    margin: 0 24px;
  }
}
@media (max-width: 1599.98px) {
  .testimonials .content-area .testimonials-sliders .slick-slide {
    margin: 0 20px;
  }
}
.testimonials .content-area .testimonials-sliders {
  /* the parent */
}
.testimonials .content-area .testimonials-sliders .slick-list {
  margin: 0 -32px;
}
@media (max-width: 1999.98px) {
  .testimonials .content-area .testimonials-sliders .slick-list {
    margin: 0 -24px;
  }
}
@media (max-width: 1599.98px) {
  .testimonials .content-area .testimonials-sliders .slick-list {
    margin: 0 -20px;
  }
}
.testimonials .content-area .testimonials-sliders .slick-track {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 2000px) {
  .testimonials .content-area .testimonials-sliders .slick-track {
    width: 990px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1999.98px) {
  .testimonials .content-area .testimonials-sliders .slick-track {
    width: 950px !important;
  }
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .testimonials .content-area .testimonials-sliders .slick-track {
    width: 936px !important;
  }
}
.testimonials .content-area .testimonials-sliders .slick-dots {
  bottom: -50px;
}
.testimonials .content-area .testimonials-sliders .slick-dots li.slick-active button {
  background-color: #fff;
  transform: scale(1.5);
  transition: all 0.35s;
}
.testimonials .content-area .testimonials-sliders .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 0;
  margin: 0;
  transition: all 0.35s;
}
.testimonials .content-area .testimonials-sliders .slick-dots li button::before {
  display: none;
}
.testimonials .content-area .testimonials-sliders .testimonial-slider-box {
  width: 428px;
  height: auto;
}
.testimonials .content-area .testimonials-sliders .testimonial-slider-box .testimonial-slider-content {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 55px 34px 42px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 196px;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonials .content-area .testimonials-sliders .testimonial-slider-box .testimonial-slider-content {
    min-height: 704px;
  }
}
@media (max-width: 767.98px) {
  .testimonials .content-area .testimonials-sliders .testimonial-slider-box .testimonial-slider-content {
    row-gap: 157px;
    padding: 42px 24px;
  }
}
.testimonials .content-area .testimonials-sliders .testimonial-slider-box .testimonial-slider-content .logo-area {
  position: relative;
  padding: 0 16px;
}
@media (max-width: 767.98px) {
  .testimonials .content-area .testimonials-sliders .testimonial-slider-box .testimonial-slider-content .logo-area {
    padding: 0;
  }
  .testimonials .content-area .testimonials-sliders .testimonial-slider-box .testimonial-slider-content .logo-area img {
    width: 181px;
  }
}
.testimonials .content-area .testimonials-sliders .testimonial-slider-box .testimonial-slider-content .text-area h3 {
  font-size: 38px;
  line-height: 130%;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .testimonials .content-area .testimonials-sliders .testimonial-slider-box .testimonial-slider-content .text-area h3 {
    font-size: 32px;
    line-height: 115%;
    letter-spacing: -0.32px;
  }
}
.testimonials .content-area .testimonials-sliders .testimonial-slider-box .testimonial-slider-content .text-area p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #5d6270;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
}
.testimonials .content-area .testimonials-sliders .testimonial-slider-box .testimonial-slider-content .stretched-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home-hero {
  position: relative;
  min-height: 100dvh;
  background: linear-gradient(to bottom right, #020916 0%, #01101f 100%);
}
.home-hero .hero-scrolljack {
  position: relative;
  min-height: 100dvh;
  background: linear-gradient(to bottom right, #020916 0%, #01101f 100%);
}
.home-hero .hero-scrolljack.pinned {
  opacity: 0;
  visibility: hidden;
}
.home-hero .hero-scrolljack .background-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-hero .hero-scrolljack .background-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../assets/images/hero-scroll-circle.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.home-hero .hero-scrolljack .background-area img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 50%;
     object-position: center 50%;
}
@media (max-width: 991.98px) {
  .home-hero .hero-scrolljack .background-area img {
    -o-object-fit: contain;
       object-fit: contain;
    transform: scale(1.5) translateX(-70px) translateY(150px);
    -o-object-position: center right;
       object-position: center right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-hero .hero-scrolljack .background-area img {
    -o-object-fit: contain;
       object-fit: contain;
    transform: scale(1.5) translateX(-120px) translateY(140px);
    -o-object-position: top right;
       object-position: top right;
  }
}
@media (max-width: 767.98px) {
  .home-hero .hero-scrolljack .background-area img {
    transform: scale(1.9) translateX(-70px) translateY(350px);
    -o-object-position: top right;
       object-position: top right;
  }
}
@media (max-width: 389.98px) {
  .home-hero .hero-scrolljack .background-area img {
    transform: scale(1.9) translateX(-70px) translateY(280px);
  }
}
.home-hero .hero-scrolljack .content-area {
  position: relative;
  min-height: 100dvh;
}
.home-hero .hero-scrolljack .content-area .text-box {
  position: absolute;
  bottom: 180px;
  left: 160px;
  width: 490px;
  max-width: calc(100% - 160px);
}
@media (max-width: 1999.98px) {
  .home-hero .hero-scrolljack .content-area .text-box {
    left: 96px;
    bottom: 160px;
    max-width: calc(100% - 96px);
  }
}
@media (max-width: 1599.98px) {
  .home-hero .hero-scrolljack .content-area .text-box {
    left: 64px;
    bottom: 120px;
    max-width: calc(100% - 64px);
  }
}
@media (max-width: 991.98px) {
  .home-hero .hero-scrolljack .content-area .text-box {
    left: 24px;
    bottom: unset;
    top: 180px;
    width: 390px;
    max-width: calc(100% - 48px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-hero .hero-scrolljack .content-area .text-box {
    top: unset;
    bottom: 128px;
  }
}
@media (max-width: 767.98px) {
  .home-hero .hero-scrolljack .content-area .text-box {
    top: 100px;
  }
}
.home-hero .hero-scrolljack .content-area .text-box h2 {
  font-size: 52px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -1.04px;
  margin-bottom: 20px;
  color: #6f80ff;
}
@media (max-width: 991.98px) {
  .home-hero .hero-scrolljack .content-area .text-box h2 {
    font-size: 32px;
    letter-spacing: -0.32px;
    margin-bottom: 10px;
  }
}
.home-hero .hero-scrolljack .content-area .text-box h3 {
  font-size: 38px;
  line-height: 110%;
  font-weight: 300;
  letter-spacing: -0.76px;
  color: #ffffff;
  margin-bottom: 42px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-hero .hero-scrolljack .content-area .text-box h3 {
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.28px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .home-hero .hero-scrolljack .content-area .text-box h3 {
    font-size: 22px;
    line-height: 115%;
    letter-spacing: -0.22px;
    margin-bottom: 16px;
  }
}
.home-hero .hero-scrolljack .content-area .text-box .hero-btn {
  border: 1px solid #5335fe;
  border-radius: 120px;
  padding: 18px 24px;
  display: inline-flex;
  gap: 6px;
  transition: all 0.35s;
}
@media (min-width: 992px) {
  .home-hero .hero-scrolljack .content-area .text-box .hero-btn:hover {
    border-color: #6f80ff;
    transition: all 0.35s;
  }
  .home-hero .hero-scrolljack .content-area .text-box .hero-btn:hover .play-icon .hover {
    opacity: 1;
    transition: all 0.35s;
  }
  .home-hero .hero-scrolljack .content-area .text-box .hero-btn:hover span {
    color: rgb(255, 255, 255);
    transition: all 0.35s;
  }
}
@media (max-width: 991.98px) {
  .home-hero .hero-scrolljack .content-area .text-box .hero-btn {
    padding: 10px 16px;
  }
}
.home-hero .hero-scrolljack .content-area .text-box .hero-btn .play-icon {
  position: relative;
  display: flex;
  width: 29px;
}
@media (max-width: 991.98px) {
  .home-hero .hero-scrolljack .content-area .text-box .hero-btn .play-icon {
    width: 18px;
  }
}
.home-hero .hero-scrolljack .content-area .text-box .hero-btn .play-icon .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s;
}
.home-hero .hero-scrolljack .content-area .text-box .hero-btn span {
  font-size: 18px;
  line-height: 31.2px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.35s;
}
@media (max-width: 991.98px) {
  .home-hero .hero-scrolljack .content-area .text-box .hero-btn span {
    font-size: 14px;
    line-height: 30px;
  }
}

.service-block {
  position: relative;
}
@media (max-width: 991.98px) {
  .service-block {
    display: none;
  }
}
.service-block .service-scrolljack {
  position: relative;
  min-height: 100dvh;
}
.service-block .service-scrolljack.pinned {
  opacity: 0;
  visibility: hidden;
}
.service-block .service-scrolljack .service-scrolljack-content {
  display: flex;
}
.service-block .service-scrolljack .left-area {
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #010308;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
}
@media (max-width: 1999.98px) {
  .service-block .service-scrolljack .left-area {
    padding: 47px;
  }
}
@media (max-width: 1599.98px) {
  .service-block .service-scrolljack .left-area {
    padding: 0;
  }
}
.service-block .service-scrolljack .left-area .left-content {
  width: 100%;
}
.service-block .service-scrolljack .left-area .left-content .text-boxes {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 270px;
  padding-bottom: 200px;
  height: 100dvh;
}
.service-block .service-scrolljack .left-area .left-content .text-boxes::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background: linear-gradient(to bottom, rgba(46, 59, 70, 0) 0%, rgb(46, 59, 70) 10%, rgb(46, 59, 70) 90%, rgba(46, 59, 70, 0) 100%);
}
.service-block .service-scrolljack .left-area .left-content .text-boxes .text-box {
  position: relative;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  color: #fff;
}
.service-block .service-scrolljack .left-area .left-content .text-boxes .text-box::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #f3f3f3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}
.service-block .service-scrolljack .left-area .left-content .text-boxes .text-box.active {
  color: #6f80ff;
}
.service-block .service-scrolljack .left-area .left-content .text-boxes .text-box.active::before {
  width: 21px;
  height: 21px;
  right: -66px;
  background-color: #6f80ff;
}
.service-block .service-scrolljack .left-area .left-content .text-boxes .text-box.active::after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc((100vh - 300px) / 5);
  background: linear-gradient(to bottom, rgb(109, 124, 255) 0%, rgb(109, 124, 255) 63%);
  right: -56px;
  bottom: 3px;
}
.service-block .service-scrolljack .left-area .left-content .text-boxes .text-box.active:first-child::after {
  background: linear-gradient(to bottom, rgba(109, 124, 255, 0) 0%, rgb(109, 124, 255) 63%);
}
.service-block .service-scrolljack .left-area .left-content .text-boxes .text-box.active:nth-child(even)::before {
  left: -66px;
}
.service-block .service-scrolljack .left-area .left-content .text-boxes .text-box.active:nth-child(even)::after {
  right: unset;
  left: -56px;
}
.service-block .service-scrolljack .left-area .left-content .text-boxes .text-box:nth-child(odd) {
  text-align: right;
  margin-right: calc(50% + 55px);
}
.service-block .service-scrolljack .left-area .left-content .text-boxes .text-box:nth-child(even) {
  text-align: left;
  margin-left: calc(50% + 55px);
}
.service-block .service-scrolljack .left-area .left-content .text-boxes .text-box:nth-child(even)::before {
  right: unset;
  left: -60px;
}
.service-block .service-scrolljack .right-area {
  flex: 0 0 50%;
  max-width: 50%;
  background: linear-gradient(to bottom right, #6f80ff 0%, #5335fe 200%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 200px;
}
@media (max-width: 1999.98px) {
  .service-block .service-scrolljack .right-area {
    padding: 100px 140px;
  }
}
@media (max-width: 1599.98px) {
  .service-block .service-scrolljack .right-area {
    padding: 64px;
    padding-top: 200px;
  }
}
@media (max-width: 1399.98px) {
  .service-block .service-scrolljack .right-area {
    padding-top: 170px;
  }
}
.service-block .service-scrolljack .right-area .right-content {
  width: 100%;
}
.service-block .service-scrolljack .right-area .right-content .media-area {
  margin-bottom: 80px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .service-block .service-scrolljack .right-area .right-content .media-area {
    margin-bottom: 20px;
  }
}
.service-block .service-scrolljack .right-area .right-content .media-area img {
  width: 100%;
}
.service-block .service-scrolljack .right-area .right-content h2 {
  position: relative;
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1399.98px) {
  .service-block .service-scrolljack .right-area .right-content h2 {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.service-block .service-scrolljack .right-area .right-content h2::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.4;
}
.service-block .service-scrolljack .right-area .right-content p {
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  color: #fff;
  width: 470px;
  max-width: 100%;
}
.service-block .service-scrolljack .right-area .right-content p.wider {
  width: 500px;
}

.service-block-mobile {
  position: relative;
  background: linear-gradient(to bottom left, #6f80ff 0%, #5335fe 200%);
  padding-top: 104px;
  padding-bottom: 104px;
}
@media (min-width: 768px) {
  .service-block-mobile {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.service-block-mobile .content-area {
  display: flex;
  flex-wrap: wrap;
  row-gap: 64px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .service-block-mobile .content-area {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.service-block-mobile .content-area .right-area {
  flex: 0 0 100%;
  max-width: 100%;
}
.service-block-mobile .content-area .right-area .right-content {
  width: 100%;
}
.service-block-mobile .content-area .right-area .right-content .media-area {
  margin-bottom: 36px;
  border-radius: 20px;
  overflow: hidden;
}
.service-block-mobile .content-area .right-area .right-content .media-area img {
  width: 100%;
}
.service-block-mobile .content-area .right-area .right-content h2 {
  position: relative;
  font-size: 22px;
  line-height: 120%;
  font-weight: 300;
  color: #fff;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.service-block-mobile .content-area .right-area .right-content h2::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.4;
}
.service-block-mobile .content-area .right-area .right-content p {
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  color: #fff;
  width: 470px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .service-block-mobile .content-area .right-area .right-content p {
    width: 430px;
  }
}
.service-block-mobile .content-area .right-area .right-content p.wider {
  width: 500px;
}

.solution-hero {
  position: relative;
  min-height: 100dvh;
  background: linear-gradient(to bottom right, #020916 0%, #01101f 100%);
}
.solution-hero .solution-hero-scrolljack {
  position: relative;
  min-height: 100dvh;
  background: linear-gradient(to bottom right, #020916 0%, #01101f 100%);
}
.solution-hero .solution-hero-scrolljack.pinned {
  opacity: 0;
  visibility: hidden;
}
.solution-hero .solution-hero-scrolljack .background-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.solution-hero .solution-hero-scrolljack .background-area.no-circle::after {
  display: none;
}
.solution-hero .solution-hero-scrolljack .background-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../assets/images/hero-scroll-circle.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.solution-hero .solution-hero-scrolljack .background-area img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 50%;
     object-position: center 50%;
}
.solution-hero .solution-hero-scrolljack .content-area {
  position: relative;
  min-height: 100dvh;
}
.solution-hero .solution-hero-scrolljack .content-area .text-box {
  position: absolute;
  bottom: 180px;
  left: 160px;
  width: 490px;
  max-width: calc(100% - 160px);
}
.solution-hero .solution-hero-scrolljack .content-area .text-box.v1 {
  width: 100%;
  text-align: center;
  bottom: unset;
  top: 360px;
  left: 50%;
  transform: translateX(-50%);
}
.solution-hero .solution-hero-scrolljack .content-area .text-box.v1 h1 {
  display: flex;
  justify-content: center;
}
.solution-hero .solution-hero-scrolljack .content-area .text-box.v1 h1 span {
  color: #fff;
}
.solution-hero .solution-hero-scrolljack .content-area .text-box.v1 h1 span:last-child {
  color: #6f80ff;
}
@media (max-width: 991.98px) {
  .solution-hero .solution-hero-scrolljack .content-area .text-box.v1 {
    width: 350px;
  }
}
@media (max-width: 767.98px) {
  .solution-hero .solution-hero-scrolljack .content-area .text-box.v1 {
    top: 300px;
  }
}
.solution-hero .solution-hero-scrolljack .content-area .text-box.v2 {
  width: 677px;
  bottom: 144px;
}
@media (max-width: 1399.98px) {
  .solution-hero .solution-hero-scrolljack .content-area .text-box.v2 {
    bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .solution-hero .solution-hero-scrolljack .content-area .text-box.v2 {
    bottom: 60px;
    top: unset;
  }
}
@media (max-width: 1999.98px) {
  .solution-hero .solution-hero-scrolljack .content-area .text-box {
    left: 96px;
    bottom: 160px;
    max-width: calc(100% - 96px);
  }
}
@media (max-width: 1599.98px) {
  .solution-hero .solution-hero-scrolljack .content-area .text-box {
    left: 64px;
    bottom: 120px;
    max-width: calc(100% - 64px);
  }
}
@media (max-width: 991.98px) {
  .solution-hero .solution-hero-scrolljack .content-area .text-box {
    left: 24px;
    bottom: unset;
    top: 180px;
    width: 390px;
    max-width: calc(100% - 48px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .solution-hero .solution-hero-scrolljack .content-area .text-box {
    top: unset;
    bottom: 128px;
  }
}
@media (max-width: 767.98px) {
  .solution-hero .solution-hero-scrolljack .content-area .text-box {
    top: 100px;
  }
}
.solution-hero .solution-hero-scrolljack .content-area .text-box h1 {
  font-size: 62px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -1.24px;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .solution-hero .solution-hero-scrolljack .content-area .text-box h1 {
    font-size: 48px;
    letter-spacing: -2px;
  }
}
.solution-hero .solution-hero-scrolljack .content-area .text-box h1 span {
  color: #6f80ff;
}
@media (max-width: 991.98px) {
  .solution-hero .solution-hero-scrolljack .content-area .text-box h1 {
    font-size: 32px;
    letter-spacing: -0.32px;
    margin-bottom: 10px;
  }
}
.solution-hero .solution-hero-scrolljack .content-area .text-box h3 {
  font-size: 38px;
  line-height: 110%;
  font-weight: 300;
  letter-spacing: -0.76px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .solution-hero .solution-hero-scrolljack .content-area .text-box h3 {
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.28px;
  }
}
@media (max-width: 767.98px) {
  .solution-hero .solution-hero-scrolljack .content-area .text-box h3 {
    font-size: 22px;
    line-height: 115%;
    letter-spacing: -0.22px;
  }
}

.how-it-works-hero {
  position: relative;
  min-height: 100dvh;
  background: linear-gradient(to bottom, #020e1d 0%, #010308 100%);
}
.how-it-works-hero .how-it-works-hero-scrolljack {
  position: relative;
  min-height: 100dvh;
  background: linear-gradient(to bottom, #020e1d 0%, #010308 100%);
}
.how-it-works-hero .how-it-works-hero-scrolljack.pinned {
  opacity: 0;
  visibility: hidden;
}
.how-it-works-hero .how-it-works-hero-scrolljack .text-area {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .how-it-works-hero .how-it-works-hero-scrolljack .text-area {
    width: 100%;
    z-index: 2;
  }
}
.how-it-works-hero .how-it-works-hero-scrolljack .text-area h2 {
  position: absolute;
  left: 384px;
  bottom: 720px;
  font-size: 140px;
  line-height: 120%;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1999.98px) {
  .how-it-works-hero .how-it-works-hero-scrolljack .text-area h2 {
    bottom: 582px;
    left: 192px;
  }
}
@media (max-width: 1599.98px) {
  .how-it-works-hero .how-it-works-hero-scrolljack .text-area h2 {
    bottom: 502px;
    left: 123px;
  }
}
@media (max-width: 1399.98px) {
  .how-it-works-hero .how-it-works-hero-scrolljack .text-area h2 {
    bottom: 410px;
  }
}
@media (max-width: 991.98px) {
  .how-it-works-hero .how-it-works-hero-scrolljack .text-area h2 {
    top: 164px;
    text-align: center;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
    font-size: 84px;
    line-height: 85%;
    letter-spacing: -3.36px;
  }
}
.how-it-works-hero .how-it-works-hero-scrolljack .text-area .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 940px;
  min-height: 440px;
  max-width: 100%;
  background: linear-gradient(to bottom right, #6f80ff -30px, #5335fe 100%);
  padding: 72px 139px 45px 256px;
}
@media (max-width: 1999.98px) {
  .how-it-works-hero .how-it-works-hero-scrolljack .text-area .text-box {
    width: 750px;
    min-height: 403px;
    padding: 67px 77px 30px 128px;
  }
}
@media (max-width: 1599.98px) {
  .how-it-works-hero .how-it-works-hero-scrolljack .text-area .text-box {
    width: 720px;
    min-height: 303px;
    padding: 45px 111px 20px 64px;
  }
}
@media (max-width: 991.98px) {
  .how-it-works-hero .how-it-works-hero-scrolljack .text-area .text-box {
    width: 672px;
    min-height: 279px;
    padding: 64px 108px 20px 64px;
  }
}
@media (max-width: 767.98px) {
  .how-it-works-hero .how-it-works-hero-scrolljack .text-area .text-box {
    display: none;
  }
}
.how-it-works-hero .how-it-works-hero-scrolljack .text-area .text-box p {
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991.98px) {
  .how-it-works-hero .how-it-works-hero-scrolljack .text-area .text-box p {
    font-size: 22px;
    line-height: 120%;
  }
}
.how-it-works-hero .how-it-works-hero-scrolljack .background-area {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .how-it-works-hero .how-it-works-hero-scrolljack .background-area {
    width: 100%;
    z-index: 1;
  }
}
.how-it-works-hero .how-it-works-hero-scrolljack .background-area img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1399.98px) {
  .how-it-works-hero .how-it-works-hero-scrolljack .background-area img {
    transform: translateY(150px);
  }
}
@media (max-width: 991.98px) {
  .how-it-works-hero .how-it-works-hero-scrolljack .background-area img {
    transform: scale(0.7);
  }
}
@media (max-width: 767.98px) {
  .how-it-works-hero .how-it-works-hero-scrolljack .background-area img {
    transform: translateY(150px);
  }
}

.comprehensive-threat {
  position: relative;
  background-color: #fff;
  padding-top: 128px;
  padding-bottom: 160px;
}
@media (max-width: 2559.98px) {
  .comprehensive-threat {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 991.98px) {
  .comprehensive-threat {
    padding-top: 64px;
    padding-bottom: 104px;
  }
}
@media (max-width: 767.98px) {
  .comprehensive-threat {
    padding-top: 64px;
    padding-bottom: 104px;
  }
}
@media (max-width: 2559.98px) {
  .comprehensive-threat .content-area {
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media (max-width: 1599.98px) {
  .comprehensive-threat .content-area {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 991.98px) {
  .comprehensive-threat .content-area {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767.98px) {
  .comprehensive-threat .content-area {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.comprehensive-threat .content-area .comprehensive-boxes {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.comprehensive-threat .content-area .comprehensive-boxes .left-area {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 2559.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .left-area {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 64px;
  }
}
.comprehensive-threat .content-area .comprehensive-boxes .left-area .text-box {
  position: sticky;
  top: 150px;
}
.comprehensive-threat .content-area .comprehensive-boxes .left-area .text-box h2 {
  position: relative;
  width: 845px;
  max-width: 100%;
  margin-bottom: 48px;
  font-size: 108px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: -4.32px;
  color: #010308;
}
@media (max-width: 2559.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .left-area .text-box h2 {
    display: none;
  }
}
.comprehensive-threat .content-area .comprehensive-boxes .left-area .text-box h3 {
  width: 845px;
  max-width: 100%;
  font-size: 42px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: -0.84px;
  color: #010308;
}
@media (max-width: 991.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .left-area .text-box h3 {
    font-size: 32px;
    letter-spacing: -1px;
  }
}
@media (max-width: 767.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .left-area .text-box h3 {
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.28px;
  }
}
.comprehensive-threat .content-area .comprehensive-boxes .right-area {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
}
@media (max-width: 2559.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 96px;
}
@media (max-width: 2559.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes {
    row-gap: 64px;
  }
}
@media (max-width: 767.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes {
    row-gap: 42px;
  }
}
.comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  padding: 20px 0;
}
@media (max-width: 2559.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box {
    flex: 0 0 1126px;
    max-width: 1126px;
    margin-left: auto;
  }
}
@media (max-width: 2559.98px) and (max-width: 1999.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box {
    flex: 0 0 986px;
    max-width: 986px;
  }
}
@media (max-width: 2559.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box:nth-child(even) {
    margin-left: 0;
    margin-right: auto;
    flex-direction: row-reverse;
  }
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box:nth-child(even) .text-area {
    flex: 0 0 340px;
    max-width: 340px;
    margin-left: 64px;
  }
}
@media (max-width: 2559.98px) and (max-width: 991.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box:nth-child(even) .text-area {
    flex: 0 0 320px;
    max-width: 320px;
    margin-left: 44px;
  }
}
@media (max-width: 991.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box {
    flex: 0 0 704px;
    max-width: 704px;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box .text-area {
  position: relative;
  flex: 0 0 416px;
  max-width: 416px;
  padding: 24px 32px;
  border-left: 1px solid #c4c9cc;
}
@media (max-width: 2559.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box .text-area {
    flex: 0 0 404px;
    max-width: 404px;
    padding: 24px 20px;
  }
}
@media (max-width: 991.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box .text-area {
    flex: 0 0 364px;
    max-width: 364px;
  }
}
@media (max-width: 767.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box .text-area {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    border-left: none;
    border-bottom: 1px solid #c4c9cc;
    padding-bottom: 24px;
    padding-top: 36px;
    padding-left: 0;
    padding-right: 0;
  }
}
.comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box .text-area h4 {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.64px;
  font-weight: 300;
  color: #010308;
}
@media (max-width: 767.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box .text-area h4 {
    margin-bottom: 4px;
  }
}
.comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box .text-area p {
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: -0.4px;
}
@media (max-width: 991.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box .text-area p {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box .text-area p {
    margin-bottom: 0;
  }
}
.comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box .image-area {
  position: relative;
  flex: 0 0 calc(100% - 416px);
  max-width: calc(100% - 416px);
  min-height: 314px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 2559.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box .image-area {
    flex: 0 0 calc(100% - 404px);
    max-width: calc(100% - 404px);
    min-height: 263px;
  }
}
@media (max-width: 1599.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box .image-area {
    min-height: 260px;
  }
}
@media (max-width: 991.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box .image-area {
    flex: 0 0 calc(100% - 364px);
    max-width: calc(100% - 364px);
    min-height: 193px;
  }
}
@media (max-width: 767.98px) {
  .comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box .image-area {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 170px;
    order: 1;
  }
}
.comprehensive-threat .content-area .comprehensive-boxes .right-area .column-boxes .column-box .image-area img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.safe-for-everyone {
  position: relative;
  background-color: #f3f3f3;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 991.98px) {
  .safe-for-everyone {
    background-color: #fff;
    padding-bottom: 120px;
  }
}
.safe-for-everyone .content-area .title-area {
  padding-top: 160px;
  width: 800px;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .safe-for-everyone .content-area .title-area {
    padding-top: 64px;
  }
}
.safe-for-everyone .content-area .title-area h2 {
  font-size: 108px;
  line-height: 120%;
  letter-spacing: -4.32px;
  font-weight: 300;
  color: #010308;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .safe-for-everyone .content-area .title-area h2 {
    font-size: 64px;
    line-height: 120%;
    letter-spacing: -2.56px;
  }
}
@media (max-width: 767.98px) {
  .safe-for-everyone .content-area .title-area h2 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.32px;
  }
}
.safe-for-everyone .content-area .column-boxes-area .column-title {
  padding-top: 120px;
  padding-bottom: 62px;
}
@media (max-width: 991.98px) {
  .safe-for-everyone .content-area .column-boxes-area .column-title {
    margin-top: 64px;
    padding-top: 18px;
    padding-bottom: 24px;
    border-top: 1px solid #c4c9cc;
  }
}
.safe-for-everyone .content-area .column-boxes-area .column-title h3 {
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.84px;
  color: #010308;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .safe-for-everyone .content-area .column-boxes-area .column-title h3 {
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.28px;
  }
}
.safe-for-everyone .content-area .column-boxes-area .column-boxes {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1599.98px) {
  .safe-for-everyone .content-area .column-boxes-area .column-boxes {
    width: calc(100% + 128px);
    left: -64px;
  }
}
@media (max-width: 991.98px) {
  .safe-for-everyone .content-area .column-boxes-area .column-boxes {
    width: 100%;
    left: unset;
    row-gap: 24px;
  }
}
.safe-for-everyone .content-area .column-boxes-area .column-boxes::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #bfbfbf;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .safe-for-everyone .content-area .column-boxes-area .column-boxes::before {
    display: none;
  }
}
.safe-for-everyone .content-area .column-boxes-area .column-boxes::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #bfbfbf;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .safe-for-everyone .content-area .column-boxes-area .column-boxes::after {
    display: none;
  }
}
.safe-for-everyone .content-area .column-boxes-area .column-boxes .column-box {
  position: relative;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  border-right: 1px solid #bfbfbf;
  padding: 35px 35px 64px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 40px;
  min-height: 400px;
}
@media (max-width: 991.98px) {
  .safe-for-everyone .content-area .column-boxes-area .column-boxes .column-box {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: unset;
    border: none;
    padding: 24px 24px 32px;
    background-color: #f3f3f3;
    border-radius: 20px;
  }
}
.safe-for-everyone .content-area .column-boxes-area .column-boxes .column-box:first-child {
  border-left: 1px solid #bfbfbf;
}
@media (max-width: 1599.98px) {
  .safe-for-everyone .content-area .column-boxes-area .column-boxes .column-box:first-child {
    border-left: none;
    padding-left: 64px;
  }
}
@media (max-width: 991.98px) {
  .safe-for-everyone .content-area .column-boxes-area .column-boxes .column-box:first-child {
    padding-left: 24px;
  }
}
@media (max-width: 1599.98px) {
  .safe-for-everyone .content-area .column-boxes-area .column-boxes .column-box:last-child {
    border-right: none;
  }
}
.safe-for-everyone .content-area .column-boxes-area .column-boxes .column-box .icon-area {
  width: 100px;
}
@media (max-width: 767.98px) {
  .safe-for-everyone .content-area .column-boxes-area .column-boxes .column-box .icon-area {
    width: 64px;
  }
}
.safe-for-everyone .content-area .column-boxes-area .column-boxes .column-box .text-area p {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
  color: #010308;
  width: 650px;
  max-width: 100%;
}
@media (max-width: 1999.98px) {
  .safe-for-everyone .content-area .column-boxes-area .column-boxes .column-box .text-area p br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .safe-for-everyone .content-area .column-boxes-area .column-boxes .column-box .text-area p {
    font-size: 22px;
  }
}

.deploys-like-camera {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .deploys-like-camera {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (max-width: 767.98px) {
  .deploys-like-camera {
    padding-top: 64px;
  }
}
.deploys-like-camera .content-area {
  padding: 0 256px;
}
@media (max-width: 1999.98px) {
  .deploys-like-camera .content-area {
    padding: 0 128px;
  }
}
@media (max-width: 1599.98px) {
  .deploys-like-camera .content-area {
    padding: 0 64px;
  }
}
@media (max-width: 767.98px) {
  .deploys-like-camera .content-area {
    padding: 0 24px;
  }
}
.deploys-like-camera .content-area .top-text-area {
  position: relative;
  width: 1150px;
  max-width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 767.98px) {
  .deploys-like-camera .content-area .top-text-area {
    margin-bottom: 40px;
  }
}
.deploys-like-camera .content-area .top-text-area h2 {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 110%;
  font-weight: 300;
  letter-spacing: -0.96px;
  color: #010308;
}
@media (max-width: 767.98px) {
  .deploys-like-camera .content-area .top-text-area h2 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.64px;
    margin-bottom: 40px;
  }
}
.deploys-like-camera .content-area .top-text-area h2 span {
  color: #5335fe;
}
@media (max-width: 991.98px) {
  .deploys-like-camera .content-area .top-text-area h2 span {
    display: block;
  }
}
.deploys-like-camera .content-area .top-text-area p {
  font-size: 32px;
  line-height: 130%;
  font-weight: 300;
  color: #010308;
}
@media (max-width: 991.98px) {
  .deploys-like-camera .content-area .top-text-area p {
    font-size: 22px;
    line-height: 120%;
  }
  .deploys-like-camera .content-area .top-text-area p br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .deploys-like-camera .content-area .top-text-area p {
    font-size: 18px;
    line-height: 140%;
  }
}
.deploys-like-camera .content-area .accordion-boxes-area {
  position: relative;
  border-top: 1px solid #c4c9cc;
  display: flex;
}
@media (max-width: 991.98px) {
  .deploys-like-camera .content-area .accordion-boxes-area {
    border-top: none;
  }
}
.deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  border-right: 1px solid #c4c9cc;
}
@media (max-width: 991.98px) {
  .deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 64px;
  }
}
@media (max-width: 767.98px) {
  .deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left {
    row-gap: 40px;
  }
}
.deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box {
  position: relative;
  padding: 48px 64px 48px 82px;
  border-bottom: 1px solid #c4c9cc;
  cursor: pointer;
  transition: all 0.35s;
}
@media (max-width: 991.98px) {
  .deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../../assets/images/arrow-right-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 46px;
  left: 24px;
  transition: all 0.35s;
}
@media (max-width: 991.98px) {
  .deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box::before {
    display: none;
  }
}
.deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box.active {
  border-bottom-color: #5335fe;
  transition: all 0.35s;
}
@media (max-width: 991.98px) {
  .deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box.active {
    border-bottom-color: #c4c9cc;
  }
}
.deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box.active::before {
  transform: rotate(90deg);
  transition: all 0.35s;
}
.deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box.active .answer {
  display: block;
}
@media (max-width: 991.98px) {
  .deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box.active .answer {
    display: none;
  }
}
.deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box .image-mobile {
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box .image-mobile {
    border-radius: 10px;
  }
}
.deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box .image-mobile img {
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box .image-mobile img {
    border-radius: 10px;
  }
}
.deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box .question {
  font-size: 20px;
  line-height: 130%;
  color: #010308;
  letter-spacing: -0.4px;
}
@media (max-width: 991.98px) {
  .deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box .question {
    font-size: 32px;
    line-height: 115%;
    font-weight: 300;
    letter-spacing: -0.32px;
    padding-top: 36px;
    padding-bottom: 36px;
    text-indent: -33px;
    padding-left: 33px;
  }
}
@media (max-width: 767.98px) {
  .deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box .question {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0;
    padding-bottom: 24px;
    text-indent: -20px;
    padding-left: 20px;
  }
}
.deploys-like-camera .content-area .accordion-boxes-area .accordion-box-left .accordion-box .answer {
  margin-top: 18px;
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  color: rgba(1, 3, 8, 0.5);
  width: 610px;
  max-width: 100%;
  display: none;
}
.deploys-like-camera .content-area .accordion-boxes-area .accordion-box-right {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  background: url(../../assets/images/accordion-bg.png);
  background-size: cover;
  background-position: center right;
  border-bottom: 1px solid #c4c9cc;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .deploys-like-camera .content-area .accordion-boxes-area .accordion-box-right {
    display: none;
  }
}
.deploys-like-camera .content-area .accordion-boxes-area .accordion-box-right .accordion-image {
  display: none;
}
.deploys-like-camera .content-area .accordion-boxes-area .accordion-box-right .accordion-image.active {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 96px 96px 0;
  max-height: 587px;
}
.deploys-like-camera .content-area .accordion-boxes-area .accordion-box-right .accordion-image img {
  border-radius: 20px 20px 0 0;
  border: 1px solid #c4c9cc;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  box-shadow: 0 0 10px 1px rgba(1, 3, 8, 0.1);
}

.how-we-compare {
  position: relative;
  background: linear-gradient(to bottom, #01101f 0%, #020916 100%);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .how-we-compare {
    padding-bottom: 90px;
  }
}
.how-we-compare .top-text-area {
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 120px;
       column-gap: 120px;
  row-gap: 40px;
}
@media (max-width: 1999.98px) {
  .how-we-compare .top-text-area {
    padding-top: 120px;
  }
}
@media (max-width: 991.98px) {
  .how-we-compare .top-text-area {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.how-we-compare .top-text-area .top-text-left {
  flex: 0 0 calc(100% - 860px);
  max-width: calc(100% - 860px);
}
@media (max-width: 1399.98px) {
  .how-we-compare .top-text-area .top-text-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.how-we-compare .top-text-area .top-text-left h2 {
  width: 580px;
  max-width: 100%;
  color: #fff;
  margin-bottom: 0;
  font-size: 108px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: -4.32px;
}
@media (max-width: 1399.98px) {
  .how-we-compare .top-text-area .top-text-left h2 {
    font-size: 64px;
    line-height: 120%;
    letter-spacing: -2.56px;
  }
}
@media (max-width: 767.98px) {
  .how-we-compare .top-text-area .top-text-left h2 {
    font-size: 52px;
    line-height: 110%;
    letter-spacing: -1px;
  }
}
.how-we-compare .top-text-area .top-text-right {
  flex: 0 0 740px;
  max-width: 740px;
}
@media (max-width: 1399.98px) {
  .how-we-compare .top-text-area .top-text-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.how-we-compare .top-text-area .top-text-right p {
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .how-we-compare .top-text-area .top-text-right p {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
  }
}
.how-we-compare .column-boxes {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .how-we-compare .column-boxes {
    display: none;
  }
}
.how-we-compare .column-boxes::before {
  content: "";
  position: absolute;
  width: 150vw;
  height: 1px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #2e3b46;
}
@media (max-width: 991.98px) {
  .how-we-compare .column-boxes::before {
    display: none;
  }
}
.how-we-compare .column-boxes .column-box {
  position: relative;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 100px 111px 128px;
  border-right: 1px solid #2e3b46;
}
@media (max-width: 1999.98px) {
  .how-we-compare .column-boxes .column-box {
    padding: 64px 66px 96px;
  }
}
@media (max-width: 1599.98px) {
  .how-we-compare .column-boxes .column-box {
    padding: 35px 35px 96px;
  }
}
@media (max-width: 991.98px) {
  .how-we-compare .column-boxes .column-box {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    border-right: none;
  }
  .how-we-compare .column-boxes .column-box::before {
    content: "";
    width: 150vh;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2e3b46;
  }
}
.how-we-compare .column-boxes .column-box:first-child {
  border-left: 1px solid #2e3b46;
}
@media (max-width: 1599.98px) {
  .how-we-compare .column-boxes .column-box:first-child {
    padding-left: 16px;
    border-left: none;
  }
}
@media (max-width: 991.98px) {
  .how-we-compare .column-boxes .column-box:first-child {
    padding-left: 0;
  }
}
@media (max-width: 1599.98px) {
  .how-we-compare .column-boxes .column-box:last-child {
    padding-right: 16px;
    border-right: none;
  }
}
@media (max-width: 991.98px) {
  .how-we-compare .column-boxes .column-box:last-child {
    padding-right: 0;
  }
}
.how-we-compare .column-boxes .column-box .image-area {
  margin-bottom: 34px;
}
@media (max-width: 991.98px) {
  .how-we-compare .column-boxes .column-box .image-area {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 32px;
    border-right: 1px solid #2e3b46;
  }
}
.how-we-compare .column-boxes .column-box .image-area .info-image {
  position: relative;
  padding: 14px 32px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #2e3b46;
  border-bottom: none;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .how-we-compare .column-boxes .column-box .image-area .info-image {
    padding: 12px 27px;
    border-radius: 9px 9px 0 0;
  }
}
.how-we-compare .column-boxes .column-box .image-area .info-image.highlight {
  background-color: #5335fe;
}
.how-we-compare .column-boxes .column-box .image-area .image-box {
  position: relative;
  width: 100%;
  height: 440px;
  border-radius: 0 20px 20px 20px;
  border: 1px solid #2e3b46;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .how-we-compare .column-boxes .column-box .image-area .image-box {
    height: 375px;
  }
}
.how-we-compare .column-boxes .column-box .image-area .image-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .how-we-compare .column-boxes .column-box .table-area {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 32px;
  }
}
.how-we-compare .column-boxes .column-box .table-area .table-boxes .table-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #2e3b46;
  padding: 20px 16px;
}
.how-we-compare .column-boxes .column-box .table-area .table-boxes .table-box:first-child {
  border-top: none;
}
.how-we-compare .column-boxes .column-box .table-area .table-boxes .table-box .left-text {
  font-size: 18px;
  line-height: 125%;
  font-weight: 400;
  color: #fff;
}
.how-we-compare .column-boxes .column-box .table-area .table-boxes .table-box .right-text {
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  color: #fff;
  text-align: right;
}
.how-we-compare .mobile-how-we-compare-slider {
  position: relative;
  opacity: 0;
  transition: all 0.35s;
}
.how-we-compare .mobile-how-we-compare-slider.slick-initialized {
  opacity: 1;
  transition: all 0.35s;
}
.how-we-compare .mobile-how-we-compare-slider .slick-dots {
  bottom: -50px;
}
.how-we-compare .mobile-how-we-compare-slider .slick-dots li.slick-active button {
  background-color: #fff;
  transform: scale(1.5);
  transition: all 0.35s;
}
.how-we-compare .mobile-how-we-compare-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 0;
  margin: 0;
  transition: all 0.35s;
}
.how-we-compare .mobile-how-we-compare-slider .slick-dots li button::before {
  display: none;
}
.how-we-compare .mobile-how-we-compare-slider .slider-box {
  position: relative;
}
.how-we-compare .mobile-how-we-compare-slider .slider-box .image-area .info-image {
  position: relative;
  padding: 14px 32px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #2e3b46;
  border-bottom: none;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.how-we-compare .mobile-how-we-compare-slider .slider-box .image-area .info-image.highlight {
  background-color: #5335fe;
}
.how-we-compare .mobile-how-we-compare-slider .slider-box .image-area .image-box {
  position: relative;
  width: 100%;
  height: 430px;
  border-radius: 0 20px 20px 20px;
  border: 1px solid #2e3b46;
  overflow: hidden;
}
.how-we-compare .mobile-how-we-compare-slider .slider-box .image-area .image-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.industries-hero {
  position: relative;
  min-height: 100dvh;
}
.industries-hero .background-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.industries-hero .background-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom left, rgba(1, 16, 30, 0) -100%, rgba(1, 16, 30, 0) 25%, rgb(1, 16, 30) 93%);
  opacity: 0.7;
}
.industries-hero .background-area .media-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.industries-hero .background-area .media-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.industries-hero .background-area .media-box iframe {
  height: 150vw !important;
  left: 50% !important;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
  top: 50% !important;
  width: 250vh !important;
}
.industries-hero .text-box {
  position: absolute;
  width: 627px;
  max-width: calc(100% - 320px);
  bottom: 180px;
  left: 160px;
}
@media (max-width: 1999.98px) {
  .industries-hero .text-box {
    left: 96px;
    bottom: 160px;
    width: 584px;
    max-width: calc(100% - 192px);
  }
}
@media (max-width: 1599.98px) {
  .industries-hero .text-box {
    left: 64px;
    bottom: 120px;
    max-width: calc(100% - 128px);
  }
}
@media (max-width: 991.98px) {
  .industries-hero .text-box {
    left: 32px;
    bottom: 96px;
    max-width: calc(100% - 64px);
  }
}
@media (max-width: 767.98px) {
  .industries-hero .text-box {
    left: 24px;
    bottom: 96px;
    max-width: calc(100% - 48px);
  }
}
.industries-hero .text-box h1 {
  margin-bottom: 20px;
  font-size: 62px;
  line-height: 120%;
  letter-spacing: -2px;
  font-weight: 300;
  color: #fff;
  padding-right: 46px;
}
@media (max-width: 1999.98px) {
  .industries-hero .text-box h1 {
    font-size: 58px;
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .industries-hero .text-box h1 {
    font-size: 32px;
    letter-spacing: -1px;
    margin-bottom: 12px;
    padding-right: 22px;
  }
}
.industries-hero .text-box h3 {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.84px;
  font-weight: 300;
  color: #fff;
}
.industries-hero .text-box h3.reduce_line_height {
  line-height: 110%;
}
@media (max-width: 767.98px) {
  .industries-hero .text-box h3 {
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.28px;
  }
}

.section-desc {
  position: relative;
  background-color: #fff;
  padding-top: 128px;
  padding-bottom: 112px;
}
@media (max-width: 1999.98px) {
  .section-desc {
    padding-top: 120px;
    padding-bottom: 104px;
  }
}
@media (max-width: 767.98px) {
  .section-desc {
    padding-top: 64px;
    padding-bottom: 104px;
  }
}
.section-desc.dark-bg {
  background: linear-gradient(to bottom right, #020916 0%, #01101f 100%);
}
.section-desc.dark-bg .content-area h2,
.section-desc.dark-bg .content-area p {
  color: #fff;
}
.section-desc .content-area .top-text {
  width: 823px;
  max-width: 100%;
  margin-bottom: 82px;
}
@media (max-width: 1999.98px) {
  .section-desc .content-area .top-text {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .section-desc .content-area .top-text {
    margin-bottom: 40px;
  }
}
.section-desc .content-area .bottom-text {
  width: 583px;
  max-width: 100%;
  margin-left: auto;
}
.section-desc .content-area h2 {
  font-size: 64px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: -1.28px;
  color: #010308;
}
@media (max-width: 767.98px) {
  .section-desc .content-area h2 {
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.28px;
  }
}
.section-desc .content-area p {
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #010308;
}
@media (max-width: 767.98px) {
  .section-desc .content-area p {
    font-size: 18px;
    line-height: 140%;
    color: #010308;
  }
}
.section-desc .content-area .text-inside-box-area {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
}
@media (max-width: 1999.98px) {
  .section-desc .content-area .text-inside-box-area {
    row-gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .section-desc .content-area .text-inside-box-area {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.section-desc .content-area .text-inside-box-area .text-inside-box {
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 32px;
}
@media (max-width: 767.98px) {
  .section-desc .content-area .text-inside-box-area .text-inside-box {
    padding: 24px;
  }
}
.section-desc .content-area .text-inside-box-area .text-inside-box p {
  color: #010308;
  font-size: 24px;
  line-height: 120%;
  font-weight: 300;
  width: 540px;
  max-width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .section-desc .content-area .text-inside-box-area .text-inside-box p {
    font-size: 22px;
  }
}

.security-dilemma {
  position: relative;
  overflow: hidden;
  background-color: #f3f3f3;
}
.security-dilemma .mobile-media .media-box {
  position: relative;
  overflow: hidden;
  height: 620px;
}
.security-dilemma .mobile-media .media-box img {
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.security-dilemma .mobile-media .media-box iframe {
  height: 150vw !important;
  left: 50% !important;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
  top: 50% !important;
  width: 250vh !important;
}
.security-dilemma .content-area .title-area {
  padding-top: 128px;
  padding-bottom: 54px;
}
@media (max-width: 1999.98px) {
  .security-dilemma .content-area .title-area {
    padding-top: 120px;
    padding-bottom: 62px;
  }
}
@media (max-width: 767.98px) {
  .security-dilemma .content-area .title-area {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.security-dilemma .content-area .title-area h2 {
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.84px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .security-dilemma .content-area .title-area h2 {
    font-size: 32px;
    line-height: 115%;
    letter-spacing: -0.32px;
  }
}
.security-dilemma .content-area .column-boxes {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.security-dilemma .content-area .column-boxes::before {
  content: "";
  width: 150vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c1c5c7;
}
.security-dilemma .content-area .column-boxes .media-area {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 64px 64px 120px;
  border-left: 1px solid #c1c5c7;
  border-right: 1px solid #c1c5c7;
}
@media (max-width: 1999.98px) {
  .security-dilemma .content-area .column-boxes .media-area {
    border-left: none;
    padding: 42px 42px 120px 0;
  }
}
@media (max-width: 767.98px) {
  .security-dilemma .content-area .column-boxes .media-area {
    display: none;
  }
}
.security-dilemma .content-area .column-boxes .media-area .media-box {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 984px;
  top: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1999.98px) {
  .security-dilemma .content-area .column-boxes .media-area .media-box {
    min-height: 760px;
  }
}
.security-dilemma .content-area .column-boxes .media-area .media-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.security-dilemma .content-area .column-boxes .media-area .media-box iframe {
  height: 150vw !important;
  left: 50% !important;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
  top: 50% !important;
  width: 250vh !important;
}
.security-dilemma .content-area .column-boxes .text-area {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  border-right: 1px solid #c1c5c7;
  padding: 64px 64px 120px;
}
@media (max-width: 1999.98px) {
  .security-dilemma .content-area .column-boxes .text-area {
    border-right: none;
    padding: 42px 42px 124px;
  }
}
@media (max-width: 1599.98px) {
  .security-dilemma .content-area .column-boxes .text-area {
    padding: 42px 0 120px 42px;
  }
}
@media (max-width: 767.98px) {
  .security-dilemma .content-area .column-boxes .text-area {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 36px 0 114px;
  }
}
.security-dilemma .content-area .column-boxes .text-area .text-box {
  position: relative;
  width: 873px;
  max-width: 100%;
}
.security-dilemma .content-area .column-boxes .text-area .text-box p {
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  color: #010308;
  width: 693px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .security-dilemma .content-area .column-boxes .text-area .text-box p {
    font-size: 18px;
  }
}
.security-dilemma .content-area .column-boxes .text-area .text-box .text-inside-box-area {
  margin-top: 42px;
  margin-bottom: 42px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
}
@media (max-width: 1999.98px) {
  .security-dilemma .content-area .column-boxes .text-area .text-box .text-inside-box-area {
    row-gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .security-dilemma .content-area .column-boxes .text-area .text-box .text-inside-box-area {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.security-dilemma .content-area .column-boxes .text-area .text-box .text-inside-box-area .text-inside-box {
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 32px;
}
@media (max-width: 767.98px) {
  .security-dilemma .content-area .column-boxes .text-area .text-box .text-inside-box-area .text-inside-box {
    padding: 24px;
  }
}
.security-dilemma .content-area .column-boxes .text-area .text-box .text-inside-box-area .text-inside-box p {
  color: #010308;
  font-size: 24px;
  line-height: 120%;
  font-weight: 300;
  width: 540px;
  max-width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .security-dilemma .content-area .column-boxes .text-area .text-box .text-inside-box-area .text-inside-box p {
    font-size: 22px;
  }
}

.better-way {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom right, #020916 0%, #01101f 100%);
}
.better-way .mobile-media .media-box {
  position: relative;
  overflow: hidden;
  height: 620px;
}
.better-way .mobile-media .media-box img {
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.better-way .mobile-media .media-box iframe {
  height: 150vw !important;
  left: 50% !important;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
  top: 50% !important;
  width: 250vh !important;
}
.better-way .content-area .title-area {
  padding-top: 128px;
  padding-bottom: 54px;
}
@media (max-width: 1999.98px) {
  .better-way .content-area .title-area {
    padding-top: 120px;
    padding-bottom: 62px;
  }
}
@media (max-width: 767.98px) {
  .better-way .content-area .title-area {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.better-way .content-area .title-area h2 {
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.84px;
  font-weight: 300;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .better-way .content-area .title-area h2 {
    font-size: 32px;
    line-height: 115%;
    letter-spacing: -0.32px;
  }
}
.better-way .content-area .column-boxes {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.better-way .content-area .column-boxes::before {
  content: "";
  width: 150vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2e3b46;
}
.better-way .content-area .column-boxes .media-area {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 64px 64px 120px;
  border-left: 1px solid #2e3b46;
  border-right: 1px solid #2e3b46;
}
@media (max-width: 1999.98px) {
  .better-way .content-area .column-boxes .media-area {
    border-left: none;
    padding: 42px 42px 120px 0;
  }
}
@media (max-width: 767.98px) {
  .better-way .content-area .column-boxes .media-area {
    display: none;
  }
}
.better-way .content-area .column-boxes .media-area .media-box {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 984px;
  top: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1999.98px) {
  .better-way .content-area .column-boxes .media-area .media-box {
    min-height: 760px;
  }
}
@media (max-width: 1599.98px) {
  .better-way .content-area .column-boxes .media-area .media-box {
    min-height: unset;
  }
}
.better-way .content-area .column-boxes .media-area .media-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.better-way .content-area .column-boxes .media-area .media-box iframe {
  height: 150vw !important;
  left: 50% !important;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
  top: 50% !important;
  width: 250vh !important;
}
.better-way .content-area .column-boxes .text-area {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  border-right: 1px solid #2e3b46;
  padding: 64px 64px 120px;
}
@media (max-width: 1999.98px) {
  .better-way .content-area .column-boxes .text-area {
    border-right: none;
    padding: 42px 42px 124px;
  }
}
@media (max-width: 1599.98px) {
  .better-way .content-area .column-boxes .text-area {
    padding: 42px 0 120px 42px;
  }
}
@media (max-width: 767.98px) {
  .better-way .content-area .column-boxes .text-area {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 36px 0 114px;
  }
}
.better-way .content-area .column-boxes .text-area .text-box {
  position: relative;
  width: 873px;
  max-width: 100%;
}
.better-way .content-area .column-boxes .text-area .text-box p {
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767.98px) {
  .better-way .content-area .column-boxes .text-area .text-box p {
    font-size: 18px;
  }
}
.better-way .content-area .column-boxes .text-area .text-box .text-inside-box-area {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
}
@media (max-width: 1999.98px) {
  .better-way .content-area .column-boxes .text-area .text-box .text-inside-box-area {
    row-gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .better-way .content-area .column-boxes .text-area .text-box .text-inside-box-area {
    margin-top: 24px;
  }
}
.better-way .content-area .column-boxes .text-area .text-box .text-inside-box-area .text-inside-box {
  flex: 0 0 100%;
  max-width: 100%;
  border: 1px solid #2e3b46;
  border-radius: 20px;
  padding: 32px;
}
@media (max-width: 767.98px) {
  .better-way .content-area .column-boxes .text-area .text-box .text-inside-box-area .text-inside-box {
    padding: 24px;
  }
}
.better-way .content-area .column-boxes .text-area .text-box .text-inside-box-area .text-inside-box p {
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  font-weight: 300;
  width: 540px;
  max-width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .better-way .content-area .column-boxes .text-area .text-box .text-inside-box-area .text-inside-box p {
    font-size: 22px;
  }
}

.testimonials-with-photo {
  position: relative;
  padding-top: 256px;
  padding-bottom: 256px;
  background: linear-gradient(to bottom right, #6f80ff -50%, #5335fe 100%);
}
@media (max-width: 1999.98px) {
  .testimonials-with-photo {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
@media (max-width: 767.98px) {
  .testimonials-with-photo {
    padding-top: 96px;
    padding-bottom: 120px;
  }
}
.testimonials-with-photo .content-area .column-boxes {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 64px;
}
.testimonials-with-photo .content-area .column-boxes .text-area {
  position: relative;
  flex: 0 0 calc(100% - 924px);
  max-width: calc(100% - 924px);
  padding: 0 96px;
}
@media (max-width: 1999.98px) {
  .testimonials-with-photo .content-area .column-boxes .text-area {
    flex: 0 0 calc(100% - 474px);
    max-width: calc(100% - 474px);
    padding: 0 46px;
  }
}
@media (max-width: 1599.98px) {
  .testimonials-with-photo .content-area .column-boxes .text-area {
    flex: 0 0 calc(100% - 506px);
    max-width: calc(100% - 506px);
    padding: 0 46px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-with-photo .content-area .column-boxes .text-area {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 24px;
  }
}
@media (max-width: 991.98px) {
  .testimonials-with-photo .content-area .column-boxes .text-area {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 18px;
    order: 2;
  }
}
.testimonials-with-photo .content-area .column-boxes .text-area .text-box {
  position: relative;
  width: 964px;
  max-width: 100%;
}
@media (max-width: 1999.98px) {
  .testimonials-with-photo .content-area .column-boxes .text-area .text-box {
    width: 916px;
  }
}
@media (max-width: 1599.98px) {
  .testimonials-with-photo .content-area .column-boxes .text-area .text-box {
    width: 642px;
  }
}
.testimonials-with-photo .content-area .column-boxes .text-area .text-box p {
  font-size: 42px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: -0.84px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .testimonials-with-photo .content-area .column-boxes .text-area .text-box p {
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.28px;
  }
}
.testimonials-with-photo .content-area .column-boxes .text-area .text-box .testi-meta {
  position: relative;
  padding-top: 24px;
  margin-top: 42px;
}
@media (max-width: 767.98px) {
  .testimonials-with-photo .content-area .column-boxes .text-area .text-box .testi-meta {
    margin-top: 24px;
  }
}
.testimonials-with-photo .content-area .column-boxes .text-area .text-box .testi-meta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 10%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0) 100%);
}
.testimonials-with-photo .content-area .column-boxes .text-area .text-box .testi-meta h4 {
  font-size: 20px;
  line-height: 125%;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767.98px) {
  .testimonials-with-photo .content-area .column-boxes .text-area .text-box .testi-meta h4 {
    font-size: 16px;
    line-height: 140%;
  }
}
.testimonials-with-photo .content-area .column-boxes .photo-area {
  position: relative;
  flex: 0 0 924px;
  max-width: 924px;
  padding: 0 128px;
}
@media (max-width: 1999.98px) {
  .testimonials-with-photo .content-area .column-boxes .photo-area {
    flex: 0 0 474px;
    max-width: 474px;
    padding: 0 46px 0 0;
  }
}
@media (max-width: 1599.98px) {
  .testimonials-with-photo .content-area .column-boxes .photo-area {
    flex: 0 0 506px;
    max-width: 506px;
    padding: 0 64px 0 0;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-with-photo .content-area .column-boxes .photo-area {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 24px;
  }
}
@media (max-width: 991.98px) {
  .testimonials-with-photo .content-area .column-boxes .photo-area {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 18px;
    order: 1;
  }
}
.testimonials-with-photo .content-area .column-boxes .photo-area .photo-box {
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .testimonials-with-photo .content-area .column-boxes .photo-area .photo-box {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .testimonials-with-photo .content-area .column-boxes .photo-area .photo-box {
    width: 140px;
  }
}
.testimonials-with-photo .content-area .column-boxes .photo-area .photo-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .testimonials-with-photo .content-area .column-boxes .photo-area .photo-box img {
    aspect-ratio: 1/1;
  }
}

.contact {
  background: linear-gradient(161deg, rgb(2, 9, 22) 0%, rgb(1, 16, 31) 100%);
  padding: 128px 0 200px;
}
@media (max-width: 767.98px) {
  .contact {
    padding: 64px 0;
  }
}
.contact .content-area .contact_wrap {
  width: 832px;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1440.98px) {
  .contact .content-area .contact_wrap {
    width: 720px;
  }
}
.contact .content-area .contact_wrap .top_area {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin-bottom: 120px;
}
@media (max-width: 767.98px) {
  .contact .content-area .contact_wrap .top_area {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 64px;
  }
}
.contact .content-area .contact_wrap .top_area .icon_area {
  flex-shrink: 0;
  width: 50px;
}
.contact .content-area .contact_wrap .top_area .icon_area img {
  display: block;
}
.contact .content-area .contact_wrap .top_area h4 {
  margin: 0;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .contact .content-area .contact_wrap .top_area h4 {
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.3px;
  }
}
.contact .content-area .contact_wrap .form_area form .body_field .form_row {
  margin-bottom: 16px;
}
.contact .content-area .contact_wrap .form_area form .body_field .form_row:last-child {
  margin-bottom: 0;
}
.contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box {
  border: 1px solid #2E3B46;
  border-radius: 20px;
  padding: 32px 32px 38px;
  transition: all 0.35s;
}
@media (max-width: 767.98px) {
  .contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box {
    padding: 12px;
    border-radius: 10px;
  }
}
.contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box label {
  display: flex;
  width: 100%;
  color: #8A99A5;
  justify-content: space-between;
  margin-bottom: 58px;
  transition: all 0.35s;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box label {
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 42px;
  }
}
.contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box label .required {
  color: #6F80FF;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  font-size: 14px;
  line-height: 125%;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box label .required {
    font-size: 14px;
    line-height: 125%;
  }
}
.contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box label .required::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #6F80FF;
}
.contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box input[type=text],
.contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box input[type=email] {
  background-color: transparent;
  border: none !important;
  outline: none !important;
  display: block;
  width: 100%;
  padding: 0 16px;
  font-family: "Everett";
  font-weight: 300;
  font-size: 32px;
  line-height: 155%;
  color: #fff;
  height: 46px;
}
@media (max-width: 767.98px) {
  .contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box input[type=text],
  .contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box input[type=email] {
    font-size: 22px;
    line-height: 120%;
  }
}
.contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box textarea {
  background-color: transparent;
  border: none !important;
  outline: none !important;
  display: block;
  width: 100%;
  padding: 0 16px;
  font-family: "Everett";
  font-weight: 300;
  font-size: 32px;
  line-height: 155%;
  color: #fff;
  resize: none;
  height: 175px;
}
@media (max-width: 767.98px) {
  .contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box textarea {
    height: 164px;
    font-size: 18px;
    line-height: 140%;
  }
}
@media (max-width: 767.98px) {
  .contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box.higher label {
    margin-bottom: 24px;
  }
}
.contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box.active {
  border: 1px solid #8A99A5;
}
.contact .content-area .contact_wrap .form_area form .body_field .form_row .form_box.active label {
  color: #F7F8F9;
}
.contact .content-area .contact_wrap .form_area form .footer_field {
  margin-top: 64px;
  text-align: right;
}
@media (max-width: 767.98px) {
  .contact .content-area .contact_wrap .form_area form .footer_field {
    margin-top: 32px;
  }
}
.contact .content-area .contact_wrap .form_area form .footer_field button {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.2px;
  gap: 18px;
  font-weight: 400;
}

.contact_map {
  padding: 128px 0;
}
@media (max-width: 767.98px) {
  .contact_map {
    padding: 64px 0;
  }
}
.contact_map .content-area {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .contact_map .content-area {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .contact_map .content-area .left_area {
    margin-bottom: 32px;
  }
}
.contact_map .content-area .left_area h2 {
  font-size: 104px;
  line-height: 85%;
  margin-bottom: 38px;
}
@media (max-width: 1024px) {
  .contact_map .content-area .left_area h2 {
    font-size: 74px;
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  .contact_map .content-area .left_area h2 {
    font-size: 64px;
    line-height: 85%;
    letter-spacing: -2.6px;
    margin-bottom: 24px;
  }
}
.contact_map .content-area .left_area p {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
}
.contact_map .content-area .right_area {
  width: 52.7%;
}
@media (max-width: 1599.98px) {
  .contact_map .content-area .right_area {
    width: 55.52%;
  }
}
@media (max-width: 767.98px) {
  .contact_map .content-area .right_area {
    width: 100%;
  }
}
.contact_map .content-area .right_area .item {
  position: relative;
  border: 1px solid #c4c9cc;
  border-radius: 20px;
  padding: 32px;
  padding-bottom: 188px;
  margin-bottom: 16px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .contact_map .content-area .right_area .item {
    padding: 24px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .contact_map .content-area .right_area .item::before {
    content: "";
    background-image: url(../images/contact-arrow.png);
    width: 28px;
    height: 28px;
    bottom: 24px;
    right: 24px;
    position: absolute;
    background-size: contain;
  }
}
.contact_map .content-area .right_area .item .bg_area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s;
}
.contact_map .content-area .right_area .item .bg_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  mix-blend-mode: screen;
  background-color: #5335fe;
}
.contact_map .content-area .right_area .item .bg_area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background: linear-gradient(260deg, rgba(83, 53, 254, 0) 20%, rgb(83, 53, 254) 100%);
}
.contact_map .content-area .right_area .item .bg_area img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
.contact_map .content-area .right_area .item h4 {
  margin: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.8px;
  position: relative;
  z-index: 6;
  transition: all 0.35s;
}
@media (max-width: 767.98px) {
  .contact_map .content-area .right_area .item h4 {
    font-size: 22px;
    line-height: 120%;
  }
}
@media (min-width: 768px) {
  .contact_map .content-area .right_area .item:hover .bg_area {
    opacity: 1;
  }
  .contact_map .content-area .right_area .item:hover h4 {
    color: #fff;
  }
}
.contact_map .content-area .right_area .item .streched {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.stats {
  position: relative;
  padding-top: 256px;
  padding-bottom: 256px;
  background-color: #fff;
}
@media (max-width: 1999.98px) {
  .stats {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 991.98px) {
  .stats {
    padding-top: 64px;
    padding-bottom: 104px;
  }
}
.stats .content-area {
  padding: 0 256px;
}
@media (max-width: 1999.98px) {
  .stats .content-area {
    padding: 0 128px;
  }
}
@media (max-width: 1599.98px) {
  .stats .content-area {
    padding: 0 64px;
  }
}
@media (max-width: 991.98px) {
  .stats .content-area {
    padding: 0 24px;
  }
}
.stats .content-area .stats-boxes {
  display: flex;
  flex-wrap: wrap;
}
.stats .content-area .stats-boxes .left-area {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991.98px) {
  .stats .content-area .stats-boxes .left-area {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 64px;
  }
}
.stats .content-area .stats-boxes .left-area .left-box {
  position: sticky;
  top: 160px;
  width: 497px;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .stats .content-area .stats-boxes .left-area .left-box {
    position: relative;
    top: unset;
  }
}
.stats .content-area .stats-boxes .left-area .left-box h2 {
  font-size: 58px;
  line-height: 120%;
  letter-spacing: -2px;
  font-weight: 300;
  color: #010308;
}
@media (max-width: 767.98px) {
  .stats .content-area .stats-boxes .left-area .left-box h2 {
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.28px;
  }
}
.stats .content-area .stats-boxes .right-area {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991.98px) {
  .stats .content-area .stats-boxes .right-area {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.stats .content-area .stats-boxes .right-area .right-boxes {
  display: flex;
  flex-direction: column;
  row-gap: 256px;
  padding: 35px;
  border-left: 1px solid #bfbfbf;
}
@media (max-width: 1999.98px) {
  .stats .content-area .stats-boxes .right-area .right-boxes {
    row-gap: 200px;
  }
}
@media (max-width: 991.98px) {
  .stats .content-area .stats-boxes .right-area .right-boxes {
    row-gap: 64px;
    padding: 24px 32px 24px 40px;
  }
}
.stats .content-area .stats-boxes .right-area .right-boxes .stat-box {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
}
.stats .content-area .stats-boxes .right-area .right-boxes .stat-box h3 {
  font-size: 108px;
  line-height: 85%;
  letter-spacing: -4.32px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .stats .content-area .stats-boxes .right-area .right-boxes .stat-box h3 {
    font-size: 64px;
    letter-spacing: -2.56px;
  }
}
.stats .content-area .stats-boxes .right-area .right-boxes .stat-box h3.medium {
  font-size: 58px;
  line-height: 120%;
  letter-spacing: -1.16px;
}
@media (max-width: 991.98px) {
  .stats .content-area .stats-boxes .right-area .right-boxes .stat-box h3.medium {
    font-size: 64px;
    line-height: 85%;
    letter-spacing: -2.56px;
  }
}
.stats .content-area .stats-boxes .right-area .right-boxes .stat-box h3 span {
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.84px;
}
@media (max-width: 991.98px) {
  .stats .content-area .stats-boxes .right-area .right-boxes .stat-box h3 span {
    display: block;
    font-size: 32px;
    letter-spacing: -0.32px;
    margin-top: 12px;
  }
}
.stats .content-area .stats-boxes .right-area .right-boxes .stat-box p {
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 0;
  opacity: 0.5;
}
@media (max-width: 991.98px) {
  .stats .content-area .stats-boxes .right-area .right-boxes .stat-box p {
    font-size: 18px;
    line-height: 140%;
    opacity: 1;
  }
}

.our-team {
  position: relative;
  background: linear-gradient(to bottom left, #01101f 0%, #020916 100%);
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .our-team {
    padding-bottom: 120px;
  }
}
.our-team .content-area .title-area {
  padding-top: 120px;
  padding-bottom: 64px;
}
@media (max-width: 767.98px) {
  .our-team .content-area .title-area {
    padding-top: 64px;
    padding-bottom: 56px;
  }
}
.our-team .content-area .title-area h2 {
  font-size: 108px;
  line-height: 85%;
  letter-spacing: -4.32px;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 991.98px) {
  .our-team .content-area .title-area h2 {
    font-size: 52px;
    letter-spacing: -1px;
  }
}
.our-team .content-area .team-boxes {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.our-team .content-area .team-boxes::before {
  content: "";
  position: absolute;
  width: 150vw;
  height: 1px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #2e3b46;
}
@media (max-width: 991.98px) {
  .our-team .content-area .team-boxes::after {
    content: "";
    position: absolute;
    width: 150vw;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #2e3b46;
  }
}
.our-team .content-area .team-boxes .team-box {
  position: relative;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  border-right: 1px solid #2e3b46;
  display: flex;
  justify-content: center;
  padding-top: 65px;
  padding-bottom: 100px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (max-width: 1599.98px) {
  .our-team .content-area .team-boxes .team-box {
    padding-top: 35px;
  }
}
@media (max-width: 991.98px) {
  .our-team .content-area .team-boxes .team-box {
    padding-top: 18px;
    flex: 0 0 100%;
    max-width: 100%;
    border-left: 1px solid #2e3b46;
    border-right: 1px solid #2e3b46;
    border-bottom: 1px solid #2e3b46;
    padding-bottom: 64px;
  }
}
.our-team .content-area .team-boxes .team-box:first-child {
  border-left: 1px solid #2e3b46;
}
@media (max-width: 1599.98px) {
  .our-team .content-area .team-boxes .team-box:first-child {
    padding-left: 16px;
    border-left: none;
  }
}
@media (max-width: 991.98px) {
  .our-team .content-area .team-boxes .team-box:first-child {
    padding-left: 18px;
    border-left: 1px solid #2e3b46;
  }
}
@media (max-width: 1599.98px) {
  .our-team .content-area .team-boxes .team-box:last-child {
    padding-right: 16px;
    border-right: none;
  }
}
@media (max-width: 991.98px) {
  .our-team .content-area .team-boxes .team-box:last-child {
    padding-right: 18px;
    border-right: 1px solid #2e3b46;
    border-bottom: none;
  }
}
.our-team .content-area .team-boxes .team-box .team-box-content {
  position: relative;
  width: 380px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .our-team .content-area .team-boxes .team-box .team-box-content:hover::after {
    opacity: 1;
    transition: all 0.35s;
  }
  .our-team .content-area .team-boxes .team-box .team-box-content:hover .photo-area img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.our-team .content-area .team-boxes .team-box .team-box-content::after {
  content: "";
  pointer-events: none;
  width: 37px;
  height: 37px;
  background: url(../../assets/images/icon-arrow-dark.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 22px;
  right: 30px;
  opacity: 0;
  transition: all 0.35s;
}
.our-team .content-area .team-boxes .team-box .team-box-content .photo-area {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f3f3f3;
  margin-bottom: 34px;
}
@media (max-width: 767.98px) {
  .our-team .content-area .team-boxes .team-box .team-box-content .photo-area {
    margin-bottom: 24px;
  }
}
.our-team .content-area .team-boxes .team-box .team-box-content .photo-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.6) 100%);
}
.our-team .content-area .team-boxes .team-box .team-box-content .photo-area img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: all 0.35s;
}
.our-team .content-area .team-boxes .team-box .team-box-content .team-meta {
  margin-bottom: 64px;
}
@media (max-width: 767.98px) {
  .our-team .content-area .team-boxes .team-box .team-box-content .team-meta {
    margin-bottom: 24px;
  }
}
.our-team .content-area .team-boxes .team-box .team-box-content .team-meta h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
  color: #fff;
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .our-team .content-area .team-boxes .team-box .team-box-content .team-meta h3 {
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.28px;
  }
}
.our-team .content-area .team-boxes .team-box .team-box-content .team-meta h4 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
  color: #6f80ff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .our-team .content-area .team-boxes .team-box .team-box-content .team-meta h4 {
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.28px;
  }
}
.our-team .content-area .team-boxes .team-box .team-box-content .team-desc p {
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 0;
  width: 380px;
  max-width: 100%;
}
@media (max-width: 1999.98px) {
  .our-team .content-area .team-boxes .team-box .team-box-content .team-desc p {
    width: 345px;
  }
}
@media (max-width: 767.98px) {
  .our-team .content-area .team-boxes .team-box .team-box-content .team-desc p {
    opacity: 1;
    font-size: 16px;
  }
}

.story {
  position: relative;
  background: linear-gradient(to bottom left, #01101f 0%, #020916 100%);
  padding-top: 160px;
  padding-bottom: 64px;
}
@media (max-width: 767.98px) {
  .story {
    padding-top: 64px;
    padding-bottom: 120px;
  }
}
.story .content-area .story-boxes {
  position: relative;
  width: 1206px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.story .content-area .story-boxes .text-area {
  position: relative;
  flex: 0 0 calc(100% - 502px);
  max-width: calc(100% - 502px);
}
@media (max-width: 1199.98px) {
  .story .content-area .story-boxes .text-area {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .story .content-area .story-boxes .text-area {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.story .content-area .story-boxes .text-area .text-box {
  width: 544px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .story .content-area .story-boxes .text-area .text-box .desc-area {
    position: relative;
    border-left: 1px solid #2e3b46;
    padding-left: 40px;
    padding-right: 31px;
    padding-bottom: 24px;
  }
}
.story .content-area .story-boxes .text-area .text-box h3 {
  color: #fff;
  margin-bottom: 64px;
  font-size: 58px;
  line-height: 120%;
  letter-spacing: -2px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .story .content-area .story-boxes .text-area .text-box h3 {
    margin-bottom: 56px;
    font-size: 52px;
    line-height: 110%;
    letter-spacing: -1px;
    padding-right: 5px;
  }
}
.story .content-area .story-boxes .text-area .text-box p {
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
  color: #fff;
  margin-bottom: 64px;
}
@media (max-width: 767.98px) {
  .story .content-area .story-boxes .text-area .text-box p {
    font-size: 22px;
    margin-bottom: 42px;
  }
  .story .content-area .story-boxes .text-area .text-box p:last-child {
    margin-bottom: 0;
  }
}
.story .content-area .story-boxes .media-area {
  position: relative;
  flex: 0 0 502px;
  max-width: 502px;
}
@media (max-width: 1199.98px) {
  .story .content-area .story-boxes .media-area {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .story .content-area .story-boxes .media-area {
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
  }
}
.story .content-area .story-boxes .media-area .media-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.story .content-area .story-boxes .media-area .media-box img {
  width: 100%;
}

.about-hero {
  position: relative;
  min-height: 100dvh;
  background: linear-gradient(to bottom right, #020916 0%, #01101f 100%);
}
.about-hero .background-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.about-hero .background-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../assets/images/hero-scroll-circle.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.about-hero .background-area .media-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-hero .background-area .media-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.about-hero .text-box {
  position: absolute;
  width: 687px;
  max-width: calc(100% - 320px);
  bottom: 180px;
  left: 160px;
}
@media (max-width: 1999.98px) {
  .about-hero .text-box {
    left: 96px;
    bottom: 160px;
    width: 625px;
    max-width: calc(100% - 192px);
  }
}
@media (max-width: 1599.98px) {
  .about-hero .text-box {
    left: 64px;
    bottom: 120px;
    max-width: calc(100% - 128px);
  }
}
@media (max-width: 991.98px) {
  .about-hero .text-box {
    left: 32px;
    bottom: 96px;
    max-width: calc(100% - 64px);
  }
}
@media (max-width: 767.98px) {
  .about-hero .text-box {
    left: 24px;
    bottom: 96px;
    max-width: calc(100% - 48px);
  }
}
.about-hero .text-box h1 {
  margin-bottom: 20px;
  font-size: 62px;
  line-height: 120%;
  letter-spacing: -2px;
  font-weight: 300;
  color: #6f80ff;
}
@media (max-width: 1999.98px) {
  .about-hero .text-box h1 {
    font-size: 58px;
  }
}
@media (max-width: 767.98px) {
  .about-hero .text-box h1 {
    font-size: 32px;
    letter-spacing: -1px;
    margin-bottom: 12px;
  }
}
.about-hero .text-box h3 {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.84px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1999.98px) {
  .about-hero .text-box h3 {
    font-size: 38px;
    line-height: 110%;
    letter-spacing: -0.76px;
  }
}
@media (max-width: 767.98px) {
  .about-hero .text-box h3 {
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.28px;
  }
}
.about-hero .text-box .hero-btn {
  border: 1px solid #5335fe;
  border-radius: 120px;
  padding: 18px 24px;
  display: inline-flex;
  gap: 6px;
  transition: all 0.35s;
  margin-top: 42px;
}
@media (min-width: 992px) {
  .about-hero .text-box .hero-btn:hover {
    border-color: #6f80ff;
    transition: all 0.35s;
  }
  .about-hero .text-box .hero-btn:hover .play-icon .hover {
    opacity: 1;
    transition: all 0.35s;
  }
  .about-hero .text-box .hero-btn:hover span {
    color: rgb(255, 255, 255);
    transition: all 0.35s;
  }
}
@media (max-width: 991.98px) {
  .about-hero .text-box .hero-btn {
    padding: 10px 16px;
  }
}
.about-hero .text-box .hero-btn .play-icon {
  position: relative;
  display: flex;
  width: 29px;
}
@media (max-width: 991.98px) {
  .about-hero .text-box .hero-btn .play-icon {
    width: 18px;
  }
}
.about-hero .text-box .hero-btn .play-icon .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s;
}
.about-hero .text-box .hero-btn span {
  font-size: 18px;
  line-height: 31.2px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.35s;
}
@media (max-width: 991.98px) {
  .about-hero .text-box .hero-btn span {
    font-size: 14px;
    line-height: 30px;
  }
}

.why-we-started {
  position: relative;
  padding-top: 160px;
  padding-bottom: 256px;
  background: linear-gradient(to bottom right, #6f80ff 0%, #5335fe 100%);
}
@media (max-width: 1999.98px) {
  .why-we-started {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 991.98px) {
  .why-we-started {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.why-we-started .content-area .column-boxes {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.why-we-started .content-area .column-boxes .left-area {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1999.98px) {
  .why-we-started .content-area .column-boxes .left-area {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.why-we-started .content-area .column-boxes .left-area h2 {
  font-size: 108px;
  line-height: 120%;
  letter-spacing: -4.32px;
  margin-bottom: 0;
  color: #fff;
  width: 1200px;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .why-we-started .content-area .column-boxes .left-area h2 {
    width: 600px;
    font-size: 52px;
    letter-spacing: -1px;
  }
}
@media (max-width: 767.98px) {
  .why-we-started .content-area .column-boxes .left-area h2 {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}
.why-we-started .content-area .column-boxes .right-area {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1999.98px) {
  .why-we-started .content-area .column-boxes .right-area {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.why-we-started .content-area .column-boxes .right-area .text-boxes {
  padding-top: 256px;
}
@media (max-width: 1999.98px) {
  .why-we-started .content-area .column-boxes .right-area .text-boxes {
    padding-top: 76px;
  }
}
@media (max-width: 767.98px) {
  .why-we-started .content-area .column-boxes .right-area .text-boxes {
    padding-top: 64px;
  }
}
.why-we-started .content-area .column-boxes .right-area .text-boxes .text-box {
  position: relative;
  width: 780px;
  max-width: 100%;
  border-left: 1px solid #c1c5c7;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 128px;
}
@media (max-width: 1999.98px) {
  .why-we-started .content-area .column-boxes .right-area .text-boxes .text-box {
    margin-bottom: 120px;
  }
  .why-we-started .content-area .column-boxes .right-area .text-boxes .text-box:nth-child(odd) {
    margin-left: auto;
  }
}
@media (max-width: 991.98px) {
  .why-we-started .content-area .column-boxes .right-area .text-boxes .text-box {
    margin-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  .why-we-started .content-area .column-boxes .right-area .text-boxes .text-box {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    border-top: 1px solid #c1c5c7;
  }
}
.why-we-started .content-area .column-boxes .right-area .text-boxes .text-box:last-child {
  margin-bottom: 0;
}
.why-we-started .content-area .column-boxes .right-area .text-boxes .text-box p {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 767.98px) {
  .why-we-started .content-area .column-boxes .right-area .text-boxes .text-box p {
    font-size: 22px;
  }
}

.our-approach {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .our-approach {
    padding-top: 64px;
    padding-bottom: 104px;
  }
}
.our-approach .content-area .title-area {
  padding-bottom: 64px;
}
.our-approach .content-area .title-area h2 {
  font-size: 108px;
  line-height: 120%;
  letter-spacing: -4.32px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .our-approach .content-area .title-area h2 {
    font-size: 52px;
    letter-spacing: -1px;
  }
}
.our-approach .content-area .accordion-boxes {
  position: relative;
}
.our-approach .content-area .accordion-boxes .accordion-box {
  position: relative;
  border-bottom: 1px solid #c1c5c7;
}
@media (max-width: 767.98px) {
  .our-approach .content-area .accordion-boxes .accordion-box {
    margin-bottom: 42px;
  }
}
.our-approach .content-area .accordion-boxes .accordion-box:last-child {
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .our-approach .content-area .accordion-boxes .accordion-box:last-child {
    border-bottom: 1px solid #c1c5c7;
    margin-bottom: 0;
  }
}
.our-approach .content-area .accordion-boxes .accordion-box.active .toggle-accordion::after {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.35s;
}
.our-approach .content-area .accordion-boxes .accordion-box.active .accordion-content {
  display: block;
}
.our-approach .content-area .accordion-boxes .accordion-box .mobile-image-area {
  margin-bottom: 36px;
}
.our-approach .content-area .accordion-boxes .accordion-box .mobile-image-area img {
  width: 100%;
  border-radius: 20px;
}
.our-approach .content-area .accordion-boxes .accordion-box .toggle-accordion {
  position: relative;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-right: 60px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .our-approach .content-area .accordion-boxes .accordion-box .toggle-accordion {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.our-approach .content-area .accordion-boxes .accordion-box .toggle-accordion::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  background: url(../../assets/images/accordion-arrow-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: all 0.35s;
}
@media (max-width: 767.98px) {
  .our-approach .content-area .accordion-boxes .accordion-box .toggle-accordion::after {
    display: none;
  }
}
.our-approach .content-area .accordion-boxes .accordion-box .toggle-accordion h3 {
  font-size: 42px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 0.84px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .our-approach .content-area .accordion-boxes .accordion-box .toggle-accordion h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 115%;
    letter-spacing: -0.32px;
  }
}
.our-approach .content-area .accordion-boxes .accordion-box .accordion-content {
  padding-bottom: 34px;
  display: none;
}
@media (max-width: 767.98px) {
  .our-approach .content-area .accordion-boxes .accordion-box .accordion-content {
    padding-bottom: 24px;
    display: block;
  }
}
.our-approach .content-area .accordion-boxes .accordion-box .accordion-content .text-image-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 32px;
  background-color: #f3f3f3;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .our-approach .content-area .accordion-boxes .accordion-box .accordion-content .text-image-box {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
.our-approach .content-area .accordion-boxes .accordion-box .accordion-content .text-image-box .text-area {
  position: relative;
  flex: 0 0 361px;
  max-width: 361px;
}
@media (max-width: 1199.98px) {
  .our-approach .content-area .accordion-boxes .accordion-box .accordion-content .text-image-box .text-area {
    flex: 0 0 calc(50% - 32px);
    max-width: calc(50% - 32px);
  }
}
@media (max-width: 767.98px) {
  .our-approach .content-area .accordion-boxes .accordion-box .accordion-content .text-image-box .text-area {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.our-approach .content-area .accordion-boxes .accordion-box .accordion-content .text-image-box .text-area p {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.4px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .our-approach .content-area .accordion-boxes .accordion-box .accordion-content .text-image-box .text-area p {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 0;
  }
}
.our-approach .content-area .accordion-boxes .accordion-box .accordion-content .text-image-box .image-area {
  position: relative;
  flex: 0 0 560px;
  max-width: 560px;
}
@media (max-width: 1199.98px) {
  .our-approach .content-area .accordion-boxes .accordion-box .accordion-content .text-image-box .image-area {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .our-approach .content-area .accordion-boxes .accordion-box .accordion-content .text-image-box .image-area {
    display: none;
  }
}
.our-approach .content-area .accordion-boxes .accordion-box .accordion-content .text-image-box .image-area img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.careers {
  background: linear-gradient(180deg, rgb(1, 16, 31) 20%, rgb(2, 9, 22) 100%);
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .careers {
    padding-bottom: 88px;
  }
}
.careers .content-area .top_area {
  padding-top: 320px;
  padding-bottom: 150px;
  border-bottom: 1px solid #2e3b46;
}
@media (max-width: 1440.98px) {
  .careers .content-area .top_area {
    padding-bottom: 120px;
    padding-top: 250px;
  }
}
@media (max-width: 767.98px) {
  .careers .content-area .top_area {
    padding-bottom: 88px;
  }
}
.careers .content-area .top_area h1 {
  color: #fff;
  font-weight: 300;
  font-size: 58px;
  line-height: 120%;
  letter-spacing: -2px;
  margin-bottom: 34px;
}
@media (max-width: 767.98px) {
  .careers .content-area .top_area h1 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 12px;
  }
}
.careers .content-area .top_area h3 {
  font-weight: 300;
  font-size: 38px;
  line-height: 110%;
  letter-spacing: -0.8px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .careers .content-area .top_area h3 {
    font-size: 22px;
    line-height: 115%;
    letter-spacing: -0.2px;
  }
}
.careers .content-area .items .item {
  border-bottom: 1px solid #2e3b46;
}
.careers .content-area .items .item:last-child {
  border-bottom: none;
}
.careers .content-area .items .item .box_area {
  padding: 48px 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .careers .content-area .items .item .box_area {
    padding: 32px 0;
  }
}
@media (min-width: 768px) {
  .careers .content-area .items .item .box_area:hover .link-arrow-animation::before {
    left: 50%;
    transition: all 0.35s;
  }
  .careers .content-area .items .item .box_area:hover .link-arrow-animation::after {
    left: 50px;
    transition: all 0.35s;
  }
}
.careers .content-area .items .item .box_area .link-arrow-animation {
  position: absolute;
  display: flex;
  align-items: center;
  width: 61px;
  height: 61px;
  top: 24px;
  right: 34px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s;
}
.careers .content-area .items .item .box_area .link-arrow-animation::before {
  content: "";
  width: 28.86px;
  height: 28.86px;
  background-image: url(../../assets/images/menu-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1px;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s;
  width: 37px;
  height: 37px;
}
@media (max-width: 767.98px) {
  .careers .content-area .items .item .box_area .link-arrow-animation::before {
    width: 29px;
  }
}
.careers .content-area .items .item .box_area .link-arrow-animation::after {
  content: "";
  width: 28.86px;
  height: 28.86px;
  background-image: url(../../assets/images/menu-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -5px;
  margin-left: 1px;
  transform: translate(50%);
  transition: all 0.35s;
  width: 37px;
  height: 37px;
}
@media (max-width: 767.98px) {
  .careers .content-area .items .item .box_area .link-arrow-animation::after {
    width: 29px;
  }
}
.careers .content-area .items .item .box_area .strech {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: none;
}
@media (max-width: 767.98px) {
  .careers .content-area .items .item .box_area .strech {
    display: block;
  }
}
.careers .content-area .items .item .box_area h3 {
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -0.7px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .careers .content-area .items .item .box_area h3 {
    font-size: 22px;
    line-height: 120%;
    width: 266px;
    max-width: 100%;
    letter-spacing: 0;
  }
}
.careers .content-area .items .item .box_area .bottom_area {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  display: none;
}
.careers .content-area .items .item .box_area .bottom_area .text_area {
  width: 395px;
  max-width: 100%;
}
.careers .content-area .items .item .box_area .bottom_area .text_area p {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.4px;
}
.careers .content-area .items .item .box_area .bottom_area .right_area {
  text-align: right;
}
.careers .content-area .items .item .box_area .bottom_area .right_area p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
.careers .content-area .items .item .box_area .bottom_area .right_area p img {
  width: 16px;
  display: block;
}
.careers .content-area .items .item .box_area .bottom_area .right_area p:nth-child(2) {
  margin-top: 12px;
  margin-bottom: 0;
}
@media (min-width: 767.98px) {
  .careers .content-area .items .item.active {
    padding: 34px 0;
  }
}
@media (min-width: 767.98px) {
  .careers .content-area .items .item.active .box_area {
    background: linear-gradient(40deg, rgb(83, 53, 254) 0%, rgb(111, 128, 255) 100%);
    border-radius: 20px;
    padding-left: 35px;
    padding-right: 48px;
  }
  .careers .content-area .items .item.active .box_area .link-arrow-animation {
    opacity: 1;
    transition: all 0.35s;
  }
  .careers .content-area .items .item.active .box_area::after {
    opacity: 1;
  }
  .careers .content-area .items .item.active .box_area .strech {
    display: block;
  }
  .careers .content-area .items .item.active .box_area .bottom_area {
    display: flex;
    align-items: flex-end;
  }
}

.media_content .media_area img, .media_content .media_area iframe, .media_content .media_area video {
  aspect-ratio: 1728/1020;
}
@media (max-width: 767.98px) {
  .media_content .media_area img, .media_content .media_area iframe, .media_content .media_area video {
    aspect-ratio: 375/620;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.not_found_page {
  background: linear-gradient(120deg, rgb(2, 9, 22) 0%, rgb(1, 16, 31) 100%);
  position: relative;
  padding-top: 606px;
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .not_found_page {
    padding-top: 0;
    overflow: hidden;
  }
}
.not_found_page .bg_area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.not_found_page .bg_area img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .not_found_page .bg_area img {
    -o-object-position: top right;
       object-position: top right;
    width: 100%;
    left: unset;
    right: 0;
    -o-object-fit: contain;
       object-fit: contain;
    transform: scale(1.9) translateX(-70px) translateY(350px);
  }
}
.not_found_page .content-area {
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .not_found_page .content-area {
    min-height: 83vh;
  }
}
.not_found_page .content-area .box_area {
  width: 598px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .not_found_page .content-area .box_area {
    position: relative;
    top: 100px;
  }
}
.not_found_page .content-area .box_area p {
  color: #6F80FF;
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.not_found_page .content-area .box_area p::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #6F80FF;
  border-radius: 50%;
}
.not_found_page .content-area .box_area h1 {
  font-size: 58px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .not_found_page .content-area .box_area h1 {
    font-size: 32px;
    letter-spacing: -0.32px;
    margin-bottom: 10px;
  }
}
.not_found_page .content-area .box_area h1 span {
  color: #6F80FF;
}
.not_found_page .content-area .box_area a {
  color: #fff;
}
.not_found_page .content-area .box_area a img {
  filter: invert(1);
}

.why-security {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.why-security .content-area .title-area {
  padding-top: 150px;
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .why-security .content-area .title-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .why-security .content-area .title-area {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.why-security .content-area .title-area h2 {
  font-size: 108px;
  line-height: 120%;
  letter-spacing: -4.32px;
  margin-bottom: 0;
  width: 1200px;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .why-security .content-area .title-area h2 {
    font-size: 52px;
    letter-spacing: -1px;
  }
}
@media (max-width: 767.98px) {
  .why-security .content-area .title-area h2 {
    font-size: 32px;
    line-height: 115%;
    letter-spacing: -0.32px;
    width: 245px;
    max-width: 100%;
  }
}
.why-security .content-area .column-boxes {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.why-security .content-area .column-boxes::before {
  content: "";
  width: 150vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c4c9cc;
}
.why-security .content-area .column-boxes .media-area {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 64px 64px 120px;
  border-left: 1px solid #c4c9cc;
  border-right: 1px solid #c4c9cc;
}
@media (max-width: 1999.98px) {
  .why-security .content-area .column-boxes .media-area {
    border-left: none;
    padding: 42px 42px 120px 0;
  }
}
@media (max-width: 767.98px) {
  .why-security .content-area .column-boxes .media-area {
    display: none;
  }
}
.why-security .content-area .column-boxes .media-area .media-box {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 20px;
}
.why-security .content-area .column-boxes .media-area .media-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.why-security .content-area .column-boxes .media-area .media-box iframe {
  height: 150vw !important;
  left: 50% !important;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
  top: 50% !important;
  width: 250vh !important;
}
.why-security .content-area .column-boxes .text-area {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  border-right: 1px solid #c4c9cc;
  padding: 64px 64px 120px 64px;
}
@media (max-width: 1999.98px) {
  .why-security .content-area .column-boxes .text-area {
    border-right: none;
    padding: 42px 0 124px 42px;
  }
}
@media (max-width: 1599.98px) {
  .why-security .content-area .column-boxes .text-area {
    padding: 42px 0 120px 42px;
  }
}
@media (max-width: 767.98px) {
  .why-security .content-area .column-boxes .text-area {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 36px 0 100px;
  }
}
.why-security .content-area .column-boxes .text-area .text-boxes {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
}
@media (max-width: 1999.98px) {
  .why-security .content-area .column-boxes .text-area .text-boxes {
    row-gap: 24px;
  }
}
.why-security .content-area .column-boxes .text-area .text-boxes .text-box {
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 32px 63px 32px 32px;
}
@media (max-width: 767.98px) {
  .why-security .content-area .column-boxes .text-area .text-boxes .text-box {
    padding: 24px;
  }
}
.why-security .content-area .column-boxes .text-area .text-boxes .text-box h3 {
  font-size: 32px;
  line-height: 120%;
  color: #010308;
  margin-bottom: 12px;
}
@media (max-width: 1599.98px) {
  .why-security .content-area .column-boxes .text-area .text-boxes .text-box h3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .why-security .content-area .column-boxes .text-area .text-boxes .text-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.why-security .content-area .column-boxes .text-area .text-boxes .text-box p {
  color: #010308;
  font-size: 20px;
  line-height: 130%;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .why-security .content-area .column-boxes .text-area .text-boxes .text-box p {
    font-size: 16px;
    line-height: 140%;
  }
}
.why-security .mobile-media-box {
  position: relative;
  width: 100%;
  height: 620px;
}
.why-security .mobile-media-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.why-security .mobile-media-box iframe {
  height: 150vw !important;
  left: 50% !important;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
  top: 50% !important;
  width: 250vh !important;
}

.partners-logo {
  position: relative;
  background-color: #f3f3f3;
}
.partners-logo .title-area {
  padding-top: 128px;
  padding-bottom: 54px;
}
@media (max-width: 1999.98px) {
  .partners-logo .title-area {
    padding-top: 120px;
    padding-bottom: 62px;
  }
}
@media (max-width: 767.98px) {
  .partners-logo .title-area {
    padding-top: 64px;
    padding-bottom: 24px;
  }
}
.partners-logo .title-area h2 {
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.84px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .partners-logo .title-area h2 {
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.28px;
  }
}
.partners-logo .logo-area {
  position: relative;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
@media (max-width: 1599.98px) {
  .partners-logo .logo-area .content-area {
    padding-left: 0;
    padding-right: 0;
  }
}
.partners-logo .logo-area .content-area .logo-container {
  overflow: auto;
}
.partners-logo .logo-area .content-area .logo-container .logo-boxes {
  min-width: 1050px;
  display: flex;
}
@media (max-width: 767.98px) {
  .partners-logo .logo-area .content-area .logo-container .logo-boxes {
    min-width: unset;
  }
}
.partners-logo .logo-area .content-area .logo-container .logo-boxes .logo-box {
  flex: 1 0;
  padding: 46px 30px;
  border-right: 1px solid #bfbfbf;
  min-height: 220px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1599.98px) {
  .partners-logo .logo-area .content-area .logo-container .logo-boxes .logo-box {
    padding: 27px 15px;
  }
}
@media (max-width: 991.98px) {
  .partners-logo .logo-area .content-area .logo-container .logo-boxes .logo-box {
    min-height: 150px;
  }
}
@media (max-width: 767.98px) {
  .partners-logo .logo-area .content-area .logo-container .logo-boxes .logo-box {
    width: 150px;
  }
}
.partners-logo .logo-area .content-area .logo-container .logo-boxes .logo-box:first-child {
  border-left: 1px solid #bfbfbf;
}

.news-hero {
  position: relative;
  padding-top: 320px;
  padding-bottom: 150px;
  background: linear-gradient(to bottom right, #020916 0%, #01101f 100%);
}
@media (max-width: 1599.98px) {
  .news-hero {
    padding-top: 250px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .news-hero {
    padding-top: 320px;
    padding-bottom: 64px;
  }
}
.news-hero .text-box {
  position: relative;
  width: 480px;
  max-width: 100%;
}
.news-hero .text-box h1 {
  margin-bottom: 20px;
  font-size: 62px;
  line-height: 120%;
  letter-spacing: -2px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1999.98px) {
  .news-hero .text-box h1 {
    font-size: 58px;
  }
}
@media (max-width: 767.98px) {
  .news-hero .text-box h1 {
    font-size: 32px;
    letter-spacing: -1px;
    margin-bottom: 12px;
    padding-right: 22px;
  }
}
.news-hero .text-box h3 {
  margin-bottom: 0;
  font-size: 38px;
  line-height: 110%;
  letter-spacing: -0.76px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 767.98px) {
  .news-hero .text-box h3 {
    font-size: 22px;
    line-height: 115%;
    letter-spacing: -0.22px;
  }
}

.media-full-section {
  position: relative;
}
.media-full-section .media-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .media-full-section .media-box {
    aspect-ratio: unset;
    height: 620px;
  }
}
.media-full-section .media-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.media-full-section .media-box iframe {
  height: 150vw !important;
  left: 50% !important;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
  top: 50% !important;
  width: 250vh !important;
}

.news-insights {
  background-color: #f3f3f3;
}
@media (max-width: 1599.98px) {
  .news-insights .content-area {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .news-insights .content-area {
    padding: 0 24px;
  }
}
.news-insights .content-area .news-boxes {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.news-insights .content-area .news-boxes .news-box {
  position: relative;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 112px 72px 96px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-right: 1px solid #c1c5c7;
  border-bottom: 1px solid #c1c5c7;
  min-height: 540px;
  transition: all 0.35s;
}
@media (min-width: 768px) {
  .news-insights .content-area .news-boxes .news-box:hover::before {
    opacity: 1;
    transition: all 0.35s;
  }
  .news-insights .content-area .news-boxes .news-box:hover .arrow {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.35s;
  }
  .news-insights .content-area .news-boxes .news-box:hover h3 {
    transform: translateY(-10px);
    color: #fff;
    transition: all 0.35s;
  }
  .news-insights .content-area .news-boxes .news-box:hover p {
    transform: translateY(-10px);
    color: #f3f3f3;
    transition: all 0.35s;
  }
}
.news-insights .content-area .news-boxes .news-box:nth-child(3n+1) {
  border-left: 1px solid #c1c5c7;
}
.news-insights .content-area .news-boxes .news-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom left, #6f80ff -50%, #5335fe 50%, #5335fe 150%);
  opacity: 0;
  transition: all 0.35s;
  z-index: 0;
}
@media (max-width: 1999.98px) {
  .news-insights .content-area .news-boxes .news-box {
    padding-bottom: 64px;
  }
}
@media (max-width: 1599.98px) {
  .news-insights .content-area .news-boxes .news-box {
    padding: 80px 64px;
    padding-bottom: 64px;
    min-height: 490px;
  }
  .news-insights .content-area .news-boxes .news-box::nth-child(3n + 1) {
    border-left: none;
  }
}
@media (max-width: 1599.98px) and (max-width: 991.98px) {
  .news-insights .content-area .news-boxes .news-box::nth-child(3n + 1) {
    border-left: 1px solid #c1c5c7;
    margin-left: 32px;
  }
}
@media (max-width: 1599.98px) and (max-width: 767.98px) {
  .news-insights .content-area .news-boxes .news-box::nth-child(3n + 1) {
    margin-left: 24px;
  }
}
@media (max-width: 1599.98px) {
  .news-insights .content-area .news-boxes .news-box::nth-child(3n + 3) {
    border-right: none;
  }
}
@media (max-width: 1599.98px) and (max-width: 991.98px) {
  .news-insights .content-area .news-boxes .news-box::nth-child(3n + 3) {
    border-right: 1px solid #c1c5c7;
    margin-right: 32px;
  }
}
@media (max-width: 1599.98px) and (max-width: 767.98px) {
  .news-insights .content-area .news-boxes .news-box::nth-child(3n + 3) {
    margin-right: 24px;
  }
}
@media (max-width: 1199.98px) {
  .news-insights .content-area .news-boxes .news-box {
    padding: 64px 24px;
    min-height: 459px;
  }
}
@media (max-width: 767.98px) {
  .news-insights .content-area .news-boxes .news-box {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 378px;
    border-left: 1px solid #c1c5c7;
  }
  .news-insights .content-area .news-boxes .news-box:nth-child(n+5) {
    display: none;
  }
  .news-insights .content-area .news-boxes .news-box[style*="display: block;"] {
    display: flex !important;
  }
}
.news-insights .content-area .news-boxes .news-box .arrow {
  width: 37px;
  height: 37px;
  background: url(../images/menu-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 47px;
  right: 46px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.35s;
}
@media (max-width: 991.98px) {
  .news-insights .content-area .news-boxes .news-box .arrow {
    top: 20px;
    right: 24px;
  }
}
.news-insights .content-area .news-boxes .news-box h3 {
  position: relative;
  margin-bottom: 32px;
  width: 350px;
  max-width: 100%;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -0.72px;
  color: #010308;
  transition: all 0.35s;
}
@media (max-width: 1199.98px) {
  .news-insights .content-area .news-boxes .news-box h3 {
    font-size: 28px;
    line-height: 115%;
    margin-bottom: 24px;
    letter-spacing: -0.28px;
    font-weight: 300;
  }
}
.news-insights .content-area .news-boxes .news-box p {
  position: relative;
  color: #010308;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 0;
  width: 460px;
  max-width: 100%;
  transition: all 0.35s;
}
@media (max-width: 767.98px) {
  .news-insights .content-area .news-boxes .news-box p {
    font-size: 16px;
  }
}
.news-insights .news-insight-load-more {
  padding-top: 24px;
  padding-bottom: 64px;
  border-top: 1px solid #c1c5c7;
  margin-top: -1px;
}
.news-insights .news-insight-load-more .load-more-news-button {
  width: 100%;
  text-align: center;
}
.news-insights .news-insight-load-more .load-more-news-button button {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  background-color: #fff;
  border-radius: 50px;
  padding: 14px 16px;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  color: #010308;
  border: none;
}
.news-insights .news-insight-load-more .load-more-news-button button img {
  width: 18px;
}

.news-post-hero {
  position: relative;
  padding-top: 320px;
  padding-bottom: 120px;
  background: linear-gradient(to bottom right, #020916 0%, #01101f 100%);
}
@media (max-width: 1999.98px) {
  .news-post-hero {
    padding-top: 250px;
  }
}
@media (max-width: 767.98px) {
  .news-post-hero {
    padding-top: 128px;
    padding-bottom: 64px;
  }
}
.news-post-hero .content-area .back-link {
  position: relative;
  margin-bottom: 29px;
}
@media (max-width: 767.98px) {
  .news-post-hero .content-area .back-link {
    margin-bottom: 34px;
  }
}
.news-post-hero .content-area .back-link a {
  position: relative;
  display: flex;
  width: 61px;
  height: 61px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-post-hero .content-area .back-link a:hover::before {
    left: -3px;
    transition: all 0.35s;
  }
  .news-post-hero .content-area .back-link a:hover::after {
    left: -60px;
    transition: all 0.35s;
  }
}
@media (max-width: 767.98px) {
  .news-post-hero .content-area .back-link a {
    width: 57px;
    height: 57px;
  }
}
.news-post-hero .content-area .back-link a::before {
  content: "";
  width: 28.86px;
  height: 28.86px;
  background-image: url(../../assets/images/menu-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(50%, -50%) scale(-1);
  transition: all 0.35s;
  width: 37px;
  height: 37px;
}
@media (max-width: 767.98px) {
  .news-post-hero .content-area .back-link a::before {
    width: 29px;
  }
}
.news-post-hero .content-area .back-link a::after {
  content: "";
  width: 28.86px;
  height: 28.86px;
  background-image: url(../../assets/images/menu-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -3px;
  margin-left: 1px;
  transform: translate(50%) scale(-1);
  transition: all 0.35s;
  width: 37px;
  height: 37px;
}
@media (max-width: 767.98px) {
  .news-post-hero .content-area .back-link a::after {
    width: 29px;
  }
}
.news-post-hero .content-area .post-title {
  margin-bottom: 29px;
  width: 1000px;
  max-width: 100%;
}
@media (max-width: 1999.98px) {
  .news-post-hero .content-area .post-title {
    width: 900px;
  }
}
@media (max-width: 767.98px) {
  .news-post-hero .content-area .post-title {
    margin-bottom: 34px;
  }
}
.news-post-hero .content-area .post-title h1 {
  font-size: 62px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 1999.98px) {
  .news-post-hero .content-area .post-title h1 {
    font-size: 58px;
  }
}
@media (max-width: 767.98px) {
  .news-post-hero .content-area .post-title h1 {
    font-size: 32px;
    letter-spacing: -1px;
  }
}
.news-post-hero .content-area .share-post {
  padding: 42px 64px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #2e3b46;
  -moz-column-gap: 37px;
       column-gap: 37px;
}
@media (max-width: 767.98px) {
  .news-post-hero .content-area .share-post {
    padding: 18px 0;
  }
}
.news-post-hero .content-area .share-post p {
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding-right: 27px;
}
@media (max-width: 767.98px) {
  .news-post-hero .content-area .share-post p {
    margin-right: auto;
  }
}
.news-post-hero .content-area .share-post a {
  display: block;
  opacity: 0.5;
  transition: all 0.35s;
}
@media (min-width: 768px) {
  .news-post-hero .content-area .share-post a:hover {
    opacity: 1;
    transition: all 0.35s;
  }
}
.news-post-hero .content-area .share-post a img {
  width: 25px;
}

.news-post-container {
  position: relative;
  background-color: #fff;
}
.news-post-container .content-area {
  padding: 160px;
  width: 2018px;
  max-width: calc(100% - 192px);
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #c4c9cc;
  border-right: 1px solid #c4c9cc;
}
@media (max-width: 1999.98px) {
  .news-post-container .content-area {
    padding: 96px;
  }
}
@media (max-width: 1599.98px) {
  .news-post-container .content-area {
    max-width: 100%;
    border-left: none;
    border-right: none;
    padding: 64px 64px 104px;
  }
}
@media (max-width: 991.98px) {
  .news-post-container .content-area {
    padding: 24px 24px 104px;
  }
}
.news-post-container .content-area .video-lightbox {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 96px;
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .video-lightbox {
    margin-bottom: 24px;
    border-radius: 10px;
  }
}
.news-post-container .content-area .video-lightbox .video-bg {
  position: relative;
  aspect-ratio: 16/9;
  min-height: 215px;
}
.news-post-container .content-area .video-lightbox .video-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-post-container .content-area .video-lightbox .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: #5335fe;
  border-radius: 120px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  transition: all 0.35s;
}
@media (min-width: 992px) {
  .news-post-container .content-area .video-lightbox .btn-video:hover {
    background-color: #6f80ff;
    transition: all 0.35s;
  }
  .news-post-container .content-area .video-lightbox .btn-video:hover .play-icon .hover {
    opacity: 1;
    transition: all 0.35s;
  }
  .news-post-container .content-area .video-lightbox .btn-video:hover span {
    color: rgb(255, 255, 255);
    transition: all 0.35s;
  }
}
.news-post-container .content-area .video-lightbox .btn-video .play-icon {
  position: relative;
  display: flex;
  width: 29px;
}
@media (max-width: 991.98px) {
  .news-post-container .content-area .video-lightbox .btn-video .play-icon {
    width: 18px;
  }
}
.news-post-container .content-area .video-lightbox .btn-video .play-icon .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s;
}
.news-post-container .content-area .video-lightbox .btn-video span {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}
.news-post-container .content-area .text-area {
  position: relative;
  width: 1000px;
  max-width: 100%;
}
.news-post-container .content-area .text-area p {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  font-weight: 400;
  color: #010308;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .text-area p {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.news-post-container .content-area .text-area ul {
  margin-top: -16px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .text-area ul {
    margin-bottom: 24px;
    margin-top: -8px;
  }
}
.news-post-container .content-area .text-area ul li {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  font-weight: 400;
  color: #010308;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .text-area ul li {
    font-size: 18px;
  }
}
.news-post-container .content-area .text-area h1 {
  font-size: 108px;
  line-height: 85%;
  letter-spacing: -4.32px;
  font-weight: 300;
  color: #010308;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .text-area h1 {
    font-size: 64px;
    letter-spacing: -2.56px;
    margin-bottom: 24px;
  }
}
.news-post-container .content-area .text-area h2 {
  font-size: 58px;
  line-height: 120%;
  letter-spacing: -2px;
  font-weight: 300;
  color: #010308;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .text-area h2 {
    font-size: 52px;
    line-height: 110%;
    margin-bottom: 24px;
  }
}
.news-post-container .content-area .text-area h3 {
  font-size: 42px;
  line-height: 110%;
  letter-spacing: -0.84px;
  font-weight: 300;
  color: #010308;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .text-area h3 {
    margin-bottom: 24px;
  }
}
.news-post-container .content-area .text-area h4 {
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -0.72px;
  font-weight: 300;
  color: #010308;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .text-area h4 {
    font-size: 32px;
    letter-spacing: -0.32px;
    margin-bottom: 24px;
  }
}
.news-post-container .content-area .text-area h5 {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 300;
  color: #010308;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .text-area h5 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.news-post-container .content-area .text-area h6 {
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0;
  font-weight: 400;
  color: #010308;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .text-area h6 {
    margin-bottom: 24px;
  }
}
.news-post-container .content-area .text-area blockquote {
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .text-area blockquote {
    margin-bottom: 24px;
    padding: 32px 24px;
  }
}
.news-post-container .content-area .text-area blockquote.light {
  background-color: #f3f3f3;
}
.news-post-container .content-area .text-area blockquote.dark {
  background: linear-gradient(to right, #010308 0%, #01101f 100%);
}
.news-post-container .content-area .text-area blockquote.dark h4 {
  color: #fff;
}
.news-post-container .content-area .text-area blockquote.dark p {
  color: #6f80ff;
}
.news-post-container .content-area .text-area blockquote.blue {
  background: linear-gradient(to bottom left, #6f80ff 0%, #5335fe 100%);
}
.news-post-container .content-area .text-area blockquote.blue h4 {
  color: #fff;
}
.news-post-container .content-area .text-area blockquote.blue p {
  color: #fff;
}
.news-post-container .content-area .text-area blockquote h4 {
  margin-bottom: 64px;
}
.news-post-container .content-area .text-area blockquote p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .text-area blockquote p {
    font-size: 20px;
    line-height: 125%;
    font-weight: 400;
  }
}
.news-post-container .content-area .text-area .table-container {
  margin-bottom: 32px;
  overflow: auto;
}
@media (max-width: 991.98px) {
  .news-post-container .content-area .text-area .table-container {
    width: calc(100% + 48px);
    left: -24px;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .text-area .table-container {
    margin-bottom: 24px;
  }
}
.news-post-container .content-area .text-area .table-container .table {
  min-width: 800px;
}
.news-post-container .content-area .text-area .table-container .table table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 8px;
  border: 1px solid #c5cdd4;
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .text-area .table-container .table table {
    table-layout: auto;
  }
}
.news-post-container .content-area .text-area .table-container .table table {
  /* Apply a border to the right of all but the last column */
}
.news-post-container .content-area .text-area .table-container .table table th:not(:last-child),
.news-post-container .content-area .text-area .table-container .table table td:not(:last-child) {
  border-right: 1px solid #c5cdd4;
}
.news-post-container .content-area .text-area .table-container .table table tr:last-child td {
  border-bottom: none;
}
.news-post-container .content-area .text-area .table-container .table table tr th {
  background-color: #f3f3f3;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 155%;
  font-weight: 400;
  color: #010308;
  border-bottom: 1px solid #c1c5c7;
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .text-area .table-container .table table tr th {
    padding: 4px 8px;
  }
}
.news-post-container .content-area .text-area .table-container .table table tr th:first-child {
  border-top-left-radius: 8px;
}
.news-post-container .content-area .text-area .table-container .table table tr th:last-child {
  border-top-right-radius: 8px;
}
.news-post-container .content-area .text-area .table-container .table table tr td {
  padding: 16px;
  font-size: 16px;
  line-height: 155%;
  font-weight: 400;
  color: #010308;
  border-bottom: 1px solid #c1c5c7;
}
@media (max-width: 767.98px) {
  .news-post-container .content-area .text-area .table-container .table table tr td {
    padding: 8px;
  }
}
.news-post-container .content-area .text-area .btn.btn-arrow {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.2px;
  color: #010308;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */