* {
    box-sizing: border-box;
}

h1,
h2,
h3 {
    font-family: Manrope, sans-serif;
    line-height: 1.1;
    margin: 0 0 18px;
}

a {
    text-decoration: none;
    color: inherit;
}

.site-header {
    height: 78px;
    background: rgba(251, 252, 255, 0.9);
    backdrop-filter: blur(18px);
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid #edf0f5;
}


.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font: 800 16px Manrope;
    color: #17202b;
}

.brand small {
    display: block;
    font: 600 7px Manrope;
    letter-spacing: 1.5px;
    color: #7c8490;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    border-radius: 11px;
    background: #17202b;
    color: #fff;
}

.hero {
    padding: 86px 0 72px;
    overflow: hidden;
    background: radial-gradient(circle at 80% 20%, #e7f0ff 0, transparent 35%), #fbfcff;
    margin-top: 130px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    gap: 70px;
}

.eyebrow,
.kicker {
    font: 800 11px Manrope;
    letter-spacing: 1.8px;
    color: #607082;
}

.eyebrow {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 22px;
}

.pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3d79ff;
    box-shadow: 0 0 0 6px #e8f0ff;
}

.hero h1 {
    font-size: clamp(43px, 5.3vw, 74px);
    /* letter-spacing: -3px; */
    max-width: 740px;
    font-weight: 800;
}

.hero h1 em {
    font-style: normal;
    color: #477cf4;
}

.lead {
    font-size: 17px;
    color: #626b77;
    max-width: 100%;
    /* text-align: justify; */
    font-family: 'Golos Text';
    line-height: 33px;
}

.hero-actions {
    display: flex;
    gap: 13px;
    margin: 30px 0 36px;
}

.vospagebtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 20px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    text-transform: capitalize;
}

.vospagebtn-primary {
    background: #477cf4;
    color: #fff;
    box-shadow: 0 12px 25px #477cf426;
}

.vospagebtn-ghost {
    border-color: #dce2eb;
    background: #fff;
}

#vospagebtnsect:hover {
    transform: translateY(-2px);
    color: #000;
}

#vospagebtnsdtd:hover {
    transform: translateY(-2px);
    color: #ffffff;
}

.section a:link:hover,
.section a:link {
    transform: translateY(-2px);
}

.trust-row {
    display: flex;
    gap: 28px;
}

.trust-row div {
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 12px;
    color: #7a828d;
}

.trust-row strong {
    font: 800 12px Manrope;
    color: #477cf4;
    font-size: 20px;
}

.trust-row span {
    font-size: 16px;
    font-weight: 800;
    font-family: oswald;
}

.vospage-frstimag {
    width: 100%;
    margin-top: 40px;
}

.network-card {
    height: 480px;
    border-radius: 28px;
    background: #101923;
    padding: 18px;
    color: #fff;
    box-shadow: 0 35px 70px #16202b25;
    position: relative;
}

.card-top,
.legend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: 700 9px Manrope;
    letter-spacing: 1.4px;
    color: #7e8b9a;
}

.live-dot {
    color: #89d8a5;
}

.network {
    height: 400px;
    display: grid;
    place-items: center;
}

.network svg {
    width: 100%;
    height: 100%;
}

.links line {
    stroke: #58718d;
    stroke-opacity: 0.42;
    stroke-width: 1.5;
}

.nodes circle {
    fill: #477cf4;
    stroke: #dceaff;
    stroke-width: 2;
    filter: drop-shadow(0 4px 12px #477cf455);
}

.nodes circle:nth-child(2),
.nodes circle:nth-child(5),
.nodes circle:nth-child(8) {
    fill: #f2b84b;
}

.nodes circle:nth-child(3),
.nodes circle:nth-child(6) {
    fill: #5bc49a;
}

.labels text {
    fill: #a9b8c8;
    font: 700 9px Manrope;
    letter-spacing: 1px;
}

.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #477cf4;
    margin-right: 5px;
}

.dot.b {
    background: #f2b84b;
}

.dot.c {
    background: #5bc49a;
}

.vospage-stats {
    background: #17202b;
    color: #fff;
}

.vospagestats-grid {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: space-evenly;
}

.metric-icon i {
    font-size: 60px;
    font-weight: 200;
    width: 60px;
    color: #f39d05;
}

.vospagestats-grid>div {
    padding: 28px 20px;
    border-right: 1px solid #ffffff12;
}

.vospagestats-grid b {
    display: block;
    font: 800 29px Manrope;
    font-size: 48px;
}

.vospagestats-grid span {
    font-size: 16px;
    color: #aeb8c3;
}

.vospage-pagragraph p {
    font-size: 16px;
    text-align: justify;
    line-height: 33px;
    margin-top: 48px;
    font-family: sans-serif;
}

/* .split {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 90px;
} */


.big-text {
    font-size: 16px;
    line-height: 35px;
    color: #333e4a;
    font-family: 'Manrope';
    text-align: justify;
}

.vospag-aboutcont h2 {
    font-size: 53px;
    font-weight: 800;
    line-height: 60px;
    margin: 4px 0px 28px 0px;
    font-family: 'Oswald';
}

.vospag-aboutcont {
    margin: 40px 0px;
}

.split p:not(.big-text) {
    color: #727b87;
}

.dark {
    background: #111b25;
    color: #fff;
}

.vospagesection-intro {
    margin: 0px auto 48px auto;
    text-align: center;
}

.vospagesection-intro.light .kicker {
    color: #7f9bc1;
    background-color: #f7f7f7;
    padding: 8px;
    border-radius: 40px;
}

