/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
.gray-900 {
  color: #0d0d0c;
}
.gray-800 {
  color: #1f1f1e;
}
.gray-700 {
  color: #666664;
}
.gray-600 {
  color: #858582;
}
.gray-500 {
  color: #c7c7c6;
}
.gray-400 {
  color: #c7c7c6;
}
.gray-300 {
  color: #d9d9d2;
}
.gray-200 {
  color: #ebebe6;
}
.gray-100 {
  color: #f9f9f9;
}

/* Typography */
.font-inter {
  font-family: "Inter", sans-serif;
}

.font-nunito-sans {
  font-family: "Nunito Sans", sans-serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

h1.hero {
  font-size: 120px;
}

.text-size-lg {
  font-size: 18px;
}
.text-size-md {
  font-size: 16px;
}
.text-size-sm {
  font-size: 14px;
}
.text-size-xs {
  font-size: 14px;
}

.fw-900 {
  font-weight: 900;
}
.fw-800 {
  font-weight: 800;
}
.fw-700 {
  font-weight: 700;
}
.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}
.fw-400 {
  font-weight: 400;
}
.fw-300 {
  font-weight: 300;
}
.fw-200 {
  font-weight: 200;
}
.fw-100 {
  font-weight: 100;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito Sans";
}

.top-1 {
  top: 1rem;
}

.top-2 {
  top: 2rem;
}

.top-3 {
  top: 3rem;
}

.top-4 {
  top: 4rem;
}

.top-5 {
  top: 5rem;
}

/* Form elements */
.btn {
  border-radius: 20px;
  padding: 6px 12px;
  text-align: center;
  font-family: "Nunito Sans";
  font-weight: 100;
  font-size: 16px;
  transition: all 0.5s;
}
.btn-primary {
  color: #ffffff;
  background: #5c4dfa;
}
.btn-primary:hover {
  background: #2f22b5;
}
.btn-secondary {
  color: #5c4dfa;
  background: #ffffff;
  border: 1px solid #5c4dfa;
}
.btn-secondary:hover {
  color: #ffffff;
  background: #5c4dfa;
}

.form-control {
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #c7c7c6;
  border-radius: 3px;
  font-family: "Nunito Sans";
  font-size: 14px;
  color: #5c4dfa;
}
.form-control::placeholder {
  color: #858582;
}
.form-control:focus, .form-control:not(:placeholder-shown) {
  border: 1px solid #5c4dfa;
}

/* Grid separation */
.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-33 {
  width: 33.33%;
}

.w-40 {
  width: 40%;
}

.w-80 {
  width: 80%;
}

