h1 {
  font-family: Poppins !important;
  font-size: 50px!important;
  font-weight: 900!important;
  line-height: 70px!important;
  letter-spacing: 0.04em!important;
}

h1 span {
  font-family: Poppins!important;
  font-size: 90px!important;
  font-weight: 900!important;
  line-height: 100px!important;
  letter-spacing: 0.04em!important;
}

h2{
  font-family: Poppins!important;
  font-size: 72px!important;
  font-weight: 900!important;
  line-height: 72.32px!important;
  letter-spacing: -0.015em!important;
}

h2 span{
  font-family: Poppins!important;
  font-size: 72px!important;
  font-style: italic!important;
  font-weight: 500!important;
  line-height: 72.32px!important;
  letter-spacing: -0.015em!important;
}

h3{
  font-family: Poppins!important;
  font-size: 64px!important;
  font-weight: 900!important;
  line-height: 72.32px!important;
  letter-spacing: -0.015em!important;
}

h3 span{
  font-family: Poppins!important;
  font-size: 64px!important;
  font-style: italic!important;
  font-weight: 500!important;
  line-height: 72.32px!important;
  letter-spacing: -0.015em!important;
}

p{
  font-family: Poppins!important;
  font-size: 20px!important;
  font-weight: 400!important;
  line-height: 26.66px!important;
  margin-bottom: 24px !important;
}

p.large,
div.large {
  font-family: Poppins!important;
  font-size: 16px!important;
  font-weight: 400!important;
  line-height: 21.33px!important;
}

p.small,
div.small {
  font-family: Poppins!important;
  font-size: 14px!important;
  font-weight: 300!important;
  line-height: 18.66px!important;
}

h4{
  font-family: Poppins!important;
  font-size: 18px!important;
  font-weight: 500!important;
  line-height: 27px!important;
}

h5{
  font-family: Poppins!important;
  font-size: 16px!important;
  font-weight: 600!important;
  line-height: 24px!important;
  letter-spacing: 0.02em!important;
}

h6{
  font-family: Poppins!important;
  font-size: 128px!important;
  font-style: italic!important;
  font-weight: 500!important;
  line-height: 144.64px!important;
  letter-spacing: -0.015em!important;
}

h7{
  font-family: Poppins!important;
  font-size: 16px!important;
  font-weight: 700!important;
  line-height: 24px!important;
  letter-spacing: 0.02em!important;
}

h8{
  font-family: Poppins!important;
  font-size: 36px!important;
  font-weight: 800!important;
  line-height: 54px!important;
  letter-spacing: 0.02em!important;
}

h9{
  font-family: Poppins!important;
  font-size: 24px!important;
  font-weight: 500!important;
  line-height: 31.99px!important;
}

h10{
  font-family: Poppins!important;
  font-size: 12px!important;
  font-weight: 500!important;
  line-height: 16px!important;
}


ul li{
  font-family: Poppins!important;
  font-size: 14px!important;
  font-weight: 300!important;
  line-height: 16px!important;
  margin-bottom: 12px;
}

ul{
  padding-left: 24px;
  list-style-type: none;
}

