/* GENERAL */
/* SECTION 1 */
/* SECTION 2 */
/* SECTION 3 */
/* SECTION 4 */
/* SECTION 5 */
/* SECTION 6 */
/* SECTION 7 */
/* SECTION 8 */
/* SECTION 9 */
/* SECTION 10 */
/* SECTION 11 */
/* SCROLL ANIMATION */
@keyframes changeWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* RESPONSIVE */
/* POPUP */
.homepage *::-webkit-scrollbar {
  display: none;
}
.homepage:before {
  content: unset;
}
.homepage .container {
  max-width: 1192px;
}
.homepage .container.small-padding {
  padding: 0 4px;
}

section {
  position: relative;
  overflow-x: hidden;
}

#header-popup {
  /* display: none; */
}

.title {
  color: #0F0F37;
  font: normal 400 18px/26px "Fira Mono";
  text-align: center;
  display: inline-block;
  margin: 0 0 40px;
}

.title.code {
  /*display: inline-flex;
  gap: 5px;*/
}
.title.code svg {
  max-width: 18px;
  line-height: 0;
}

.btn.green {
  background: #16FCB7;
  border-color: #16FCB7;
}
.btn.green:hover {
  color: #fff;
  background: #2916FC;
  border-color: #2916FC;
}

.title-wrapper {
  text-align: center;
}

.dark {
  background: #24244B;
  color: #fff;
}

.dark-wrapper {
  background: #24244B;
  color: #fff;
}
.dark-wrapper .title {
  color: #fff;
}
.dark-wrapper .title > span {
  color: #0F0F37;
  background: #16FCB7;
}

.animation-wrapper:not(.tour-wrapper) {
  background: #2F2F5C url("../img/animation-back.webp") no-repeat center 100%/contain;
  position: relative;
}
.animation-wrapper section {
  z-index: 1;
}
.animation-wrapper .scroll-animation-wrapper {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.animation-wrapper .scroll-animation-wrapper .container {
  max-width: 1364px;
  padding: 0;
}
.animation-wrapper .title {
  color: #fff;
  padding-bottom: 10.75px;
  position: relative;
}
.animation-wrapper .title::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background: #16FCB7;
  width: calc(100% - 20px);
  bottom: 0;
  left: 10px;
}
.animation-wrapper .title > span {
  color: #0F0F37;
  background: #16FCB7;
}

.items-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn {
  padding: 16px 24px;
  border: 1px solid;
  border-radius: 8px;
  display: inline-block;
  width: max-content;
  font: normal 500 14px/normal "Fira Sans";
  transition: 0.15s;
}

.btn.transparent {
  background: transparent;
}
.btn.transparent:hover {
  border-color: #2916FC;
  background: linear-gradient(60deg, #001351 69.45%, #2916FC 137.22%);
}

.btn.white {
  color: #fff;
  border-color: #fff;
}

.btn.github {
  font: normal 500 16px/normal "Fira Sans";
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14.5px 35px;
}

.btn.arrow {
  font: normal 500 16px/normal "Fira Sans";
  position: relative;
  padding: 17px 103px 17px 45px;
  border: unset;
}
.btn.arrow > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 102%;
  width: 58px;
  background: #0F0F37;
  border-radius: 0 8px 8px 0;
  top: -1%;
  right: -1%;
}
.btn.arrow:hover {
  background: #2412ED;
  color: #fff;
}
.btn.arrow:hover > span svg path {
  stroke: #fff;
}

#hero {
  background: #24244B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #hero {
    background: #24244B;
  }
}
#hero .container {
  padding: 150px 38px;
}
#hero .content-wrapper {
  flex: 0 0 100%;
  display: flex;
  color: #fff;
	position: relative;
	z-index: 1;
	justify-content: center;
}

#hero .content{
	margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
}

