/*h1 {*/
/*    color:red;*/
/*}*/

.sortable  {
        cursor: grab;
}

:root {
    --nl-blue: #0088cc;
    --nl-blue-deep: #073b63;
    --nl-ink: #172231;
    --nl-muted: #677386;
    --nl-line: #dbe4ee;
    --nl-soft: #f5f8fb;
    --nl-accent: #21a4d8;
    --nl-green: #37a66b;
}

.netland-business-page {
    background:
        linear-gradient(90deg, rgba(7, 59, 99, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, #f7fafc 0%, #eef4f9 100%);
    background-size: 32px 32px, auto;
    color: var(--nl-ink);
    font-family: "Open Sans", Arial, sans-serif;
}

.netland-business-page .body,
.netland-business-page .main {
    background: transparent;
}

.netland-business-page #header .header-body {
    border: 0 !important;
    background: #fff;
    box-shadow: 0 18px 44px rgba(18, 38, 63, 0.08);
}

.netland-business-page .header-top {
    background: #f6f8fb !important;
    border-bottom: 1px solid var(--nl-line) !important;
}

.netland-business-page .header-top a,
.netland-business-page .header-top i {
    color: #536274 !important;
}

.netland-business-page .header-top a:hover,
.netland-business-page .header-top a:hover i {
    color: var(--nl-blue) !important;
}

.netland-business-page .header-social-icons.social-icons {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
}

.netland-business-page .header-social-icons.social-icons li {
    margin: 0 !important;
}

.netland-business-page .header-social-icons.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #243447;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(18, 38, 63, 0.14);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.netland-business-page .header-social-icons.social-icons a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(18, 38, 63, 0.2);
    filter: saturate(1.12);
}

.netland-business-page .header-social-icons.social-icons a i {
    color: #fff !important;
    font-size: 13px;
    line-height: 1;
}

.netland-business-page .header-social-icons .social-icons-facebook a {
    background: #1877f2;
}

.netland-business-page .header-social-icons .social-icons-twitter a {
    background: #1da1f2;
}

.netland-business-page .header-social-icons .social-icons-instagram a {
    background: radial-gradient(circle at 70% 25%, #ffda55 0 10%, transparent 11%),
                radial-gradient(circle at 30% 108%, #ffdd55 0 24%, #ff543f 42%, #c837ab 62%, #5851db 88%);
}

.netland-business-page .footer-social-icons.social-icons {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-left: 12px !important;
}

.netland-business-page .footer-social-icons.social-icons li {
    margin: 0 !important;
}

.netland-business-page .footer-social-icons.social-icons a {
    width: 38px;
    height: 38px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #243447;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.netland-business-page .footer-social-icons.social-icons a:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
    filter: saturate(1.12);
}

.netland-business-page .footer-social-icons.social-icons a i {
    color: #fff !important;
    font-size: 17px;
    line-height: 1;
}

.netland-business-page .footer-social-icons .social-icons-facebook a {
    background: #1877f2 !important;
}

.netland-business-page .footer-social-icons .social-icons-instagram a {
    background: radial-gradient(circle at 70% 25%, #ffda55 0 10%, transparent 11%),
                radial-gradient(circle at 30% 108%, #ffdd55 0 24%, #ff543f 42%, #c837ab 62%, #5851db 88%) !important;
}

.netland-business-page #footer .footer-social-icons.social-icons li a i {
    color: #fff !important;
}

.netland-business-page .footer-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.netland-business-page .footer-phone-link:hover {
    color: #fff !important;
    text-decoration: none;
}

.netland-business-page .footer-phone-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    color: #fff;
    background: linear-gradient(135deg, #0088cc, #21a4d8);
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(0, 136, 204, 0.26);
}

.netland-business-page .footer-phone-icon i {
    color: #fff !important;
    font-size: 16px;
}

.netland-business-page .footer-email-row {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.netland-business-page .footer-email-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    color: #fff;
    background: linear-gradient(135deg, #37a66b, #21a4d8);
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(33, 164, 216, 0.22);
}

.netland-business-page .footer-email-icon i {
    color: #fff !important;
    font-size: 16px;
}

.netland-business-page .footer-address-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.72) !important;
    text-decoration: none !important;
    transition: color .2s ease, transform .2s ease;
}

.netland-business-page .footer-address-row:hover {
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
}

.netland-business-page .footer-address-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    filter: drop-shadow(0 12px 22px rgba(0, 136, 204, 0.22));
}

.netland-business-page .footer-address-icon img {
    width: 36px;
    height: auto;
    display: block;
}

.netland-business-page .footer-address p {
    margin-bottom: 8px;
}

.netland-business-page #footer .row.py-5 {
    align-items: flex-start;
}