/* Background */
.background-lines {
  display: flex;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.background-lines-mobile {
  display: none;
}
.background-lines div {
  position: relative;
  height: 100%;
}
.background-lines div:nth-child(2), .background-lines div:nth-child(3), .background-lines div:nth-child(4), .background-lines div:nth-child(5), .background-lines div:nth-child(6) {
  border-left: 2px dashed rgba(225, 224, 224, 0.431372549);
}

/* Header */
.nav-section {
  position: sticky;
  top: 0;
  z-index: 99; /* Should be higher than the .background-lines z-index. */
  background: #ffffff;
}
.nav-section .current-page {
  color: #5c4dfa;
  font-weight: 700;
}

.navbar {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* Footer */
footer {
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}
footer .container {
  width: 80%;
  padding: 0;
}
footer .newsletter {
  background-color: #F5F5F9;
  border-radius: 10px;
  display: flex;
  width: 80%;
  margin-bottom: 100px;
}
footer .newsletter input[type=email] {
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #0d0d0c;
  border-radius: 0;
  font-weight: 400;
  font-family: "Inter";
  font-size: 14px;
  transition: all 0.25s;
}
footer .newsletter input[type=email]:focus {
  outline: none;
  border: 1px solid #5c4dfa;
  border-radius: 8px;
  transition: all 0.25s;
}
footer hr {
  height: 1px;
  background: #0d0d0c;
  border: none;
  opacity: 1;
  width: 80%;
  margin-top: 6em;
}
footer .copyright {
  width: 80%;
}

/* Spinner */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 50px;
}

.lds-ellipsis div {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #9d94fc;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* Responsive: Mobile */
@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 32px;
  }
  .btn {
    padding: 4px 4px !important;
  }
  .nav-section {
    background: transparent;
    margin-top: 38px;
    position: relative;
  }
  .nav-section .navbar-toggler {
    border: 0;
  }
  .nav-section .navbar {
    padding-top: 0 !important;
  }
  .background-lines {
    display: none;
  }
  .background-lines-mobile {
    display: flex;
    position: fixed;
    z-index: -1;
    top: 12px;
    left: 12px;
    height: 100%;
    width: calc(100vw - 24px);
  }
  .background-lines-mobile div {
    position: relative;
    border-left: 2px dashed rgba(225, 224, 224, 0.431372549);
    height: 100%;
  }
  .background-lines-mobile div:nth-last-child(1) {
    border-right: 2px dashed rgba(225, 224, 224, 0.431372549);
  }
  footer {
    padding: 0 12px 0 12px;
    background-image: none;
  }
  footer .footer-mobile-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-image: url("../images/site/footer/bg-mobile.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  footer .footer-content {
    z-index: 10;
  }
  footer .newsletter {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  footer hr {
    display: none;
  }
  footer .copyright {
    width: 100%;
  }
  footer .btn-book-a-demo {
    width: 90%;
  }
}
/* Responsive: Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 72px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .text-size-lg {
    font-size: 16px;
  }
  .text-size-md {
    font-size: 14px;
  }
  .text-size-sm {
    font-size: 12px;
  }
  .text-size-xs {
    font-size: 12px;
  }
  .btn {
    font-size: 14px;
  }
  .form-control {
    font-size: 12px;
  }
  input[type=email] {
    font-size: 12px;
  }
}
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  min-width: 500px;
  width: 40%;
  max-width: 600px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -600px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -600px;
  padding: 20px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border: 1px solid #D9D9D2;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.modal-header {
  border-bottom-color: #ffffff;
  background-color: #ffffff;
  padding: 40px;
}
.modal-header .btn-close {
  margin-left: 0;
  color: #0d0d0c;
  opacity: 1;
}

.modal-body {
  padding: 40px;
}

.modal-footer {
  padding: 40px;
  border: 0;
}
.modal-footer-content {
  background: #DEDBFE;
  border-radius: 8px;
  padding: 24px;
  width: 100%;
}

/* Responsive: Mobile */
@media screen and (max-width: 767px) {
  .modal.left .modal-dialog,
.modal.right .modal-dialog {
    min-width: 100%;
    max-width: 100%;
  }
}
body {
  padding: 0 80px 0 80px;
}

.button-width {
  width: auto;
}

/* Sections */
.title-section {
  display: flex;
  align-items: center;
  position: relative;
  height: 70vw;
  border-radius: 10px;
  width: 100%;
  z-index: 98;
}
.title-section-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../images/index/title/Background.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 40px;
}
.title-section-content {
  position: relative;
  z-index: 10; /* Should be higher than the .background-lines z-index. */
  width: 100%;
  margin-left: auto;
  padding-top: 10%;
}
.title-section .title {
  flex-direction: column;
  justify-content: center;
}
.title-section .title-icon {
  padding: 10px;
  border-radius: 50%;
  margin-left: 1em;
  background: white;
  height: fit-content;
  z-index: 10;
}
.title-section .title-icon-image {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.title-section .font-purple {
  color: #5C4DFA;
}

.title-animation-section {
  display: flex;
  align-items: end;
  position: relative;
  width: 100%;
  background-image: url("../../images/index/title/Rectangle_104.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 40vw;
  margin-top: -48vw;
  padding-left: 10%;
  border-radius: 40px;
}
.title-animation-section-additional-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../../images/index/title/Mask_group.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top -4px right;
  z-index: 10;
}
.title-animation-section .title-icon {
  position: relative;
  padding: 0.5vw;
  border-radius: 50%;
  box-shadow: 0px 4.27909px 4.27909px rgba(0, 0, 0, 0.04);
  background-color: white;
  animation-duration: 2.66s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  animation-name: fade-animation;
  opacity: 0;
  z-index: 9;
}
@keyframes fade-animation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    animation-timing-function: ease-out;
    opacity: 0;
  }
}
.title-animation-section .excel {
  bottom: 9vw;
  margin-left: 3vw;
  animation-delay: 9s;
  animation-name: excel-animation, fade-animation;
}
@keyframes excel-animation {
  0% {
    animation-timing-function: ease-in;
    transform: none;
  }
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(60vw, -5vw, 0px);
  }
}
.title-animation-section .egg {
  bottom: 6vw;
  margin-left: 2vw;
  background-color: #13214D;
  animation-delay: 8s;
  animation-name: egg-animation, fade-animation;
}
@keyframes egg-animation {
  0% {
    animation-timing-function: ease-in;
    transform: none;
  }
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(55vw, -7vw, 0px);
  }
}
.title-animation-section .en {
  bottom: 10vw;
  margin-left: 2vw;
  animation-delay: 7s;
  animation-name: en-animation, fade-animation;
}
@keyframes en-animation {
  0% {
    animation-timing-function: ease-in;
    transform: none;
  }
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(48vw, -4vw, 0px);
  }
}
.title-animation-section .pdf {
  bottom: 6vw;
  margin-left: 2vw;
  animation-delay: 5.5s;
  animation-name: pdf-animation, fade-animation;
}
@keyframes pdf-animation {
  0% {
    animation-timing-function: ease-in;
    transform: none;
  }
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(45vw, -8vw, 0px);
  }
}
.title-animation-section .ef {
  bottom: 12vw;
  margin-left: 3vw;
  background-color: #0073e5;
  box-shadow: none !important;
  animation-delay: 4.5s;
  animation-name: ef-animation, fade-animation;
}
@keyframes ef-animation {
  0% {
    animation-timing-function: ease-in;
    transform: none;
  }
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(35vw, -2vw, 0px);
  }
}
.title-animation-section .xero {
  bottom: 6vw;
  background-color: #00b7f0;
  box-shadow: none !important;
  margin-left: -2vw;
  animation-delay: 4s;
  animation-name: xero-animation, fade-animation;
}
@keyframes xero-animation {
  0% {
    animation-timing-function: ease-in;
    transform: none;
  }
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(33vw, -7vw, 0px);
  }
}
.title-animation-section .qb {
  bottom: 15vw;
  background-color: #f5f5f9;
  box-shadow: none !important;
  padding: 0px !important;
  margin-left: 4vw;
  animation-delay: 3s;
  animation-name: qb-animation, fade-animation;
}
@keyframes qb-animation {
  0% {
    animation-timing-function: ease-in;
    transform: none;
  }
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(28vw, 0vw, 0px);
  }
}
.title-animation-section .sage {
  bottom: 6vw;
  margin-left: -2vw;
  animation-delay: 2s;
  animation-name: sage-animation, fade-animation;
}
@keyframes sage-animation {
  0% {
    animation-timing-function: ease-in;
    transform: none;
  }
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(25vw, -6vw, 0px);
  }
}
.title-animation-section .stripe {
  bottom: 12vw;
  margin-left: 3vw;
  animation-delay: 1s;
  animation-name: stripe-animation, fade-animation;
}
@keyframes stripe-animation {
  0% {
    animation-timing-function: ease-in;
    transform: none;
  }
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(17vw, -2vw, 0px);
  }
}

