<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/fonts/exo/Exo2-Light.otf) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/fonts/exo/Exo2-Regular.otf) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/fonts/exo/Exo2-Bold.otf) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Comfortaa/static/Comfortaa-Regular.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Comfortaa/static/Comfortaa-Bold.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.rw-werkwijze {
  background: var(--gradient-purple-pink);
  color: var(--text-white);
  padding: 20px;
}
.rw-werkwijze .rw-col-right {
  grid-column: span 2/span 2 !important;
}
.rw-werkwijze .title {
  font-size: 26px;
  font: normal normal bold 26px/60px Exo 2;
}
.rw-werkwijze .subtitle {
  font: normal normal bold 32px/44px Comfortaa;
}
@media (min-width: 768px) {
  .rw-werkwijze {
    padding: 75px;
  }
  .rw-werkwijze .rw-col-right {
    grid-column: span 4/span 4 !important;
  }
  .rw-werkwijze .title {
    font: normal normal bold 26px/60px Exo 2;
  }
  .rw-werkwijze .subtitle {
    font: normal normal bold 60px/74px Comfortaa;
  }
}
@media (min-width: 1280px) {
  .rw-werkwijze {
    padding: 125px;
  }
}

.rw-review {
  width: calc(100% - 24px);
  margin: 0 auto;
}
.rw-review .rw-review_content {
  background-color: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 30px;
  padding: 32px;
  position: relative;
}
.rw-review .rw-review_content p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .rw-review .rw-review_content p {
    font-size: 18px;
  }
}
.rw-review .rw-review_content::before, .rw-review .rw-review_content::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-image: url("/images/web/review-mark.webp");
  background-repeat: no-repeat;
}
.rw-review .rw-review_content::before {
  top: -15px;
  left: 60px;
}
.rw-review .rw-review_content::after {
  bottom: -15px;
  right: 60px;
  transform: rotate(180deg);
}
.rw-review .rw-review_content .notch {
  position: absolute;
  bottom: -22px;
  left: 20%;
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-bottom: 26px solid rgba(255, 255, 255, 0.06);
  transform: translateX(-50%) rotate(315deg);
}
.rw-review .rw-review_author {
  display: flex;
  margin-top: 50px;
}
.rw-review .rw-review_author .rw-review_author_img {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: var(--bg-accent);
  margin-right: 16px;
}
.rw-review .rw-review_author .rw-review_author_info {
  font-size: 18px;
}
.rw-review .rw-review_author .rw-review_author_info h5 {
  margin-bottom: 0;
  font-weight: bold;
}
.rw-review .rw-review_author .rw-review_author_info p {
  color: var(--text-accent);
}