ul li:before{
  content: "";
  position: absolute;
  background-image: url(https://144577786.fs1.hubspotusercontent-eu1.net/hubfs/144577786/check.png);
  width: 16px;
  height: 16px;
  left: -24px;
}

a:not(.btn) {
  transition: 0.2s;
}

a:not(.btn):active, a:not(.btn):focus, a:not(.btn):hover {
  color: #84A6FF !important;
}


.tx-gray{
  color: #6D6D6D;
}

.tx-light-dark{
  color: #202020;
}

.tx-purple{
  color: #5D47FF;
}

.tx-light-sea-green{
  color: #42DAD3;
}
.tx-black{
  color: #000000;
}
.tx-white{
  color: #ffffff;
}

.tx-light-green{
  color: #41DED1;
}
.tx-turquoise{
  color: #40E0D0;
}

.tx-light-purple{
  color: #7980FF;
}
.tx-light-slate-blue{
  color: #84A6FF;
}

.tx-dark-purple{
  color: #6F5BFF;
}

.tx-light-blue{
  color: #539BF5;
}

.tx-light-gray{
  color: #EEF3FF;
}

.tx-pale-grey{
  color: #F8F8F8;
}


@media(max-width: 1090px){
  h1{
    font-size: 64px !important;
    line-height: 72.32px !important;
  }
  h1 span{
    font-size: 72px !important;
    line-height: 72.32px !important;
  }
  
  h2{
    font-size: 48px !important;
    line-height: 54px !important;
  }
  h2 span{
    font-size: 48px !important;
    line-height: 54px !important;
  }
  
   h3{
    font-size: 48px !important;
    line-height: 54px !important;
  }
  h3 span{
    font-size: 48px !important;
    line-height: 54px !important;
  }
}
.btn{
  padding: 16px 24px;
  border-radius: 12px;
  color: #fff;  
  transition: 200ms;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.btn.btn-purple,
.btn.btn-purple:focus {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  background-color: #5D47FF;
  min-width: 293px;
  color: #fff;  
}

.btn.btn-purple:hover,
.btn.btn-purple:active{
  background: #84A6FF;
  box-shadow: 0px 4px 14px 0px #5D47FF33 inset;
}


.btn.btn-turqoise,
.btn.btn-turqoise:focus {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  background-color: #42DAD3;
  min-width: 293px;
  color: #fff;  
}

.btn.btn-turqoise:hover,
.btn.btn-turqoise:active {
  background: #fff;
  color: #42DAD3;
}

.btn.btn-blue,
.btn.btn-blue:focus{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background-color: #84A6FF;
  min-width: 252px;
  padding: 8px 24px;
  color: #fff;  
}

.btn.btn-blue:hover,
.btn.btn-blue:active{
  color: #84A6FF;
  background: #fff;
}

.btn.btn-gradient,
.btn.btn-gradient:focus{
  padding: 16px 24px;
  border-radius: 24px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  background: linear-gradient(180deg, #6F5BFF 0%, #539BF5 65.12%, #41DED1 99.98%, #40E0D0 99.99%, #41DED1 100%);
  color: #fff;
}

.btn.btn-white,
.btn.btn-white:focus{
  padding: 16px 24px;
  border-radius: 24px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  background:#FFFFFF;
  color: #5D47FF;
}

.btn.btn-white:hover,
.btn.btn-white:active{
  background: #42DAD3;
  color: #fff;
}

.btn.btn-gradient:hover,
.btn.btn-gradient:active{
  color: #5D47FF;
  background: #fff;
}

.btn.btn-text-link{
  position: relative;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  color: #202020;
  padding: 0 86px 0 0;
}


.btn.btn-text-link:after{
  position: absolute;
  content: "";
  background-image: url("https://144577786.fs1.hubspotusercontent-eu1.net/hubfs/144577786/Vector%202.png");
  width: 63px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 200ms;
}
  
.btn.btn-text-link:hover{
  text-decoration: underline;
}


.btn.btn-text-link:hover:after{
  right: -5px;
}

@media(max-width: 1090px){ 
  .btn.btn-blue,
  .btn.btn-purple,
  .btn.btn-turqoise{
    min-width: unset;
  }
}
.form-wrapper {
  padding: 175px 32px 46px;
  border-radius: 30px;
  box-shadow: -3px 4px 34px 0px #192D9714;
  background-color: #fff;
  position: relative;
  width: 624px;
  max-width: 624px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.form-wrapper form {
    background: transparent;
}

.mfp-container{
  overflow-x: hidden;
  
}

.form-wrapper:before{
  content: "";
  background-image: url("https://144577786.fs1.hubspotusercontent-eu1.net/hubfs/144577786/beeldmerk%202%20copy.png");
  width: 68px;
  height: 43px;
  position: absolute;
  top: 76px;
  transform: translateX(-50%);
  left: 50%;
}

  
.form-wrapper .form-close-button{
  width: 24px;
  height: 24px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}


.form-wrapper .form-title {
  font-family: Poppins!important;
  font-size: 18px!important;
  font-weight: 600!important;
  line-height: 24px!important;
  text-align: center!important;
  background: transparent!important;
  color: #A4A4AA;
  margin-bottom: 48px;
}

.form-wrapper .field {
  margin-bottom: 32px;
  position: relative;
}

.form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]), 
.form-wrapper .hs-input, 
.form-wrapper .hs-search-field__input {
  border-bottom: 1px solid #D0D5DD;
  width: 100%;
  padding: 14px 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 0;
  position: relative;
  color: #202020;
}

.form-wrapper select.hs-input.is-placeholder {
  color: #9D9FA1;
}

.form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder,
.form-wrapper .hs-input::placeholder,
.form-wrapper .hs-search-field__input::placeholder {
   color: #9D9FA1;
}

/* .form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder,
.form-wrapper .hs-input::placeholder,
.form-wrapper .hs-search-field__input::placeholder,
.form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit])::-ms-input-placeholder, 
.form-wrapper .hs-input::-ms-input-placeholder, 
.form-wrapper .hs-search-field__input::-ms-input-placeholder,
.form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit])::-webkit-input-placeholder, 
.form-wrapper .hs-input::-webkit-input-placeholder, 
.form-wrapper .hs-search-field__input::-webkit-input-placeholder,
.form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit])::-moz-placeholder, 
.form-wrapper .hs-input::-moz-placeholder, 
.form-wrapper .hs-search-field__input::-moz-placeholder,
.form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]):-ms-input-placeholder, 
.form-wrapper .hs-input:-ms-input-placeholder, 
.form-wrapper .hs-search-field__input:-ms-input-placeholder,
.form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]):-moz-placeholder, 
.form-wrapper .hs-input:-moz-placeholder, 
.form-wrapper .hs-search-field__input:-moz-placeholder {
  color: #202020;
  opacity: 1;
} */

.form-wrapper input.invalid:not([type=checkbox]):not([type=radio]):not([type=submit]) {
   
}
.form-wrapper .inputs-list.multi-container{
  display: grid;
  gap: 10px;
  
}

.form-wrapper .hs-fieldtype-select {
  position: relative;
}

/* .form-wrapper .hs-fieldtype-select:before {
  content: " ";
  background-image: url(https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/Icon-1.png/preview.png?t=1691964449971);
  position: absolute;
  width: 10px; 
  height: 5px;
  bottom: 19px;
  right: 23px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
} */

.form-wrapper textarea {
  min-height: 126px;
}

.form-wrapper .legal-consent-container .hs-richtext {
  font-size: 14px;
  color:  rgba(114, 133, 145, 1);
  font-weight: 400;
  line-height: 16px;
}

.form-wrapper .legal-consent-container label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
}  

.form-wrapper input[type=checkbox] {
  border-radius: 2px;
  margin-right: 5px;
  margin-top: 0;
}

.form-wrapper .actions {
  text-align: center;
  margin-top: 40px
}

.form-wrapper .actions input[type="submit"]{
  padding: 16px 24px;
  border-radius: 12px;
  color: #fff;  
  transition: 200ms;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  background: linear-gradient(180deg, #5D47FF 0%, #7980FF 48.96%, #84A6FF 100%);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  min-width: 100%;
  box-shadow: unset;
}
.form-wrapper .actions input[type="submit"]:hover{
  background: #84A6FF;
  box-shadow: 0px 4px 14px 0px #5D47FF33 inset;
}


@media (max-width: 768px){ 
  .form-wrapper {
    max-width: 448px;
    width : auto;
    margin-top: 0;
   }
  .form-wrapper .form-close-button{
    top: 10px;
    right: 20px;
  }
  
  .form-wrapper .form-title {
  }
  
  .form-wrapper .field {
    margin-bottom: 15px;
  }
}

.form-wrapper .inputs-list label{
  display: flex;
}
.form-wrapper .inputs-list label span{
  line-height: 1.3;
}

.form-wrapper .legal-consent-container .hs-richtext p{
  font-size: 14px;
  line-height: 1.25;
}

.form-wrapper form .hs-fieldtype-select label:not(.hs-error-msg),
.form-wrapper form .hs-fieldtype-text label:not(.hs-error-msg),
.form-wrapper form .hs-fieldtype-phonenumber label:not(.hs-error-msg),
.form-wrapper form .hs-fieldtype-textarea label:not(.hs-error-msg) {
  display: none;  
}

.form-wrapper form .hs_error_rollup {
  display: none;
}

.form-wrapper form ul.hs-error-msgs {
  margin: 0;
}

.form-wrapper form .hs-input.invalid.error {
  border-color: #D0D5DD;
}

.form-wrapper form ul.hs-error-msgs li {
  list-style-type: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.form-wrapper form ul.hs-error-msgs li:before {
  display: none;
}

.form-wrapper form ul.hs-error-msgs li label {
  color: #FF2C20;
}

.content-with-form-case-studies .form-wrapper form .hs-fieldtype-checkbox label{
/*   color: white; */
}


.form-wrapper .hs-fieldtype-checkbox label{
  color: #4f6475;
}

.form-wrapper .hs-fieldtype-booleancheckbox label{
  color: #4f6475;
}

.form-wrapper .legal-consent-container .hs-richtext p{
      color: #4f6475;
}
.footer{
  background: transparent;
  padding: 44px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.footer.purple-theme {
   background: #5D47FF;
}

.footer .footer-icon img{
  margin-bottom: 40px;
  width: 209px;
}

.footer .footer-text{
  font-family: Archivo;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.99px;
}
.footer a.footer-text:hover {
  color: #42DAD3 !important;
}

.footer .blogs-privacy{
  gap: 8px;
}

.footer .partner-terms{
  gap: 8px;
}

@media (max-width: 768px){ 
  .footer .footer-content{
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center
  }
}

@media (max-width: 380px){ 
  .footer .footer-text{
  font-size: 14px;
  }
}
.header{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background: #5D47FF;
}

.header.dark-theme{
  background: linear-gradient(118.24deg, #202020 1.63%, #3F3F3F 89.84%);
}

.header.scrolled {
  z-index: 9999;
}

.header-container {
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}

.header.scrolled .header-container {
  padding-top: 16px;
  padding-bottom: 16px;
}

.header .header-image img{
  width: 213px;
  height: 41px;
}

.header .header-right{
  gap: 32px;
  
}

.header .header-login{
  gap: 12px;
}

.header .login-text{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: 0.2s;
}

.header .login-text:hover {
    color: #42DAD3 !important;
}

.header .login-image{
  width: 26px;
  height: 26px;
}

.header .switch-banner{
  padding: 14px 33px;
  border-radius: 100px;
  background: linear-gradient(269.05deg, rgba(255, 255, 255, 0.9) 0.22%, rgba(255, 255, 255, 0.864) 50.11%, rgba(255, 255, 255, 0.45) 100%);
  gap:37px;
  position: relative; 
}

.header .switch-banner:after{
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #6F5BFF 0%, #539BF5 65.12%, #41DED1 99.98%, #40E0D0 99.99%, #41DED1 100%);
  width: 187px;
  top: 4px;
  bottom: 4px;
  left: 4px;
  border-radius: 100px;
  z-index: 0;
/*   transition: left 0.2s, right 0.2s; */
/*       animation:rightToLeft 0.2s linear; */
  
}

/* .header .switch-banner.animation:after {
      animation:rightToLeft 0.2s linear;
} */

.header .switch-banner.right {
  background: linear-gradient(89.22deg, rgba(255, 255, 255, 0.9) 0.15%, rgba(255, 255, 255, 0.864) 48.9%, rgba(255, 255, 255, 0.45) 97.64%);
}

.header .switch-banner.right:after {
  right: 4px;
  left: unset;
  width: 210px;
/*   animation:leftToRight 0.2s linear; */
  
}

/* .header .switch-banner.right.animation:after {
  animation:leftToRight 0.2s linear;
} */

.header .switch-item.active{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff !important;
}

.header .switch-item{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #1D2127;
  z-index: 1;
  cursor: pointer;
}

.header .switch-item.active:active, 
.header .switch-item.active:focus, 
.header .switch-item.active:hover {
  color: #fff;
}

@keyframes leftToRight {
  from {right: 177px;}
  to {right: 4px;}
}


@keyframes rightToLeft {
  from {left: 198px;}
  to {left: 4px; }
}


@media(max-width: 825px){ 
  .header .header-wrapper{
    flex-direction: column;
    gap: 30px;
  }
  .header .header-right{
    flex-direction: column;
  }
}


@media(max-width: 415px){ 
  .header .switch-banner {
    padding: 14px;
  }
  .header .switch-banner.right:after {
    width: 170px;
  }
}

@media(max-width: 400px){ 
  .header .switch-banner:after{
    width:167px;
  }
}

@media(max-width: 344px){ 
   .header .switch-banner:after{
    width:155px;
  }
}
body{
  margin: 0;
}

.container {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
  max-width: 1160px;
  box-sizing: border-box;
}

.container-lg {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
  max-width: 1296px;
  box-sizing: border-box;
}

.absolute {
  position: absolute;
}

.d-flex{
  display: flex;
}

.text-justify{
  text-align: justify;
}

.justify-center{
   justify-content: center;
}
.justify-start{
   justify-content: flex-start;
}
.justify-end{
   justify-content: flex-end;
}


.flex-column{
  flex-direction: column;
}

.flex-row{
  flex-direction: row;
}

.relative{
  position: relative;
}



.wrap{
  flex-wrap:wrap;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.align-start{
  align-items: flex-start;
}

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

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

.justify-evenly{
  justify-content: space-evenly;
}


.d-block{
  display: block;
}
.d-inline-block{
  display: inline-block;
}

.d-none {
  display: none;
}

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

.text-left {
  text-align: left;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.d-grid{
  display: grid;
}


.bg-purple{
  background: #5D47FF;
}

.bg-light-sea-green{
  background: #42DAD3;
}
.bg-black{
  background: #000000;
}
.bg-white{
  background: #ffffff;
}

.bg-light-green{
  background: #41DED1;
}
.bg-turquoise{
  background: #40E0D0;
}

.bg-light-purple{
  background: #7980FF;
}
.bg-light-slate-blue{
  background: #84A6FF;
}

.bg-dark-purple{
  background: #6F5BFF;
}

.bg-light-blue{
  background: #539BF5;
}

.bg-lighter-blue{
  background: #EEF3FF;
}

.bg-light-gray{
  background: #EEF3FF;
}

.bg-purple-fun{
  background: linear-gradient(180deg, #5D47FF 0%, #7980FF 48.96%, #84A6FF 100%);
} 

.bg-gradient-purple
background: linear-gradient(180deg, #6F5BFF 0%, #539BF5 65.12%, #41DED1 99.98%, #40E0D0 99.99%, #41DED1 100%);


.d-grid{
  display: grid;
}


.w-100{
  width: 100%;
}
.h-100{
  height: 100%;
}
.h-auto{
  height: auto;
}
.w-auto{
  width: auto;
}
.w-fit-content{
  width: fit-content;
}
.cursor-pointer{
  cursor: pointer;
}

.bg-cover{
  background-size: cover;
}
.bg-contain{
  background-size: contain;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.bg-center{
  background-position: center;
}

.dnd-section > .row-fluid {
  max-width: unset !important;
}

.dnd-section, 
.content-wrapper--vertical-spacing {
  padding: 0 !important;
}

.body-wrapper {
  position: relative;
}


.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr))
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr))
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr))
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr))
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr))
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr))
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr))
}

