.cw34or0 {
  position: relative;
  -moz-box-pack: center;
       justify-content: center;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.cw34or1 {
  position: fixed;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 100%;
  z-index: 10;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: var(--ColorWhite-50);
}
.cw34or2 {
  padding: 16px;
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
}
.cw34or3 {
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  gap: 16px;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}