.page-splash {
  position: relative;
  min-height: 600px;
  margin-bottom: 75px;
  background-image: url("/images/backgrounds/Rockit_Background_Desktop.webp");
  background-size: cover;
  padding-bottom: 125px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-splash {
    margin-bottom: 125px;
  }
}
.page-splash .page-splash_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: transparent linear-gradient(106deg, #000000 0%, #000000 21%, #15062D 58%, #000000 95%, #000000 100%) 0% 0% no-repeat padding-box;
}
.page-splash .page-splash_star1 {
  display: block;
  position: absolute;
  top: 125px;
  left: 135px;
  opacity: 1;
  animation: spin 60s linear infinite;
}
.page-splash .page-splash_star2 {
  display: block;
  position: absolute;
  top: 379px;
  left: 239px;
  opacity: 1;
  animation: spin 60s linear infinite;
}
.page-splash .page-splash_container {
  position: relative;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 150px;
  gap: 0;
}
@media (min-width: 768px) {
  .page-splash .page-splash_container {
    grid-template-columns: 50% 50%;
    gap: 60px;
  }
}
.page-splash .page-splash_content {
  position: relative;
  max-width: calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 0 auto;
  align-items: center;
}
.page-splash .page-splash_content h1 {
  color: var(--text-white);
  font-size: 60px;
  line-height: 62px;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 30px;
}
.page-splash .page-splash_content h1:after {
  content: "";
  display: block;
  border-radius: 3px;
  left: 0;
  position: absolute;
  bottom: -10px;
  width: 150px;
  height: 6px;
  background-color: var(--bg-accent);
  margin: 20px auto;
}
.page-splash .page-splash_content h3 {
  font-size: 36px;
  margin-bottom: 16px;
}
.page-splash .page-splash_content p {
  color: var(--text-white);
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 90vw;
}
.page-splash .page-splash_content a {
  text-align: center;
}
@media (min-width: 768px) {
  .page-splash .page-splash_content {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .page-splash .page-splash_content a {
    width: auto;
    text-align: auto;
  }
}
.page-splash .page-splash_img_placeholder {
  margin-left: 10px;
  opacity: 0;
}
.page-splash .page-splash_img_default {
  position: absolute;
  width: 300px;
  height: 300px;
}
.page-splash .page-splash_img_default lottie-player {
  display: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .page-splash .page-splash_img_default {
    right: -20%;
    top: 0;
    width: 600px;
    height: 1000px;
  }
  .page-splash .page-splash_img_default lottie-player {
    display: block;
  }
}
@media (min-width: 992px) {
  .page-splash .page-splash_img_default {
    right: -30%;
    top: 0;
    width: 1000px;
    height: 1000px;
  }
}
.page-splash .page-splash_img {
  position: absolute;
  right: 5%;
  width: 175px;
  height: 175px;
  aspect-ratio: 1;
  margin: 0 auto;
  padding: 5px;
  background-color: var(--bg-white);
  border-radius: 15px;
}
@media (min-width: 768px) {
  .page-splash .page-splash_img {
    position: absolute;
    width: 500px;
    height: 428px;
    right: 0;
    top: 150px;
  }
}

.page-splash_img_wrapper {
  position: relative;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.page-splash_img_wrapper.projectImg .background {
  background-size: cover;
}
.page-splash_img_wrapper .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-splash_img_wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.page-splash_img_wrapper .foreground {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  filter: grayscale(1) brightness(1);
}

.rw-item-slider {
  max-width: 100%;
  overflow: hidden;
  --slide-width: calc(100vw / 1.1);
}
.rw-item-slider.footer-edge {
  margin-bottom: -30vh;
  position: relative;
  z-index: 88;
}
@media (min-width: 992px) {
  .rw-item-slider.footer-edge {
    margin-bottom: -20%;
  }
}
@media (min-width: 768px) {
  .rw-item-slider {
    --slide-width: calc(100vw / 2.5);
  }
}
@media (min-width: 992px) {
  .rw-item-slider {
    --slide-width: calc(100vw / 3.5);
  }
  .rw-item-slider.jump-cards .rw-item-slider_items {
    margin-top: 100px;
  }
  .rw-item-slider.jump-cards .rw-item-slider_items .slide:nth-child(even) {
    transform: translateY(-50px);
  }
}
@media (min-width: 1280px) {
  .rw-item-slider {
    --slide-width: calc(100vw / 4.5);
  }
}
.rw-item-slider .rw-item-slider_items {
  left: 0;
  display: flex;
  top: 0;
  position: relative;
}
.rw-item-slider .rw-item-slider_items.infinite-slider {
  left: calc(-1 * var(--slide-width));
  width: 10000px;
}
.rw-item-slider .rw-item-slider_items.shifting {
  transition: left 0.3s ease-out;
}
.rw-item-slider .rw-item-slider_items .slide, .rw-item-slider .rw-item-slider_items .splide__slide {
  width: var(--slide-width);
  min-width: var(--slide-width);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 20px;
}
.rw-item-slider .rw-item-slider_controls {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 60px 1fr;
  grid-gap: 20px;
  margin: 10px auto 0;
  padding: 0 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rw-item-slider .rw-item-slider_controls .left, .rw-item-slider .rw-item-slider_controls .right {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid white;
  border-color: white;
  line-height: 56px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  color: white;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.rw-item-slider .rw-item-slider_controls .left:hover, .rw-item-slider .rw-item-slider_controls .right:hover {
  border-color: var(--bg-accent);
  color: var(--bg-accent);
}
.rw-item-slider .rw-item-slider_controls .line-bar {
  width: 100%;
  padding-left: 20px;
  height: 5px;
  background: white;
  position: relative;
}
.rw-item-slider .rw-item-slider_controls .line-bar .fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  background-color: var(--bg-accent);
  transition: width 0.2s ease;
}

.rw-wave-divider {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.rw-wave-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 52px;
}
.rw-wave-divider .shape-fill {
  fill: #FFFFFF;
}

.page-splash .rw-wave-divider {
  bottom: -1px;
  transform: rotate(0deg);
}

footer .rw-wave-divider {
  top: 0;
  transform: rotate(180deg);
}

.rw-project-card {
  padding-bottom: 125%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
@media (min-width: 768px) {
  .rw-project-card:nth-child(3n+2) {
    transform: translateY(-50px);
  }
}
.rw-project-card:hover .background {
  transform: scale(1.1);
}
.rw-project-card .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/web/programming-background.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  transition: transform 0.2s ease-in-out;
  will-change: transform;
}
.rw-project-card .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
}
.rw-project-card .label {
  background-color: var(--bg-accent);
  position: absolute;
  right: 0;
  top: 0;
  color: var(--text-white);
  border-bottom-left-radius: 25px;
  padding: 10px 25px;
}
.rw-project-card .text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  color: var(--text-white);
  width: 100%;
  z-index: 2;
  font-family: "Exo 2";
}
.rw-project-card .text-container label {
  background-color: var(--bg-dark-opacity);
  color: white;
  padding: 6px 12px;
  border-radius: 3px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: -12px;
  margin-right: -12px;
}
.rw-project-card .text-container h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: bold;
}
.rw-project-card .text-container h4 {
  color: var(--text-accent);
  font-size: 20px;
}
@media (min-width: 768px) {
  .rw-project-card .text-container label {
    font-size: 10px;
    letter-spacing: 2px;
  }
  .rw-project-card .text-container h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .rw-project-card .text-container h4 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .rw-project-card .text-container label {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .rw-project-card .text-container h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .rw-project-card .text-container h4 {
    font-size: 22px;
  }
}

.rw-loop-step-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  max-width: 380px;
}
.rw-loop-step-card h2 {
  font-family: "Exo 2";
  font-size: 125px;
  line-height: 120px;
  font-weight: bold;
}