.vospagesection-intro h2 {
    font-size: 56px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    line-height: 68px;
}

.sectabout {
    background-color: #f7f7f7;
    color: #477cf4;
    padding: 8px;
    border-radius: 40px;
}

.vospagesection-intro p {
    font-size: 16px;
    text-align: center;
    line-height: 33px;
    color: #fff;
}

.section-implementvos {
    padding: 80px 0px;
}

.vospageanalysis-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #ffffff15;
    border: 1px solid #ffffff15;
}

.vospageanalysis-grid article {
    background: #111b25;
    padding: 30px;
    min-height: 245px;
    transition: 0.25s;
}

.vospageanalysis-grid article:hover {
    background: #182533;
}

.vospage-implementationgrid h2 {
    font-size: 33px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 40px 0px;
}

.num {
    font: 700 10px Manrope;
    color: #77879a;
}

.icon {
    display: block;
    margin: 30px 0 18px;
    color: #7da2ff;
    font-size: 29px;
}

.vospageanalysis-grid h3 {
    font-size: 19px;
}

.vospageanalysis-grid p {
    color: #8f9ca9;
    font-size: 13px;
}

.vospag-analysiscont {
    position: relative;
    /* overflow: hidden; */
    padding: 60px 0 60px;
    background: #fff;
    color: #17202b;
}

.vospag-analysiscont:before {
    content: "";
    position: absolute;
    top: -230px;
    right: -90px;
    width: 500px;
    height: 500px;
    border: 1px solid #477cf42e;
    border-radius: 50%;
    box-shadow: 0 0 0 35px #477cf410, 0 0 0 70px #477cf407;
}

.vospag-analysiscont:after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: -90px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #eef3fe;
    filter: blur(2px);
}

.vospag-analysiscont .container {
    position: relative;
    z-index: 1;
}

.vospag-analysiscont h2 {
    /* max-width: 560px; */
    margin-bottom: 14px;
    color: #17202b;
    font-size: 60px;
    letter-spacing: -2.5px;
    line-height: 1;
    font-family: 'Golos Text';
    font-weight: 600;
}

.vospag-analysiscont>.container>p {
    max-width: 470px;
    margin: 22px 0 42px;
    color: #4a4a4a;
    font-size: 17px;
    font-family: 'Golos Text';
    text-transform: capitalize;
}

.vospag-analysiscont ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: analysis-item;
    /* border-top: 1px solid #dfe5ea; */
}

.vospag-analysiscont li {
    position: relative;
    min-height: 118px;
    padding: 30px 54px 28px 76px;
    border-right: 1px solid #dfe5ea;
    border-bottom: 1px solid #dfe5ea;
    color: #4f5c66;
    font-size: 16px;
    line-height: 30px;
    counter-increment: analysis-item;
    transition: background 180ms ease, box-shadow 180ms ease;
    font-family: sans-serif;
    border-radius: 12px;
}

.vospag-analysiscont li:nth-child(odd) {
    border-left: 1px solid #dfe5ea;
}

.vospag-analysiscont li:nth-child(-n + 2) {
    border-top: 1px solid #dfe5ea;
}

.vospag-analysiscont li:before {
    content: counter(analysis-item, decimal-leading-zero);
    position: absolute;
    top: 30px;
    left: 22px;
    color: #f39d05a8;
    font: 800 12px Manrope, sans-serif;
    letter-spacing: 0px;
    width: 40px;
    font-size: 28px;
}

.vospag-analysiscont li b {
    font-size: 20px;
    font-weight: 800;
    font-family: 'Golos Text';
    color: #626262;
    font-style: italic;
}

/* .vospag-analysiscont li:after {
    content: "+";
    position: absolute;
    top: 28px;
    right: 24px;
    color: #a8b3bc;
    font-size: 20px;
    font-weight: 300;
} */

.vospag-analysiscont li:hover {
    z-index: 1;
    background: #477cf410;
    box-shadow: inset 4px 0 0 #477cf4, 0 8px 24px #17202b0d;
}

.process {
    background: #f4f6f9;
}

.timeline {
    max-width: 900px;
    margin: auto;
    border-left: 1px solid #d9dee7;
}

.step {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 20px;
    padding: 0 0 38px 34px;
    position: relative;
}

.step:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #477cf4;
    box-shadow: 0 0 0 5px #f4f6f9;
}

.step-no {
    font: 800 11px Manrope;
    color: #477cf4;
}

.step h3 {
    font-size: 20px;
}

#contact{
    scroll-margin-top: 148px;
}

/* Process timeline */
.vospag-processcont {
    position: relative;
    /* overflow: hidden; */
    /* background: #f6f8fb; */
    margin-bottom: 158px;
    margin-top: 62px;
}

.vospag-processcont:before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    top: -338px;
    right: -192px;
    border: 1px solid #477cf42e;
    border-radius: 50%;
    box-shadow: 0 0 0 35px #477cf410, 0 0 0 70px #477cf407;
}

.vospag-processcont .container {
    position: relative;
    z-index: 1;
}

.vospag-processcont .section-intro {
    max-width: 80%;
    margin: 0 auto 62px;
    text-align: center;
}

.vospag-processcont .section-intro .kicker {
    color: #477cf4;
}

.vospag-processcont .section-intro h2 {
    margin-top: 14px;
    color: #17202b;
    font-size: clamp(34px, 4vw, 53px);
    letter-spacing: -1.8px;
    font-family: 'Golos Text';
    font-weight: 600;
}