@media (max-width: 1439px) {
	.scroll-animation-wrapper {
    display: none;
  }
}
#hero .content-wrapper .title {
  font: normal 400 40px/48px "Fira Sans";
  text-align: left;
  margin-bottom: 16px;
}
#hero .content-wrapper .title span {
  color: #16FCB7;
}
#hero .content-wrapper .description {
  font: normal 400 16px/22px "Fira Sans";
}
#hero .content-wrapper .description span{
  color: #16fcb7;
}
#hero .title {
  color: #fff;
}
#hero .labels {
  /* display: flex; */
	display: none;
  gap: 18px;
  margin-top: 45px;
  color: #7788B4;
  font: normal 400 16px/normal "Fira Mono";
}
#hero .label {
  display: flex;
  align-items: center;
  gap: 8px;
}
#hero .label-logo {
  display: block;
}
#hero .buttons {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 23px;
	justify-content: center;
}

#hero .buttons .btn.white{
  font-size: 16px;
}
#hero .animation-wrapper {
	margin: 0 0 100px;
	background: none;
}

@media (min-width: 1200px) {
	#hero .animation-wrapper {
		/* position: absolute;
		right: 50px;
		text-align: unset;
		width: 45.5vw;
		 top: -50px;
		transform: translateY(7vh);
		height: 40vh;
		min-height: 456px;
		background: none; */
	}
}
#hero .animation-wrapper .animation-block {
  /* background: url("../img/hero-animation.webp") no-repeat center center/contain; */
}
#hero .customers-wrapper {
  width: 100%;
  background: rgba(47, 47, 92, 0.4666666667);
  backdrop-filter: blur(8px);
  padding: 30px 0 40px;
	position: relative;
}
/* #hero .customers-wrapper::before{
	content: '';
	position: absolute;
	left: 250px;
	top: -300px;
  width: 460px;
	height: 470px;
  background-image: url("../img/angle3b.png");
	background-repeat: no-repeat;
} */
#hero .customers-wrapper .title {
  font: normal 400 12px/14.5px "Fira Mono";
  margin-bottom: 26px;
}
#hero .customers {
  max-width: 795px;
  margin: 0 auto 0;
}
#hero .customer img {
  height: 44px;
}

@media (max-width: 767px) {

	

	/* #hero .customers-wrapper::before{
		left: 20px;
    top: -190px;
    width: 300px;
    height: 300px;
    background-size: contain;
	} */
	.no-mobile{
		display: none;
	}
	
  #hero .label:first-child:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjczMzggNS4zODkwNUgwLjc4MTI1TTEyLjczMzggNS4zODkwNUw4LjQ2NTA0IDkuNDk2ODRNMTIuNzMzOCA1LjM4OTA1TDguNDY1MDQgMS4yODEyNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjc0NzAzNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-size: cover;
    width: 11.953px;
    height: 8.216px;
  }
	#hero .buttons{
		flex-wrap: wrap;
		justify-content: left;
		margin-top: 35px;
	}
	#hero .buttons .btn.arrow{
		padding: 17px 60px 17px 30px;
	}

	#hero .buttons .btn.arrow > span{
		width: 40px;
	}
	#hero .buttons .btn.white{
		display: none;
	}
}

#awards {
  padding: 30px 0 60px;
}
#awards .items-wrapper {
  width: max-content;
  margin: auto;
  gap: 100px;
}
#awards .item-wrapper {
  position: relative;
}
#awards .item-wrapper:not(:first-child):before {
  content: "";
  display: block;
  width: 27px;
  height: 45px;
  background: url('data:image/svg+xml,<svg width="27" height="38" viewBox="0 0 27 38" fill="none" xmlns="http://www.w3.org/2000/svg"><line y1="-0.498745" x2="45.2217" y2="-0.498745" transform="matrix(-0.574946 0.818192 -0.922792 -0.385298 26 0)" stroke="%2357579B" stroke-width="0.99749"/></svg>') no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-70px, 50%);
}