.rw-simple-icon-text {
  display: flex;
  color: white;
  align-items: center;
  margin-bottom: 20px;
}
.rw-simple-icon-text .icon-container {
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid white;
  text-align: center;
  line-height: 58px;
  margin-right: 20px;
}
.rw-simple-icon-text .icon-container i {
  font-size: 28px;
  color: inherit;
}
.rw-simple-icon-text .icon-container img {
  width: 20px;
  height: 20px;
  margin: 9px;
}
.rw-simple-icon-text p {
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 768px) {
  .rw-simple-icon-text p {
    font-size: 24px;
  }
}

.rw-text {
  position: relative;
}
.rw-text .lottie {
  position: absolute;
  width: 130px;
  height: 130px;
  right: 0;
  top: -100px;
}
.rw-text p {
  text-wrap: balance;
}
.rw-text .rw-btn {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .rw-text .rw-btn {
    width: auto;
    text-align: left;
  }
}

nav {
  overflow: hidden;
}
nav &gt; .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 9;
  width: 168px;
  height: 63px;
}
nav .nav-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
nav.active .nav-background {
  opacity: 1;
}
nav.active .nav-menu {
  transform: translateX(0) !important;
}
nav.active &gt; button {
  position: fixed;
}
nav.active &gt; button #hamburger-menu span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}
nav.active &gt; button #hamburger-menu span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
nav.active &gt; button #hamburger-menu span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}
nav &gt; button {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 200;
  display: flex;
  justify-content: flex-end;
  color: var(--text-white);
  font-size: 30px;
  pointer-events: all;
}
nav &gt; button #hamburger-menu {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
}
nav &gt; button #hamburger-menu * {
  margin: 0;
  padding: 0;
}
nav &gt; button #hamburger-menu span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: var(--bg-white);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg) scale(0.8);
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, top 0.25s ease-in-out, left 0.25s ease-in-out;
}
nav &gt; button #hamburger-menu span:nth-child(1) {
  top: 0px;
}
nav &gt; button #hamburger-menu span:nth-child(2) {
  top: 18px;
}
nav &gt; button #hamburger-menu span:nth-child(3) {
  top: 36px;
}
nav .nav-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 80%;
  height: 100%;
  transform: translateX(110%);
  background: var(--gradient-purple-pink);
  padding: 60px 32px;
  display: flex;
  transition: transform 0.2s ease-in-out;
  flex-direction: column;
  box-shadow: -5px 12px 11px 1px rgba(0, 0, 0, 0.5);
}
nav .nav-menu .nav-links a {
  font-size: 30px;
  font-family: "Exo 2";
  margin-bottom: 8px;
  display: inline-block;
  color: var(--text-white);
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
nav .nav-menu .nav-links a:hover {
  border-bottom-color: var(--bg-white);
}
nav .nav-menu .divider {
  width: 100%;
  height: 1px;
  background-color: var(--bg-white);
  margin: 10% 0;
}
nav .nav-menu .nav-info {
  flex-grow: 1;
}
nav .nav-menu .nav-info .nav-info_image {
  margin-bottom: 60px;
  display: none;
}
nav .nav-menu .nav-info h3 {
  font-size: 24px;
  font-family: "Comfortaa";
  color: white;
  margin-bottom: 25px;
}
nav .nav-menu .nav-info h3 br {
  display: none;
}
@media (min-width: 768px) {
  nav .nav-menu {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  nav .nav-menu {
    padding: 125px;
    flex-direction: row;
  }
  nav .nav-menu .nav-links a {
    font-size: 35px;
    margin-bottom: 30px;
  }
  nav .nav-menu .divider {
    width: 1px;
    height: 100%;
    margin: 0 10%;
  }
  nav .nav-menu .nav-info .nav-info_image {
    margin-bottom: 60px;
    display: block;
  }
  nav .nav-menu .nav-info h3 {
    font-size: 34px;
  }
  nav .nav-menu .nav-info h3 br {
    display: block;
  }
}

body:has(.footer-edge) footer {
  padding-top: 40vh;
}
@media (min-width: 992px) {
  body:has(.footer-edge) footer {
    padding-top: 30%;
  }
}

footer {
  color: var(--text-white);
  position: relative;
  padding-top: calc(52px + 10%);
  overflow: hidden;
}
footer.background {
  background-image: url("/images/backgrounds/Rockit_Background_Desktop.webp");
  background-size: contain;
  background-position: center;
}
footer h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
footer .footer_bg-img-1 {
  position: absolute;
  right: 5%;
  top: 10%;
}
footer .footer_bg-img-2 {
  position: absolute;
  bottom: -200px;
  width: 1330px;
  height: 1330px;
  left: 25%;
  right: unset;
}
@media (min-width: 768px) {
  footer .footer_bg-img-2 {
    bottom: 1000px;
    width: 1000px;
    height: 1000px;
  }
}
@media (min-width: 992px) {
  footer .footer_bg-img-2 {
    right: -30%;
    left: unset;
    bottom: 700px;
    width: 1150px;
    height: 1150px;
  }
}
@media (min-width: 1280px) {
  footer .footer_bg-img-2 {
    right: -10%;
    left: unset;
    bottom: 900px;
  }
}
footer .footer_slot {
  position: relative;
}
footer form#contact {
  margin: 0 auto;
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  min-height: 400px;
  transform: translateY(100px);
  border-radius: 10px;
  display: grid;
  background-color: var(--bg-bright-purple-opacity);
  padding: 28px;
  margin: 0 20px;
}
@media (min-width: 768px) {
  footer form#contact {
    padding: 48px;
  }
}
@media (min-width: 992px) {
  footer form#contact {
    padding: 80px;
    grid-template-columns: 1fr 161px 1fr;
    margin: 0 auto;
  }
}
@media (min-width: 640px) {
  footer form#contact {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  footer form#contact {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  footer form#contact {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  footer form#contact {
    max-width: 1280px;
  }
}
footer form#contact label {
  font-size: 18px;
  font-family: "Exo 2";
  margin-bottom: 20px;
}
footer form#contact label.has_error {
  color: red;
}
footer form#contact label.has_error input, footer form#contact label.has_error textarea {
  border-color: red !important;
}
footer form#contact label input, footer form#contact label textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 100% !important;
  line-height: 1.5 !important;
  border: none;
  background-color: transparent !important;
  width: 100%;
  border-bottom: 1px solid var(--bg-white) !important;
}
footer form#contact .rw-btn {
  background-color: transparent;
  color: var(--text-white);
  border: 1px solid var(--bg-white);
  width: 100%;
}
@media (min-width: 768px) {
  footer form#contact .rw-btn {
    width: auto;
  }
}
footer form#contact .divider {
  width: 100%;
  height: 1px;
  margin: 40px 0;
  background-color: var(--bg-white-opacity);
}
@media (min-width: 992px) {
  footer form#contact .divider {
    width: 1px;
    height: 100%;
    margin: 0 80px;
  }
}
footer .footer_details {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 40px 20px;
}
footer .footer_details .footer_col {
  position: relative;
}
footer .footer_details .footer_col:first-child {
  margin-top: -20px;
}
footer .footer_details .footer_col h3, footer .footer_details .footer_col p {
  margin-bottom: 20px;
}
footer .footer_details .footer_col h3 {
  font-size: 22px;
  font-weight: bold;
}
footer .footer_bottom {
  font-size: 14px;
  font-family: "Exo 2";
}

