/* Start custom CSS for html, class: .elementor-element-c61db42 *//* =========================================================
   MARB HOLDING AG — EDITORIAL PREMIUM HERO
   ========================================================= */

.mbx-hero {
    --mbx-paper: #eef1f6;
    --mbx-paper-2: #f7f9fc;
    --mbx-paper-3: #e4e9f0;
    --mbx-ink: #0a182c;
    --mbx-gray: #4e5a6a;
    --mbx-gray-soft: #8592a2;

    --mbx-bg-dark: #05070b;
    --mbx-navy: #081b33;
    --mbx-steel: #173d6c;
    --mbx-white: #f7f9fc;
    --mbx-gray-dark: #b7c1d0;

    --mbx-gold: #9a7b34;
    --mbx-gold-line: #c0a15e;
    --mbx-gold-bright: #c8a96a;

    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    isolation: isolate;
    background: var(--mbx-bg-dark);
    color: var(--mbx-white);
    font-family: "Manrope", "Inter", Arial, sans-serif;
}

.mbx-hero *,
.mbx-hero *::before,
.mbx-hero *::after {
    box-sizing: border-box;
}

.mbx-hero a,
.mbx-hero a:hover,
.mbx-hero a:focus,
.mbx-hero a:active,
.mbx-hero a:visited {
    text-decoration: none !important;
}

/* Background
   ========================================================= */

.mbx-hero__background {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.mbx-hero__base {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 77% 38%,
            rgba(23, 61, 108, 0.3),
            transparent 34%
        ),
        radial-gradient(
            circle at 16% 86%,
            rgba(8, 27, 51, 0.72),
            transparent 36%
        ),
        linear-gradient(
            112deg,
            #05070b 0%,
            #06101c 45%,
            #081b33 100%
        );
}

.mbx-hero__light {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.45;
    will-change: transform;
}

.mbx-hero__light--one {
    top: -250px;
    right: -200px;
    width: 720px;
    height: 720px;
    background: rgba(23, 61, 108, 0.5);
    animation: mbxLightOne 18s ease-in-out infinite alternate;
}

.mbx-hero__light--two {
    bottom: -360px;
    left: 28%;
    width: 660px;
    height: 660px;
    background: rgba(200, 169, 106, 0.065);
    animation: mbxLightTwo 23s ease-in-out infinite alternate;
}

.mbx-hero__grid {
    position: absolute;
    inset: 0;
    opacity: 0.34;
    background-image:
        linear-gradient(
            rgba(247, 249, 252, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(247, 249, 252, 0.025) 1px,
            transparent 1px
        );
    background-size: 88px 88px;
    mask-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.15)
    );
    animation: mbxGridShift 30s linear infinite;
}

.mbx-hero__grain {
    position: absolute;
    inset: 0;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

.mbx-hero__cursor-glow {
    position: absolute;
    top: 45%;
    left: 72%;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(200, 169, 106, 0.085),
        transparent 69%
    );
    filter: blur(12px);
    transform: translate(-50%, -50%);
    transition:
        left 0.5s ease-out,
        top 0.5s ease-out;
}

.mbx-hero__stream {
    position: absolute;
    height: 1px;
    overflow: hidden;
    background: rgba(192, 161, 94, 0.09);
    transform-origin: center;
}

.mbx-hero__stream span {
    position: absolute;
    top: 0;
    left: -25%;
    width: 25%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        var(--mbx-gold-line),
        transparent
    );
    animation: mbxStream 7s linear infinite;
}

.mbx-hero__stream--one {
    top: 22%;
    right: -8%;
    width: 52%;
    transform: rotate(-15deg);
}

.mbx-hero__stream--two {
    top: 60%;
    right: -10%;
    width: 46%;
    transform: rotate(11deg);
}

.mbx-hero__stream--two span {
    animation-delay: -3s;
}

.mbx-hero__stream--three {
    bottom: 12%;
    left: -8%;
    width: 32%;
    transform: rotate(-8deg);
}

.mbx-hero__stream--three span {
    animation-delay: -5s;
}

/* Main shell
   ========================================================= */

.mbx-hero__shell {
    position: relative;
    display: flex;
    width: min(calc(100% - 64px), 1540px);
    min-height: 100vh;
    flex-direction: column;
    margin: 0 auto;
    padding: 38px 0 30px;
}

