@charset "utf-8";
body::before{
  content:"";position:fixed;inset:0;min-height:100svh;
  background:#000 url('../img/bg.jpg') no-repeat center center;
  background-size:cover;z-index:-1;transform:translateZ(0);
}
@supports not (height:100svh){
  body::before{min-height:100vh;}
}
.cta-section {
	background: url('../img/bg2.png') top center;
}

.diamond {
	background-color: #0095ff;
}
.diamond-text {
	color: #fff;
}
.cta-section h2 {
	color: #333;
}