body {
    margin: 0;
    padding: 0;
    background: #131313;
}

.body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 70px;
    padding-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border-right: 2px solid #555;
    border-left: 2px solid #555;
}

/* Line break control */
.desktop-break {
    display: block;
}

.tablet-break {
    display: none;
}



.font-lecturis {
    font-family: "FH Lecturis", Arial, Helvetica, sans-serif;
}

.font-inter {
    font-family: "Inter", Arial, Helvetica, sans-serif;
}

.font-neue {
    font-family: "neue", Arial, Helvetica, sans-serif;
}

.font-jetbrains {
    font-family: "jetbrains", Arial, Helvetica, sans-serif;
}

.inter {
    font-family: "Inter";
}

.fhLec {
    font-family: "FH Lecturis";
}

.jetbrains {
    font-family: "jetbrains";
}

.neue {
    font-family: "neue", "Inter";
}

/*#endregion Fonts */

/*#region NAVBAR Content */
.navContainer {
    border-bottom: 2px solid #555555;
    padding: 25px;
}

.navbar {
    align-items: center;
    margin: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.left {
    display: flex;
}

.vr {
    display: block;
    background-color: #D4D4D4;
    height: 24px;
    width: 1px;
}

.navbar img {
    margin-left: auto;
    /* width: 126px; */
    height: 22.68px;
    max-width: fit-content;
    padding-right: 15px;
}

.navbar nav {
    display: flex;
    gap: 16px;
    padding-left: 16px;
}

.navbar nav a:hover,
.rhFooter nav a:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
    color: #ffffff;
}



