:root {
  --_surf-tech-trends---black: #000;
  --_surf-tech-trends---orange: #ee7628;
  --_surf-tech-trends---white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--_surf-tech-trends---black);
  font-family: source-sans-pro, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  font-size: 17px;
}

.intro {
  transform-origin: 50%;
  height: 100vh;
  overflow: hidden;
  transform: perspective(700px);
}

.introwrapper {
  perspective: 2000px;
  padding: 5%;
  position: absolute;
}

.introtext {
  font-family: Nunito, sans-serif;
  font-size: 7vw;
  font-weight: 800;
  line-height: .85;
}

.introtext.oranje {
  color: var(--_surf-tech-trends---orange);
  font-weight: 600;
}

.brains-div {
  border-radius: 50px;
  width: 700px;
  position: absolute;
}

.brains-div.transparent {
  transform-style: preserve-3d;
  background-image: url('../images/brains-transparent-4_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 600px;
  height: 500px;
  margin-bottom: 106px;
  margin-right: 98px;
  transform: translate3d(0, 0, -150px);
}

.brains-div.gradient {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 29px);
}

.brains-div.bg-img {
  transform-style: preserve-3d;
  background-image: url('../images/brains_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  overflow: hidden;
  transform: translate3d(0, 0, -150px);
}

.brains-div.boek {
  transform-style: preserve-3d;
  width: 30%;
  transform: translate3d(0, 0, 38px);
}

.brains-div.boek.random {
  transform-style: preserve-3d;
  margin-bottom: 2%;
  margin-left: -27%;
  transform: translate3d(0, 0, -124px);
}

.brains-div.brains {
  z-index: 1;
  width: 40%;
  bottom: 10%;
  transform: translate(0);
}

.brains-div.brains.random {
  width: 40%;
}

.brains-div.camera {
  transform-style: preserve-3d;
  width: 15%;
  bottom: 47%;
  left: 58%;
  transform: translate3d(0, 0, 43px);
}

.brains-div.camera.random {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -70px);
}

.brains-div.tandwiel1 {
  transform-style: preserve-3d;
  width: 15%;
  bottom: 16%;
  left: 57%;
  transform: translate3d(0, 0, -106px);
}

.brains-div.tandwiel2 {
  transform-style: preserve-3d;
  width: 20%;
  bottom: 50%;
  left: 25%;
  transform: translate3d(0, 0, -70px);
}

.brain-div-wrappers {
  perspective: 1000px;
  perspective-origin: 100% 100%;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 10% 10% auto;
  transform: rotate(0);
}

.brain-div-wrappers.ai {
  justify-content: center;
  align-items: flex-end;
  margin-top: 5%;
  bottom: auto;
  right: auto;
}