form.rw-form label {
  font-size: 18px;
  font-family: "Exo 2";
  margin-bottom: 20px;
}
form.rw-form label.has_error {
  color: #7c0000;
}
form.rw-form label.has_error input, form.rw-form label.has_error textarea {
  border-color: #7c0000 !important;
}
form.rw-form label input, form.rw-form label textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 100% !important;
  line-height: 1.5 !important;
  border: none;
  background-color: transparent !important;
  width: 100%;
  border-bottom: 1px solid var(--bg-white) !important;
}

.rw-cta-form {
  background-color: var(--bg-accent);
  padding: 3rem;
  border-radius: 1rem;
  color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.rw-container, .rw-services, .rw-simple-card-grid, .rw-alinea-grid, .rw-columns, .page-splash .page-splash_container {
  width: 100%;
}
@media (min-width: 640px) {
  .rw-container, .rw-services, .rw-simple-card-grid, .rw-alinea-grid, .rw-columns, .page-splash .page-splash_container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .rw-container, .rw-services, .rw-simple-card-grid, .rw-alinea-grid, .rw-columns, .page-splash .page-splash_container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .rw-container, .rw-services, .rw-simple-card-grid, .rw-alinea-grid, .rw-columns, .page-splash .page-splash_container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .rw-container, .rw-services, .rw-simple-card-grid, .rw-alinea-grid, .rw-columns, .page-splash .page-splash_container {
    max-width: 1280px;
  }
}
.text-accent {
  color: var(--text-accent);
}

.projectsPage {
  background-image: url("/images/backgrounds/Rockit_Background_Desktop.webp");
  padding-top: 100px;
}

.rw-btn {
  display: inline-block;
  background-color: var(--bg-accent-contract);
  color: var(--text-white);
  border: none;
  min-width: 250px;
  padding: 15px 80px;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 10px 0 0;
  font-weight: bold;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
}
.rw-btn.purple {
  background-color: var(--bg-bright-purple);
  color: var(--text-white);
  border: none;
}
.rw-btn.transparent {
  background-color: transparent;
  color: var(--text-white);
  border: 1px solid var(--bg-white);
}

.block-header {
  text-align: center;
  width: 100%;
  padding: 0 25%;
  margin: 0 auto;
  position: relative;
}
.block-header .lottie {
  position: absolute;
  width: 130px;
  height: 130px;
  left: 10%;
  bottom: -40px;
}
.block-header h2 {
  font-weight: bold;
  text-wrap: balance;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .block-header {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .block-header {
    width: 100%;
    padding: 0 10px;
  }
}
.block-header .block-header_divider {
  width: 1px;
  height: 60px;
  background-color: var(--bg-white);
  margin: 60px auto 60px;
  opacity: 0.3;
}
.block-header .block-header_divider.dark {
  background-color: var(--bg-dark);
}

@media (max-width: 767px) {
  .rw-alternating-columns .rw-columns .rw-col-left:has(&gt; .image-single) {
    grid-row-start: 1;
    grid-column: span 2/span 2 !important;
  }
  .rw-alternating-columns .rw-columns .rw-col-left:not(:has(&gt; .image-single)) {
    grid-row-start: 2;
    grid-column: span 2/span 2 !important;
  }
  .rw-alternating-columns .rw-columns .rw-col-right:has(&gt; .image-single) {
    grid-row-start: 1;
    grid-column: span 2/span 2 !important;
  }
  .rw-alternating-columns .rw-columns .rw-col-right:not(:has(&gt; .image-single)) {
    grid-row-start: 2;
    grid-column: span 2/span 2 !important;
  }
}

.rw-columns {
  align-items: center;
  display: grid;
  gap: 20px;
  margin: 50px auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .rw-columns.rw-columns-switch .rw-col-left {
    order: 2;
  }
  .rw-columns.rw-columns-switch .rw-col-right {
    order: 1;
  }
}
.rw-columns .rw-col-left, .rw-columns .rw-col-right {
  padding: 20px;
}
@media (min-width: 768px) {
  .rw-columns {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 50px;
  }
  .rw-columns .rw-col-left, .rw-columns .rw-col-right {
    padding: 1.5rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.rw-alinea-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  row-gap: 75px;
  margin: 75px auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .rw-alinea-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 125px auto 250px;
  }
  .rw-alinea-grid .rw-simple-alinea:nth-child(even) {
    margin-top: 30%;
    margin-bottom: -30%;
  }
}
@media (min-width: 992px) {
  .rw-alinea-grid {
    gap: 125px;
  }
}

hr.divider {
  width: 100%;
  max-width: 800px;
  height: 2px;
  background-color: var(--bg-light);
  margin: 100px auto;
}

.rw-simple-alinea h3 {
  font-size: 34px;
}
.rw-simple-alinea .divider {
  width: 100px;
  height: 5px;
  margin: 28px 0;
  background-color: var(--bg-accent);
}
.rw-simple-alinea p {
  font-size: 20px;
}

.rw-simple-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 1279px) {
  .rw-simple-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .rw-simple-card-grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 10px;
    gap: 20px;
  }
}
.rw-simple-card-grid .rw-simple-card {
  margin-bottom: 0;
}