.vospag-processcont .timeline {
    position: relative;
    max-width: 1060px;
    margin: auto;
    padding: 8px 0;
    border-left: 0;
}

.vospag-processcont .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: linear-gradient(180deg, transparent, #477cf466 7%, #477cf466 93%, transparent);
    transform: translateX(-50%);
}

.vospag-processcont .step {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    gap: 0;
    align-items: center;
    min-height: 80px;
    padding: 0;
    position: relative;
    height: 98px;
}

.vospag-processcont .step>div {
    grid-column: 1;
    grid-row: 1;
    width: min(100%, 411px);
    padding: 22px 24px;
    border: 1px solid #dfe5ee;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 30px #17202b0d;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    margin: -28px;
}

.vospag-processcont .step:nth-child(even)>div {
    grid-column: 3;
    justify-self: end;
}

.vospag-processcont .step>div:hover {
    border-color: #477cf466;
    box-shadow: 0 18px 38px #477cf41c;
    transform: translateY(-3px);
}

.vospag-processcont .step:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 5px solid #f6f8fb;
    border-radius: 50%;
    background: #477cf4;
    box-shadow: 0 0 0 1px #477cf466;
    transform: translate(-50%, -50%);
}

.vospag-processcont .step-no {
    position: absolute;
    top: 50%;
    left: calc(50% - 88px);
    z-index: 3;
    color: #477cf4;
    font: 800 12px / 1 Manrope, sans-serif;
    transform: translateY(-30%);
    font-size: 20px;
    background-color: #477cf488;
    padding: 14px 12px;
    border-radius: 47px;
}

.vospag-bibliometric h2 {
    font-size: 53px;
    font-weight: 800;
    text-align: left;
    margin: 48px 0px;
    text-transform: capitalize;
}

.vospag-bibliometric p {
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
    font-family: sans-serif;
}

.vospag-processcont .step:nth-child(even) .step-no {
    left: calc(50% + 48px);
}

.vospag-processcont .step h3 {
    margin: 0 0 10px;
    color: #17202b;
    font-size: 18px;
}

.vospag-processcont .step p {
    margin: 0;
    color: #727b87;
    font-size: 15px;
    line-height: 31px;
    font-family: sans-serif;
}

@media (max-width: 700px) {
    .vospag-processcont .section-intro {
        margin-bottom: 38px;
    }

    .vospag-processcont .timeline {
        padding-left: 38px;
    }

    .vospag-processcont .timeline:before {
        left: 8px;
        transform: none;
    }

    .vospag-processcont .step,
    .vospag-processcont .step:nth-child(even) {
        display: block;
        min-height: 0;
        padding: 12px 0 25px;
    }

    .vospag-processcont .step>div,
    .vospag-processcont .step:nth-child(even)>div {
        width: 100%;
        padding: 22px 20px 22px 24px;
    }

    .vospag-processcont .step:before {
        left: 8px;
        top: 34px;
        width: 16px;
        height: 16px;
        transform: translateX(-50%);
    }

    .vospag-processcont .step-no,
    .vospag-processcont .step:nth-child(even) .step-no {
        top: 21px;
        left: -32px;
        transform: none;
        font-size: 11px;
    }
}

.use-head {
    display: grid;
    grid-template-columns: 1fr 0.65fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 42px;
}

.use-head p {
    color: #727b87;
}

.vos-implementpage {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(180deg, #f5f8ff 0%, #eaeeff88 100%);
}

.vos-implementpage:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left,
            rgba(71, 124, 244, 0.12),
            transparent 42%),
        radial-gradient(circle at bottom right,
            rgba(97, 127, 255, 0.12),
            transparent 38%);
    pointer-events: none;
}

.vos-implementpage .container {
    position: relative;
    z-index: 1;
}

.vos-implementation {
    /* display: flex; */
    /* align-items: flex-end; */
    /* justify-content: space-between; */
    /* gap: 30px; */
    margin-bottom: 34px;
    text-align: center;
}

.vos-implementation>div {
    flex: 1;
}

.vos-implementation .kicker {
    display: inline-block;
    margin-bottom: 12px;
    background-color: #e2edff;
    padding: 12px;
    border-radius: 48px;
}

.vos-implementation h2 {
    font-size: 53px;
    letter-spacing: 0px;
    /* max-width: 760px; */
    font-family: 'Golos Text';
    line-height: 48px;
    font-weight: 600;
}

.vos-implementation p {
    /* max-width: 480px; */
    margin: 0;
    color: #5e6c80;
    font-size: 16px;
    line-height: 1.7;
}

.vos-implementpage .vospageuse-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 24px;
}

.vos-implementpage .vospageuse-card {
    position: relative;
    overflow: hidden;
    padding: 26px 24px 24px;
    background: linear-gradient(180deg, #fff 0%, #f9fbff 100%);
    border: 1px solid #e4ebf7;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.vos-implementpage .vospageuse-card:before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #477cf4, #789fff, #60c3ff);
}

.vos-implementpage .vospageuse-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(71, 124, 244, 0.12);
    border-color: #d4e2ff;
}

.vos-implementpage .vospageuse-card span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #edf4ff, #ddeaff);
    border: 1px solid #dcebff;
    color: #244dd4;
    font-size: 30px;
}

.vos-implementpage .vospageuse-card h3 {
    margin: 22px 0 12px;
    font-size: 29px;
    letter-spacing: -0.6px;
    color: #17202b;
    font-weight: 800;
    font-family: Manrope, sans-serif;
    line-height: 40px;
}

.vos-implementpage .vospageuse-card p {
    margin: 0;
    color: #607084;
    font-size: 16px;
    line-height: 31px;
    text-align: justify;
    font-family: sans-serif;
}