.gradient-paars {
  background-image: linear-gradient(273deg, #7b28829e, #7b288200);
  border-radius: 30px;
  width: 400px;
  height: 400px;
  position: relative;
}

.gradient-paars._1 {
  transform-style: preserve-3d;
  background-image: linear-gradient(273deg, #7b28829e, #7b288200 77%);
  width: 500px;
  height: 170px;
  top: 30%;
  left: 128px;
  transform: translate3d(0, 0, 115px);
}

.gradient-paars.twee {
  transform-style: preserve-3d;
  background-image: linear-gradient(273deg, #7b2882, #7b288266);
  width: 400px;
  height: 200px;
  top: 35px;
  left: 406px;
  transform: translate3d(0, 0, 50px)scale3d(1, 1, 2);
}

.gradient-paars._3 {
  z-index: 8;
  background-image: linear-gradient(273deg, #ee7628, #ee76280f);
  width: 200px;
  height: 150px;
}

.gradient-paars._4 {
  transform-style: preserve-3d;
  background-image: linear-gradient(273deg, #ee7628, #ee76280f);
  width: 250px;
  height: 200px;
  top: 136px;
  left: 373px;
  transform: translate3d(0, 0, 79px);
}

.button-div-wrapper {
  z-index: 8;
  padding-bottom: 50px;
  padding-right: 50px;
  position: fixed;
  inset: auto 5% 5% auto;
}

.button {
  color: var(--_surf-tech-trends---black);
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  transition: transform .2s;
}

.button:hover {
  color: var(--_surf-tech-trends---black);
  background-color: #0000;
  transform: scale(1.1);
}

.button.w--current {
  z-index: 3;
  position: relative;
}

.button.white {
  background-color: var(--_surf-tech-trends---white);
  color: var(--_surf-tech-trends---black);
  border: 1px solid #000;
}

.button.white:hover {
  background-color: var(--_surf-tech-trends---black);
  color: var(--_surf-tech-trends---white);
}

.button.transparent-scaling {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--_surf-tech-trends---white);
  background-color: #63636326;
  border-style: solid;
  border-color: #ffffff47;
  flex: none;
  font-size: 1.4vw;
}

.button.transparent-scaling:hover {
  background-color: var(--_surf-tech-trends---white);
  color: var(--_surf-tech-trends---black);
}

.button.transparent-scaling.absolute {
  position: relative;
  left: 523.141px;
}

.button.transparent-scaling._1 {
  margin-bottom: 25%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button.transparent-scaling._2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.button.transparent-scaling._3 {
  margin-top: -2%;
  position: absolute;
}

.button.transparent-scaling._4 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.button.transparent-scaling._5 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.bg-sticky {
  z-index: -99;
  background-image: url('../images/bg-AI-1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.bg-sticky.ai {
  background-image: url('../images/bg-AI_1.avif');
}

.white-text-canvas {
  background-color: var(--_surf-tech-trends---white);
  border-radius: 40px;
  padding: 40px 50px;
  position: static;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10%;
  margin-bottom: 5%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-block {
  color: var(--_surf-tech-trends---black);
  margin-top: 24px;
  font-family: Nunito, sans-serif;
  font-size: 4vw;
  line-height: 1;
}

.wrapper-content {
  height: 100%;
  margin-bottom: 40px;
  position: relative;
}

.shadow {
  z-index: -1;
  background-color: var(--_surf-tech-trends---black);
  opacity: .28;
  filter: blur(20px);
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-section {
  z-index: -200;
  background-image: linear-gradient(135deg, #fff 61%, #ef772847);
  position: absolute;
  inset: 0%;
}

.buttons-wrapper {
  z-index: 1;
  perspective: 2000px;
  padding: 5% 5% 0%;
  position: absolute;
  inset: auto auto 10% 0%;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-1 {
  max-width: 1040px;
  margin-left: 5%;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area"
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #e2e2e233;
  border-radius: 40px;
  padding: 17px 45px 29px;
  transition: background-color .4s;
}

.div-block-6:hover {
  background-color: #ffffff47;
}

.div-block-6.flyin:hover {
  background-color: #ffffff9e;
}

.div-block-7 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.label {
  color: var(--_surf-tech-trends---white);
  background-color: #5c5c5c54;
  border-radius: 20px;
  margin-right: 20px;
  padding: 11px 26px;
  font-family: Nunito, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.label.active {
  background-color: #000;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.gradients-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.gradient-wit {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-image: linear-gradient(273deg, #fff3, #7b288200);
  border-radius: 30px;
  width: 400px;
  height: 400px;
  position: relative;
}

.gradient-wit._1 {
  width: 300px;
  height: 200px;
  top: -401px;
  left: 122px;
}

.gradient-wit._2 {
  background-image: linear-gradient(149deg, #fff3, #7b288200);
  width: 500px;
  height: 250px;
  top: 246px;
}

.gradient-wit._3 {
  width: 800px;
  height: 350px;
}

.div-block-9 {
  margin-bottom: 31px;
  margin-left: 53px;
}

.list {
  padding-left: 0;
}

.list-item {
  margin-bottom: 17px;
}

.section {
  padding-bottom: 100px;
}

.thumbnail-pdf {
  z-index: -1;
  position: absolute;
}

.thumbnailpdf {
  filter: drop-shadow(-1px 5px 2px #00000052);
  border-radius: 15px;
  display: block;
}

.page-transition {
  z-index: 9999;
  display: block;
  position: fixed;
  inset: 0;
}

.wipe {
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
}

.wipe.wipe--top {
  background-color: #000;
  background-image: linear-gradient(#a1a0a0, #fff);
  top: 0;
}

.wipe.wipe--bottom {
  background-image: linear-gradient(0deg, #b6b6b6, #fff);
  bottom: 0;
}

.div-block-10 {
  display: flex;
}

.icon {
  margin-bottom: 12px;
  margin-left: -14px;
  margin-right: 8px;
}

.gradient-white {
  background-image: linear-gradient(273deg, #7b28829e, #7b288200);
  border-radius: 30px;
  width: 400px;
  height: 400px;
  position: relative;
}

.gradient-white._1 {
  z-index: 0;
  transform-style: preserve-3d;
  background-image: linear-gradient(273deg, #7b28829e, #7b288200 77%);
  width: 800px;
  height: 300px;
  top: 300px;
  left: 128px;
  transform: translate3d(0, 0, 115px);
}

.gradient-white.twee {
  transform-style: preserve-3d;
  background-image: linear-gradient(273deg, #7b2882, #7b288266);
  width: 400px;
  height: 400px;
  top: 35px;
  left: 406px;
  transform: translate3d(0, 0, 50px)scale3d(1, 1, 2);
}

.gradient-white._3 {
  z-index: 8;
  background-image: linear-gradient(273deg, #fcfcfc69, #ffffff0f);
  width: 200px;
  height: 150px;
}

.gradient-white._4 {
  transform-style: preserve-3d;
  background-image: linear-gradient(273deg, #ffffff73, #fff0);
  width: 250px;
  height: 200px;
  top: 136px;
  left: 373px;
  transform: translate3d(0, 0, 79px);
}

.buttons-wrapper-copy {
  z-index: 1;
  perspective: 2000px;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10% 5%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-4-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.intro-div {
  margin-bottom: 5%;
}

.fold-out-div {
  opacity: 1;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #ffffff61;
  border: 1px solid #ffffff47;
  border-radius: 20px;
  margin-bottom: 5%;
  padding: 25px 50px;
  transition: background-color .2s, opacity .2s;
  overflow: hidden;
  box-shadow: 0 2px 8px #0003;
}

.fold-out-div:hover {
  opacity: 100;
  background-color: #fff;
}

.heading {
  margin-top: -5px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}

.intro-copy {
  transform-origin: 50%;
  height: 85vh;
  transform: perspective(700px);
}

.div-block-11 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  background-color: var(--_surf-tech-trends---black);
  border-radius: 5px;
  width: 3px;
  height: 20px;
  position: absolute;
}

.div-block-12.h {
  width: 20px;
  height: 3px;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: -20px;
  display: flex;
}

#w-node-_26a4bc63-35b3-7c2c-3c8a-42c02c854e9b-75dbf3f7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