.features-section {
  font-family: "Nunito Sans";
  margin-top: 100px;
}
.features-section-title {
  font-weight: 800;
  font-size: 48px;
  text-align: center;
}
.features-section .features-md {
  position: absolute;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: start;
  width: 100%;
}
.features-section .features-md .feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.features-section .features-md .feature-icon {
  width: 38%;
  aspect-ratio: 1/1;
  padding: 15px;
  border: 2px dashed #c7c7c6;
  border-radius: 50%;
  background: #ffffff;
}
.features-section .features-md .feature-icon-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32%;
  border: 0;
  border-radius: 50%;
}
.features-section .features-md .feature-icon img {
  width: inherit;
}
.features-section .features-md .feature-content {
  margin-top: 24px;
  padding-inline: 24px;
  text-align: center;
}
.features-section .features-md .venture .feature-icon-image {
  background: #97ebf2;
}
.features-section .features-md .development .feature-icon-image {
  background: #96e5d0;
}
.features-section .features-md .accelerators .feature-icon-image {
  background: #ae8bf4;
}
.features-section .features-md .offices .feature-icon-image {
  background: #f8bca0;
}
.features-section .features-md .equity .feature-icon-image {
  background: #EBEBE6;
}
.features-section .features-sm {
  display: none;
}

.horizontal-scroll-section main {
  transition: all 0.1s;
  display: flex;
  position: sticky;
  top: 0;
  height: 100vh;
}
.horizontal-scroll-section main .info-section {
  min-width: 100vw;
  height: 100%;
}
.horizontal-scroll-section main .info-section-content {
  height: 100%;
}