#benefits {
  padding: 60px 0 49px;
  overflow-x: hidden;
}
#benefits .container {
  padding: 0;
}
#benefits .title {
  font: normal 500 30px/normal "Fira Sans";
  margin-bottom: 55px;
}
#benefits .title > span {
  color: #16FCB7;
  background: transparent;
}
#benefits .title-wrapper {
  max-width: 904px;
  margin: 0 auto;
}
#benefits .benefits-tabs__wrapper {
  display: flex;
  position: relative;
}
#benefits .benefits-tabs__wrapper:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #57579B;
  bottom: -1px;
  width: 100%;
  left: 0;
}
#benefits .benefits-tabs__wrapper:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #57579B;
  bottom: -1px;
  width: 100%;
  left: 100%;
}
#benefits .benefit-tab {
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  color: #fff;
  gap: 24px;
  position: relative;
  z-index: 1;
}
#benefits .benefit-tab:after {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: #16FCB7;
  position: absolute;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
}
#benefits .benefit-tab:hover {
  background: transparent;
  border: unset;
  outline: unset;
  color: #16FCB7;
}
#benefits .benefit-tab:hover:after {
  opacity: 1;
}
#benefits .benefit-tab:focus {
  background: transparent;
  border: unset;
  outline: unset;
}
#benefits .benefit-tab:active {
  background: transparent;
  border: unset;
  outline: unset;
  color: #16FCB7;
}
#benefits .benefit-tab:active:after {
  opacity: 1;
}
#benefits .tab-title {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#benefits .benefit-tab.active-tab {
  color: #16FCB7;
  border-radius: unset;
}
#benefits .benefit-tab.active-tab:after {
  opacity: 1;
}
#benefits .benefit-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: all 0.5s ease-in-out;
}
#benefits .benefit-content > .benefit-icon {
  width: 61px;
  height: 61px;
  position: absolute;
  top: 60px;
  right: 40px;
}
#benefits .benefit-content .video-wrapper {
  padding: 50px;
  position: relative;
}
@media (max-width: 767px) {
  #benefits .benefit-content .video-wrapper {
    display: none;
  }
}
#benefits .benefit-content .video-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
#benefits .benefit-content .video-wrapper video {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
#benefits .benefit-content .btn {
  margin-top: auto;
}
#benefits .play {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  top: calc(50% - 52px);
  left: calc(50% - 52px);
  background: #0F0F37;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 9px 22px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 9px 22px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 9px 22px 0px rgba(0, 0, 0, 0.26);
}
#benefits .play:hover {
  background: #2412ED;
}

#animation {
  padding: 60px 0 63px;
}
#animation .animation-block {
  min-height: 375px;
}

#tour {
  padding: 88px 0 90px;
}
#tour .tour-wrapper {
  margin-top: 54.5px;
  height: 600px;
  position: relative;
}
#tour .tour-wrapper .animation-block {
  position: absolute;
  bottom: 0;
  right: 12px;
  width: calc(100% - 87px);
  height: calc(100% - 78px);
}

#testimonials {
  padding: 96.5px 0 245px;
}
#testimonials .title-wrapper .title {
  padding-bottom: 10.5px;
}
#testimonials .content {
  display: flex;
  flex-direction: column-reverse;
}
#testimonials .timeline-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
#testimonials .timeline-wrapper svg {
  z-index: 1;
  position: relative;
}
#testimonials .testimonials-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#testimonials .timeline {
  height: 2px;
  width: 100%;
  background: #57579B;
}
#testimonials .timeline span {
  display: block;
  height: 100%;
  width: 0%;
  background: #16FCB7;
  animation: changeWidth 5s infinite;
}
#testimonials .timeline span.animated {
  animation: changeWidth 5s infinite;
}
#testimonials .testimonials-carousel {
  height: 100%;
}
#testimonials .testimonials-carousel .owl-stage-outer {
  height: 100%;
}
#testimonials .testimonials-carousel .owl-stage {
  height: 100%;
}
#testimonials .testimonials-carousel .owl-item {
  height: 100%;
}
#testimonials .testimonials-carousel .testimonial {
  height: 100%;
  flex-direction: column;
}
#testimonials .testimonials-carousel .testimonial-content * {
  font: normal 600 22px/32px "Fira Sans";
}
#testimonials .testimonials-carousel .testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#testimonials .testimonial {
  display: flex;
  justify-content: space-between;
}
#testimonials .author-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#testimonials .image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
#testimonials .author-info {
  display: grid;
  margin: 0 33px 8px 16px;
}
#testimonials .author {
  font: normal 700 18px/28px "Fira Sans";
}
#testimonials .position {
  font: normal 400 16px/normal "Fira Sans";
}
#testimonials .logo-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0 0 6px 0;
}
#testimonials .logo-wrap:before {
  content: "@";
  color: #424269;
  font-size: 16px;
  line-height: 149%;
  display: inline-block;
  margin-right: 0.3em;
}
#testimonials .logo {
  width: auto;
  height: 25px;
}
#testimonials .btn {
  height: max-content;
  margin: 1px;
}
#testimonials .btn span {
  color: #16FCB7;
}
#testimonials .owl-nav {
  position: absolute;
  display: flex;
  gap: 18px;
  align-items: center;
}
#testimonials .testimonial-counter {
  position: absolute;
  top: 21px;
  right: 20px;
  font: normal 400 16px/26px "Fira Sans";
}
#testimonials .testimonial-counter .index {
  color: #16FCB7;
}

