<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 992px) {
  .min-vh-lg-50 {
    min-height: 50vh !important;
  }
}
.devices .device-mobile {
  margin-bottom: 1rem;
}

.devices .device-mobile-1 {
  margin-left: 5rem;
  margin-bottom: 0;
}

.devices .device-mobile-2 {
  margin-left: 10rem;
  margin-bottom: 5rem;
}

.btn-pointer.text-white::after, .btn-pointer:hover.text-white::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23FFFFFF' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.video-youtube {
  width: 100%;
  max-width: 660px;
  aspect-ratio: 4/3;
}
</pre></body></html>