.info-section {
  position: relative;
  z-index: 10;
  height: 100%;
  padding-top: 100px;
}
.info-section-content {
  min-height: 75vh;
}
.info-section-content-text {
  border-radius: 10px;
  padding: 110px;
}
.info-section .info-section-background {
  will-change: transform;
}
.info-section#info-section-1 {
  min-width: 50vw;
}
.info-section#info-section-1 .info-section-content .image-container img {
  margin-right: -100px;
}
.info-section#info-section-1 .info-section-content .subtitle {
  color: #0d0d0c;
}
.info-section#info-section-1 .info-section-content .title {
  color: #0d0d0c;
}
.info-section#info-section-1 .info-section-content .details {
  color: #0d0d0c;
  padding-right: 100px;
}
.info-section#info-section-1 .info-section-background {
  background-image: url("../../images/index/info/new-info-bg.svg");
  opacity: 0.5;
  background-position: bottom;
}
.info-section#info-section-2 .info-section-content-text {
  background: linear-gradient(73.35deg, #4FD3B0 13.65%, #96E5D0 146.12%);
}
.info-section#info-section-2 .info-section-content .image-container img {
  margin-left: -200px;
}
.info-section#info-section-2 .info-section-background {
  background-image: url("../../images/index/info/new-info-bg.svg");
  background-position: bottom right;
  background-size: auto 100%;
  opacity: 1;
  filter: blur(50px);
}
.info-section#info-section-3 .info-section-content-text {
  background: linear-gradient(280.42deg, #F8BCA0 -33.86%, #F38F60 70.01%);
  padding-left: 300px;
}
.info-section#info-section-3 .info-section-content .image-container img {
  margin-right: -200px;
}
.info-section#info-section-3 .info-section-background {
  background-image: url("../../images/index/info/new-info-bg.svg");
  background-position: bottom right;
  background-size: auto 100%;
  opacity: 1;
  filter: blur(50px);
}
.info-section#info-section-4 .info-section-content-text {
  background: linear-gradient(90deg, #5C4DFA 5.2%, #9D94FC 85.29%);
}
.info-section#info-section-4 .info-section-content .image-container img {
  margin-left: -200px;
}
.info-section#info-section-4 .info-section-background-cornered {
  background-color: #fde9df;
  width: 75%;
  opacity: 0.5;
  border-bottom-right-radius: 20%;
}
.info-section#info-section-4 .info-section-background {
  background-image: url("../images/index/info/info-4-bg.svg");
  opacity: 1;
  background-position: bottom;
}
.info-section#info-section-6 .info-section-background-cornered {
  background-color: #dcf8fb;
  width: 75%;
  opacity: 0.5;
  border-top-left-radius: 20%;
  right: 0;
  left: auto;
}
.info-section#info-section-6 .info-section-background {
  background-image: url("../images/index/info/info-6-bg.svg");
  opacity: 1;
  background-position: bottom;
}
.info-section-background, .info-section-background-cornered {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 24px;
}
.info-section-content {
  position: relative;
  z-index: 10; /* Should be higher than the .background-lines z-index. */
  width: 100%;
}
.info-section-content .image-container img {
  width: auto;
  height: auto;
  min-height: 400px;
  max-height: 500px;
  z-index: 11;
}
.info-section-content .subtitle {
  color: #ffffff;
  font-size: 18px;
  font-family: "Nunito Sans";
  margin-bottom: 17px;
}
.info-section-content .title {
  color: #ffffff;
  font-family: "Nunito Sans";
  margin-bottom: 12px;
}
.info-section-content .details {
  color: #ffffff;
  font-size: 18px;
  font-family: "Nunito Sans";
  width: 100%;
}
.info-section-content .more-details {
  display: flex;
  margin-top: 20px;
}
.info-section-content .more-details .logos-dashed {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 11px;
  border: 2px dashed #c7c7c6;
  border-radius: 6px;
}
.info-section-content .more-details .logos-dashed img {
  margin-right: 10px;
}
.info-section-content .more-details .logos-dashed.coming-soon {
  margin-left: 10px;
  border-color: #5c4dfa;
}