#kubescape {
  padding: 0 0 62.25px;
}
#kubescape .kubescape-wrapper {
  margin-top: 37.5px;
  position: relative;
}
#kubescape .kubescape-wrapper .column {
  width: 100%;
}
#kubescape .kubescape-content {
  display: flex;
}
#kubescape .description-wrapper {
  padding: 23px 46px;
}
#kubescape .description {
  font: normal 500 22px/32.5px "Fira Sans";
  font-weight: 600;
}
@media (max-width: 767px) {
  #kubescape .description br {
    display: none;
  }
}
#kubescape .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#kubescape .kubescape-footer {
  padding: 8px 31px 31px;
  text-align: right;
}
#kubescape .btn {
  padding: 16px 23px;
  font-weight: 500;
}
#kubescape .central-logo {
  --width: 64px;
  width: var(--width);
  position: absolute;
  top: -26px;
  left: calc(50% - var(--width) / 2);
}

#numbers {
  padding: 62.25px 0 116px;
}
#numbers .items-wrapper {
  flex-direction: column;
}
#numbers .item-wrapper {
  color: #fff;
  text-align: center;
  position: relative;
}
#numbers .item-wrapper svg {
  display: block;
  margin-bottom: 11px;
}
#numbers .item-wrapper:not(.stars) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#numbers .item-wrapper:not(.stars) > span {
  font: normal 400 16px/normal "Fira Sans";
}
#numbers .item-wrapper:not(.stars) > .item-number {
  font: normal 400 40px/normal "Fira Mono";
  margin-bottom: 5px;
}
#numbers .item-type {
  color: #16FCB7;
}
#numbers .item-wrapper.stars {
  color: #16FCB7;
}

#overview {
  padding: 4px 0 98.5px;
  position: relative;
}
#overview .title {
  margin-bottom: 87px;
}
#overview .container {
  position: relative;
  z-index: 1;
}
#overview .content {
  display: flex;
  color: #fff;
}
@media (max-width: 768px) {
  #overview .content-wrapper {
    position: relative;
  }
  #overview .content-wrapper:after {
    content: "";
    position: absolute;
    bottom: -82px;
    left: -36px;
    width: 142.5px;
    height: 162px;
    background-image: url("../img/astropanda2.png");
    background-size: cover;
  }
}
#overview .video-wrapper {
  padding: 9px;
}
@media (max-width: 768px) {
  #overview .video-wrapper {
    position: relative;
  }
  #overview .video-wrapper video {
    max-width: 100%;
    height: auto;
    display: block;
  }
  #overview .video-wrapper button {
    width: 61px !important;
    height: 61px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
#overview .video-wrapper button {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  box-shadow: 20px 40px 50px rgba(41, 22, 252, 0.2);
  position: absolute;
  z-index: 1;
  top: calc(50% - 49px);
  left: calc(50% - 49px);
  background: #0F0F37;
}
#overview .video-wrapper button:hover {
  background: #2412ED;
}
#overview .content-wrapper {
  padding: 24px 22px;
}
#overview .content-wrapper .description {
  font: normal 400 16px/30px "Fira Sans";
}
#overview .btn {
  margin-top: 40px;
  padding: 16px 27px;
}

#community {
  padding: 120px 0 60px;
  background: #F1F4FF;
}
#community .item {
  background: #fff;
  width: 100%;
  padding: 21px 24px;
  border-radius: 10px;
	color: #000;
}
#community .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#community .item-title {
  font: normal 400 16px/11px "Fira Sans";
}
#community .item-title strong {
  font-weight: 500;
}

