.opc-deck {
  margin: 0 auto;
  background-color: #F1F5F9;
  max-width: 3000px;
  overflow: hidden;
}
.opc-deck .opc-wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #F1F5F9;
  max-width: 1200px;
  position: relative;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: sans-serif;
  font-size: 16px;
  color: #000;
  display: flex;
  flex-direction: column;
}
#opc-header {
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
}
#opc-deck-title {
  color: #ffa51b;
  margin-bottom: 10px;
}
.opc-content {
  margin: 0 auto;
  position: relative;
  text-align: center;
  min-height: 500px;
}
.opc-content-inner {
  width: 100%;
}
#opc-loader {
  margin:0 auto;
  width: 150px;
  height: 150px;
}