.vos-literaturepage h2 {
    font-size: 53px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 60px;
    margin: 40px 0px;
    font-family: 'Oswald';
}

.vos-literaturepage p {
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
    font-family: sans-serif;
}

.vos-literaturepage h4 {
    font-size: 53px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 68px;
    margin: 40px 0px;
    font-family: 'Oswald';
}

.faq-title {
    background-color: #f1f5fe;
    padding: 24px;
    height: 400px;
    border-radius: 40px;
}

.faq-title h2 {
    font-size: 48px;
    line-height: 62px;
    font-family: 'Golos Text';
    font-weight: 600;
}

.vospage-implementationgrid ul li {
    font-size: 16px;
    text-align: left;
    line-height: 42px;
    list-style: none;
    margin: -48px 0px 0px 28px;
}

.vospage-implementationgrid ul i {
    font-size: 24px;
    width: 40px;
    color: #477cf4;
    margin-left: -15px;
}

.vospage-implementationgrid ul {
    padding: 0px 40px;
}

.vospage-vosaboutimag {
    width: 92%;
    position: absolute;
}

.faq-section {
    background: #fff;
    margin: 40px 0px;
}

/* .faq-wrap {
    display: grid;
    grid-template-columns: 0.65fr 1.35fr;
    gap: 80px;
} */

.faq-title p {
    color: #8d9094;
    font-size: 16px;
    text-align: left;
    line-height: 35px;
    font-family: 'Golos Text';
}

.faq-item {
    border-bottom: 1px solid #e6e9ee;
}

.faq-item button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 12px;
    border: 0;
    background: none;
    text-align: left;
    font-size: 16px;
    color: #202a35;
    font-weight: 600;
    cursor: pointer;
    text-transform: capitalize;
    font-family: 'Manrope';
    outline: 0;
}

.faq-item button span:last-child {
    transition: 0.25s;
}

.faq-item.open button span:last-child {
    transform: rotate(45deg);
}

.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
}

.faq-item.open .answer {
    max-height: 150px;
}

.answer p {
    font-size: 16px;
    color: #000000;
    margin: 8px 8px 12px;
    line-height: 30px;
    font-family: sans-serif;
}

.contact-section {
    padding: 90px 0;
    background: #17202b;
    color: #fff;
    margin: 80px 0px 80px 0px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 42px;
    align-items: start;
}

.contact-copy h2 {
    max-width: 650px;
    font-size: 46px;
    line-height: 74px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 12px;
}

.contact-copy>p {
    color: #aeb8c3;
    max-width: 570px;
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
}

.contact-points h4 {
    font-size: 24px;
    line-height: 40px;
    text-align: left;
    font-family: "Golos Text", sans-serif;
    font-style: italic;
}

.contact-points ul li {
    font-size: 16px;
    text-align: left;
    line-height: 44px;
    margin-left: 48px;
    font-family: "Golos Text", sans-serif;
    list-style: none;
    display: flex;
    align-items: center;
}

.contact-copy .kicker {
    color: #477cf4;
    background-color: #ffffffed;
    font-size: 13px;
    padding: 4px;
    border-radius: 48px;
}

.section-implementvos h2 b {
    color: #477cf4;
}

.vospag-research h2 {
    font-size: 53px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 60px;
    margin: 53px 0px;
    font-family: 'Oswald';
}

.vospag-research p {
    font-size: 16px;
    text-align: justify;
    line-height: 33px;
    margin-top: 40px;
    font-family: sans-serif;
}

.contact-points {
    display: grid;
    gap: 20px;
    margin-top: 28px;
    color: #dce4ec;
    font-size: 15px;
}

.contact-points i {
    display: flex;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #eef3fe;
    color: #0073ee;
    font-style: normal;
    margin-right: 8px;
    font-size: 22px;
    font-weight: 800;
    flex-direction: column;
    justify-content: center;
}

.contact-points b {
    font-size: 22px;
    margin-right: 8px;
    background: #29405b;
    color: #89d8a5;
}

.contact-points p {
    font-size: 16px;
    text-align: left;
    line-height: 31px;
    color: #fff;
}

.vospage-vosviewerimag {
    width: 100%;
    margin-top: 80px;
}

.lead-form {
    background: #fff;
    color: #17202b;
    border: 1px solid #d9e1e8;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 18px 45px #102a4317;
}

.form-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
    font: 800 18px Manrope;
}

.form-head h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    font-family: 'Manrope';
}

.form-head h2 b {
    color: #477cf4;
}

.contact-copy h2 b {
    color: #477cf4;
}

.form-head small {
    font: 500 10px DM Sans;
    color: #929aa5;
}

.lead-form label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #66707c;
    margin-bottom: 14px;
    font-family: sans-serif;
    text-transform: capitalize;
}

.lead-form fieldset {
    border: 0;
    padding: 0;
    margin: 0 0 16px;
}

.lead-form legend {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #66707c;
    font-size: 15px;
    font-weight: 600;
    font-family: sans-serif;
    text-transform: capitalize;
}

.analysis-options {
    display: grid;
    /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
    gap: 9px 14px;
    grid-template-columns: 140px 1fr 1fr;
}

.lead-form .analysis-options label,
.lead-form .choice-group label {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: #3f4b58;
    font-size: 15px;
    font-weight: 500;
}

.lead-form input[type="checkbox"],
.lead-form input[type="radio"] {
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: #477cf4;
}