#integrations {
  background: #F1F4FF;
  padding: 60px 0 120px;
  text-align: center;
}
#integrations .btn {
  margin-top: 40px;
  padding: 17px 35px;
}

.scroll-animation {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.scroll-animation-wrapper .container {
  position: relative;
}
.scroll-animation-wrapper .container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='42' viewBox='0 0 38 42' fill='none'%3E%3Cpath d='M35.447 9.26476C36.7191 9.99137 37.5 11.3323 37.5 12.7805L37.5 29.2195C37.5 30.6677 36.7191 32.0086 35.447 32.7352L21.057 40.9548C19.7844 41.6817 18.2157 41.6817 16.943 40.9548L2.55301 32.7352C1.28092 32.0086 0.499999 30.6677 0.499999 29.2195L0.500003 12.7805C0.500003 11.3323 1.28093 9.99137 2.55301 9.26475L16.943 1.04521C18.2157 0.318263 19.7843 0.318262 21.057 1.04521L35.447 9.26476Z' fill='%2316FCB7' stroke='%2357579B'/%3E%3C/svg%3E");
  width: 38px;
  height: 42px;
  top: -21.5px;
  left: 67px;
}
.scroll-animation-wrapper .container::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 252px;
  height: 276px;
  background: url("../img/astropanda.png") no-repeat center center/contain;
  transform: translate(-35%, 25%) scale(1.65);
}
.scroll-animation-wrapper svg path {
  position: relative;
  z-index: 0;
}
.scroll-animation-wrapper svg .scroll {
  stroke-dasharray: 9000;
  stroke-dashoffset: -8700;
  z-index: 1;
}
@media (min-width: 1199px) {
  .homepage .container {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  #hero .labels {
    justify-content: space-around;
    flex-direction: row-reverse;
  }
  #hero .label {
    flex-direction: column-reverse;
    color: #fff;
    width: 111px;
    height: 111px;
    border-radius: 50%;
    background: rgba(32, 31, 73, 0.5);
    backdrop-filter: blur(2.3478262424px);
    position: relative;
    font-size: 12px;
    justify-content: center;
    text-align: center;
  }
  #hero .label:first-child .label-title {
    padding-top: 10px;
  }
  #hero .label-logo {
    position: absolute;
    top: -10px;
  }
  #hero .customers-wrapper .title svg {
    max-width: 13px;
  }
  
}
@media all and (min-width: 768px) {
  #hero .content-wrapper {
  }
  #hero .content-wrapper .title {
    font: normal 600 48px/60px "Fira Sans";
    margin-bottom: 18px;
		text-align: center;
  }
	#hero .content-wrapper .description{
		font: normal 400 18px/25px "Fira Sans";
		max-width: 690px;
		margin: 0 auto;
	}
  #hero .customers-wrapper .title {
    margin-bottom: 30px;
  }
}
@media all and (min-widtH: 1200px) {
  #hero .container {
    display: flex;
    align-items: center;
    padding: 0;
		flex-wrap: wrap;
    justify-content: center;
  }
  #hero .content {
    margin: 190px 0 80px;
		max-width: 1000px;
		text-align: center;
  }
}
@media all and (min-width: 1601px) {
  #hero {
    /* background-position: center bottom; */
    background-repeat: no-repeat;
  }
  /* #hero .animation-wrapper {
		transform: translateY(10vh);
		top: 0px;
  } */
  #hero .labels {
    margin-top: 69px;
  }
}