.netland-business-page #footer h5 {
    min-height: 42px;
    margin-bottom: 18px !important;
    font-size: 20px !important;
    line-height: 1.2;
}

.netland-business-page #footer p,
.netland-business-page #footer span,
.netland-business-page .footer-address,
.netland-business-page .footer-work-hours,
.netland-business-page .footer-bank-brand,
.netland-business-page .footer-iban {
    font-size: 16px;
    line-height: 1.55;
}

.netland-business-page .footer-work-hours p {
    margin-bottom: 11px;
    white-space: nowrap;
}

.netland-business-page .footer-work-hours span,
.netland-business-page .footer-work-hours strong {
    white-space: nowrap;
}

.netland-business-page .footer-bank-column h5 {
    padding-left: 56px;
}

.netland-business-page .footer-bank-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-left: 56px;
}

.netland-business-page .footer-bank-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2px;
    color: #fff;
    font-weight: 800;
    line-height: 1.25;
    max-width: 100%;
    transform: translateX(-56px);
}

.netland-business-page .footer-bank-logo {
    width: 46px;
    height: auto;
    flex: 0 0 46px;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
}

.netland-business-page .footer-account-name {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}

.netland-business-page .footer-iban {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 800;
    line-height: 1.35;
}

.netland-business-page .header-logo img {
    max-width: 210px;
    height: auto !important;
}

.netland-business-page .header-nav-bar .header-column:first-child {
    flex: 0 0 auto;
}

.netland-business-page .header-nav-bar .header-nav {
    margin-left: 34px;
}

html.sticky-header-active .netland-business-page #header .header-nav-bar .header-nav {
    margin-left: 310px !important;
}

html.sticky-header-active .netland-business-page #header .header-logo img {
    max-width: 230px;
}

.netland-business-page .header-extra-info-text label {
    color: #7b8796;
    font-size: 12px;
    letter-spacing: 0;
}

.netland-business-page .header-extra-info-text strong,
.netland-business-page .header-extra-info-text strong a {
    color: var(--nl-ink);
    font-size: 17px;
}

.netland-business-page .header-nav-bar {
    background: #079ad6 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.netland-business-page #mainNav > li > a {
    min-height: 52px;
    display: inline-flex !important;
    align-items: center;
    padding: 16px 20px !important;
    color: #fff !important;
    font-weight: 800;
    letter-spacing: 0;
    border-radius: 0;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.netland-business-page #mainNav > li > a:hover,
.netland-business-page #mainNav > li > a.active {
    background: rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.netland-business-page .header-btn-collapse-nav {
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff !important;
}

.netland-business-page .main > .container,
.netland-business-page .netland-content-shell {
    position: relative;
}

.netland-business-page .netland-home-about-section .row {
    gap: 28px 0;
}

.netland-business-page .netland-home-about-copy {
    max-width: 620px;
}

.netland-business-page .netland-home-1999-card {
    width: min(100%, 360px);
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.netland-business-page .netland-home-1999-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.netland-speed-service-page {
    max-width: 860px;
    margin: 12px auto 10px;
}

.netland-speed-visual {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 42px;
    background:
        radial-gradient(circle at 76% 50%, rgba(255, 24, 107, .32), transparent 30%),
        radial-gradient(circle at 70% 46%, rgba(0, 194, 255, .42), transparent 34%),
        linear-gradient(90deg, #03081b 0%, #071232 54%, #050819 100%);
    box-shadow: 0 24px 70px rgba(3, 8, 27, .22);
}

.netland-speed-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(0deg, rgba(38, 199, 255, .08) 0 1px, transparent 1px 36px),
        repeating-linear-gradient(90deg, rgba(38, 199, 255, .06) 0 1px, transparent 1px 44px);
    opacity: .55;
}

.netland-speed-stream {
    position: absolute;
    left: -12%;
    right: 30%;
    top: 50%;
    height: 210px;
    transform: translateY(-50%);
}

.netland-speed-stream span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255, 28, 103, .96), rgba(36, 213, 255, .78), transparent);
    box-shadow: 0 0 18px rgba(255, 28, 103, .42);
    animation: netlandSpeedLine 1.75s linear infinite;
}