.mbx-hero__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 32px;
    color: var(--mbx-gray-dark);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.mbx-hero__identity {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.mbx-hero__identity-mark {
    width: 28px;
    height: 1px;
    background: var(--mbx-gold-line);
    box-shadow: 0 0 12px rgba(192, 161, 94, 0.35);
}

.mbx-hero__location {
    color: var(--mbx-gray-soft);
}

.mbx-hero__layout {
    display: grid;
    flex: 1;
    grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
    align-items: center;
    gap: clamp(70px, 8vw, 150px);
    padding: 70px 0 84px;
}

/* Content
   ========================================================= */

.mbx-hero__content {
    position: relative;
    z-index: 3;
    max-width: 730px;
}

.mbx-hero__label {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    color: var(--mbx-gray-dark);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.mbx-hero__label-line {
    width: 40px;
    height: 1px;
    background: rgba(192, 161, 94, 0.55);
}

.mbx-hero__heading {
    max-width: 790px;
    margin: 0;
    color: var(--mbx-white);
    font-family: "Inter", "Manrope", sans-serif;
    font-size: clamp(50px, 5.3vw, 84px);
    font-weight: 400;
    letter-spacing: -0.052em;
    line-height: 1.02;
}

.mbx-hero__heading span {
    display: block;
    margin-top: 7px;
    color: var(--mbx-gray-dark);
    font-weight: 300;
}

.mbx-hero__description {
    max-width: 620px;
    margin: 31px 0 0;
    color: var(--mbx-gray-dark);
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.75;
}

.mbx-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 38px;
}

.mbx-hero__link {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0 23px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.005em;
    transition:
        background-color 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.mbx-hero__link--primary {
    border-color: var(--mbx-gold-line);
    background: var(--mbx-gold-line);
    color: var(--mbx-bg-dark);
    box-shadow: 0 16px 40px rgba(154, 123, 52, 0.13);
}

.mbx-hero__link--primary:hover {
    border-color: var(--mbx-gold-bright);
    background: var(--mbx-gold-bright);
    color: var(--mbx-bg-dark);
    box-shadow: 0 20px 48px rgba(154, 123, 52, 0.24);
    transform: translateY(-2px);
}

.mbx-hero__link--secondary {
    border-color: rgba(247, 249, 252, 0.14);
    background: rgba(247, 249, 252, 0.025);
    color: var(--mbx-white);
}

.mbx-hero__link--secondary:hover {
    border-color: rgba(192, 161, 94, 0.46);
    background: rgba(192, 161, 94, 0.055);
    color: var(--mbx-white);
    transform: translateY(-2px);
}

.mbx-hero__link-icon {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(5, 7, 11, 0.2);
    padding-left: 12px;
}

.mbx-hero__link-icon svg {
    width: 17px;
    height: 17px;
    transition: transform 0.3s ease;
}

.mbx-hero__link:hover .mbx-hero__link-icon svg {
    transform: translateX(3px);
}

.mbx-hero__principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 58px;
    border-top: 1px solid rgba(247, 249, 252, 0.1);
    border-bottom: 1px solid rgba(247, 249, 252, 0.1);
}

.mbx-hero__principle {
    display: flex;
    min-height: 92px;
    align-items: center;
    gap: 13px;
    padding: 20px 20px 20px 0;
}

.mbx-hero__principle + .mbx-hero__principle {
    padding-left: 20px;
    border-left: 1px solid rgba(247, 249, 252, 0.1);
}

.mbx-hero__principle-index {
    color: var(--mbx-gold-bright);
    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.mbx-hero__principle-title,
.mbx-hero__principle-copy {
    display: block;
}

.mbx-hero__principle-title {
    color: var(--mbx-white);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.mbx-hero__principle-copy {
    margin-top: 4px;
    color: var(--mbx-gray-soft);
    font-size: 10px;
    font-weight: 400;
}

/* Visual area
   ========================================================= */

.mbx-hero__visual {
    position: relative;
    width: 100%;
    max-width: 720px;
    justify-self: end;
}

.mbx-hero__visual-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(247, 249, 252, 0.11);
    background:
        linear-gradient(
            145deg,
            rgba(247, 249, 252, 0.035),
            rgba(8, 27, 51, 0.22)
        );
    box-shadow:
        0 50px 100px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(247, 249, 252, 0.04);
    backdrop-filter: blur(7px);
}

.mbx-hero__visual-frame::before {
    position: absolute;
    top: -1px;
    left: 8%;
    width: 22%;
    height: 1px;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        var(--mbx-gold-line),
        transparent
    );
}

.mbx-hero__visual-header {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    padding: 0 23px;
    border-bottom: 1px solid rgba(247, 249, 252, 0.085);
    color: var(--mbx-gray-soft);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.mbx-hero__visual-canvas {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background:
        linear-gradient(
            rgba(247, 249, 252, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(247, 249, 252, 0.025) 1px,
            transparent 1px
        );
    background-size: 54px 54px;
}

.mbx-hero__axis {
    position: absolute;
    background: rgba(192, 161, 94, 0.18);
}

.mbx-hero__axis--horizontal {
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
}

.mbx-hero__axis--vertical {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
}

.mbx-hero__arc {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(192, 161, 94, 0.12);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.mbx-hero__arc--outer {
    width: 470px;
    height: 470px;
    animation: mbxArcRotate 36s linear infinite;
}

.mbx-hero__arc--middle {
    width: 330px;
    height: 330px;
    border-style: dashed;
    animation: mbxArcRotateReverse 27s linear infinite;
}

.mbx-hero__arc--inner {
    width: 180px;
    height: 180px;
    box-shadow:
        0 0 80px rgba(23, 61, 108, 0.28),
        inset 0 0 50px rgba(23, 61, 108, 0.12);
    animation: mbxArcPulse 5s ease-in-out infinite;
}

.mbx-hero__trajectory {
    position: absolute;
    inset: 0;
}

.mbx-hero__trajectory svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.mbx-hero__trajectory-base,
.mbx-hero__trajectory-progress {
    fill: none;
    stroke-width: 1.3;
}

.mbx-hero__trajectory-base {
    stroke: rgba(183, 193, 208, 0.14);
}

.mbx-hero__trajectory-progress {
    stroke: var(--mbx-gold-bright);
    stroke-dasharray: 1450;
    stroke-dashoffset: 1450;
    filter: drop-shadow(0 0 7px rgba(200, 169, 106, 0.42));
    animation: mbxTrajectory 5.5s ease-in-out infinite;
}

.mbx-hero__point {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--mbx-gray-dark);
    font-size: 9px;
    letter-spacing: 0.05em;
}

.mbx-hero__point span {
    width: 7px;
    height: 7px;
    border: 1px solid var(--mbx-bg-dark);
    border-radius: 50%;
    background: var(--mbx-gold-bright);
    box-shadow:
        0 0 0 5px rgba(200, 169, 106, 0.07),
        0 0 14px rgba(200, 169, 106, 0.5);
    animation: mbxPointPulse 2.8s ease-in-out infinite;
}

.mbx-hero__point small {
    color: var(--mbx-gray-dark);
    font-size: 9px;
    font-weight: 400;
}

.mbx-hero__point--one {
    bottom: 14%;
    left: 7%;
}

.mbx-hero__point--two {
    bottom: 27%;
    left: 27%;
}

.mbx-hero__point--three {
    top: 47%;
    left: 48%;
}

.mbx-hero__point--four {
    top: 26%;
    right: 21%;
}

.mbx-hero__point--five {
    top: 12%;
    right: 5%;
}

.mbx-hero__point--two span {
    animation-delay: -0.6s;
}

.mbx-hero__point--three span {
    animation-delay: -1.2s;
}

.mbx-hero__point--four span {
    animation-delay: -1.8s;
}

.mbx-hero__point--five span {
    animation-delay: -2.3s;
}

.mbx-hero__monogram {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 132px;
    height: 132px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(192, 161, 94, 0.22);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 34% 28%,
            rgba(247, 249, 252, 0.08),
            transparent 35%
        ),
        rgba(5, 7, 11, 0.68);
    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(247, 249, 252, 0.08);
    backdrop-filter: blur(12px);
    transform: translate(-50%, -50%);
    animation: mbxMonogramFloat 6.5s ease-in-out infinite;
}

.mbx-hero__monogram span {
    color: var(--mbx-white);
    font-family: "Inter", sans-serif;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: -0.055em;
}

.mbx-hero__monogram small {
    margin-top: 6px;
    color: var(--mbx-gold-bright);
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.mbx-hero__year {
    position: absolute;
    right: 23px;
    bottom: 21px;
    display: flex;
    align-items: flex-end;
    gap: 9px;
}

.mbx-hero__year span {
    margin-bottom: 5px;
    color: var(--mbx-gray-soft);
    font-size: 8px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mbx-hero__year strong {
    color: rgba(247, 249, 252, 0.78);
    font-family: "Inter", sans-serif;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: -0.05em;
}

.mbx-hero__visual-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(247, 249, 252, 0.085);
}

.mbx-hero__visual-footer > div {
    padding: 18px 23px;
}

.mbx-hero__visual-footer > div + div {
    border-left: 1px solid rgba(247, 249, 252, 0.085);
}

.mbx-hero__visual-footer span,
.mbx-hero__visual-footer strong {
    display: block;
}

.mbx-hero__visual-footer span {
    color: var(--mbx-gray-soft);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mbx-hero__visual-footer strong {
    margin-top: 6px;
    color: var(--mbx-gray-dark);
    font-size: 11px;
    font-weight: 400;
}

.mbx-hero__vertical-note {
    position: absolute;
    top: 50%;
    right: -50px;
    display: flex;
    gap: 20px;
    color: var(--mbx-gray-soft);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
}

.mbx-hero__vertical-note span {
    position: relative;
}

.mbx-hero__vertical-note span + span::before {
    position: absolute;
    top: 50%;
    left: -12px;
    width: 4px;
    height: 1px;
    content: "";
    background: var(--mbx-gold-line);
}

/* Footer
   ========================================================= */

.mbx-hero__footer {
    display: flex;
    align-items: center;
    gap: 24px;
}

.mbx-hero__footer-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(247, 249, 252, 0.13),
        rgba(247, 249, 252, 0)
    );
}

.mbx-hero__scroll-link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 13px;
    color: var(--mbx-gray-soft);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.mbx-hero__scroll-link:hover {
    color: var(--mbx-white);
}

.mbx-hero__scroll-link svg {
    width: 16px;
    height: 16px;
    color: var(--mbx-gold-bright);
    animation: mbxScrollArrow 1.8s ease-in-out infinite;
}

/* Reveal
   ========================================================= */

.mbx-hero__reveal {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 0.9s cubic-bezier(0.2, 0.8, 0.2, 1),
        transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mbx-hero__reveal.mbx-is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Animations
   ========================================================= */

@keyframes mbxLightOne {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(-90px, 60px, 0) scale(1.08);
    }
}

@keyframes mbxLightTwo {
    from {
        transform: translate3d(0, 0, 0) scale(0.96);
    }

    to {
        transform: translate3d(90px, -45px, 0) scale(1.08);
    }
}

@keyframes mbxGridShift {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 88px 88px;
    }
}

@keyframes mbxStream {
    from {
        left: -25%;
    }

    to {
        left: 120%;
    }
}

@keyframes mbxArcRotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes mbxArcRotateReverse {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@keyframes mbxArcPulse {
    0%,
    100% {
        opacity: 0.65;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

@keyframes mbxTrajectory {
    0% {
        stroke-dashoffset: 1450;
        opacity: 0.25;
    }

    45%,
    75% {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: -1450;
        opacity: 0.25;
    }
}

@keyframes mbxPointPulse {
    0%,
    100% {
        box-shadow:
            0 0 0 4px rgba(200, 169, 106, 0.05),
            0 0 12px rgba(200, 169, 106, 0.35);
    }

    50% {
        box-shadow:
            0 0 0 8px rgba(200, 169, 106, 0.09),
            0 0 18px rgba(200, 169, 106, 0.7);
    }
}

@keyframes mbxMonogramFloat {
    0%,
    100% {
        transform: translate(-50%, -50%) translateY(0);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-10px);
    }
}

@keyframes mbxScrollArrow {
    0%,
    100% {
        transform: translateY(-2px);
    }

    50% {
        transform: translateY(4px);
    }
}

/* Tablet
   ========================================================= */

@media (max-width: 1180px) {
    .mbx-hero__layout {
        grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1fr);
        gap: 55px;
    }

    .mbx-hero__vertical-note {
        display: none;
    }

    .mbx-hero__visual-canvas {
        min-height: 480px;
    }
}

@media (max-width: 1024px) {
    .mbx-hero {
        min-height: auto;
    }

    .mbx-hero__shell {
        min-height: auto;
        padding-top: 30px;
    }

    .mbx-hero__layout {
        grid-template-columns: 1fr;
        gap: 70px;
        padding: 100px 0 80px;
    }

    .mbx-hero__content {
        max-width: 820px;
        margin: 0 auto;
        text-align: center;
    }

    .mbx-hero__label,
    .mbx-hero__actions {
        justify-content: center;
    }

    .mbx-hero__description {
        margin-right: auto;
        margin-left: auto;
    }

    .mbx-hero__principles {
        text-align: left;
    }

    .mbx-hero__visual {
        width: min(100%, 720px);
        margin: 0 auto;
        justify-self: center;
    }

    .mbx-hero__footer {
        padding-bottom: 10px;
    }
}

/* Mobile
   ========================================================= */

@media (max-width: 767px) {
    .mbx-hero__shell {
        width: min(calc(100% - 32px), 1540px);
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .mbx-hero__topline {
        font-size: 8px;
        letter-spacing: 0.11em;
    }

    .mbx-hero__identity-mark {
        width: 18px;
    }

    .mbx-hero__location {
        display: none;
    }

    .mbx-hero__layout {
        gap: 55px;
        padding: 78px 0 65px;
    }

    .mbx-hero__label {
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 22px;
        font-size: 8px;
    }

    .mbx-hero__label-line {
        width: 22px;
    }

    .mbx-hero__heading {
        font-size: clamp(42px, 12vw, 60px);
        letter-spacing: -0.047em;
        line-height: 1.04;
    }

    .mbx-hero__description {
        margin-top: 24px;
        font-size: 15px;
        line-height: 1.7;
    }

    .mbx-hero__actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 30px;
    }

    .mbx-hero__link {
        width: 100%;
        min-height: 55px;
    }

    .mbx-hero__principles {
        grid-template-columns: 1fr;
        margin-top: 42px;
    }

    .mbx-hero__principle {
        min-height: 72px;
        padding: 17px 0;
    }

    .mbx-hero__principle + .mbx-hero__principle {
        padding-left: 0;
        border-top: 1px solid rgba(247, 249, 252, 0.1);
        border-left: 0;
    }

    .mbx-hero__visual-header {
        padding: 0 16px;
        font-size: 7px;
    }

    .mbx-hero__visual-canvas {
        min-height: 410px;
    }

    .mbx-hero__arc--outer {
        width: 360px;
        height: 360px;
    }

    .mbx-hero__arc--middle {
        width: 250px;
        height: 250px;
    }

    .mbx-hero__arc--inner {
        width: 140px;
        height: 140px;
    }

    .mbx-hero__monogram {
        width: 108px;
        height: 108px;
    }

    .mbx-hero__monogram span {
        font-size: 28px;
    }

    .mbx-hero__point small {
        font-size: 7px;
    }

    .mbx-hero__year {
        right: 15px;
        bottom: 14px;
    }

    .mbx-hero__year strong {
        font-size: 27px;
    }

    .mbx-hero__visual-footer {
        grid-template-columns: 1fr;
    }

    .mbx-hero__visual-footer > div {
        padding: 15px 16px;
    }

    .mbx-hero__visual-footer > div + div {
        border-top: 1px solid rgba(247, 249, 252, 0.085);
        border-left: 0;
    }
}

@media (max-width: 520px) {
    .mbx-hero__point--one {
        bottom: 12%;
        left: 4%;
    }

    .mbx-hero__point--two {
        bottom: 27%;
        left: 17%;
    }

    .mbx-hero__point--three {
        top: 45%;
        left: 47%;
    }

    .mbx-hero__point--four {
        top: 25%;
        right: 10%;
    }

    .mbx-hero__point--five {
        top: 12%;
        right: 3%;
    }

    .mbx-hero__footer-line {
        display: none;
    }

    .mbx-hero__footer {
        justify-content: center;
    }
}

@media (max-width: 400px) {
    .mbx-hero__label span:last-child,
    .mbx-hero__label-line {
        display: none;
    }

    .mbx-hero__visual-canvas {
        min-height: 370px;
    }

    .mbx-hero__point small {
        display: none;
    }
}

/* Reduced motion
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .mbx-hero *,
    .mbx-hero *::before,
    .mbx-hero *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .mbx-hero__reveal {
        opacity: 1;
        transform: none;
    }
}/* End custom CSS */