﻿html.js-ready [data-w-id][style*="opacity:0"] {
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

body {
  background-color: #1b1b1b;
  position: relative;
  overflow-x: clip;
  isolation: isolate;
}

.section-services,
.section-work {
  background-color: #1b1b1b;
}