.netland-speed-stream span:nth-child(1) { top: 20px; animation-delay: -.2s; }
.netland-speed-stream span:nth-child(2) { top: 64px; animation-delay: -.75s; }
.netland-speed-stream span:nth-child(3) { top: 112px; animation-delay: -1.1s; }
.netland-speed-stream span:nth-child(4) { top: 156px; animation-delay: -.45s; }

.netland-speed-code {
    position: absolute;
    left: 12%;
    top: 18%;
    color: rgba(38, 199, 255, .28);
    font-family: Consolas, "Courier New", monospace;
    font-size: 14px;
    line-height: 1.9;
    white-space: pre;
    animation: netlandSpeedCode 4.8s linear infinite;
}

.netland-speed-dial {
    position: relative;
    z-index: 2;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 8px solid rgba(36, 213, 255, .46);
    background:
        radial-gradient(circle at center, #020514 0 25%, transparent 26%),
        conic-gradient(from -140deg, #24d5ff 0 20%, #ff1c67 26% 72%, rgba(255,255,255,.2) 73% 100%);
    box-shadow: 0 0 34px rgba(36, 213, 255, .44), 0 0 70px rgba(255, 28, 103, .26);
    animation: netlandSpeedPulse 2.3s ease-in-out infinite;
}

.netland-speed-dial::before {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255, .68);
}

.netland-speed-dial::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 92px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #fff, #ff1c67);
    transform-origin: left center;
    animation: netlandSpeedNeedle 2.2s ease-in-out infinite;
    box-shadow: 0 0 14px rgba(255, 28, 103, .88);
}

.netland-speed-service-page h3 {
    margin: 24px 0 0;
    color: #18212b;
    font-size: clamp(25px, 3vw, 40px);
    line-height: 1.16;
    font-weight: 900;
    text-align: center;
}

@keyframes netlandSpeedLine {
    0% { transform: translateX(-34%); opacity: .12; }
    45% { opacity: 1; }
    100% { transform: translateX(42%); opacity: .08; }
}

@keyframes netlandSpeedCode {
    0% { transform: translateX(0); }
    100% { transform: translateX(70px); }
}

@keyframes netlandSpeedPulse {
    0%, 100% { transform: scale(.98); }
    50% { transform: scale(1.03); }
}

@keyframes netlandSpeedNeedle {
    0%, 100% { transform: rotate(205deg); }
    50% { transform: rotate(318deg); }
}

@media (max-width: 767.98px) {
    .netland-speed-visual {
        min-height: 280px;
        padding: 28px;
        justify-content: center;
    }

    .netland-speed-stream {
        right: 8%;
    }

    .netland-speed-dial {
        width: 190px;
        height: 190px;
    }
}

.netland-business-page .tp-caption.netland-slider-title {
    color: #fff !important;
    font-family: Raleway, "Open Sans", Arial, sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5) !important;
}

.netland-business-page .netland-content-shell {
    padding-top: 54px;
    padding-bottom: 72px;
}

.netland-business-page .netland-page-content {
    position: relative;
    padding: 44px 48px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(219, 228, 238, 0.92);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(18, 38, 63, 0.08);
}

.netland-business-page .netland-page-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--nl-blue), var(--nl-green));
    border-radius: 8px 8px 0 0;
}

.netland-business-page .netland-page-content h2 {
    margin: 0 0 28px;
    color: var(--nl-ink);
    font-size: clamp(34px, 3vw, 46px);
    font-weight: 300;
    line-height: 1.12;
}

.netland-business-page .netland-page-content .lead {
    color: var(--nl-muted);
    font-size: 18px;
    line-height: 1.9;
}