.launchNow {
    color: #FFF;
    font-family: "FH Lecturis";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    /* 118.75% */
    letter-spacing: -0.64px;

    border: 1px solid #555;

    width: fit-content;
    cursor: pointer;

    display: flex;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.navbar nav a {
    text-decoration: none;
    background: none;
    border: none;
    color: #D4D4D4;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: -0.16px;
}

/*#endregion NAVBAR Content */

/*#region Hero Section */
.heroSection {
    display: flex;
    padding: 0 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
    word-wrap: break-word;
    padding-left: 90px;
}

.heroContainer {
    display: flex;
    width: 930px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.noCost {
    border: 1px solid #555;

    display: flex;
    width: 157px;
    height: 34px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
}

.noCost span {
    position: absolute;
    color: #FFF;
    font-family: "neue";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1875rem;
    /* 118.75% */
}

.noCost svg {
    position: relative;
}

.noCost .top-left {
    transform: scale(1.39, 1.56);
}

.heroText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.heroText h1 {
    margin: 0;
    color: #FFF;
    font-family: "Inter";
    font-size: 4.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 4.75rem */
    letter-spacing: -0.1425rem;
}

.heroText p {
    margin: 0;
    color: #FFF;
    width: 70%;

    /* Inter Display/Subheading(Light) */
    font-family: "Inter";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 100;
    line-height: 2rem;
    /* 133.333% */
    letter-spacing: -0.03rem;
}

.heroText span {
    color: #FFF;

    /* Inter Display/Subheading(Bold) */
    font-family: "Inter";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.03rem;
}

.actionButtons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bookSprint {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    padding: 8px 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border: 1px solid #555;
    background: var(--White-Primary, #FFF);

    color: #000;
    font-family: "FH Lecturis";
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.04rem;
}

/* corner base */
.bookSprint::before,
.bookSprint::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #6697FF;
}

/* top-left corner */
.bookSprint::before {
    top: -4px;
    left: -4px;
    border-right: none;
    border-bottom: none;
}

/* bottom-right corner */
.bookSprint::after {
    bottom: -4px;
    right: -4px;
    border-left: none;
    border-top: none;
}


/*#endregion Hero Section */

/*#region Trusted Parnters */
.trustedPartners {
    display: flex;
    align-items: center;
    gap: 50px;
    align-self: stretch;
}

.trustedText {
    width: 151px;
    height: 32px;

    color: #FFF;
    font-family: "Inter";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 200;
    line-height: 1rem;
    /* 114.286% */
    letter-spacing: -0.00875rem;
}

.trustedLogos {
    display: flex;
    align-items: flex-start;
    filter: blur(0.44999998807907104px);
}

.trustedLogos img {
    max-height: 3rem;
}

/*#endregion Trusted Parnters */

/*#region Workflow */
.workflowSection {
    border-top: 2px solid #555;
    border-bottom: 3px solid #555;
    background: #000;

    display: flex;
    padding: 60px 0 15px 0;
    margin-top: 80px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.workflowContainer {
    display: flex;
    width: 1276px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.topWorkflow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.workflowText {
    color: white;
}

.workflowText h2 {
    color: #FFF;
    text-align: center;

    /* Jet-Brains-txt */
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
    /* 200% */
    letter-spacing: -0.02rem;
    text-transform: uppercase;
}

.workflowText h1 {
    color: #FFF;
    text-align: center;

    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 4rem */
    letter-spacing: -0.12rem;
}

.workflowText h3 {
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
    /* 133.333% */
    letter-spacing: -0.03rem;
}

.workflowRect {
    width: 100%;
    height: 60px;
    background-size: cover;
    background-repeat: repeat;
    margin-top: 20px;
    margin-bottom: 20px;
}

.workflowImg {
    width: 90%;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}


.imgFrame {
    position: relative;
    border: 2px inset #AAAA;
    width: 80%;
}

/* corner base */
.imgFrame::before,
.imgFrame::after,
.imgFrame span::before,
.imgFrame span::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border: 4px solid #AAA;
    pointer-events: none;
}

/* top-left */
.imgFrame::before {
    top: -2px;
    left: -2px;
    border-right: none;
    border-bottom: none;
}

/* top-right */
.imgFrame::after {
    top: -2px;
    right: -2px;
    border-left: none;
    border-bottom: none;
}

/* bottom corners helper */
.imgFrame span::before {
    bottom: -2px;
    left: -2px;
    border-right: none;
    border-top: none;
}

.imgFrame span::after {
    bottom: -2px;
    right: -2px;
    border-left: none;
    border-top: none;
}

/* image */
.imgFrame img {
    display: block;
    width: 100%;
}


/*#endregion Workflow */

/*#region Services */
.servicesSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.servicesText {
    width: 100%;
    padding-bottom: 72px;
    border-bottom: 2px solid #555;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.servicesText p {
    color: #FFF;
    margin: 0;
    padding-left: 2.5vw;

    /* Jet-Brains-txt */
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
    /* 200% */
    letter-spacing: -0.02rem;
    text-transform: uppercase;
}

.servicesText h1 {
    color: #FFF;
    margin: 0;
    padding-left: 2.5vw;

    /* Inter Display/H2 */
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 4rem */
    letter-spacing: -0.12rem;
}

/*#endregion Services */

/*#region actual services */
.accServices {
    width: 100%;
}

.service {
    width: 100%;
    box-sizing: border-box;
    padding-top: 55px;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    padding-bottom: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 2px solid #555;
}

.lhsService {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
}

.rhsService {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 50px;
    align-self: stretch;
}

.rhsService>.serviceText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    text-align: right;
}

.serviceText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.serviceText h2 {
    margin: 0;
    color: #FFF;
    font-family: "jetbrains";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: -0.02rem;
    text-transform: uppercase;
}

.serviceText h1 {
    color: #FFF;
    margin: 0;
    font-family: "inter";
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.09rem;
}

.serviceText p {
    margin: 0;
    color: #FFF;
    font-family: "inter";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -0.0375rem;
}

.service img {
    height: 30vh;
}

.forWho {
    display: flex;
    flex-direction: row;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border: 1px solid #555;

    color: #FFF;
    font-family: "FH Lecturis";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1875rem;
    /* 118.75% */
    letter-spacing: -0.04rem;
}

.forWho p {
    margin: 0;
}

/*#endregion actual services */

/*#region Blockchain */

.blockChain img {
    transform: rotate(-11.797deg);
}

.blockChain {
    background-color: #000;
}


/*#endregion Blockchain */

/*#region Testimonial */
.testGroup {
    box-sizing: border-box;
    width: 100%;
}

.otherRect {
    width: 100%;
    height: 60px;
    background-repeat: repeat;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.testSec {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.testText {
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    color: #FFF;

    /* Inter Display/H5 */
    font-family: "Inter";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 1.5rem */
    letter-spacing: -0.045rem;
}

.credits {
    padding-bottom: 35px;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;

    color: #FFF;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 1.125rem */
    letter-spacing: -0.03375rem;

}

.credits>div {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.credits>div {
    color: #FFF;

    /* Inter Display/Txt-Md(Medium) */
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    /* 1rem */
}

.credits>div>span {
    color: #71717A;

    /* Inter Display/Txt-Md(Medium) */
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    /* 1rem */
}

/*#endregion Testimonial */

/*#region Steps */

.stepsSection {
    width: 100%;
    box-sizing: border-box;
    background-color: #000;
    padding: 100px !important;
    gap: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top: 2px solid #555;
    border-bottom: 2px solid #555;
}

.stepsContainer {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: space-evenly;
}

.step {
    width: 100%
}

.stepText {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5vh;
}

.topText h1 {
    margin: 0;
    color: #FFF;
    text-align: center;

    /* Inter Display/H2 */
    font-family: "Inter";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 4rem */
    letter-spacing: -0.12rem;
}

.topText p {
    margin: 0;
    color: #FFF;
    text-align: center;

    /* Jet-Brains-txt */
    font-family: "JetBrains";
    font-size: 1rem;
    font-style: normal;
    font-weight: 100;
    line-height: 2rem;
    /* 200% */
    letter-spacing: -0.02rem;
    text-transform: uppercase;
}

.topText>span {
    color: #FFF;
    font-family: "JetBrains";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: -0.00875rem;
    text-transform: uppercase;
}

.step>h1 {
    margin: 0;
    color: #CBCBCB;
    text-align: center;
    font-family: "FH Lecturis";
    font-size: 6.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 6.875rem */
    letter-spacing: -0.20625rem;
}

.stepText h2 {
    color: #FFF;
    font-family: "JetBrains";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 0.875rem */
    letter-spacing: -0.01rem;
    text-transform: uppercase;
    margin: 0;
}

.stepText h3 {
    color: #FFF;
    margin: 0;

    /* FH Lecturis/H4 */
    font-family: "Inter";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 2.25rem */
    letter-spacing: -0.0675rem;
}

.stepText p {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin: 0;
    color: #FFF;
    text-align: center;

    /* Inter Display/Txt-Md(Light) */
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 100;
    line-height: 100%;
    /* 1rem */
}

/*#endregion Steps */

/*#region Options */
.optionsSection {
    box-sizing: border-box;
    width: 100%;
}

.optionsSection>div {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
}

.optionsText {
    padding-left: 2.5vw;
    padding-bottom: 70px;
}

.optionsText>h2 {
    margin: 0;
    margin-bottom: 15px;
    color: #FFF;
    /* Jet-Brains-txt */
    font-family: "JetBrains";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
    /* 200% */
    letter-spacing: -0.02rem;
    text-transform: uppercase;
}

.optionsText>h1 {
    margin: 0;
    margin-bottom: 20px;
    color: #FFF;

    /* Inter Display/H2 */
    font-family: "Inter";
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 4rem */
    letter-spacing: -0.12rem;
}

.optionsText>p {
    margin: 0;
    color: #FFF;

    /* Inter Display/Subheading(Light) */
    font-family: "Inter";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
    /* 133.333% */
    letter-spacing: -0.03rem;
}

/*#endregion Options */

/*#region services */

.optionsContainer {
    box-sizing: border-box;
    margin: auto;
    width: 80%;
    padding-top: 80px;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(5, 1fr);
    padding-bottom: 50px;
}

.option {
    position: relative;
    border: 1px solid #555;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 40px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
}

.optionContcont{
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* corner base */
.option::before,
.option::after,
.option span::before,
.option span::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: 4px solid #AAA;
    pointer-events: none;
}

/* top-left */
.option::before {
    top: -2px;
    left: -2px;
    border-right: none;
    border-bottom: none;
}

/* top-right */
.option::after {
    top: -2px;
    right: -2px;
    border-left: none;
    border-bottom: none;
}

/* bottom corners helper */
.option span::before {
    bottom: -2px;
    left: -2px;
    border-right: none;
    border-top: none;
}

.option span::after {
    bottom: -2px;
    right: -2px;
    border-left: none;
    border-top: none;
}

.option p {
    margin: 0;
    width: 50%;

    color: #FFF;
    font-family: "Inter";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 200;
    line-height: 100%;
    /* 1.25rem */
    letter-spacing: -0.05rem;
}

.option a {
    align-self: center;
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 200;
    line-height: 1.25rem;
    /* 125% */
    letter-spacing: -0.04rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
}


.option > div > svg {
    width: 40px;
    height: 40px;
    padding: 15px;
    background-color: #AAA;
    border: 2px inset #555;
}

.option h1 {
    margin: 0;
    color: #FFF;

    /* Inter Display/H4 */
    font-family: "FH Lecturis";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8125rem;
    /* 80.556% */
    letter-spacing: -0.09rem;
}

.option h2 {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-family: "Inter";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8125rem;
    /* 120.833% */
    letter-spacing: -0.06rem;
}

.optContent {
    display: flex;
    flex-direction: column;
    ;
}

.included {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    width: 100%;
    color: #FFF;
}

.included svg {
    width: 20px;
    height: 20px;
    padding: 0;
    background: none;
}

.included li {
    display: flex;
    align-items: center;
    gap:10px;
}

.included h3 {
    color: #FFF;
    font-family: "Inter";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.8125rem;
    /* 145% */
    letter-spacing: -0.05rem;
    margin: 0;
}

.quotebox {
    box-sizing: border-box;
    width: 100%;
}

.quoteButton {
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    margin-top: auto;
    text-align: center;
    padding: 10px;
}

.quoteButton h2 {
    color: #000;
    font-family: "FH Lecturis";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1875rem;
    /* 95% */
    letter-spacing: -0.05rem;
    padding: 0;
    margin: 0;
}

/*#endregion Options */

/*#region trusted partners */

.topText {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.topText div {
    display: flex;
    gap: 5px;

    color: #FFF;
    font-family: "Inter";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    /* 114.286% */
    letter-spacing: -0.00875rem;
}

footer>.topText span {
    color: #FFF;
    font-family: "JetBrains";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    /* 114.286% */
    letter-spacing: -0.00875rem;
    text-transform: uppercase;
}

.logos {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 50px;
}

.logos img {
    width: 177.78px;
    height: 100px;
}

/*#endregion trusted partners */

/*#region Case Studies */



.caseStudies {
    box-sizing: border-box;
    width: 100%;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    padding-top: 100px;
    padding-bottom: 80px;
    background: #000;
}

.caseStudiesText {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.caseStudiesText h2 {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: "JetBrains";
    font-size: 1rem;
    font-style: normal;
    font-weight: 100;
    line-height: 2rem;
    letter-spacing: -0.02rem;
    text-transform: uppercase;
}

.caseStudiesText h1 {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: "FH Lecturis";
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.12rem;
}

.caseStCont {
    display: grid;
    padding-top: 80px;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
}

.cSD {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--Midnight-Black-600, #131313);
    padding: 35px;
    gap: 60px;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
}

/* corner base */
.cSD::before,
.cSD::after,
.cSD span::before,
.cSD span::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 4px solid #AAA;
    pointer-events: none;
}

/* top-left */
.cSD::before {
    top: -2px;
    left: -2px;
    border-right: none;
    border-bottom: none;
}

/* top-right */
.cSD::after {
    top: -2px;
    right: -2px;
    border-left: none;
    border-bottom: none;
}

/* bottom corners helper */
.cSD span::before {
    bottom: -2px;
    left: -2px;
    border-right: none;
    border-top: none;
}

.cSD span::after {
    bottom: -2px;
    right: -2px;
    border-left: none;
    border-top: none;
}

.cSD img {
    align-self: stretch;
}

.cSD>.text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.comp {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.comp h1 {
    color: #FFF;
    margin: 0;

    /* Inter Display/H4 */
    font-family: "FH Lecturis";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8125rem;
    /* 80.556% */
    letter-spacing: -0.09rem;
}

.comp h3 {
    color: #FFF;
    margin: 0;

    /* Inter Display/Txt-XL(Regular) */
    font-family: "Inter";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 1.625rem */
    letter-spacing: -0.05rem;
}

.servProv {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.servProv h2 {
    color: #FFF;

    /* Inter Display/Txt-XL(Regular) */
    font-family: "Inter";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 1.625rem */
    letter-spacing: -0.05rem;
    margin: 0;
}

.servProv ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.servProv ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #FFF;

    /* Inter Display/Txt-Lg(Regular) */
    font-family: "Inter";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 1.125rem */
}

/*#endregion Case Studies */

/*#region Build Now */

.buildNow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    border-top: 2px solid #555;
    background-color: #000;
    padding-top: 70px;
    padding-bottom: 30px;
    align-items: center;
    gap: 15px;
}

.buildNow h2 {
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: center;
    font-family: "JetBrains";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
    letter-spacing: -0.02rem;
    text-transform: uppercase;
}

.buildNow h1 {
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: center;

    /* Inter Display/H2 */
    font-family: "Inter";
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 4rem */
    letter-spacing: -0.12rem;
}

.buildNow p {
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0;
    /* Inter Display/Txt-XL(Light) */
    font-family: "Inter";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    /* 1.25rem */
    letter-spacing: -0.0375rem;
    width: 40%;
    padding-top: 5px;
    padding-bottom: 15px;
}

.buildNow>h1>span {
    color: #FFF;
    margin: 0;
    padding: 0;
    /* FH Lecturis/H2 */
    font-family: "FH Lecturis";
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.12rem;
}

/*#endregion Build Now */


/*#region Footer */

footer {
    border-left: 2px solid #555;
    border-right: 2px solid #555;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    overflow: hidden;
}

footer>* {
    padding-left: 5vw;
    padding-right: 5vw;
}

footer>div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 65px;
}

.lhFooter {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lhFooter>img {
    width: 250px;
    height: 44px;
}

.lhFooter p {
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 200;
    line-height: 100%;
}

.socials {
    display: flex;
    gap: 10px;
}

.socials img {
    width: 24px;
    height: 24px;
    opacity: 50%;
}

.socials img::hover {
    opacity: 100%;
}

.rhFooter {
    display: flex;
    gap: 30px;
}

.rhFooter nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rhFooter nav a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #AAA;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 200;
    line-height: 100%;
}

.rhFooter h2 {
    margin: 0;
    color: #FFF;
    font-family: "Inter";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.05rem;
}

footer p {
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
}

footer>img {
    padding: 0;
    padding-top: 65px;
    width: 100%;
    position: relative;
    top: 5px;
}


/*#endregion Footer */


/*#region mobile */

@media (max-width: 768px) {

    .navbar nav {
        display: none;
    }

    .navbar .vr {
        display: none;
    }

    .body {
        overflow: hidden;
        align-items: center;
    }

    .body>div {
        padding: 0;
        margin: 0px;
        align-items: center;
    }

    .body>div>div {
        padding: 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    .heroContainer {
        align-items: center;
    }

    .heroText h1 {
        color: #FFF;
        text-align: center;
        font-family: "Inter";
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 2.5rem */
        letter-spacing: -0.075rem;
    }

    .heroText p {
        color: #FFF;
        text-align: center;
        font-family: "Inter";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.1875rem;
        /* 118.75% */
        letter-spacing: -0.02rem;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .heroText span {
        color: #FFF;
        font-family: "Inter";
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.1875rem;
        letter-spacing: -0.02rem;
    }

    .actionButtons button {
        gap: 5px;
    }

    .trustedPartners {
        flex-direction: column;
        gap: 30px;
    }

    .workflowSection {
        padding-top: 60px !important;
    }

    .workflowText h2 {
        text-align: center;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.125rem;
        letter-spacing: -0.0175rem;
        text-transform: uppercase;
    }

    .workflowText h1 {
        color: #FFF;
        text-align: center;
        font-family: "Inter";
        font-size: 2.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 2.25rem */
        letter-spacing: -0.0675rem;
    }

    .workflowText h1>span {
        display: block;
        color: #FFF;
        font-family: "FH Lecturis";
        font-size: 2.25rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.0675rem;
    }

    .workflowText br {
        display: none;
    }

    .workflowText h3 {
        color: #FFF;
        text-align: center;
        font-family: "Inter";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.1875rem;
        letter-spacing: -0.02rem;
    }

    .workflowRect {
        width: 100% !important;
    }

    .workflowImg {
        width: 100% !important;
    }

    .imgFrame {
        border: none;
        padding: 10px;
        width: 100%;
    }

    .imgFrame::before,
    .imgFrame::after,
    .imgFrame span::before,
    .imgFrame span::after {
        content: "";
        display: none;
    }

    .servicesText {
        padding-bottom: 60px !important;
        width: 100% !important;
    }

    .servicesText p {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        color: #FFF;
        text-align: center;
        font-family: "JetBrains";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.125rem;
        letter-spacing: -0.0175rem;
        text-transform: uppercase;
    }

    .servicesText h1 {
        padding: 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        color: #FFF;
        text-align: center;
        font-family: "Inter";
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 2rem */
        letter-spacing: -0.06rem;
    }

    .servicesText span {
        color: #FFF;
        font-family: "FH Lecturis";
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.06rem;
    }


    .accServices {
        width: 100% !important;
        padding-top: 70px;
    }

    .service {
        flex-direction: column;
        gap: 75px;
    }

    .lhsService,
    .rhsService {
        width: 100%;
        justify-content: center;
        align-items: center;
    }


    .serviceText,
    .rhsService>.servicesText {
        text-align: center;
        align-items: center !important;
    }

    .serviceText h2 {
        color: #FFF;
        text-align: center;
        font-family: "JetBrains";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 80%;
        letter-spacing: -0.02625rem;
        text-transform: uppercase;
    }

    .serviceText h1 {
        text-align: center;
        font-family: "Inter";
        font-size: 1.75rem;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 1.75rem */
        letter-spacing: -0.0525rem;
    }

    .serviceText p {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        color: #FFF;
        text-align: center;
        font-family: "Inter";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
        /* 0.875rem */
        letter-spacing: -0.02625rem;
    }

    .service {
        padding-left: 10px;
        padding-right: 10px;
    }

    .serviceText br {
        display: none;
    }

    .service img {
        order: 2;
        width: 100%;
    }

    .serviceText span {
        display: block;
    }

    .testText {
        margin: 0;
        width: 100%;
        text-align: left;
        color: #FFF;
        font-family: "Inter";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 1.25rem */
        letter-spacing: -0.0375rem;
    }

    .otherRect {
        display: none;
    }

    .stepsSection {
        padding: 50px !important;
        width: 100% !important;
    }

    .topText {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        gap: 10px;
    }

    .topText p {
        color: #FFF;
        text-align: center;
        font-family: "JetBrains";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1rem;
        letter-spacing: -0.0175rem;
        text-transform: uppercase;
    }

    .topText h1 {
        color: #FFF;
        text-align: center;
        font-family: "Inter";
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 2rem */
        letter-spacing: -0.06rem;
    }

    .topText>.fhLec {
        color: #FFF;
        font-family: "FH Lecturis";
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.06rem;
    }

    .topText br {
        display: block !important;
    }

    .stepsContainer {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .step {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .stepText {
        gap: 15px;
        padding-bottom: 50px;
    }

    .stepText h2 {
        color: #FFF;
        font-family: "JetBrains";
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 0.75rem */
        letter-spacing: -0.0225rem;
        text-transform: uppercase;
    }

    .stepText h3 {
        color: #FFF;
        font-family: "Inter";
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 1.5rem */
        letter-spacing: -0.045rem;
    }

    .stepText p {
        width: 100%;
        color: #FFF;
        text-align: center;
        font-family: "Inter";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
        /* 1rem */
    }

    .optionsText h2 {
        color: #FFF;
        text-align: center;
        font-family: "JetBrains";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.125rem;
        letter-spacing: -0.0175rem;
        text-transform: uppercase;
    }

    .optionsText h1 {
        color: #FFF;
        text-align: center;
        font-family: "Inter";
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 2rem */
        letter-spacing: -0.06rem;
    }

    .optionsText br {
        display: none
    }

    .optionsText span {
        color: #FFF;
        font-family: "FH Lecturis";
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.06rem;
    }

    .optionsText p {
        color: #FFF;
        text-align: center;
        font-family: "Inter";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1rem;
        letter-spacing: -0.02rem;
    }

    .optionsSection {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .optionsContainer {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .option {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .optionContcont {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .option h1 {
        padding-bottom: 5px;
    }

    .option>svg {
        width: 30.545px;
        height: 30.545px;
        padding: 15px;
    }

    .included {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }

    .included li {
        display: flex;
        white-space: nowrap;
        flex-direction: row;
        gap: 5px;
    }

    .included li svg {
        width: 10.545px;
        height: 10.545px;
    }

    .included li h3 {
        white-space: nowrap;
        color: #FFF;
        font-family: "Inter";
        font-size: 0.79656rem;
        font-style: normal;
        font-weight: 500;
        line-height: 0.865rem;
        /* 145% */
        letter-spacing: -0.02388rem;
    }

    .option h1 {
        color: #FFF;
        font-family: "FH Lecturis";
        font-size: 1.425rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.65rem;
        /* 76.886% */
        letter-spacing: -0.045rem;
    }

    .optContent h2 {
        color: #FFF;
        font-family: "Inter";
        font-size: 0.95rem;
        font-style: normal;
        font-weight: 600;
        line-height: 0.95444rem;
        /* 127.26% */
        letter-spacing: -0.015rem;
    }

    .option p {
        width: 80%;
        color: #FFF;
        font-family: "Inter";
        font-size: 0.85rem;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 0.75rem */
        letter-spacing: -0.03rem;
    }

    .notSure {
        gap: 10px !important;
    }

    .trustedP>.topText span {
        color: #FFF;
        font-family: "JetBrains";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1rem;
        /* 114.286% */
        letter-spacing: -0.00875rem;
        text-transform: uppercase;
    }

    .trustedP .topText {
        width: 100%;
    }

    .logos {
        width: 100%;
        gap: 50px;
        padding-bottom: 0;
    }

    .optionsSection .otherRect {
        display: block !important;
        margin: 0;
        width: 100%;
        height: 70px !important;
    }

    .caseStudies {
        margin: -50px !important;
        padding-top: 50px !important;
        width: 100% !important;
        padding-bottom: 50px !important;
    }


    .noPhone {
        display: none;
    }

    .caseStudiesText h2 {
        width: 90%;
        color: #FFF;
        text-align: center;
        font-family: "JetBrains";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.125rem;
        /* 128.571% */
        letter-spacing: -0.0175rem;
        text-transform: uppercase;
    }

    .caseStudiesText h1 {
        padding-top: 10px;
        color: #FFF;
        text-align: center;
        font-family: "FH Lecturis";
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 2rem */
        letter-spacing: -0.06rem;
    }

    .caseStCont {
        width: 90% !important;
        display: flex;
        flex-direction: column;
    }

    .cSD h3 {
        color: #FFF;
        font-family: "Inter";
        font-size: 0.755rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 0.9815rem */
        letter-spacing: -0.03019rem;
    }

    .cSD h1 {
        padding-top: 15px;
        color: #FFF;
        font-family: "FH Lecturis";
        font-size: 1.35906rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.09475rem;
        /* 80.556% */
        letter-spacing: -0.05438rem;
    }

    .servProv h2 {
        color: #FFF;
        font-family: "Inter";
        font-size: 0.755rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 0.9815rem */
        letter-spacing: -0.03019rem;
    }

    .servProv ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .servProv ul li {
        color: #FFF;
        font-family: "Inter";
        font-size: 0.6795rem;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 0.6795rem */
        text-wrap: nowrap;
        width: fit-content;
    }

    .cSD {
        gap: 0;
        padding: 10px;
    }

    .cSD svg {
        width: 15px;
        height: 15px;
    }

    .buildNow {
        padding-top: 70px !important;
        width: 100% !important;
        margin-top: -50px !important;
        padding-bottom: 70px !important;
    }

    .buildNow h2 {
        width: 90%;
        color: #FFF;
        font-family: "JetBrains";
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.125rem;
        /* 128.571% */
        letter-spacing: -0.0175rem;
        text-transform: uppercase;
    }

    .buildNow h1 {
        width: 90%;
        color: #FFF;
        text-align: center;
        font-family: "Inter";
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 2rem */
        letter-spacing: -0.06rem;
    }

    .buildNow h1 span {
        width: 90%;
        color: #FFF;
        font-family: "FH Lecturis";
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.06rem;
    }

    .buildNow p {
        width: 90%;
        color: #FFF;
        text-align: center;
        font-family: "Inter";
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
        /* 1rem */
        letter-spacing: -0.03rem;
    }

    .rect2 {
        margin-top: -50px !important;
    }

    .optionsSection {
        height: fit-content
    }

    footer {
        padding-top: 70px;
    }

    .lhFooter {
        width: 100%;
        align-items: center;
    }

    .rhFooter {
        display: None;
    }



}

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

    .body {
        overflow: hidden;
    }

    .body>div {
        justify-content: center;

    }

}

/* Tablet responsive styles for Figma design implementation */
@media screen and (max-width: 1025px) and (min-width: 768px) {
    .desktop-break {
        display: none;
    }

    .tablet-break {
        display: block;
    }


    .heroSection {
        padding: 0 60px;
        gap: 40px;
        align-items: center;
    }

    .heroContainer {
        width: 656px;
        align-items: center;
    }

    .heroText {
        align-items: center;
        text-align: center;
    }

    .heroText h1 {
        font-size: 3.5rem;
        letter-spacing: -0.1rem;
    }

    .heroText p {
        width: 90%;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .actionButtons {
        justify-content: center;
    }

    .trustedPartners {
        justify-content: center;
        gap: 30px;
    }

    .workflowContainer {
        width: 736px;
    }

    .imgFrame {
        width: 100%;
    }

    .servicesText {
        align-items: center;
        padding-left: 0;
    }

    .servicesText p,
    .servicesText h1 {
        padding-left: 0;
        text-align: center;
    }

    .service {
        flex-direction: column;
        align-items: center;
        gap: 70px;
    }

    .lhsService,
    .rhsService {
        width: 100%;
        align-items: center;
    }

    .serviceText,
    .rhsService>.serviceText {
        align-items: center;
        text-align: center;
    }

    .service img {
        width: 70%;
        object-fit: contain;
        height: auto;
        order: 2;
    }

    .testText {
        width: 80%;
        font-size: 1.25rem;
    }

    .stepsSection {
        padding: 60px 40px;
    }

    .stepsContainer {
        flex-direction: column;
        gap: 40px;
    }

    .stepText p {
        width: 90%;
    }

    .optionsText {
        padding-left: 0;
        text-align: center;
    }

    .optionsText h1,
    .optionsText h2,
    .optionsText p {
        text-align: center;
    }

    .option p {
        width: 100%;
    }

    .optionContcont {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .buildNow p {
        width: 70%;
    }


    footer>* {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }

    /* Case Studies - Tablet (768px–1024px) */
    .noPhone {
        display: none !important;
    }

    .caseStCont {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 80px;
    }

    .cSD {
        width: 80%;
        padding: 33px 35px;
        box-sizing: border-box;
        background: #131313;
        /* Midnight-Black-600 */
        gap: 60px;
    }

    /* logo image inside the card */
    .cSD>img {
        width: 100%;
        display: block;
        object-fit: contain;
    }

    /* Pricing options: stack vertically on tablet */
    .optionsContainer {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 90%;
        margin: 0 auto;
        padding-top: 40px;
        /* optional */
        padding-bottom: 40px;
        /* optional */
    }

    /* override inline grid placement on .option elements */
    .optionsContainer>.option {
        grid-column: auto !important;
        grid-row: auto !important;
        height: auto !important;
        padding: 30px;
    }


    .optionsSection .option .included {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 10px;
        align-items: center;
    }

    .optContent{
        gap: 20px;
    }

    .optionsSection .option .included li {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .included {
        flex-direction: row;
    }

    .optionsSection .option .included li h3 {
        margin: 0;
        white-space: nowrap;
        font-size: 20px;
        font-weight: 500;
        line-height: 29px;
        letter-spacing: -0.8px;
    }

    .optionsSection .option .included li svg {
        flex-shrink: 0;
    }
    .quotebox{
        width: 100%;
    }

    .optionsSection .quoteButton{
        box-sizing: border-box;
        width: 100%;
    }

}