.choice-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.choice-group legend {
    margin-bottom: 8px;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
    width: 100%;
    margin-top: 7px;
    border: 1px solid #dfe4eb;
    border-radius: 10px;
    padding: 10px 12px;
    outline: none;
    background: #fafbfc;
}

.lead-form select option {
    background-color: white;
    color: #000;
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
    border-color: #477cf4;
    box-shadow: 0 0 0 3px #477cf412;
}

@media (min-width: 320px) and (max-width: 375px) {

    .vospage-frstimag {
        width: 100%;
        margin-top: 0px;
    }

    .vospagestats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }

    .vospage-vosaboutimag {
        width: 100%;
        margin-bottom: 40px;
    }

    .vospag-aboutcont h2 {
        font-size: 35px;
        line-height: 60px;
        margin: 4px 0px 28px 0px;
    }

    .contact-copy h2 {
        max-width: 100%;
        font-size: 30px;
        line-height: 56px;
        margin-top: 12px;
        width: 318px;
    }

    .contact-points h4 {
        font-size: 22px;
        line-height: 40px;
        font-style: italic;
    }

    .hero h1 {
        letter-spacing: 0px;
        max-width: 740px;
        line-height: 48px;
    }

    .contact-copy>p {
        max-width: 100%;
        font-size: 16px;
        line-height: 35px;
        width: 318px;
        white-space: normal;
    }

    .form-head h2 {
        font-size: 35px;
        line-height: 48px;
    }

    .full {
        width: 100%;
        margin-top: 4px;
        display: flex;
        font-size: 20px;
        padding: 12px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .vospag-bibliometric h2 {
        font-size: 35px;
        text-align: left;
        margin: 48px 0px;
        line-height: 48px;
    }

    .vospag-processcont .section-intro h2 {
        font-size: 35px;
        line-height: 48px;
    }

    .vospag-processcont .step,
    .vospag-processcont .step:nth-child(even) {
        display: flex;
        min-height: 0;
        padding: 12px 14px 30px;
        flex-direction: column;
    }

    .vospag-processcont .step {
        grid-template-columns: 1fr 80px 1fr;
        min-height: 80px;
        height: auto;
        margin-bottom: 40px;
    }

    .timeline:before {
        left: 20px;
        height: 100%;
    }

    .vospag-processcont {
        position: relative;
        margin-bottom: 158px;
        margin-top: 62px;
        z-index: 0;
    }

    .vospag-processcont .step h3 {
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 30px;
    }

    .vospag-processcont {
        position: relative;
        margin-bottom: 40px;
        margin-top: 62px;
        z-index: 0;
    }

    .vos-implementation h2 {
        font-size: 30px;
        letter-spacing: 0px;
        line-height: 48px;
    }

    .vos-implementpage {
        position: relative;
        padding: 62px 0;
        z-index: 0;
    }

    .vos-implementpage .vospageuse-grid {
        display: flex;
        gap: 22px;
        margin-top: 24px;
        flex-direction: column;
    }

    .vos-implementpage .vospageuse-card h3 {
        margin: 22px 0 12px;
        font-size: 24px;
        letter-spacing: -0.6px;
        line-height: 40px;
    }

    .vos-literaturepage h2 {
        font-size: 30px;
        line-height: 48px;
        margin: 40px 0px;
    }

    .vospage-vosviewerimag {
        width: 100%;
        margin-top: 24px;
    }

    .vos-literaturepage h4 {
        font-size: 30px;
        line-height: 60px;
        margin: 40px 0px;
    }

    .vospagesection-intro h2 {
        font-size: 35px;
        margin-top: 15px;
        line-height: 60px;
    }

    .vospage-implementationgrid h2 {
        font-size: 28px;
        margin: 40px 0px;
        line-height: 48px;
    }

    .vospag-research h2 {
        font-size: 33px;
        line-height: 60px;
        margin: 30px 0px;
    }

    .vospag-analysiscont h2 {
        margin-bottom: 14px;
        font-size: 35px;
        line-height: 48px;
        margin-top: -24px;
    }

    .faq-title h2 {
        font-size: 30px;
        line-height: 56px;
    }

    .faq-title {
        padding: 24px;
        height: auto;
        border-radius: 40px;
    }

    .vospage-vosaboutimag {
        width: 100%;
        position: relative;
    }

}