.grid-cols-none {
  grid-template-columns: none
}

@media (min-width: 768px) {
  .tb\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .tb\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .tb\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .tb\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .tb\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .tb\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .tb\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .tb\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .tb\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .tb\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .tb\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .tb\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .tb\:grid-cols-none {
    grid-template-columns: none
  }
}

@media (min-width: 992px) {
  .ds\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .ds\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .ds\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .ds\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .ds\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .ds\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .ds\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .ds\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .ds\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .ds\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .ds\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .ds\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .ds\:grid-cols-none {
    grid-template-columns: none
  }

}


html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}
.cards-grid-wrapper{
  background: var(--Light-blue, #EEF3FF);
  padding: 157px 0 104px;
}

.cards-grid-wrapper .content-intro{
  max-width: 480px;
}

.cards-grid-wrapper h3,
.cards-grid-wrapper p,
.cards-grid-wrapper h4{
  margin-bottom: 0;
}

.cards-grid-wrapper .headline{
  margin-top: 40px;
  margin-bottom: 32px;
}

.cards-grid-wrapper .description{
  margin-bottom: 40px;
  text-align: justify;
}

.cards-grid-wrapper .cards-grid{
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cards-grid-wrapper .card-item:nth-child(even){
    transform: translateY(-53px);
}

.cards-grid-wrapper .card-item{
  padding: 32px 16px;
  background-color: #fff;
  border-radius: 32px;
  width: 263px;
  max-height: 263px;
  box-sizing: border-box;
  border: 1px solid #84A6FF;
  transition: 0.5s;
}

.cards-grid-wrapper .card-item:nth-child(even){
    transform: translateY(-53px);
}

.cards-grid-wrapper .card-item:hover{
  background: #1A1A1A;
}

.cards-grid-wrapper .card-item:nth-child(odd):hover{
    transform: translateY(-5px);
}

.cards-grid-wrapper .card-item:nth-child(even):hover{
    transform: translateY(-58px);
}

.cards-grid-wrapper .card-item:hover .title {
  color: #fff;
  font-weight: 700;
}
.cards-grid-wrapper .card-item:hover .card_description{
  color: #fff;
}


.cards-grid-wrapper .image-holder img{
  height: 54px;
}

.cards-grid-wrapper .card-item:nth-child(2) .image-holder img:first-child { 
  height: 37px;
}

.cards-grid-wrapper .card-item .image-holder img.card-image-hover {
  display: none;
}

.cards-grid-wrapper .card-item:hover .image-holder img.card-image{
    display: none;
}

.cards-grid-wrapper .card-item:hover .image-holder img.card-image-hover {
  display: block;
}

.cards-grid-wrapper .image-holder{
    margin-bottom: 25px;
    margin-top: 32px;
}


@media(max-width: 1100px){
  .cards-grid-wrapper .container{
    flex-direction: column;
    align-items: center;
    gap: 100px;
  }
  .cards-grid-wrapper {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}

@media(max-width: 557px){
  .cards-grid-wrapper .cards-grid{
    grid-template-columns: 1fr;
  }
  .cards-grid-wrapper .card-item:nth-child(even){
        transform: unset;
  }
  .cards-grid-wrapper .card-item:nth-child(even):hover{
    transform: unset;
  }
  .cards-grid-wrapper .container{
    gap: 60px;
  }
  .cards-grid-wrapper .content-intro{
    text-align: center;
  }
}
.card-grid-candidates{
  background: var(--Light-blue, #EEF3FF);
  padding: 125px 0 464px 0;
}

.card-grid-candidates .headline  {
    margin-bottom: 0;
}

.card-grid-candidates .circle-1 {
  width: 243px;
  height: 293px;
  position: absolute;
  top: -67px;
  left: -160px;
}


.card-grid-candidates .circle-2 {
  width: 236px;
  height: 293px;
  position: absolute;
  top: -77px;
    left: -160px;
}



.card-grid-candidates .circle-3 {
  width: 231px;
  height: 281px;
  position: absolute;
  top: -67px;
    left: -160px;
}

.card-grid-candidates .card-item{
  padding: 56px 55px;
  background-color: #fff;
  border-radius: 40px;
  width: 367px;
  max-height: 320px;
  box-sizing: border-box;
  position: absolute;
  border: 1px solid #84A6FF;
  transition: .2s
}

.card-grid-candidates h2{
  margin-bottom: 0;
}

.card-grid-candidates .card-item:first-child {
  width: 399px;
}

.card-grid-candidates .description{
    max-width: 580px;
    text-align: justify;
    margin-top: 40px;
    margin-bottom: 24px;
}

.card-grid-candidates .card_description{
  font-size: 18px!important;
  color: #595959;
}

.card-grid-candidates .card-item:nth-child(1) {
  top: -67px;
  left: -32px;
}

.card-grid-candidates .card-item:nth-child(2) {
  top: 216px;
  right: -32px;
}

.card-grid-candidates .card-item:nth-child(3) {
  top: 314px;
  left: -223px;
}

.card-grid-candidates .content-intro{
  min-width: 680px;
   z-index: 1;
}

.card-grid-candidates .cards-grid {
  width: 100%;
}


.card-grid-candidates .card-item .title{
  font-family: Poppins;
  font-size: 96px;
  font-weight: 900;
  line-height: 144px;
}


.card-grid-candidates .card-item:hover{
  background: linear-gradient(180deg, #5D47FF 0%, #7980FF 48.96%, #84A6FF 100%);
  z-index: 1;
}


.card-grid-candidates .card-item:hover .title{
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-grid-candidates .card-item:hover .card_description{
  color: #fff;
}

@media (max-width: 1200px) {
  .card-grid-candidates .container {
    flex-direction: column;
    gap: 30px;
  }
    .card-grid-candidates .content-intro {
      display: flex;
    text-align: center;
      align-items: center;
  }
  
  .card-grid-candidates .card-item {
    position: unset;
  }
  
  .card-grid-candidates .cards-grid {
    gap: 15px;
    margin-top: 15px;
  }
  .card-grid-candidates {
    padding-bottom: 125px;
  }
  .card-grid-candidates .description{
    text-align: center
  }

}

@media (max-width: 768px){ 
  .card-grid-candidates .content-intro {
    max-width: 680px;
    min-width: auto;
  }
  .card-grid-candidates .card-item .title {
     font-size: 63px;  
  }
  .card-grid-candidates .card-item {
    padding: 20px;
    max-width: 367px;
  }

}
.cards-gallery{
  background: var(--Light-blue, #EEF3FF);
  padding: 66px 0 104px;
}

.cards-gallery .card-inner{
  padding: 12px;
  gap: 16px;
}

.cards-gallery .content-intro{
  margin-bottom: 106px;
}

.cards-gallery h3{
  margin-bottom: 0;
}

.cards-gallery .headline{
  max-width: 700px;
  margin-bottom: 6px;
}

.cards-gallery .description{
    font-family: Poppins !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 26.66px !important;
    color: #6D6D6D!important;
}

.cards-gallery .switch-banner {
  padding: 14px 24px 14px 42px;
  border-radius: 100px; 
  background: #FFFFFF4D;
  gap:40px;
  position: relative;
  margin-top: auto;
}
.cards-gallery .switch-banner:after{
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #6F5BFF 0%, #539BF5 65.12%, #41DED1 99.98%, #40E0D0 99.99%, #41DED1 100%);
  height: 44px;
  top: 4px;
  border-radius: 100px;
  z-index: 0;
}

.cards-gallery .switch-banner.left:after {
  left: 4px;
  width: 139px;
}

.cards-gallery .switch-banner.right:after {
  right: 4px;
  width: 150px;
}

.cards-gallery .switch-item.active{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}

.cards-gallery .switch-item{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #1D2127;
  z-index: 1;
  cursor: pointer;
}

.cards-gallery .plan-discount{
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.cards-gallery  h5{
  margin-bottom: 0!important; 
}

.cards-gallery .text_after_title{
    background: #84A6FF;
    padding: 6px 8px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    border-radius: 8px;
}

.cards-gallery .card:hover .text_after_title,
.cards-gallery .card.hovered .text_after_title{
    background: #fff;
    color: #5D47FF;
}


.cards-gallery .card{
    max-width: 300px;
    height: 550px;
    padding: 24px 24px 32px 24px;
    transition: 0.3s;
    border-radius: 32px;
    border: 4px solid #fff;
}
.cards-gallery .card:hover,
.cards-gallery .card.hovered{
  border-color: #84A6FF;
}

.cards-gallery .card:not(.active) {
  display: none;
}

.cards-gallery p{
  margin-bottom: 0;
}

.cards-gallery .price-text{
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 32px;
}

.cards-gallery .text_after_price{
  font-family: Poppins !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  text-align: left;
  color: #A4A4AA;
}

.cards-gallery .card-inner{
    background-color: #fff; 
    border-radius: 32px;
}

.cards-gallery .card-inner .btn {
  min-width: unset;
  width: 100%;
}
 
.cards-gallery .card:hover,
.cards-gallery .card.hovered{
  background: linear-gradient(180deg, #5D47FF 0%, #7980FF 48.96%, #84A6FF 100%);
  color: #fff; 
  transform: translateY(-56px);
}

.cards-gallery .card:hover .content-title,
.cards-gallery .card:hover .price,
.cards-gallery .card:hover .plan-item,
.cards-gallery .card.hovered .content-title,
.cards-gallery .card.hovered .price,
.cards-gallery .card.hovered .plan-item{
  color: #fff;
}

.cards-gallery .card:hover .text_after_price,
.cards-gallery .card.hovered .text_after_price{
  color: #EEF3FF;
}

.cards-gallery .card:hover ul li:before,
.cards-gallery .card.hovered ul li:before{
  background-image: url(https://144577786.fs1.hubspotusercontent-eu1.net/hubfs/144577786/check%20copy.png);
}

.cards-gallery .card:hover .btn,
.cards-gallery .card.hovered .btn{ 
  color: #5D47FF;
  background: #fff;
}

@media(max-width: 1090px){
  .cards-gallery .headline{
  max-width: 525px;
}
}


@media (max-width: 992px) {
  .cards-gallery .card-inner{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  
  .cards-gallery .card:hover,
    .cards-gallery .card.hovered{
    transform: translateY(-25px);
  }
}

@media(max-width: 764px){
  .cards-gallery .content-intro{
    flex-direction: column;
    gap: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }
  .cards-gallery .headline {
    margin-bottom: 20px;
  }
  .cards-gallery .switch-banner {
    margin-top: unset;
  }
}
.download-app-with-text-wrapper {
  z-index: 1;
}

.download-app-with-text{
  background: #EEF3FF;
   border-radius: 64px;
   gap: 45px;
   padding: 80px 64px;
}

.download-app-with-text-content{
  gap: 17px;
}

.download-app-with-text .btn {
  background-color: #fff;
  color: #202020;
  gap: 16px;
  border-radius: 12px;
  min-width: 244px;
  padding: 12px 30px;
  text-align: left;
}

.download-app-with-text .description{
  margin-bottom: 0;
  font-family: Poppins!important;
  font-size: 20px!important;
  font-weight: 400!important;
  line-height: 26.66px!important;
}

@media(max-width: 1160px){
  .download-app-with-text{
    flex-direction: column;
  }
}

@media(max-width: 767px){
  .download-app-with-text-content{
    flex-direction: column;
  }
}
.hero-candidates {
    padding-top: 130px;
    overflow: hidden;
    z-index: 2;
    height: calc(100vh - 130px);
}

.hero-candidates.dark-theme{
  background-image: url("https://144577786.fs1.hubspotusercontent-eu1.net/hubfs/144577786/Hero%20Bg%20%281%29.png");
}


.hero-candidates .column{
  top: 40px;
}
.hero-candidates .container{
  gap: 63px; 
}

.hero-candidates .container-lg  {
  gap: 150px;
}

.hero-candidates .flex-row-reverse .hero-candidates-content {
  min-width: 565px;
}
.hero-candidates-content{
  min-width: 644px;
}

.hero-candidates-header{
  margin-bottom: 0;
}


.hero-candidates-description{
  font-family: Poppins;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.04em;
  margin-top: 23px;
  margin-bottom: 40px;
  text-transform: uppercase;
  height: 115px;
}

.hero-candidates .hero-candidates-button{
  gap: 32px;
}
.hero-candidates .hero-candidates-button .btn.btn-text-link{
  color: #fff
}
.hero-candidates .hero-candidates-button .btn.btn-text-link:after{
  filter: brightness(0) invert(1);
}

.hero-candidates-image {
  position: absolute;
}

.hero-candidates-image:nth-child(1){
    top: -83px;
    right: 170px;
}

.hero-candidates .flex-row .hero-candidates-image:nth-child(1) {
  right: unset;
  left: 0px;
}

.hero-candidates-image:nth-child(2){
    top: 20px;
    right: 0;
}

.hero-candidates .flex-row .hero-candidates-image:nth-child(2) {
  right: unset;
  left: 177px;
}

.hero-candidates-image:nth-child(1) img {
   width: 360px;

}

.hero-candidates .flex-row .hero-candidates-image:nth-child(2) img {
  width: 360px;
}

.hero-candidates-image:nth-child(2) img {
  width: 330px;
}

.hero-candidates-image img{
   object-fit: contain;
}

.hero-candidates .circle-1 {
  width: 562px;
  height: 562px;
  position: absolute;
  top: -55px;
  right: -13px;
}

.hero-candidates .flex-row .circle-1 {
  right: unset;
  left: -31px;
}

.hero-candidates .circle-2 {
  width: 562px;
  height: 562px;
  position: absolute;
  top: -77px;
  right: 0;
}

.hero-candidates .flex-row .circle-2 {
  right: unset;
  left: -47px;
}

.hero-candidates .circle-3 {
  width: 537px;
  height: 537px;
  position: absolute;
  top: -55px;
  right: 11px;
}

.hero-candidates .flex-row .circle-3 {
  right: unset;
  left: -31px;
}



.hero-candidates .hat-image {
  position: absolute;
  top: -160px;
  right: -245px;
  width: 425px;
}

a.video-popup{
    position: absolute;
    left: calc(50%);
    transform: translateX(-50%);
    bottom: 20px;
    cursor: pointer;
    background: #fff;
    box-shadow: 4px 4px 8px 0px #3018DF66;
    width: 169px;
    height: 169px;
    border-radius: 100%;
}

.hero-candidates.dark-theme a.video-popup{
  background: linear-gradient(180deg, #6F5BFF 0%, #539BF5 65.12%, #41DED1 99.98%, #40E0D0 99.99%, #41DED1 100%);

}

.hero-candidates.dark-theme a.video-popup svg:first-child path {
  fill: #000000;
}

.hero-candidates.dark-theme a.video-popup svg:last-child path {
  fill: #000;
}

a.video-popup div {
  width: 100%;
  height: 100%;
}

a.video-popup svg {
  transition: 0.2s;
}

a.video-popup svg:first-child {
  top: 11px;
  min-width: 100%;
  position: absolute;
  left: 10px;
}

a.video-popup .text-wrapper svg:last-child {
 bottom: 10px;
  left: 11px;
  transform: rotate(180deg);
}

a.video-popup svg:last-child {
  position: absolute;
}

a.video-popup:hover {
  width: 188px;
  height: 188px;
}

a.video-popup:hover svg:first-child {
  left: 13px;
}

a.video-popup:hover .text-wrapper svg:last-child {
 bottom: 10px;
  left: 18px;
}

/* a.video-popup:hover svg:first-child {
  transform: rotate(135deg);
  top: 87px;
  left: 22px;
} */

a.video-popup svg:first-child path {
 fill: #5D47FF;
}

a.video-popup svg:last-child path {
 fill: #5D47FF;
}


/* a.video-popup:hover svg:first-child path {
 fill: #fff;
}

a.video-popup:hover svg:last-child {
 stroke: #fff;
}

a.video-popup:hover svg:last-child path {
 fill: #fff;
} */

.text-wrapper {
  min-width: 169px;
    height: 169px;
    animation: spin 10s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

@media(max-width: 1090px){ 
  .hero-candidates {
    background-size: unset !important;
  }
  .hero-candidates .container,
  .hero-candidates .container-lg {
  gap: 45px; 
  }
  
  .hero-candidates-description {
    font-size: 24px!important;
    line-height: 32px!important;
    height: 70px;
    
    }
  .hero-candidates-content {
    min-width: 458px;
  }
  
  
  .hero-candidates-image:nth-child(1) img {
    width: 270px;
  }
  .hero-candidates .flex-row .hero-candidates-image:nth-child(2) img,
    .hero-candidates-image:nth-child(2) img {
    width: 270px;
  }
  
  .hero-candidates .circle-1 {
      width: 421px;
      height: 421px;
  }

  .hero-candidates .circle-2 {
      width: 421px;
      height: 421px;
  }

  .hero-candidates .circle-3 {
      width: 402px;
      height: 402px;
  }
} 

@media(max-width: 900px){ 
  .hero-candidates {
    background: unset;
    background-image: url(https://144577786.fs1.hubspotusercontent-eu1.net/hubfs/144577786/Hero%20Bg-3.png)!important;
    padding-top: 155px;
    overflow-x: hidden;
    padding-bottom: 620px;
    background-size:1300px !important;
    height: unset;
  }
  
  .hero-candidates.dark-theme{
  background-image: url("https://144577786.fs1.hubspotusercontent-eu1.net/hubfs/144577786/Hero%20Bg-4.png")!important;
}
  
  .hero-candidates-description {
    height: 45px;;
  }
  
  .hero-candidates .container,  
  .hero-candidates .container-lg {
     flex-direction: column;
     align-items: center;
     text-align: center;
  }
  
  .hero-candidates .hero-candidates-button {
    justify-content: center;
    margin-bottom: 40px;
  }
  
  .hero-candidates-image {
    transform: translate(-50%);
    right: unset;
  }
  .hero-candidates-image:nth-child(1),
  .hero-candidates .flex-row .hero-candidates-image:nth-child(1){
      left: calc(50% - 75px);
      min-width: fit-content;
  }
  
    .hero-candidates-image:nth-child(2),
  .hero-candidates .flex-row .hero-candidates-image:nth-child(2){
      left: calc(50% + 75px);
      top: 0;
      min-width: fit-content;
  }
  
  
    .hero-candidates .circle-1,
  .hero-candidates .flex-row .circle-1 {
    right: 50%;
    transform: translateX(50%);
    width: 421px;
    height: 421px;
    left: unset;
  }

  .hero-candidates .circle-2,
  .hero-candidates .flex-row .circle-2 {
    right: calc(50% - 7px);
    transform: translateX(50%);
    width: 421px;
    height: 421px;
    left: unset;
  }

  .hero-candidates .circle-3,
 .hero-candidates .flex-row .circle-3 {
    right: 50%;
    transform: translateX(50%);
    width: 402px;
    height: 402px;
    left: unset;
  }
 
  .hero-candidates .hat-image {
    position: absolute;
    left: calc(50% + -14px);
    right: unset;
    width: 322px;
    top: -132px;
  }
  
  a.video-popup{ 
    bottom: 24px;
  }
}

@media(max-width: 825px){
    .hero-candidates {
     padding-top: 270px;
  }
}

@media(max-width: 764px){

  .hero-candidates-content,
  .hero-candidates .flex-row-reverse .hero-candidates-content{
    min-width: unset;
  }
  
  .hero-candidates .hero-candidates-button {
    flex-direction: column;
    margin-bottom: 25px;
  }
}

@media(max-width: 497px){
  .hero-candidates-header{
    font-size: 48px!important;
  }
  .hero-candidates-header span{
    font-size: 58px!important;
}
}

@media(max-width: 437px){
  .hero-candidates-description {
      margin-bottom: 70px;
  }
  .hero-candidates-header{ 
  margin-top: 30px;
  }
}

@media(min-height: 830px){
  
}
.hero-clients{
  padding-top: 301px;
  padding-bottom: 409px;
  overflow-x: hidden;
}


.hero-clients-content{
  max-width: 665px;
}

.hero-clients-image {
  position: absolute;
}

.hero-clients-image:nth-child(1){
    top: -143px;
    right: -36px;
}

.hero-clients-image:nth-child(2){
    top: -33px;
    right: -218px;
}

.hero-clients-image img{
   width: 433px;
   height: 586px;
}

.hero-clients a.video-popup{
   position: absolute;
   left: calc(50%);
   transform: translateX(-50%);
   bottom: 25px;
   cursor: pointer;
   width: 169px;
   height: 169px;
}


@media(max-width: 1200px){
 .hero-clients .container{
    flex-direction: column;
    align-items: center;
    text-align: center;
 }
  .hero-clients .hero-clients-image{
      position: relative
 }
  
  .hero-clients-image:nth-child(1){
    right: -126px;
    top: -56px;
  }
  .hero-clients-image:nth-child(2) {
    left: -100px;
 }
  .hero-clients{
    padding-bottom: 300px;
  }

}


@media(max-width: 764px){ 
  .hero-clients {
    padding-bottom: 222px;
    padding-top: 233px;
  }
  .hero-clients-content {
    margin-bottom: 30px
  }
  
  .hero-clients-image img{
    width: 390px;
    height: 420px;
    object-fit: contain;
  }
}
.logo-gallery{    
  overflow-x: hidden;
}

.logo-gallery:not(.with-space) {
  margin-bottom: -100px;
  padding-top: 120px;
}

.slick-slider .slick-track{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 120px;
}

.logo-individual {
  text-align: center;
}

.logo-individual img{
  height: 84px;
}

@media(max-width: 764px){
  .logo-gallery{ 
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .logo-individual img{
    height: 50px;
    
  }
  .slick-slider .slick-track{
    gap: 0;
  }
  
  .logo-gallery:not(.with-space) {
    margin-bottom: 80px;
    margin-top: 0px;
  }
  
}
.text-with-button{
  padding-top: 85px;
  padding-bottom: 170px;
  z-index: 2;
}

.text-with-button .container{
  gap:92px;
}

.text-with-button-content{ 
  max-width: 484px;
}

.text-with-button .text-with-button-header{
  z-index: 1;
}

.text-with-button .text-with-button-image {
    width: 530px;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    right: -40px;
}

@media(max-width: 900px){  
  .text-with-button .text-with-button-image {
    display: none;
  }
}

@media(max-width: 794px){ 
  .text-with-button-content{ 
  max-width: 430px;
  }
}

@media(max-width: 764px){ 
  .text-with-button .container{
    flex-direction: column;
    align-items: center;
    gap: 0;
    justify-content: center;
    text-align: center;
  }
  .text-with-button:after {
    z-index: -1;
    height: 361px!important;
  }
  .text-with-button{
    z-index: 1;
    padding-bottom: 85px;
  }
}
.video-with-banner .description{
  max-width: 544px;
}

.video-with-banner .content-intro{
  gap: 92px;
  margin-bottom: 60px;
}

.video-with-banner .content-button{
  max-width: 544px;
}

.video-with-banner .content-intro p {
  text-align: justify;
}

.video-with-banner .content-intro h2,
.video-with-banner .content-intro p{
  margin-bottom: 0 !important;
}

.video-with-banner .video-with-banner-image {
  position: absolute;
    width: 428px;
  top: -217px;
    right: -154px;
    transform: rotate(20deg);
}
  

@media(max-width: 1090px) {
  .video-with-banner .video-with-banner-image {
        width: 328px;
    top: -169px;
    right: -130px;
  } 
}

.video-with-banner .video {
  border-radius: 16px;
  overflow: hidden;
}

.video-with-banner .text-banner.angle{
  background: linear-gradient(180deg, #6F5BFF 0%, #539BF5 65.12%, #41DED1 99.98%, #40E0D0 99.99%, #41DED1 100%);
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: -43px;
  right: -43px;
  bottom: -142px;
  transform: rotate(4deg);
  height: 158px;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 1;
}
.video-with-banner .text-banner.angle span {
  font-family: Poppins;
  font-size: 96px;
  font-weight: 900;
  line-height: 108.48px;
  letter-spacing: -0.015em;
  color: #fff;
  text-transform: uppercase;
  animation: marquee 300s linear infinite;
}

.video-with-banner .text-banner.straight{
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -81px;
  height: 158px;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 1;
}

.video-with-banner .text-banner.straight span{
  font-family: Poppins;
  font-size: 96px;
  font-weight: 500;
  line-height: 108.48px;
  letter-spacing: -0.015em;
  color: #42DAD3;
  animation: marquee 300s linear infinite;
}

.video-with-banner-button{
  margin-top: 24px;
}

.video-with-banner .video-banner {
margin-bottom: 399px;
}

@keyframes marquee {
  from {transform: translateX(40%); }
  to {transform: translateX(0); }
}

@media(max-width: 1200px){
  .video-with-banner .video-banner {
    margin-bottom: 230px;
  }
}

@media(max-width: 1109px){
  .video-with-banner .content-intro{
    gap:80px;
  }
}

@media(max-width: 764px){
  .video-with-banner .container-lg {
  overflow-x: hidden;
}
  .video-with-banner .content-intro{
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 50px!important;
  }
  .video-with-banner .content-intro p{
    text-align: center;
  }
  
  .video-with-banner .video-banner {
    margin-bottom: 140px;
  }
  
  .video-with-banner .text-banner.angle,
  .video-with-banner .text-banner.straight{
    bottom: 55px;
    height: 110px;
  }
  
  .video-with-banner .text-banner.angle span,
  .video-with-banner .text-banner.straight span{
    font-size: 64px;
    line-height: 72px;
  }
 

}
.download-buttons{
   background: linear-gradient(180deg, #5D47FF 0%, #7980FF 48.96%, #84A6FF 100%);
   padding: 233px 281px 343px;
}

.download-buttons-column{
  gap: 17px;
}

.download-buttons .download-buttons-content{
  max-width: 878px;
}

.download-buttons-image img{
    width: 109px;
    height: 70px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}


.download-buttons .headline{
  margin-bottom: 32px;
  margin-top: 150px;
}

.download-buttons .btn {
  background-color: #fff;
  color: #202020;
  gap: 16px;
  border-radius: 12px;
  min-width: 244px;
  padding: 12px 30px;
  text-align: left;
}


@media(max-width: 1160px){
  .download-buttons{
    flex-direction: column;
    padding: 130px 40px 343px;
  }
}

@media(max-width: 767px){
  .download-buttons .download-buttons-column{
    flex-direction: column;
  }
  .download-buttons{
  padding-bottom: 375px;
  }
}

@media(max-width: 450px){
    .download-buttons .headline {
    margin-top: 80px;
  }
}

@media(max-width: 426px){
  .download-buttons .headline{
    font-size: 40px !important;
  }
}


@media(max-width: 400px){
  .download-app-with-text .description{
    text-align: center;
  }

}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:35px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:15px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
/* =========
 * Popup Controller
 * ================= */
.popup-iframe {
	background: repeating-linear-gradient(
  45deg,
  #fafafa,
  #fafafa 10px,
  #dddddd 10px,
  #dddddd 20px
);
	background-color: #f9f9f9;
	width: 100%;
	height: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-iframe span {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

/* =========
 * Video Popup
 * ================= */
.video-popup {
  position: relative;
  width: auto;
  max-width: 800px;
}

/* =========
 * Popup
 * ================= */
.popup {
	width: 90%!important;
  position: relative;
  width: auto;
  max-width: 800px;
  margin: 1.5rem auto;
}

/* One Col 02 */
.popup-one-col-02 {
	width: 500px;
}

/* Two Col 01 */
.popup-two-col-01,
.popup-two-col-02 {
	max-width: 1100px;
}

/* =========
 * Close Button
 * ================= */
.mfp-close-btn-in .mfp-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
/* 	background-color: var(--primary); */
	width: 125px!important;
	top: -60px;
	right: 0;
	border: 2px solid white;
    padding: 10px 10px;
    border-radius: 20px;
	opacity: 1;
	color: #fff!important;
	transition: 0.4s ease;
}
/* .mfp-close:before {
	content: "";
	position: absolute;
	top: 0;
	margin-top: -15px;
	margin-left: 22px;
	border-top: 15px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 22px solid var(--primary-700);
} */
.mfp-image-holder .mfp-close {
	top: 40px!important;
	right: 0!important;
}


/* =========
 * Zoom Animation
 * ================= */
/* start state */
.popup-zoom-animation .popup-zoom {
	opacity: 0;
	transition: all 0.4s cubic-bezier(.57,0,0,1);
	transform: translateY(-40px); 
}

/* animate in */
.popup-zoom-animation.mfp-ready .popup-zoom {
	opacity: 1;
	transform: translateY(0); 
}

/* animate out */
.popup-zoom-animation.mfp-removing .popup-zoom {
	transform: translateY(40px); 
	opacity: 0;
}

/* Dark overlay, start state */
.popup-zoom-animation.mfp-bg {
	opacity: 0;
	transition: all 0.4s cubic-bezier(.57,0,0,1);
}
/* animate in */
.mfp-bg {
	background: var(--dark);
}
.popup-zoom-animation.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.popup-zoom-animation.mfp-removing.mfp-bg {
	opacity: 0;
}
/* ----------------- Language Switcher ----------------- */
.header_language-switcher-label-current {
	display: none;
}

.mfp-content{
  max-width: 800px;
}

.mfp-wrap {
  backdrop-filter: blur(10px);
  z-index: 99999;
}

.video-03_popup .hs-embed-wrapper {
   max-width: unset !important;
}

.mfp-close {
  display: none !important;
}

.mfp-auto-cursor .mfp-content {
  
}
.text-with-form{
  background: linear-gradient(180deg, #5D47FF 0%, #7980FF 48.96%, #84A6FF 100%);
  padding: 233px 0 355px;
}

.text-with-form.dark-theme{
 background: linear-gradient(118.24deg, #202020 1.63%, #3F3F3F 89.84%);
  
}

.text-with-form .text-with-form-header{
  margin-bottom: 40px;
  max-width: 815px;
  z-index: 1;
  margin-top: 100px
}

.text-with-form .text-with-form-image img{
    width: 109px;
    height: 70px;
    position: absolute;
    top: -103px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.text-with-form .form-wrapper {
  display: none;
}

.text-with-form .form-wrapper.show {
  display: block;
}

.text-with-form .btn-show-form.hide {
  display: none;
}

@media (max-width: 768px){ 
  .text-with-form {
    padding-bottom: 365px;
  }
}

@media (max-width: 550px){ 
  .text-with-form .text-with-form-header{
    margin-top: 40px;
  }
}
.socials {
  gap: 20px;
  position: absolute;
  bottom: 620px;
  left: 55px;
  padding: 18px 10px;
  border-radius: 30px;
}

/* .socials.bottom {
  gap: 42px;
  flex-direction: row;
  left: unset;
  right: 79px;
  padding: 10px 18px;
}
 */
.socials a {
  line-height: 1;
  height: 26px;
}

.socials a:hover .social-image-hover{
  display: block;
}

.socials a:hover .social-image{
    display: none;
}

.social-image-hover{
  display: none;
}

.socials img {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px){ 
  .socials {
    left: 20px;
  }
  
/*   .socials.bottom {
    bottom: 255px;
  } */
}

@media (max-width: 585px){ 
  .socials {
      bottom: 688px;
  }
}