.netland-business-page .netland-page-content .lead p {
    margin-bottom: 26px;
}

.netland-business-page .list-group {
    overflow: hidden;
    border: 1px solid var(--nl-line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(18, 38, 63, 0.07);
}

.netland-business-page .list-group-item {
    padding: 17px 22px;
    color: var(--nl-blue-deep);
    border-color: var(--nl-line);
    font-weight: 700;
    transition: background .2s ease, color .2s ease, padding-left .2s ease;
}

.netland-business-page .list-group-item:hover {
    padding-left: 28px;
    background: #f2f8fc;
    color: var(--nl-blue);
}

.netland-business-page .page-header {
    border: 0;
}

.netland-business-page .netland-contact-map {
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(18, 38, 63, 0.12);
}

.netland-business-page .netland-contact-info {
    margin-top: 28px;
    padding: 34px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--nl-line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(18, 38, 63, 0.07);
}

.netland-business-page #footer {
    background: #111a24;
    border-top: 4px solid var(--nl-blue);
}

.netland-business-page #footer p,
.netland-business-page #footer span,
.netland-business-page #footer a {
    color: rgba(255, 255, 255, 0.72);
}

.netland-business-page #footer h5 {
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .netland-business-page .header-extra-info {
        display: none !important;
    }

    .netland-business-page .netland-page-content {
        padding: 34px 28px;
    }
}

@media (max-width: 575.98px) {
    .netland-business-page .netland-content-shell {
        padding-top: 34px;
        padding-bottom: 48px;
    }

    .netland-business-page .netland-page-content h2 {
        font-size: 34px;
    }

    .netland-business-page .netland-page-content .lead {
        font-size: 16px;
        line-height: 1.75;
    }
}
.netland-references-section {
    position: relative;
    overflow: hidden;
}

.netland-data-cloud {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 160px;
    height: 220px;
    transform: translateY(-46%);
    opacity: .78;
    pointer-events: none;
    filter: drop-shadow(0 0 18px rgba(7, 154, 214, .28));
}

.netland-data-cloud-left {
    left: 34px;
}

.netland-data-cloud-right {
    right: 34px;
}

.netland-data-cloud i {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    color: #079ad6;
    font-size: 46px;
    transform: translateX(-50%);
    text-shadow: 0 0 16px rgba(36, 213, 255, .82), 0 0 34px rgba(36, 213, 255, .38);
    animation: netlandCloudPulse 2.8s ease-in-out infinite;
}

.netland-data-cloud span {
    position: absolute;
    top: 58px;
    left: 50%;
    width: 128px;
    height: 144px;
    transform: translateX(-50%);
    overflow: hidden;
    border: 1px solid rgba(36, 213, 255, .42);
    border-radius: 12px;
    background:
        linear-gradient(90deg, transparent 0 18%, rgba(36, 213, 255, .34) 19% 20%, transparent 21% 48%, rgba(36, 213, 255, .56) 49% 51%, transparent 52% 79%, rgba(36, 213, 255, .34) 80% 81%, transparent 82%),
        repeating-linear-gradient(180deg, rgba(36, 213, 255, .12) 0 1px, transparent 1px 12px),
        rgba(4, 13, 22, .08);
    box-shadow: inset 0 0 24px rgba(36, 213, 255, .18);
}

.netland-data-cloud span::before {
    content: "1G  900M  2MS\A 1010  0110  1101\A FIBER  DATA  FLOW\A 750M  1GB  PING\A 0101  1001  0011\A SPEED  TEST  OK\A 940M  880M  3MS";
    position: absolute;
    left: 12px;
    top: 0;
    color: rgba(36, 213, 255, .82);
    font-family: Consolas, "Courier New", monospace;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.65;
    white-space: pre;
    text-shadow: 0 0 8px rgba(36, 213, 255, .55);
    animation: netlandDataCodeFlow 4.8s linear infinite;
}

.netland-data-cloud span::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent, rgba(99, 224, 255, .88), transparent) 0 18px / 70px 2px no-repeat,
        linear-gradient(90deg, transparent, rgba(99, 224, 255, .72), transparent) 44px 78px / 62px 2px no-repeat,
        linear-gradient(90deg, transparent, rgba(99, 224, 255, .66), transparent) 20px 118px / 76px 2px no-repeat;
    animation: netlandFiberPulse 1.45s ease-in-out infinite;
}