@media (min-width: 376px) and (max-width: 425px) {

    .vospage-frstimag {
        width: 100%;
        margin-top: 0px;
    }

    .vospagestats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }

    .vospage-vosaboutimag {
        width: 100%;
        margin-bottom: 40px;
    }

    .vospag-aboutcont h2 {
        font-size: 35px;
        line-height: 60px;
        margin: 4px 0px 28px 0px;
    }

    .contact-copy h2 {
        max-width: 100%;
        font-size: 30px;
        line-height: 56px;
        margin-top: 12px;
        width: 368px;
    }

    .contact-points h4 {
        font-size: 22px;
        line-height: 40px;
        font-style: italic;
    }

    .hero h1 {
        letter-spacing: 0px;
        max-width: 740px;
        line-height: 48px;
    }

    .contact-copy>p {
        max-width: 100%;
        font-size: 16px;
        line-height: 35px;
        width: 368px;
        white-space: normal;
    }

    .form-head h2 {
        font-size: 35px;
        line-height: 48px;
    }

    .full {
        width: 100%;
        margin-top: 4px;
        display: flex;
        font-size: 20px;
        padding: 12px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .vospag-bibliometric h2 {
        font-size: 35px;
        text-align: left;
        margin: 48px 0px;
        line-height: 48px;
    }

    .vospag-processcont .section-intro h2 {
        font-size: 35px;
        line-height: 48px;
    }

    .vospag-processcont .step,
    .vospag-processcont .step:nth-child(even) {
        display: flex;
        min-height: 0;
        padding: 12px 14px 30px;
        flex-direction: column;
    }

    .vospag-processcont .step {
        grid-template-columns: 1fr 80px 1fr;
        min-height: 80px;
        height: auto;
        margin-bottom: 40px;
    }

    .timeline:before {
        left: 20px;
        height: 100%;
    }

    .vospag-processcont {
        position: relative;
        margin-bottom: 158px;
        margin-top: 62px;
        z-index: 0;
    }

    .vospag-processcont .step h3 {
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 30px;
    }

    .vospag-processcont {
        position: relative;
        margin-bottom: 40px;
        margin-top: 62px;
        z-index: 0;
    }

    .vos-implementation h2 {
        font-size: 30px;
        letter-spacing: 0px;
        line-height: 48px;
    }

    .vos-implementpage {
        position: relative;
        padding: 62px 0;
        z-index: 0;
    }

    .vos-implementpage .vospageuse-grid {
        display: flex;
        gap: 22px;
        margin-top: 24px;
        flex-direction: column;
    }

    .vos-implementpage .vospageuse-card h3 {
        margin: 22px 0 12px;
        font-size: 24px;
        letter-spacing: -0.6px;
        line-height: 40px;
    }

    .vos-literaturepage h2 {
        font-size: 30px;
        line-height: 48px;
        margin: 40px 0px;
    }

    .vospage-vosviewerimag {
        width: 100%;
        margin-top: 24px;
    }

    .vos-literaturepage h4 {
        font-size: 30px;
        line-height: 60px;
        margin: 40px 0px;
    }

    .vospagesection-intro h2 {
        font-size: 35px;
        margin-top: 15px;
        line-height: 60px;
    }

    .vospage-implementationgrid h2 {
        font-size: 28px;
        margin: 40px 0px;
        line-height: 48px;
    }

    .vospag-research h2 {
        font-size: 33px;
        line-height: 60px;
        margin: 30px 0px;
    }

    .vospag-analysiscont h2 {
        margin-bottom: 14px;
        font-size: 35px;
        line-height: 48px;
        margin-top: -24px;
    }

    .faq-title h2 {
        font-size: 30px;
        line-height: 56px;
    }

    .faq-title {
        padding: 24px;
        height: auto;
        border-radius: 40px;
    }

    .vospage-vosaboutimag {
        width: 100%;
        position: relative;
    }

}

