@charset "UTF-8";

.lp--scene-content {
  --coloredSectionBgc: #b19b7b21;
  --sceneThemeColor: #b19b7b;
}

/*  */
@media screen and (min-width: 601px) {
  .lp--scene-content {
    --containerWidth: 1180px;
    --contentWidth: 1060px;
    --narrowWidth: 960px;
  }
}

@media screen and (max-width: 600px) {
}