.rw-simple-card {
  background-color: var(--bg-white);
  color: var(--text-dark);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 10px 15px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.rw-simple-card .rw-simple-card_icon {
  font-size: 50px;
  width: 40px;
  margin-right: 20px;
  text-align: center;
}
.rw-simple-card .rw-simple-card_icon img {
  min-width: 40px;
  min-height: 40px;
}
.rw-simple-card h4 {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: bold;
  margin-left: 0px;
}
.rw-simple-card p {
  font-size: 16px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .rw-simple-card {
    padding: 20px 40px;
    align-items: center;
  }
  .rw-simple-card h4 {
    margin-left: 0;
  }
  .rw-simple-card .rw-simple-card_icon {
    display: block;
    width: 60px;
    margin-right: 30px;
  }
  .rw-simple-card .rw-simple-card_icon img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
}

.rw-services {
  margin: 0 auto;
  display: grid;
  gap: 42px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .rw-services {
    display: block;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .rw-services {
    grid-template-columns: repeat(2, 1fr);
  }
}
.rw-services h3 {
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row-start: 1;
  font-size: 72px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .rw-services h3 {
    font-size: 40px;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .rw-services h3 {
    font-size: 45px;
    grid-column-end: span 1;
  }
}
@media (min-width: 992px) {
  .rw-services h3 {
    padding-left: 10%;
  }
}
@media (min-width: 992px) {
  .rw-services .grid-fill {
    grid-column-start: 3;
    grid-column-end: span 1;
    grid-row-start: 2;
    grid-row-end: span 8;
  }
}
@media (max-width: 991px) {
  .rw-services .grid-fill {
    display: none;
  }
}
.rw-services .rw-service-card {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.06);
  grid-row: span 2;
  text-align: center;
  padding: 40px 30px 30px 30px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  flex-direction: column;
  justify-content: center;
}
.rw-services .rw-service-card .rw-service-card_image {
  width: 110px;
  margin: 0 auto -30px;
}
.rw-services .rw-service-card h4 {
  margin-top: 50px;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: bold;
}
.rw-services .rw-service-card p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .rw-services .rw-service-card {
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .rw-services .rw-service-card {
    padding: 60px 60px 30px 60px;
  }
}

.image-single_img, .image-grid_img {
  background-color: var(--bg-white);
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  max-width: 450px;
  max-height: 450px;
}

.image-single {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.image-single .image-single_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 5px;
}
.image-single .image-single_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .image-single .image-single_img {
    right: 30px;
  }
}

.image-grid {
  position: relative;
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(9, 1fr);
}
.image-grid .image-grid_img {
  max-width: none;
  display: flex;
  padding: 5px;
}
.image-grid .image-grid_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.image-grid .image-grid_img div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.image-grid .image-grid_img.image1 {
  grid-column: 1/span 3;
  grid-row: 2/span 4;
  aspect-ratio: 9/16;
}
.image-grid .image-grid_img.image2 {
  grid-column: 4/span 6;
  grid-row: 1/span 5;
}
.image-grid .image-grid_img.image3 {
  grid-column-start: 2;
  grid-column-end: span 7;
  grid-row-start: 6;
  grid-row-end: span 6;
  aspect-ratio: 16/9;
}
.image-grid.flipped .image-grid_img.image1 {
  grid-row: 7/span 5;
}
.image-grid.flipped .image-grid_img.image2 {
  grid-row: 7/span 4;
}
.image-grid.flipped .image-grid_img.image3 {
  grid-row-start: 1;
  grid-row-end: span 6;
}
</pre></body></html>