.pill-section {
  position: relative;
  z-index: 10;
}
.pill-section .title-padding {
  padding-right: 3.5em;
  padding-left: 3.5em;
}
.pill-section .ruby {
  display: ruby;
}
.pill-section .rectangle-green {
  background-color: #dcf6ef;
  border: 2px;
  border-style: dashed;
  border-color: #d9d9d2;
}
.pill-section .rectangle-orange {
  background-color: #fde9df;
  border: 2px;
  border-color: #d9d9d2;
  border-style: dashed;
}
.pill-section .rectangle-purple {
  background-color: #e4d8fb;
  border: 2px;
  border-style: dashed;
  border-color: #d9d9d2;
}
.pill-section .rectangle-blue {
  background-color: #dcf8fb;
  border: 2px;
  border-style: dashed;
  border-color: #d9d9d2;
}

.highlights-section {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}
.highlights-section .container-fluid {
  width: 80%;
}
.highlights-section .purple-cloud {
  background: rgba(174, 139, 244, 0.6);
  border-radius: 16px;
}
.highlights-section .green-cloud {
  background: rgba(150, 229, 208, 0.6);
  border-radius: 16px;
}
.highlights-section .orange-cloud {
  background: rgba(248, 188, 160, 0.6);
  border-radius: 16px;
}
@media (min-width: 1920px) {
  .highlights-section h4 {
    font-size: 42px;
  }
  .highlights-section .text {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .info-section .info-section-content .image-container img {
    min-height: 0;
    max-height: 400px;
  }
  .info-section#info-section-1 .info-section-content .details {
    padding-right: 40px;
  }
  .info-section#info-section-2 .info-section-content .image-container img {
    margin-left: -120px;
  }
  .info-section#info-section-3 .info-section-content-text {
    padding-left: 250px;
  }
  .info-section-content-text {
    padding: 100px 0 100px 100px;
  }
  .info-section-content-text .title {
    font-size: 44px;
  }
  .title-section .rhombus {
    width: 82em;
    height: 60em;
    bottom: -254px;
    right: -105px;
  }
  .title-section .background2 {
    top: 330px;
  }
  .title-section .icons-padding {
    top: 300px;
  }
  .title-section-content {
    padding: 50px 0px 300px 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) and (orientation: landscape) {
  h1 {
    font-size: 40px;
  }
  .text-size-md {
    font-size: 14px;
  }
  .highlights-section .container-fluid {
    width: 100%;
  }
  .info-section .info-section-content .image-container img {
    min-height: 0;
    max-height: 360px;
  }
  .info-section#info-section-3 .info-section-content .info-section-content-text {
    padding-left: 190px;
  }
  .info-section#info-section-3 .info-section-content .image-container img {
    margin-right: -100px;
  }
  .info-section#info-section-4 .info-section-content .image-container img {
    margin-left: -100px;
  }
}
/* Responsive: Mobile & Tablet */
@media screen and (max-width: 991px) {
  body {
    padding: 0 12px 0 12px;
  }
  .button-width {
    width: 90%;
  }
  .title-section {
    height: 850px;
  }
  .title-section .button-width {
    width: 75% !important;
  }
  .title-section-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/index/title/mobile/banner-bg-lights.svg"), url("../images/index/title/mobile/banner-bg.svg");
    background-size: 100% 98%, 100% 97%;
  }
  .title-section-content {
    padding: 70px 25px 70px 25px;
  }
  .title-section-content h1 {
    font-size: 48px;
    line-height: 46px;
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .title-section-content h2 {
    line-height: 36px;
  }
  .title-animation-section {
    background-image: url("../images/index/title/mobile/animation-bg.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -115px;
    padding-left: 0;
    height: 600px;
  }
  .title-animation-section-additional-background {
    background-image: url("../images/index/title/mobile/animation-bg-icon.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top 2vw center;
  }
  .title-animation-section .title-icon {
    animation-name: none;
    position: absolute;
  }
  .title-animation-section .title-icon img {
    animation-duration: 2.66s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
  }
  .title-animation-section .excel {
    bottom: 50px;
    left: 40vw;
    margin-left: 0;
    animation-delay: 9s;
    animation-name: excel-animation, fade-animation;
  }
  .title-animation-section .excel img {
    height: 20px;
    animation-name: excel-img-animation;
  }
  @keyframes excel-animation {
    0% {
      animation-timing-function: ease-in;
      transform: none;
    }
    100% {
      animation-timing-function: ease-out;
      transform: translate3d(4vw, -350px, 0px);
    }
  }
  @keyframes excel-img-animation {
    0% {
      animation-timing-function: linear;
      rotate: 0deg;
    }
    100% {
      animation-timing-function: linear;
      rotate: 360deg;
    }
  }
  .title-animation-section .egg {
    bottom: 75px;
    left: 17vw;
    margin-left: 0;
    animation-delay: 8s;
    animation-name: egg-animation, fade-animation;
  }
  .title-animation-section .egg img {
    height: 25px;
    animation-name: egg-img-animation;
  }
  @keyframes egg-animation {
    0% {
      animation-timing-function: ease-in;
      transform: none;
    }
    100% {
      animation-timing-function: ease-out;
      transform: translate3d(25vw, -325px, 0px);
    }
  }
  @keyframes egg-img-animation {
    0% {
      animation-timing-function: linear;
      rotate: -20deg;
    }
    100% {
      animation-timing-function: linear;
      rotate: 340deg;
    }
  }
  .title-animation-section .en {
    bottom: 150px;
    left: 12vw;
    margin-left: 0;
    animation-delay: 7s;
    animation-name: en-animation, fade-animation;
  }
  .title-animation-section .en img {
    height: 40px;
    animation-name: en-img-animation;
  }
  @keyframes en-animation {
    0% {
      animation-timing-function: ease-in;
      transform: none;
    }
    100% {
      animation-timing-function: ease-out;
      transform: translate3d(28vw, -250px, 0px);
    }
  }
  @keyframes en-img-animation {
    0% {
      animation-timing-function: linear;
      rotate: -180deg;
    }
    100% {
      animation-timing-function: linear;
      rotate: 540deg;
    }
  }
  .title-animation-section .pdf {
    bottom: 125px;
    left: 34vw;
    margin-left: 0;
    animation-delay: 5.5s;
    animation-name: pdf-animation, fade-animation;
  }
  .title-animation-section .pdf img {
    height: 20px;
    animation-name: pdf-img-animation;
  }
  @keyframes pdf-animation {
    0% {
      animation-timing-function: ease-in;
      transform: none;
    }
    100% {
      animation-timing-function: ease-out;
      transform: translate3d(11vw, -250px, 0px);
    }
  }
  @keyframes pdf-img-animation {
    0% {
      animation-timing-function: linear;
      rotate: -180deg;
    }
    100% {
      animation-timing-function: linear;
      rotate: 540deg;
    }
  }
  .title-animation-section .ef {
    bottom: 200px;
    left: 57vw;
    margin-left: 0;
    box-shadow: none !important;
    animation-delay: 4.5s;
    animation-name: ef-animation, fade-animation;
  }
  .title-animation-section .ef img {
    height: 32px;
    animation-name: ef-img-animation;
  }
  @keyframes ef-animation {
    0% {
      animation-timing-function: ease-in;
      transform: none;
    }
    100% {
      animation-timing-function: ease-out;
      transform: translate3d(-10vw, -200px, 0px);
    }
  }
  @keyframes ef-img-animation {
    0% {
      animation-timing-function: linear;
      rotate: 20deg;
    }
    100% {
      animation-timing-function: linear;
      rotate: 740deg;
    }
  }
  .title-animation-section .xero {
    bottom: 250px;
    box-shadow: none !important;
    left: 60vw;
    margin-left: 0;
    animation-delay: 4s;
    animation-name: xero-animation, fade-animation;
  }
  .title-animation-section .xero img {
    height: 40px;
    animation-name: xero-img-animation;
  }
  @keyframes xero-animation {
    0% {
      animation-timing-function: ease-in;
      transform: none;
    }
    100% {
      animation-timing-function: ease-out;
      transform: translate3d(-13vw, -150px, 0px);
    }
  }
  @keyframes xero-img-animation {
    0% {
      animation-timing-function: linear;
      rotate: 100deg;
    }
    100% {
      animation-timing-function: linear;
      rotate: 460deg;
    }
  }
  .title-animation-section .qb {
    bottom: 100px;
    background-color: #f5f5f9;
    box-shadow: none !important;
    padding: 0 !important;
    left: 65vw;
    margin-left: 0;
    animation-delay: 3s;
    animation-name: qb-animation, fade-animation;
  }
  .title-animation-section .qb img {
    height: 45px;
    animation-name: qb-img-animation;
  }
  @keyframes qb-animation {
    0% {
      animation-timing-function: ease-in;
      transform: none;
    }
    100% {
      animation-timing-function: ease-out;
      transform: translate3d(-18vw, -270px, 0px);
    }
  }
  @keyframes qb-img-animation {
    0% {
      animation-timing-function: linear;
      rotate: 55deg;
    }
    100% {
      animation-timing-function: linear;
      rotate: 775deg;
    }
  }
  .title-animation-section .sage {
    bottom: 200px;
    left: 30vw;
    margin-left: 0;
    animation-delay: 2s;
    animation-name: sage-animation, fade-animation;
  }
  .title-animation-section .sage img {
    height: 14px;
    animation-name: sage-img-animation;
  }
  @keyframes sage-animation {
    0% {
      animation-timing-function: ease-in;
      transform: none;
    }
    100% {
      animation-timing-function: ease-out;
      transform: translate3d(10vw, -170px, 0px);
    }
  }
  @keyframes sage-img-animation {
    0% {
      animation-timing-function: linear;
      rotate: 120deg;
    }
    100% {
      animation-timing-function: linear;
      rotate: 480deg;
    }
  }
  .title-animation-section .stripe {
    bottom: 250px;
    left: 20vw;
    margin-left: 0;
    animation-delay: 1s;
    animation-name: stripe-animation, fade-animation;
  }
  .title-animation-section .stripe img {
    height: 24px;
    animation-name: stripe-img-animation;
  }
  @keyframes stripe-animation {
    0% {
      animation-timing-function: ease-in;
      transform: none;
    }
    100% {
      animation-timing-function: ease-out;
      transform: translate3d(17vw, -150px, 0px);
    }
  }
  @keyframes stripe-img-animation {
    0% {
      animation-timing-function: linear;
      rotate: 0deg;
    }
    100% {
      animation-timing-function: linear;
      rotate: 360deg;
    }
  }
  .features-section-title {
    font-weight: 700;
    font-size: 36px;
    text-align: left;
    width: 70%;
  }
  .features-section .features-md {
    display: none;
  }
  .features-section .features-sm {
    display: block;
    position: relative;
  }
  .features-section .features-sm .feature {
    padding: 12px;
    background: #ffffff;
    border: 2px dashed #ebebe6;
    border-radius: 6px;
    margin-bottom: 16px;
  }
  .features-section .features-sm .feature-content {
    border-radius: 3px;
    padding: 15px;
  }
  .features-section .features-sm .feature-content p {
    color: #666664;
    margin-bottom: 0;
  }
  .features-section .features-sm .feature-content h5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .features-section .features-sm .feature.first .feature-content {
    background: #97ebf2;
  }
  .features-section .features-sm .feature.second .feature-content {
    background: #96e5d0;
  }
  .features-section .features-sm .feature.third .feature-content {
    background: #ae8bf4;
  }
  .features-section .features-sm .feature.fourth .feature-content {
    background: #f8bca0;
  }
  .features-section .features-sm .feature.fifth .feature-content {
    background: #EBEBE6;
  }
  .features-section + .spacer {
    display: none;
  }
  .horizontal-scroll-section main {
    display: block;
    position: relative;
    height: auto;
  }
  .horizontal-scroll-section main .info-section {
    min-width: 100%;
  }
  .info-section {
    padding-top: 0;
    margin-bottom: 50px;
  }
  .info-section#info-section-1 .info-section-background {
    background-image: url("../images/index/info/info-1-bg-mobile.svg");
    opacity: 1;
    width: 100%;
  }
  .info-section#info-section-1 .info-section-content-text {
    padding: 0 1.5rem 1.5rem;
  }
  .info-section#info-section-1 .info-section-content .details {
    font-weight: 400;
    padding-right: 0;
  }
  .info-section#info-section-1 .info-section-content .image-container img {
    margin-right: 0;
  }
  .info-section#info-section-2 .info-section-background {
    left: -12px;
    bottom: 0;
    background-image: url("../images/index/info/info-2-bg-mobile.svg");
    opacity: 1;
    width: 100%;
  }
  .info-section#info-section-2 .info-section-content-text {
    padding: 150px 1.5rem 1.5rem;
  }
  .info-section#info-section-2 .info-section-content .image-container img {
    margin-bottom: -150px;
    margin-left: 0;
  }
  .info-section#info-section-3 .info-section-background {
    background-image: url("../images/index/info/info-3-bg-mobile.svg");
    width: 100%;
  }
  .info-section#info-section-3 .info-section-content-text {
    padding: 150px 1.5rem 1.5rem;
  }
  .info-section#info-section-3 .info-section-content .image-container img {
    margin-bottom: -150px;
    margin-right: 0;
  }
  .info-section#info-section-4 {
    min-width: auto;
  }
  .info-section#info-section-4 .info-section-background-cornered {
    background-color: #fde9df;
    width: 100%;
    height: 80%;
    opacity: 0.5;
    border-bottom-right-radius: 20%;
  }
  .info-section#info-section-4 .info-section-background {
    background-image: url("../images/index/info/info-4-bg-mobile.svg");
    opacity: 1;
    background-position: bottom;
  }
  .info-section#info-section-4 .info-section-content-text {
    margin-left: 0;
    padding: 150px 1.5rem 1.5rem;
  }
  .info-section#info-section-4 .info-section-content .image-container img {
    margin-bottom: -150px;
    margin-left: 0;
  }
  .info-section#info-section-5, .info-section#info-section-7 {
    padding: 11px;
    padding-bottom: 80px;
  }
  .info-section#info-section-6 {
    padding: 11px;
    padding-bottom: 80px;
  }
  .info-section#info-section-6 .info-section-background-cornered {
    background-color: #dcf8fb;
    width: 100%;
    height: 80%;
    opacity: 0.5;
    border-bottom-right-radius: 20%;
  }
  .info-section#info-section-6 .info-section-background {
    background-image: url("../images/index/info/info-6-bg-mobile.svg");
    opacity: 1;
    background-position: bottom;
  }
  .info-section#info-section-6 .info-section-content .subtitle {
    color: transparent;
    height: 80px;
    background-image: url("../../images/index/info/dva-karoa-tref-skocko.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .info-section-content {
    padding: 0;
    min-height: 50vh;
  }
  .info-section-content .subtitle {
    margin-bottom: 16px;
  }
  .info-section-content .title {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 34px;
  }
  .info-section-content .details {
    font-size: 16px;
  }
  .info-section-content .more-details {
    display: block;
    margin-top: 20px;
  }
  .info-section-content .more-details .logos-dashed {
    justify-content: space-between;
  }
  .info-section-content .more-details .logos-dashed img {
    height: 18px;
  }
  .info-section-content .more-details .logos-dashed.coming-soon {
    width: 50%;
    margin-left: 0;
    margin-top: 6px;
  }
  .info-section-content .more-details .logos-dashed.coming-soon img {
    height: 20px;
  }
  .info-section-content .more-details .logos-dashed.coming-soon button {
    font-size: 12px;
    padding: 4px;
  }
  .info-section-content .image-container img {
    width: 90%;
    height: auto;
    min-height: unset;
    max-height: 500px;
  }
  .book-a-demo h1 {
    font-weight: 800;
    font-size: 36px;
    font-family: "Nunito Sans";
    padding-inline: 10%;
  }
  .highlights-section .container-fluid {
    width: 100%;
  }
  .cloud-section {
    position: relative;
    margin-bottom: 50px;
  }
  .cloud-section .cloud-background {
    width: auto;
  }
  .cloud-section + .spacer {
    display: none;
  }
  .who-how-section .spacer {
    display: none;
  }
  .pill-section .title-padding {
    padding-right: 0em;
    padding-left: 0em;
  }
  .pill-section .rectangle-green {
    white-space: nowrap;
  }
  .pill-section .rectangle-orange {
    white-space: nowrap;
  }
  .pill-section .rectangle-purple {
    white-space: nowrap;
  }
  .pill-section .rectangle-blue {
    white-space: nowrap;
  }
  .partnerships-title {
    font-size: 26px;
    white-space: nowrap;
  }
}
/* Responsive: Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .title-section {
    height: 650px;
  }
  .title-section-content {
    padding: 100px 35px 100px 35px;
  }
  .title-animation-section {
    margin-top: -80px;
    height: 440px;
    overflow: hidden;
  }
  .title-animation-section-additional-background {
    background-size: 50% auto;
    background-position: top -20px center;
    transform: rotate(9deg);
  }
  .title-animation-section .title-icon {
    margin-left: 6vw !important;
    margin-bottom: -150px !important;
  }
  .info-section-content .image-container img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .title-section .button-width {
    width: 60% !important;
  }
}

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