@keyframes netlandCloudPulse {
    0%, 100% {
        opacity: .76;
        transform: translateX(-50%) scale(.98);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scale(1.04);
    }
}

@keyframes netlandDataCodeFlow {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-54px);
    }
}

@keyframes netlandFiberPulse {
    0% {
        transform: translateX(-78px);
        opacity: .22;
    }
    50% {
        opacity: .95;
    }
    100% {
        transform: translateX(112px);
        opacity: .22;
    }
}

@media (max-width: 1199.98px) {
    .netland-data-cloud {
        width: 118px;
        height: 190px;
        opacity: .46;
    }

    .netland-data-cloud-left {
        left: 10px;
    }

    .netland-data-cloud-right {
        right: 10px;
    }
}

@media (max-width: 991.98px) {
    .netland-data-cloud {
        display: none;
    }
}

.netland-reference-frame {
    position: relative;
    margin-top: 24px;
    padding: 38px 28px 26px;
    border: 2px solid rgba(0, 154, 214, 0.72);
    background: rgba(255, 255, 255, 0.28);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.62);
    overflow: visible;
}

.netland-reference-frame::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #079ad6, #55d6ff, #079ad6);
}

.netland-reference-car {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 3;
    width: 38px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #fff;
    border: 2px solid #079ad6;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0, 154, 214, 0.26);
    pointer-events: none;
    transform: translate(-50%, -50%);
    animation: netlandReferenceDrive 12s linear infinite;
}

.netland-reference-car::before {
    content: "";
    position: absolute;
    inset: 4px 5px;
    z-index: -1;
    border-radius: 999px;
    background: linear-gradient(135deg, #079ad6, #31c6ff);
}

.netland-reference-car i {
    font-size: 16px;
}

@keyframes netlandReferenceDrive {
    0% {
        top: 0;
        left: 20px;
        transform: translate(-50%, -50%) rotate(0deg);
    }
    20% {
        top: 0;
        left: calc(100% - 20px);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    25% {
        top: 20px;
        left: 100%;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    45% {
        top: calc(100% - 20px);
        left: 100%;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    50% {
        top: 100%;
        left: calc(100% - 20px);
        transform: translate(-50%, -50%) rotate(180deg);
    }
    70% {
        top: 100%;
        left: 20px;
        transform: translate(-50%, -50%) rotate(180deg);
    }
    75% {
        top: calc(100% - 20px);
        left: 0;
        transform: translate(-50%, -50%) rotate(270deg);
    }
    95% {
        top: 20px;
        left: 0;
        transform: translate(-50%, -50%) rotate(270deg);
    }
    100% {
        top: 0;
        left: 20px;
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.netland-reference-img {
    width: 100%;
    height: 184px;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.netland-reference-item h3 {
    min-height: 48px;
}

@media (max-width: 767.98px) {
    .netland-reference-frame {
        padding: 34px 18px 22px;
    }

    @keyframes netlandReferenceDrive {
        0% {
            top: 0;
            left: 18px;
            transform: translate(-50%, -50%) rotate(0deg);
        }
        20% {
            top: 0;
            left: calc(100% - 18px);
            transform: translate(-50%, -50%) rotate(0deg);
        }
        25% {
            top: 18px;
            left: 100%;
            transform: translate(-50%, -50%) rotate(90deg);
        }
        45% {
            top: calc(100% - 18px);
            left: 100%;
            transform: translate(-50%, -50%) rotate(90deg);
        }
        50% {
            top: 100%;
            left: calc(100% - 18px);
            transform: translate(-50%, -50%) rotate(180deg);
        }
        70% {
            top: 100%;
            left: 18px;
            transform: translate(-50%, -50%) rotate(180deg);
        }
        75% {
            top: calc(100% - 18px);
            left: 0;
            transform: translate(-50%, -50%) rotate(270deg);
        }
        95% {
            top: 18px;
            left: 0;
            transform: translate(-50%, -50%) rotate(270deg);
        }
        100% {
            top: 0;
            left: 18px;
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }
}