@media all and (min-width: 1800px) {
	#hero .container{
		position: relative;
	}
  /* #hero .animation-wrapper {
		right: -200px;
		max-width: 720px;
  } */
}
@media (max-widtH: 767px) {
  #awards .items-wrapper {
    flex-direction: column;
  }
  #awards .item-wrapper:not(:first-child):before {
    transform: rotate(55deg) translate(-170%, -125%);
  }
}
@media (max-width: 767px) {

	#hero .container{
		padding-bottom: 40px;
	}

  #benefits .title {
    font: normal 500 35px/45px "Fira Sans";
    margin-bottom: 50px;
    padding: 0 50px;
  }
  #benefits .benefit-content {
    padding: 60px 40px;
    border-bottom: 1px solid #57579B;
  }
  #benefits .benefit-content .btn {
    display: block;
    margin: 30px 0 0 auto;
  }
  #benefits .benefit-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #benefits .benefit-header .benefit-icon {
    margin: 0 0 0 20px;
  }
  #benefits .benefit-title {
    font: normal 400 35px/40px "Fira Sans";
    max-width: 75%;
  }
  #benefits .benefit-description {
    margin-bottom: 30px;
  }
  #benefits .benefit-description * {
    font: normal 400 16px/22px "Fira Sans";
  }
  #benefits video {
    max-width: 100%;
    height: auto;
  }
  #testimonials {
    padding-bottom: 120px;
  }
  #testimonials .content {
    position: relative;
    min-height: 600px;
    overflow: hidden;
  }
  #testimonials .timeline-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 155px);
  }
  #testimonials .timeline-wrapper svg {
    z-index: 0;
    position: relative;
    margin-left: auto;
    left: 45px;
  }
  #testimonials .owl-nav {
    top: 18px;
    left: 21px;
  }
  #testimonials .owl-nav svg path {
    fill: #57579B;
  }
  #testimonials .testimonials-carousel .testimonial-content {
    padding: 81px 22px 22px;
  }
  #testimonials .testimonials-carousel .testimonial-footer {
    flex-direction: column;
  }
  #testimonials .testimonials-carousel .testimonial-footer > div {
    padding: 22px;
    flex-direction: column;
  }
  #testimonials .author-wrapper {
    width: 100%;
    align-items: flex-start;
    border-bottom: 1px solid #57579B;
  }
  #testimonials .author-info {
    margin: 11px 0 5px;
  }
  #testimonials .mobile-wrapper {
    display: flex;
    height: 155px;
  }
  #testimonials .btn {
    margin-left: auto;
  }
  #kubescape .container {
    padding: 0 38px;
  }
  #kubescape .kubescape-content {
    flex-direction: column;
  }
  #kubescape .kubescape-wrapper .column {
    padding: 21px 26px;
  }
  #kubescape .column.description-wrapper {
    border-bottom: 1px solid #57579B;
    padding: 45px 23px;
  }
  #numbers .items-wrapper {
    gap: 68px;
  }
  #numbers .item-wrapper.stars {
    order: 0;
  }
  #numbers .item-wrapper:not(.stars) {
    order: 1;
  }
  #numbers .item-wrapper:not(.stars):before {
    content: "";
    background: #57579B;
    width: 70px;
    height: 1px;
    display: block;
    position: absolute;
    top: -33px;
    left: calc(50% - 35px);
  }
  #numbers .item-wrapper:not(.stars) span.item-type {
    color: #16FCB7;
  }
  #overview .container {
    padding: 0 38px;
  }
  #overview .content {
    flex-direction: column;
  }
  #overview .btn {
    display: block;
    margin-left: auto;
  }
  #community .container {
    padding: 0 25px;
  }
  #community .items-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  #community .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #community .item-footer {
    width: 100%;
    text-align: center;
  }
  #community .item-title {
    width: 100%;
    text-align: center;
  }
  #integrations .container {
    padding: 0;
  }
  #integrations .items-wrapper {
    display: block;
  }
}
@media (min-width: 768px) {
  #benefits .benefit-content:not(.active-content) {
    display: none;
  }
  #benefits .benefit-content .content-wrapper {
    padding: 100px 0 50px 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  #benefits .benefit-content > .benefit-icon {
    width: 110px;
    height: 110px;
    bottom: 0;
    right: -60px;
    top: initial;
  }
  #testimonials .content {
    display: grid;
    grid-template-columns: 17.5% 82.5%;
  }
  #testimonials .timeline-wrapper {
    padding: 30px 38px 0 30px;
  }
  #testimonials .timeline-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 35px;
    height: 100%;
    width: 1px;
    background: #57579B;
  }
  #testimonials .timeline {
    width: calc(100% - 30px);
  }
  #testimonials .testimonials-carousel .testimonial-content {
    max-width: 500px;
  }
  #testimonials .testimonials-carousel .testimonial-content * {
    font: normal 600 28px/37px "Fira Sans";
  }
  #testimonials .testimonials-wrapper {
    padding: 41px 40px 42px 13px;
    width: 100%;
    position: relative;
  }
  #testimonials .owl-nav {
    top: -20px;
    right: 0;
  }
  #testimonials .testimonial-counter {
    top: 52px;
    right: 68px;
    font: normal 400 16px/26px "Fira Sans";
  }
  #kubescape .description-wrapper {
    padding: 63px 43px 72px 85px;
  }
  #kubescape .description {
    font: normal 500 30px/48.5px "Fira Sans";
  }
  #kubescape .kubescape-wrapper .column {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 282px;
  }
  #kubescape .kubescape-wrapper .column:first-of-type {
    border-right: 0.5px solid #57579B;
  }
  #kubescape .kubescape-wrapper .column:last-of-type {
    border-left: 0.5px solid #57579B;
  }
  #kubescape .kubescape-footer {
    border-top: 1px solid #57579B;
    padding: 29.5px 0 39.5px;
    text-align: center;
  }
  #kubescape .central-logo {
    --width: 106px;
    top: -42px;
  }
  #numbers .items-wrapper {
    height: 100px;
    flex-direction: row;
    align-items: flex-end;
  }
  #numbers .item-wrapper:not(:first-child):before {
    content: "";
    display: block;
    background: url('data:image/svg+xml,<svg width="17" height="37" viewBox="0 0 17 37" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="15.7255" y1="36.6756" x2="0.628717" y2="0.191679" stroke="white"/></svg>') no-repeat center center/contain;
    width: 21px;
    height: 60px;
    position: absolute;
    bottom: 30px;
    left: 0;
    transform: translate(-350%, 30%);
  }
  #overview {
    padding: 90.5px 0 0;
    position: relative;
  }
  #overview:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 53px;
    background: #F1F4FF;
    z-index: 0;
  }
  #overview .video-wrapper {
    flex: 0 0 64%;
    max-width: 64%;
    padding: 22px;
    position: relative;
  }
  #overview .content-wrapper {
    flex: 0 0 36%;
    max-width: 36%;
    border-left: 1px solid #57579B;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #community .items-wrapper {
    gap: 41px;
  }
  #community .item {
    padding: 34px;
  }
  #community .item-footer {
    margin-top: 30px;
  }
  #community .item-footer a svg {
    display: block;
    height: 10px;
  }
}
@media (min-width: 992px) {
  #benefits .benefit-content {
    flex-direction: row;
    height: 526px;
  }
  #benefits .benefit-content .video-wrapper {
    flex: 0 0 72%;
    max-width: 72%;
    border: 1px solid #57579B;
    border-top: 0;
  }
  #benefits .benefit-content .benefits-content__wrapper {
    position: relative;
  }
  #benefits .benefit-content .benefits-content__wrapper:before {
    content: "";
    display: block;
    width: calc(50vw + 70%);
    position: absolute;
    left: 0;
    border: 0.5px solid #57579B;
    top: -1px;
  }
  #benefits .benefit-content .benefits-content__wrapper::after {
    content: "";
    display: block;
    width: calc(50vw + 70%);
    position: absolute;
    left: 0;
    border: 0.5px solid #57579B;
    bottom: -1px;
  }
  #benefits .benefit-content > .benefit-icon {
    width: 180px;
    height: 180px;
    position: absolute;
    bottom: 0;
    right: -110px;
  }
  #animation {
    padding: 49px 0 120px;
  }
}
@media (min-widtH: 1600px) {
  #benefits .benefit-content > .benefit-icon {
    right: -220px;
  }
}
@media (min-widtH: 1199px) {
  #tour .tour-wrapper {
    margin-top: 54.5px;
    height: 700px;
  }
}
@media (min-width: 1600px) {
  #overview {
    padding-top: 91.5px;
  }
}
@media all and (max-width: 991px) {
	#hero .animation-wrapper{
		margin-bottom: 20px;
		margin-top: 20px;
		text-align: center;
	}
}

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