<>
/* Make text look crisper and more legible in all browsers */
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
/* Focus state for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
outline: 0.125rem solid #4d65ff;
outline-offset: 0.125rem;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child.w-richtext > div:first-child > :first-child {
margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child.w-richtext ol li:last-child.w-richtext ul li:last-child {
margin-bottom: 0 !important;
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
pointer-events: auto;
}
/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
content: "";
display: block;
padding-bottom: 100%;
}
/* Make sure containers never lose their center alignment */
.container-medium,.container-small.container-large {
margin-right: auto !important;
margin-left: auto !important;
}
/*
Make the following elements inherit typography s from the parent and not have hardcoded values.
Important: You will not be able to for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
*/
/* Apply "..." after 3 lines of text */
.text--3lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text--2lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* Adds inline flex display */
.display-inlineflex {
display: inline-flex;
}
/* These classes are never overwritten */
.hide {
display: none !important;
}
@media screen and (max-width: 991px) {
.hide.hide-tablet {
display: none !important;
}
}
@media screen and (max-width: 767px) {
.hide-mobile-landscape{
display: none !important;
}
}
@media screen and (max-width: 479px) {
.hide-mobile{
display: none !important;
}
}
.margin-0 {
margin: 0rem !important;
}
.padding-0 {
padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
margin-right: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-top {
padding-right: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-right {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-right {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-bottom {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-bottom {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-left: 0rem !important;
}
.margin-left {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-left {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-horizontal {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-horizontal {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-vertical {
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-vertical {
padding-right: 0rem !important;
padding-left: 0rem !important;
}
.is--disabled-arrow {
opacity: 0.2;
pointer-events: none;
}
@media screen and (max-width: 480px) {
.w-slider-dot.w-active {
background-color: #000000;
opacity: 1;
}
.w-slider-dot {
background-color: #000;
opacity: .5;
}
>
<>
/* All paragraph elements inside Hubspot form */
.hs-form>p {
margin-top:1rem;
margin-bottom:1rem;
}
/* Set margin right 0 for input wrapper */
.hs-form .input {
margin-right: 0 !important;
}
/* Max width of fieldset element inside form */
.hs-form>fieldset {
max-width: 100% !important;
}
/* Form Input */
.hs-input {
width: 100% !important;
}
/* Radio Inputs */
.hs-input[type=radio] {
width: auto !important;
margin-right: 0.5rem;
min-height: auto !important;
}
/* Checkbox Labels */
.hs-form-checkbox>label {
font-weight: 400 !important;
}
/* Error messages label margin */
.hs-error-msgs>label {
margin-bottom: 0px !important;
}
/* Swiper */
.swiper-fade .swiper-slide:has( ~ .swiper-slide-active) {
opacity: 0 !important;
}
/*Custom Checkbox*/
.hs-input[type=checkbox] {
width: 1rem !important;
height: 1rem !important;
margin-right: 0.5rem !important;
min-height: auto !important;
}
.hs-input[type=checkbox]:focus {
box-shadow: 0 0 3px 1px #bdfd2e;
}
.hs-input[type=checkbox]:checked {
accent-color: #111;
outline: 2px solid #111;
}
.hs-form-booleancheckbox-display>span {
margin-left: 0 !important;
}
.hs-form-field {
width: 100% !important;
}
.multi-image-collection-item:nth-child(2) ~ * {
display: none !important;
}
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
img {
image-rendering: -webkit-optimize-contrast;
}
.navbar.w-nav {
opacity: 1 !important;
}
body > div:not([class*="a"]) {
display: none;
}
.field label {
color: #33475b;
font-size: 15px;
line-height: 1em;
font-weight: 500;
}
legend.hs-field-desc {
color: #537393;
font-size: 11px;
}
.field input {
border-radius: 50px;
font-size: 16px;
line-height: 1.2em;
padding: 10px 20px;
color: #537393;
}
.inputs-list {
list-: none;
padding: 0;
}
.inputs-list input {
margin: 0;
}
.hbspt-form .submitted-message {
padding: 0;
background: transparent;
color: black;
display: grid;
grid-row-gap: 15px;
}
.knowledge-link.w--current {
color: #ff7a00;
}
.pop-up-wrapper {
animation: slide 1s ease 0s 1 normal none;
}
.pop-up-wrapper.close-slide {
animation: slide-close 1s ease 0s 1 normal none;
}
@keyframes slide {
0% {
transform: translateX(108%);
}
100% {
transform: translateX(0%);
}
}
@keyframes slide-close {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(108%);
}
}
/*For the mobile logo slider*/
.track-horizontal-alt {
position: relative!important;
}
.track-horizontal {
position: relative!important;
}
>
Flow Induced Dispersion Analysis

Compress weeks of biophysics into a few routine runs.
Fida Evolve resolves molecular sizebindingand sample characteristics from one in-solution diffusion profile - replacing a stack of complementary assays with a single experiment. Multiple questionsone assay. Data gaps closed in the same run that raises them. Routines that used to take daysfinished in minutes.
Robustness and confidence of
3 simultaneous measurements
High data yield
10 biophysical readouts
Early binder screening and ranking with
1-minute Kd

Multiple readouts per run

Fewer runs

Faster time to insights

Faster decisions

Higher ROI
.jpg)
Our new multiparameter FIDA biophysics platform enables you to collapse weeks of biophysical analyses into a few days work.
Developed for Complex Samples and New Modalities:
For FIDA the sample environment is contextnot obstacle. It allows you to increase biological relevance by handling unpurified sampleshigh-background matricesand heterogeneous populationsdistinguishing bound/unbound species and oligomeric states without separation steps.
Delivers binding data in context of sample integrity:
By reporting binding alongside aggregationsizeand quality metrics from the same assayFIDA eliminates ambiguity caused by fragmented assays.
Wide Affinity & Kinetic Range:
Measures dissociation constants from picomolar (pM) to millimolar (mM)and kinetic processes from seconds to hourscovering weak bindersfragmentsor biologics alike.
Sample and time efficient:
nL–µL sample sizesno need for purificationmultiple simultaneous readouts & calibration-free operation - all this combined with AI-compatible data reporting allows you to efficiently move frontiers.
FIDA in numbers
Over
10
Characterization parameters
Affinity of
pM - mM
Strong and weak binders
40 nL Analyte
Down to nL sample volumes
Kinetics
Sec-hrs
Fast and slow
Size accuracy of
1%
Size change
2 x 96 samples
Fully Automated
Between
100mM - 10pM
Binding affinities
3 Wavelengths available:
480nm640nm or 280nm LED
Size detection of
0.5 - 500nm
Size Range

Kinetics

Affinity

Quantity

Aggregation

Viscosity
<>
.layout423_card-content {
opacity: 1;
transition: opacity 0.3s; /* Apply a transition to opacity changes */
}
/* Styling for the card content when it's inactive */
.layout423_card-content.inactive {
opacity: 0;
}
>