@media (min-width: 426px) and (max-width: 575px) {

    .vospage-frstimag {
        width: 100%;
        margin-top: 0px;
    }

    .vospagestats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        justify-items: center;
    }

    .vospage-vosaboutimag {
        width: 100%;
        margin-bottom: 40px;
    }

    .vospag-aboutcont h2 {
        font-size: 35px;
        line-height: 60px;
        margin: 4px 0px 28px 0px;
    }

    .contact-copy h2 {
        max-width: 100%;
        font-size: 30px;
        line-height: 56px;
        margin-top: 12px;
    }

    .contact-points h4 {
        font-size: 22px;
        line-height: 40px;
        font-style: italic;
    }

    .hero h1 {
        letter-spacing: 0px;
        max-width: 740px;
        line-height: 48px;
    }

    .contact-copy>p {
        max-width: 100%;
        font-size: 16px;
        line-height: 35px;
        white-space: normal;
    }

    .form-head h2 {
        font-size: 35px;
        line-height: 48px;
    }

    .full {
        width: 100%;
        margin-top: 4px;
        display: flex;
        font-size: 20px;
        padding: 12px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .vospag-bibliometric h2 {
        font-size: 35px;
        text-align: left;
        margin: 48px 0px;
        line-height: 48px;
    }

    .vospag-processcont .section-intro h2 {
        font-size: 35px;
        line-height: 48px;
    }

    .vospag-processcont .step,
    .vospag-processcont .step:nth-child(even) {
        display: flex;
        min-height: 0;
        padding: 12px 14px 30px;
        flex-direction: column;
    }

    .vospag-processcont .step {
        grid-template-columns: 1fr 80px 1fr;
        min-height: 80px;
        height: auto;
        margin-bottom: 40px;
    }

    .timeline:before {
        left: 20px;
        height: 100%;
    }

    .vospag-processcont {
        position: relative;
        margin-bottom: 158px;
        margin-top: 62px;
        z-index: 0;
    }

    .vospag-processcont .step h3 {
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 30px;
    }

    .vospag-processcont {
        position: relative;
        margin-bottom: 40px;
        margin-top: 62px;
        z-index: 0;
    }

    .vos-implementation h2 {
        font-size: 30px;
        letter-spacing: 0px;
        line-height: 48px;
    }

    .vos-implementpage {
        position: relative;
        padding: 62px 0;
        z-index: 0;
    }

    .vos-implementpage .vospageuse-grid {
        display: flex;
        gap: 22px;
        margin-top: 24px;
        flex-direction: column;
    }

    .vos-implementpage .vospageuse-card h3 {
        margin: 22px 0 12px;
        font-size: 24px;
        letter-spacing: -0.6px;
        line-height: 40px;
    }

    .vos-literaturepage h2 {
        font-size: 30px;
        line-height: 48px;
        margin: 40px 0px;
    }

    .vospage-vosviewerimag {
        width: 100%;
        margin-top: 24px;
    }

    .vos-literaturepage h4 {
        font-size: 30px;
        line-height: 60px;
        margin: 40px 0px;
    }

    .vospagesection-intro h2 {
        font-size: 35px;
        margin-top: 15px;
        line-height: 60px;
    }

    .vospage-implementationgrid h2 {
        font-size: 28px;
        margin: 40px 0px;
        line-height: 48px;
    }

    .vospag-research h2 {
        font-size: 33px;
        line-height: 60px;
        margin: 30px 0px;
    }

    .vospag-analysiscont h2 {
        margin-bottom: 14px;
        font-size: 35px;
        line-height: 48px;
        margin-top: -24px;
    }

    .faq-title h2 {
        font-size: 30px;
        line-height: 56px;
    }

    .faq-title {
        padding: 24px;
        height: auto;
        border-radius: 40px;
    }

    .vospage-vosaboutimag {
        width: 100%;
        position: relative;
    }

    .hero {
        padding-top: 55px;
        margin-top: 198px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {

    .vospage-frstimag {
        width: 64%;
        margin: auto;
    }

    .vospagestats-grid {
        display: grid;
        align-items: center;
        justify-items: center;
    }

    .vospage-vosaboutimag {
        width: 100%;
        margin-bottom: 40px;
    }

    .vospag-aboutcont h2 {
        font-size: 35px;
        line-height: 60px;
        margin: 4px 0px 28px 0px;
    }

    .contact-copy h2 {
        max-width: 100%;
        font-size: 30px;
        line-height: 56px;
        margin-top: 12px;
    }

    .contact-points h4 {
        font-size: 22px;
        line-height: 40px;
        font-style: italic;
    }

    .hero h1 {
        letter-spacing: 0px;
        max-width: 740px;
        line-height: 48px;
    }

    .contact-copy>p {
        max-width: 100%;
        font-size: 16px;
        line-height: 35px;
        white-space: normal;
    }

    .form-head h2 {
        font-size: 35px;
        line-height: 48px;
    }

    .full {
        width: 100%;
        margin-top: 4px;
        display: flex;
        font-size: 20px;
        padding: 12px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .vospag-bibliometric h2 {
        font-size: 35px;
        text-align: left;
        margin: 48px 0px;
        line-height: 48px;
    }

    .vospag-processcont .section-intro h2 {
        font-size: 35px;
        line-height: 48px;
    }

    .vospag-processcont .step,
    .vospag-processcont .step:nth-child(even) {
        /* display: flex; */
        min-height: 0;
        padding: 12px 14px 30px;
        flex-direction: column;
    }

    .vospag-processcont .step {
        grid-template-columns: 1fr 80px 1fr;
        min-height: 80px;
        height: auto;
        margin-bottom: 40px;
    }

    .timeline:before {
        left: 20px;
        height: 100%;
    }

    .vospag-processcont {
        position: relative;
        margin-bottom: 158px;
        margin-top: 62px;
        z-index: 0;
    }

    .vospag-processcont .step h3 {
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 30px;
    }

    .vospag-processcont {
        position: relative;
        margin-bottom: 40px;
        margin-top: 62px;
        z-index: 0;
    }

    .vos-implementation h2 {
        font-size: 30px;
        letter-spacing: 0px;
        line-height: 48px;
    }

    .vos-implementpage {
        position: relative;
        padding: 62px 0;
        z-index: 0;
    }

    .vos-implementpage .vospageuse-grid {
        display: flex;
        gap: 22px;
        margin-top: 24px;
        flex-direction: column;
    }

    .vos-implementpage .vospageuse-card h3 {
        margin: 22px 0 12px;
        font-size: 24px;
        letter-spacing: -0.6px;
        line-height: 40px;
    }

    .vos-literaturepage h2 {
        font-size: 30px;
        line-height: 48px;
        margin: 40px 0px;
    }

    .vospage-vosviewerimag {
        width: 100%;
        margin-top: 24px;
    }

    .vos-literaturepage h4 {
        font-size: 30px;
        line-height: 60px;
        margin: 40px 0px;
    }

    .vospagesection-intro h2 {
        font-size: 35px;
        margin-top: 15px;
        line-height: 60px;
    }

    .vospage-implementationgrid h2 {
        font-size: 28px;
        margin: 40px 0px;
        line-height: 48px;
    }

    .vospag-research h2 {
        font-size: 33px;
        line-height: 60px;
        margin: 30px 0px;
    }

    .vospag-analysiscont h2 {
        margin-bottom: 14px;
        font-size: 35px;
        line-height: 48px;
        margin-top: -24px;
    }

    .faq-title h2 {
        font-size: 30px;
        line-height: 56px;
    }

    .faq-title {
        padding: 24px;
        height: auto;
        border-radius: 40px;
    }

    .vospage-vosaboutimag {
        width: 64%;
        position: relative;
        margin: auto;
        display: flex;
    }

    .hero {
        padding-top: 55px;
        margin-top: 198px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .vospage-frstimag {
        width: 100%;
        margin: auto;
    }

    .vospagestats-grid {
        display: grid;
        align-items: center;
        justify-items: center;
    }

    .vospage-vosaboutimag {
        width: 100%;
        margin-bottom: 40px;
    }

    .vospag-aboutcont h2 {
        font-size: 35px;
        line-height: 60px;
        margin: 4px 0px 28px 0px;
    }

    .contact-copy h2 {
        max-width: 100%;
        font-size: 30px;
        line-height: 56px;
        margin-top: 12px;
    }

    .contact-points h4 {
        font-size: 22px;
        line-height: 40px;
        font-style: italic;
    }

    .hero h1 {
        letter-spacing: 0px;
        max-width: 740px;
        line-height: 48px;
    }

    .contact-copy>p {
        max-width: 100%;
        font-size: 16px;
        line-height: 35px;
        white-space: normal;
    }

    .form-head h2 {
        font-size: 35px;
        line-height: 48px;
    }

    .full {
        width: 100%;
        margin-top: 4px;
        display: flex;
        font-size: 20px;
        padding: 12px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .vospag-bibliometric h2 {
        font-size: 35px;
        text-align: left;
        margin: 48px 0px;
        line-height: 48px;
    }

    .vospag-processcont .section-intro h2 {
        font-size: 35px;
        line-height: 48px;
    }

    .vospag-processcont .step,
    .vospag-processcont .step:nth-child(even) {
        min-height: 0;
        padding: 12px 14px 30px;
        flex-direction: column;
    }

    .vospag-processcont .step {
        grid-template-columns: 1fr 80px 1fr;
        min-height: 80px;
        height: auto;
        margin-bottom: 40px;
    }

    .timeline:before {
        left: 20px;
        height: 100%;
    }

    .vospag-processcont {
        position: relative;
        margin-bottom: 158px;
        margin-top: 62px;
        z-index: 0;
    }

    .vospag-processcont .step h3 {
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 30px;
    }

    .vospag-processcont {
        position: relative;
        margin-bottom: 40px;
        margin-top: 62px;
        z-index: 0;
    }

    .vos-implementation h2 {
        font-size: 30px;
        letter-spacing: 0px;
        line-height: 48px;
    }

    .vos-implementpage {
        position: relative;
        padding: 62px 0;
        z-index: 0;
    }

    .vos-implementpage .vospageuse-grid {
        gap: 22px;
        margin-top: 24px;
        flex-direction: column;
    }

    .vos-implementpage .vospageuse-card h3 {
        margin: 22px 0 12px;
        font-size: 24px;
        letter-spacing: -0.6px;
        line-height: 40px;
    }

    .vos-literaturepage h2 {
        font-size: 30px;
        line-height: 48px;
        margin: 40px 0px;
    }

    .vospage-vosviewerimag {
        width: 62%;
        margin: auto;
        display: flex;
    }

    .vos-literaturepage h4 {
        font-size: 30px;
        line-height: 60px;
        margin: 40px 0px;
    }

    .vospagesection-intro h2 {
        font-size: 35px;
        margin-top: 15px;
        line-height: 60px;
    }

    .vospage-implementationgrid h2 {
        font-size: 28px;
        margin: 40px 0px;
        line-height: 48px;
    }

    .vospag-research h2 {
        font-size: 33px;
        line-height: 60px;
        margin: 30px 0px;
    }

    .vospag-analysiscont h2 {
        margin-bottom: 14px;
        font-size: 35px;
        line-height: 48px;
        margin-top: -24px;
    }

    .faq-title h2 {
        font-size: 30px;
        line-height: 56px;
    }

    .faq-title {
        padding: 24px;
        height: auto;
        border-radius: 40px;
    }

    .vospage-vosaboutimag {
        width: 64%;
        position: relative;
        margin: auto;
        display: flex;
    }

    .hero {
        padding-top: 55px;
        margin-top: 198px;
    }

}


@media (max-width: 700px) {
    .lead-form {
        padding: 20px;
    }

    .analysis-options {
        grid-template-columns: 1fr;
    }
}

.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.full {
    width: 100%;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 12px;
    font-family: "Rubik", sans-serif;
}

.form-foot {
    text-align: center;
    color: #89929d;
    font-size: 11px;
    margin-top: 14px;
}

.form-foot a {
    color: #477cf4;
    font-weight: 700;
}

.success {
    padding: 10px 12px;
    background: #e9f8ef;
    color: #287044;
    border-radius: 9px;
    font-size: 12px;
    margin-bottom: 14px;
}

@media (max-width: 900px) {

    .hero-grid,
    .split,
    .faq-wrap,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .network-card {
        height: 420px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vospageanalysis-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vospag-analysiscont ul {
        grid-template-columns: 1fr;
    }

    .vospag-analysiscont li,
    .vospag-analysiscont li:nth-child(odd),
    .vospag-analysiscont li:nth-child(-n + 2) {
        border-left: 1px solid #dfe5ea;
        border-top: 0;
    }

    .vospag-analysiscont li:first-child {
        border-top: 1px solid #dfe5ea;
    }

    .vos-implementpage .vos-implementation {
        flex-direction: column;
        align-items: flex-start;
    }

    .vos-implementpage .use-grid {
        grid-template-columns: 1fr;
    }

    .use-head {
        grid-template-columns: 1fr;
        gap: 10px;
    }

}

@media (max-width: 600px) {

    .hero-actions,
    .trust-row {
        flex-wrap: wrap;
    }

    .network-card {
        height: 350px;
    }

    .network {
        height: 285px;
    }

    .stats-grid>div {
        padding: 20px 12px;
    }

    .section {
        padding: 75px 0;
    }

    .vospageanalysis-grid {
        grid-template-columns: 1fr;
    }

    .vospageanalysis-grid article {
        min-height: 0;
    }

    .vospag-analysiscont {
        padding: 76px 0 82px;
    }

    .vospag-analysiscont h2 {
        letter-spacing: -1.5px;
    }

    .vospag-analysiscont li {
        padding-right: 44px;
    }

    .step {
        grid-template-columns: 45px 1fr;
        padding-left: 20px;
    }

    .two {
        grid-template-columns: 1fr;
    }


    .lead-form {
        padding: 21px;
    }
}